gzdoom/wadsrc/static/zscript
Christoph Oelckers 194824f810 - some fixes for the console.
* it is now possible to switch back to the main intro loop from the fullscreen console.
* do not distort the background of the fullscreen console. Always draw the console on top of what the main loop currently displays with a translucent black overlay.
* do not use the CONPIC for the fullscreen console as it tends to be more of a distraction than an asset when filling the entire screen.
* cleaned up c_console.cpp and moved several pieces of code unrelated to actual console management out of it.
2020-10-25 09:17:31 +01:00
..
actors Added ThruBits. 2020-10-17 09:51:24 +02:00
scriptutil - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
ui - added flag option menu item by Accensus. 2020-10-24 17:49:56 +02:00
base.zs - some fixes for the console. 2020-10-25 09:17:31 +01:00
compatibility.zs Add help messages for most of the deprecated stuff in ZScript. 2020-03-14 12:56:03 +02:00
constants.zs - resorted base.zs and constants.zs so that all pure engine content but nothing else is in base.zs, 2020-10-16 22:57:27 +02:00
destructible.zs Add help messages for most of the deprecated stuff in ZScript. 2020-03-14 12:56:03 +02:00
dictionary.zs fix Dictionary and DictionaryIterator memory leaks 2020-03-08 18:46:37 +01:00
doombase.zs - some fixes for the console. 2020-10-25 09:17:31 +01:00
dynarrays.zs - exposed Append() method to ZScript dynamic array 2019-08-10 16:37:40 +03:00
events.zs Add PlayerSpawned() event (#1118) 2020-08-25 11:54:20 -04:00
level_compatibility.zs - Fixed a lift in Double Impact E1M7 that could not be used more than twice from the lower area. 2020-10-09 18:40:01 +02:00
level_postprocessor.zs - rename 'FlipLine' to 'FlipLineVertexes' to clarify what it does 2019-11-24 06:40:01 -05:00
mapdata.zs Expose changing sidedef wallpart flags to zscript 2020-10-25 06:27:20 +01:00
sounddata.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
zscript_license.txt - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00