gzdoom-gles/src/zscript
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
..
vm.h - Make the autosegs read-only. 2009-09-17 01:36:14 +00:00
vmdisasm.cpp OMG! Wrong directory! 2009-09-16 03:01:40 +00:00
vmexec.cpp OMG! Wrong directory! 2009-09-16 03:01:40 +00:00
vmexec.h - Make the autosegs read-only. 2009-09-17 01:36:14 +00:00
vmframe.cpp OMG! Wrong directory! 2009-09-16 03:01:40 +00:00
vmops.h OMG! Wrong directory! 2009-09-16 03:01:40 +00:00