gzdoom/wadsrc/static/zscript/doom
Christoph Oelckers a45523fb63 - scriptified A_SpawnFly.
- added support for global variables to the code generator - not the compiler, though. For the handful of entries this is needed for it may just as well be done manually. So far FLevelLocals level is the only one being exported.
- fixed: The VM disassembler truncated 64 bit pointers to 15 digits because the output buffer was too small.
- resolve entire FxSequences instead of aborting on the first failed entry. This allows to output all errors at once.
2016-11-03 13:38:40 +01:00
..
arachnotron.txt - scriptified A_BruisAttack. 2016-10-23 17:15:24 +02:00
archvile.txt - scriptified a_archvile.cpp. 2016-10-30 18:41:39 +01:00
bossbrain.txt - scriptified A_SpawnFly. 2016-11-03 13:38:40 +01:00
bruiser.txt - scriptified A_BruisAttack. 2016-10-23 17:15:24 +02:00
cacodemon.txt - scriptified A_HeadAttack, A_CyberAttack and A_Hoof. 2016-10-24 00:50:28 +02:00
cyberdemon.txt - scriptified A_HeadAttack, A_CyberAttack and A_Hoof. 2016-10-24 00:50:28 +02:00
deadthings.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
demon.txt - scriptified the code for the Demon and DoomImp. 2016-10-25 14:41:58 +02:00
doomammo.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomarmor.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomartifacts.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomdecorations.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomhealth.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomimp.txt - scriptified the code for the Demon and DoomImp. 2016-10-25 14:41:58 +02:00
doomkeys.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doommisc.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomplayer.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
doomweapons.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
fatso.txt - scriptified A_Mushroom to test something a bit more complex. 2016-10-30 14:00:11 +01:00
keen.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
lostsoul.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
painelemental.txt - got rid of all default parameter redundancies. 2016-10-28 00:32:52 +02:00
possessed.txt - scriptified the functions in a_possessed.cpp and added the needed exports and constants. 2016-10-26 11:30:30 +02:00
revenant.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00
scriptedmarine.txt - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
spidermaster.txt - scriptified a_spidermaster.cpp. 2016-10-26 17:21:25 +02:00
stealthmonsters.txt - converted all of Doom's actors. 2016-10-14 20:08:41 +02:00