chuck.js/app/Game/Core
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
..
Collision Fix Planck debug draw: add camera sync and hide sensors like Box2D 2025-07-16 21:15:37 +02:00
Control Adds forward walking on shift 2016-10-09 19:56:06 +02:00
GameObjects Fix Planck.js migration issues and restore RubeDoll functionality 2025-07-18 22:27:42 +02:00
Loader 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
Physics Complete Box2D to Planck.js migration 2025-07-16 15:01:59 +02:00
GameController.js Add working debug level with grass and soil tiles 2025-07-16 12:51:31 +02:00
Player.js Makes singleton variable name of NotificationCenter lowercase 2016-10-10 22:11:55 +02:00
User.js added optimizer scripts and some code style improvements 2015-03-09 04:56:28 +01:00