raze/wadsrc/static/zscript/games/blood
Christoph Oelckers dd2ea96d6c turn players into DObjects and fix several bugs with bad memory access.
* DObjects may not be memset to 0.
* There was still code trying to retrieve the player index with pointer artithmetic. With an array of pointers this does not work.
2023-10-02 21:03:59 +02:00
..
actors added skeleton classes for Blood's actors. 2023-10-01 14:03:23 +02:00
ui - Blood: display the charge meter for the dynamite also on the alternative HUD. 2023-04-15 09:33:46 +02:00
bloodactor.zs exported the main structures in Blood that make up a BloodActor. 2023-10-01 22:25:08 +02:00
bloodgame.zs turn players into DObjects and fix several bugs with bad memory access. 2023-10-02 21:03:59 +02:00