qzdoom/wadsrc/static/zscript
Christoph Oelckers a2116fc7bf - created an export for P_SpawnMissile so that I can do some tests with functions.
- allow class extensions.

These are separate blocks in different files that get concatenated to one class body for processing. The reason is to allow spreading the many functions in Actor over multiple files, so that they remain manageable. For example, all the Doom action functions should be in their respective files, but their symbols need to be in Actor. To extend a class, both files need to be in the same translation unit, so it won't allow user-side extension of internal classes.
2016-10-23 12:57:21 +02:00
..
chex - converted the Chex Quest actors, completing the DECORATE conversion. 2016-10-18 23:22:41 +02:00
doom - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
heretic - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
hexen - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
raven - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
shared - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
strife - turned everything I could into non-action functions. 2016-10-22 17:49:08 +02:00
actor.txt - created an export for P_SpawnMissile so that I can do some tests with functions. 2016-10-23 12:57:21 +02:00
constants.txt Merge branch 'master' of https://github.com/rheit/zdoom into zscript 2016-10-12 12:43:56 +02:00