gzdoom-gles/src/sdl
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
..
crashcatcher.c - Basic Mac support: Everything compiles but does not yet link. 2009-09-01 02:08:53 +00:00
critsec.h - Added the FCriticalSection class in critsec.h to make it easier to 2008-04-09 04:17:13 +00:00
dikeys.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
hardware.cpp - Changed Linux default for fullscreen to false. 2009-03-15 01:41:53 +00:00
hardware.h - Moved the code that renders the view from D_Display into a virtual function 2008-01-11 21:04:22 +00:00
i_cd.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_input.cpp - fixed blue colormap 2009-07-17 08:08:02 +00:00
i_input.h - Added joystick config loading and saving support; moved generic joystick 2009-07-11 01:40:01 +00:00
i_main.cpp - Make the autosegs read-only. 2009-09-17 01:36:14 +00:00
i_movie.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_system.cpp - Mac version now links. Updaterevision refuses to give me a version number. 2009-09-03 03:51:41 +00:00
i_system.h - Fixed: Dehacked string replacement did not check the clusters' finaleflats. 2009-03-28 11:49:44 +00:00
i_video.h - Cleaned up some include dependencies. 2008-09-14 23:54:38 +00:00
SDLMain.m - Mac version now links. Updaterevision refuses to give me a version number. 2009-09-03 03:51:41 +00:00
sdlvideo.cpp - Fixed: The crosshair must be initialized after the texture manager because 2008-09-19 22:34:32 +00:00
sdlvideo.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
st_start.cpp Linux compile fixes. 2008-09-19 07:10:14 +00:00