chuck.js/app/Game/Core/GameObjects
Karl Pannek 9f92f024b1 Fix Planck.js migration issues and restore RubeDoll functionality
- Fixed Mat22.fromAngle -> Rot.rot() error in RubeDoll.js
- Fixed rot.mul() -> Rot.mul(rot, v) static method usage
- Restored RubeLoader imports and RubeDoll.json loading
- Migrated RubeLoader.js from Box2D to Planck.js API
- Updated all Box2D method calls to Planck.js equivalents
- Fixed import aliases from Box2D to planck across multiple files
- RubeDoll ragdolls now spawn correctly when players die
2025-07-18 22:27:42 +02:00
..
Items Fix Planck.js migration issues and restore RubeDoll functionality 2025-07-18 22:27:42 +02:00
Doll.js Migrate Box2D to Planck.js in core game logic, items, debug draw, and menu. Remove legacy Box2D references, update level and item loading, and improve debug draw for Planck. 2025-07-17 18:50:16 +02:00
GameObject.js Complete Box2D to Planck.js migration 2025-07-16 15:01:59 +02:00
Item.js Migrate Box2D to Planck.js in core game logic, items, debug draw, and menu. Remove legacy Box2D references, update level and item loading, and improve debug draw for Planck. 2025-07-17 18:50:16 +02:00
SpectatorDoll.js Migrate Box2D to Planck.js in core game logic, items, debug draw, and menu. Remove legacy Box2D references, update level and item loading, and improve debug draw for Planck. 2025-07-17 18:50:16 +02:00
testbed.js Fix debug draw and physics positioning issues 2025-07-16 23:40:40 +02:00
Tile.js Major progress on Planck.js migration - server starts without crashing 2025-07-16 13:28:21 +02:00