swwmgz_m/zscript/player
Marisa the Magician 2bd1cb0657 Replace usage of ThinkerIterator and BlockThingsIterator in various places where we can instead loop through sector thing lists.
While in the latter case this may result in longer loops, it also reduces GC thrashing by not needing to allocate an iterator every time.
This also simplifies the DoBlast code as there is no longer a need to manually traverse portals vertically.
2023-07-29 13:15:34 +02:00
..
swwm_player.zsc More stuff I missed. 2023-03-17 13:31:10 +01:00
swwm_player_anim.zsc Experimental bob-synced footsteps in first person. 2023-03-03 20:23:17 +01:00
swwm_player_cheats.zsc Cleaning up. 2023-02-11 17:03:43 +01:00
swwm_player_extra.zsc Fix default tag of Voodoo Dolls in stats. 2023-07-04 13:51:01 +02:00
swwm_player_face.zsc CVar caching is no longer needed. 2022-12-29 13:20:08 +01:00
swwm_player_fx.zsc Blocking checks for mirror interaction (forgot about them). 2023-01-19 10:23:20 +01:00
swwm_player_inventory.zsc Cleaning up. 2023-02-11 17:03:43 +01:00
swwm_player_items.zsc Don't use inventory tokens for mapper-toggleable store/revive. Tokens are icky. 2023-02-18 11:54:30 +01:00
swwm_player_move.zsc Slight viewbob adjustment. 2023-06-04 11:43:18 +02:00
swwm_player_think.zsc Don't use inventory tokens for mapper-toggleable store/revive. Tokens are icky. 2023-02-18 11:54:30 +01:00
swwm_player_tick.zsc Replace usage of ThinkerIterator and BlockThingsIterator in various places where we can instead loop through sector thing lists. 2023-07-29 13:15:34 +02:00