Tom Niget

Results 43 issues of Tom Niget

Old code was expecting {VC}\Tools\MSVC\{Version}\bin\x64\atlmfc, correct path is {VC}\Tools\MSVC\{Version}\atlmfc

### GAME #### ANDREA1.C #### ANDREA2.C #### ANDREA3.C #### ANDY1.C #### ANDY2.C #### ANDY3.C #### ANIM.C #### BOX.C - [x] `AIGuard` - [x] `AlertAllGuards` - [x] `AlertNearbyGuards` - [x] `BadFloor`...

[Enhancement]
[M3]

SonarQube is a code quality analysis tool which could be of great use to a project as big as Logisim. It needs to be hosted on a server to run,...

On French AZERTY keyboard, we use Z,Q,S,D instead of W,A,S,D. That can easily be changed in config.lua. But the problem is that Z is already used (in debug.lua) for anim...

Question
Game Controls

If you use noclip mode to land on the statue in the garden, you will fall off the statue through the ground and you will land in the room containing...

Engine
Bug
Collision
Important
Reproducible

W10 21H1. I have two monitors, the right one is the primary one, but I moved the primary taskbar on the left one because I prefer having my notification tray...

**Describe the bug** Group frame goes outside the window, only if the layout inside is `bottom_up`. ![image](https://user-images.githubusercontent.com/4533568/209991176-57e73f74-3023-4383-a1f8-8dc654a113f5.png) **To Reproduce** Steps to reproduce the behavior: ```rs egui::Window::new("window") .resizable(false) .default_size(egui::Vec2::ZERO) .show(ctx, |ui|...

bug