qzdoom/wadsrc/static/actors
Randy Heit 1eb7912bd8 - Make the autosegs read-only.
- Derive PClass from dobject.cpp. This has one major ramification: Since the PClass
  is not allocated until runtime, you cannot initialize any static/global data
  structures with pointers to PClasses using RUNTIME_CLASS. Attempting to do so
  will just initialize with a NULL pointer. Instead, you can initialize using
  the address of the pointer returned by RUNTIME_CLASS and dereference that. By
  the time you have an opportunity to dereference it, it will no longer be NULL.
- Sync CmakeLists.txt.
- Random fixes for problems GCC spotted.

SVN r1852 (scripting)
2009-09-17 01:36:14 +00:00
..
chex
doom - added resources needed for MBF support. 2009-09-14 23:28:24 +00:00
heretic - Added the MF6_STEPMISSILE flag so that the Whirlwind can "walk" up steps. 2009-08-05 01:13:41 +00:00
hexen
raven - Fixed: A_SorcOffense2 depended on args being bytes and overflowing. 2009-08-12 18:57:31 +00:00
shared - Fixed: Argument count for UsePuzzleItem was wrong. 2009-09-14 20:47:53 +00:00
strife
actor.txt - added PinkSilver's A_Respawn enhancement patch. 2009-09-15 21:57:51 +00:00
constants.txt - Make the autosegs read-only. 2009-09-17 01:36:14 +00:00