raze/wadsrc/static/zscript
Mitchell Richters 42d791e7c2 - Exhumed: Fix clip calculation setup.
* Since game maintains its own clip capacities, we need to use them instead of the generic handler for the games that do not.
* Clean up the game-side code in `CheckClip()` to use `min()`.
* Repair issue with pistol clip calculation that was using modulo when it shouldn't. A full weapon with 300 will divide into 6 with no remainder, therefore nothing in the clip.
* Fixes #906.
2023-03-27 22:05:35 +11:00
..
engine - scriptified FrameEffect 2022-12-11 19:43:51 +01:00
games - Exhumed: Fix clip calculation setup. 2023-03-27 22:05:35 +11:00
alt_hud.zs - added episode and total episode time display to alt HUD 2022-10-30 16:51:40 +01:00
constants.zs - get load and save game menus and related CCMDs working again. 2020-10-07 18:32:57 +02:00
coreactor.zs - scriptified World Tour's flamethrowerflame. 2023-01-28 16:31:45 +01:00
gamescreen.zs - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00
level_compatibility.zs - fixed incorrect sector in a few sprites of World Tour E5L1. 2023-01-14 13:18:53 +01:00
level_postprocessor.zs - fixed incorrect sector in a few sprites of World Tour E5L1. 2023-01-14 13:18:53 +01:00
maptypes.zs - implemented breakable walls with external definitions. 2022-12-11 19:43:57 +01:00
razebase.zs - Make setForcedSyncInput() require a player index. 2023-03-23 17:09:02 +11:00
statusbar.zs - moved GetReservedScreenSpace function into the scripted status bar where it belongs. 2022-12-18 14:47:38 +01:00
summary.zs - moved the cutscene core to 'engine'. 2021-05-22 02:15:49 +02:00
usermapmenu.zs - Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries. 2021-12-30 20:30:21 +11:00