aboutsummaryrefslogtreecommitdiff
path: root/src/phys/world.odin
AgeCommit message (Expand)Author
2026-02-28Use odin's new handle maps in physics tooiamcheeseman
2026-02-15Wall sliding/jumpingiamcheeseman
2026-02-14Only process keys that are bound to an actioniamcheeseman
2026-02-13simple raycasting mmmmmmiamcheeseman
2026-02-03ditch raylib (icky, and for loser BEGINNERS)iamcheeseman
2026-01-17player now only applies a force to verletiamcheeseman
2026-01-17this is also betteriamcheeseman
2026-01-16Rename enums to use Ada_Caseiamcheeseman
2026-01-16Add recoil to the guniamcheeseman
2026-01-16Do collision checks in steps of the body's sizeiamcheeseman
2026-01-15Debug mode; displays collision shapesiamcheeseman
2026-01-15Bullets! And buncha physics fixes! And more!iamcheeseman
2026-01-14i HATE physics bugs (i haven't fixed them yet)iamcheeseman
2026-01-14prefix private functions with underscoreiamcheeseman
2026-01-14formatting and other cool changesiamcheeseman
2026-01-13formatteriamcheeseman
2026-01-01lots of changes + player dashXander Swan
2025-12-23Add temp tile collisionsXander Swan
2025-12-23Move physics objects between bins correctlyXander Swan
2025-12-23Fix lotsa memory leaks mhmXander Swan
2025-12-17switch to raylib, update some structureXander Swan
2025-12-05actual physics systemXander Swan