Karl Pannek
162a4ab82d
Restore RubeDoll functionality with Planck.js migration. Update RubeLoader to use Planck.js, fix import aliases, and enable RubeDoll spawning on player death.
2025-07-18 22:06:58 +02:00
Karl Pannek
da6e9a244b
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
Karl Pannek
dc779def9c
Complete Box2D to Planck.js migration
...
- Replace Box2D.js with Planck.js physics engine
- Update all require paths from 'Lib/Vendor/Box2D' to 'Lib/Vendor/Planck'
- Convert Box2D contact listeners to Planck.js event system
- Fix all method name capitalization (Get* -> get*, Set* -> set*)
- Update collision detection system for Planck.js compatibility
- Server now starts successfully and basic physics working
- Character can land on platforms - core physics functional
Major milestone: Game now running on modern, maintained physics engine
2025-07-16 15:01:59 +02:00
logsol
3cb2e39a18
Makes singleton variable name of NotificationCenter lowercase
...
When we require a singleton, its instance name should be named
by lowercase, since it is not a class.
Relates to #128
2016-10-10 22:11:55 +02:00
logsol
eb29a00012
only adds lastMovedBy when there was no damage - fixes #108
2015-06-28 19:44:26 +02:00
logsol
07dad646cf
new system for synchronizing game objects. fixes #74
2015-06-22 00:14:17 +02:00
Jeena
0592e2524d
added gangsta level and tried to fix on new level
2015-04-12 18:08:11 +02:00
Jeena
aff23e8de0
better handling of dangerousnes, etc. fixes #107
2015-04-02 22:49:43 +02:00
logsol
f9d97c5a47
trying a new approach to calculating damager
2015-04-02 19:35:10 +02:00
Jeena
dfa71bc8e5
added ASSERT, fixed #103
2015-03-15 16:51:38 +01:00
logsol
5007ab5b02
better feedback on killing. fixes #109
2015-03-02 00:13:21 +01:00
Jeena
e404ad3598
fixes #78 revisited weight handycap
2015-02-15 01:38:16 +01:00
logsol
2b186be8af
use strict; fixes #83
2014-12-22 01:43:21 +01:00
logsol
355282ca08
trying to fix dangerousness and added a cheat script #72
2014-06-07 19:48:17 +02:00
logsol
927b12b726
added linear velocity to positionStateUpdate
2014-05-29 21:48:23 +02:00
logsol
b500ef436d
added areaSensor to doll and not allowing client to update position when another player is nearby
2014-05-29 20:27:41 +02:00
logsol
039213cf50
missing commits from last commit 7eb3d0b8b0
2014-03-19 02:40:03 +01:00
logsol
4f4bbf73e8
nc refuckulating
2014-03-17 21:46:19 +01:00
Jeena
d83376d5c7
refactored Server and Lobby
2014-03-01 14:07:03 +01:00