FINALLY figured out how to rotate to face a square, thanks to all the help from Twitch chat. I need to study Trig.

This commit is contained in:
Zed A. Shaw 2025-09-02 02:26:08 -04:00
parent d822cb3438
commit 9faad5f263
5 changed files with 85 additions and 11 deletions

View file

@ -37,7 +37,7 @@ tracy_build:
meson compile -j 10 -C builddir
test:
./builddir/runtests -d yes
./builddir/runtests -d yes "[systems-rotate]"
run: build test
ifeq '$(OS)' 'Windows_NT'
@ -60,7 +60,7 @@ clean:
meson compile --clean -C builddir
debug_test: build
gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests -e
gdb --nx -x .gdbinit --ex run --ex bt --ex q --args builddir/runtests -e "[systems-rotate]"
win_installer:
powershell 'start "C:\Program Files (x86)\solicus\InstallForge\bin\ifbuilderenvx86.exe" scripts\win_installer.ifp'