qzdoom/wadsrc/static/zscript/engine
Christoph Oelckers 3563c99ead - made adjustments for proper int type promotion to allow internal ZScript to compile with it on.
* Emit a warning when relational comparisons are made between signed and unsigned ints.
* Handle shift operators so that they do not fail for constant definitions.
* changed return type of Array::Size() to signed int as most code out there is using it this way and would otherwise drown in warnings.
* fixed a few deprecation warnings.
2022-08-03 10:26:29 +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 Move TexMan.GetCanvas and GetTextureCanvas to common 2022-07-25 18:50:16 +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 - made adjustments for proper int type promotion to allow internal ZScript to compile with it on. 2022-08-03 10:26:29 +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 - block wipes when streaming movies are playing. 2022-06-06 12:30:47 +02:00
service.zs Added GetString/Int/Double/Object(UI) functions to Service. 2021-07-27 16:26:39 +03:00