gzdoom/wadsrc/static/zscript/engine
Christoph Oelckers 08f66585b7 - un-deprecated the integer MSTime variant.
Due to undefined downconversion rules from double to int, there is no way to safely downcast the return from MSTimef, meaning the function is completely useless for retrieving integral time stamps.
The old version is essential for these cases and must be kept around.
2022-10-09 13:42:51 +02:00
..
ui - made adjustments for proper int type promotion to allow internal ZScript to compile with it on. 2022-08-03 10:26:29 +02:00
base.zs - un-deprecated the integer MSTime variant. 2022-10-09 13:42:51 +02:00
dictionary.zs - moved all shareable script sources to their own folder in gzdoom.pk3. 2020-10-31 12:24:13 +01:00
dynarrays.zs - use consistent index types for array function return values. 2022-08-05 21:16:20 +02:00
inputevents.zs - Backend update fron Raze, mainly new script exports and extensions. 2021-05-03 14:13:03 +02:00
ppshader.zs - redid postprocessing shader interface to be free of the player dependency. 2022-01-17 00:07:43 +01:00
screenjob.zs - snd_reset cannot be shared. 2022-10-02 20:22:23 +02:00
service.zs Added GetString/Int/Double/Object(UI) functions to Service. 2021-07-27 16:26:39 +03:00