raze-gles/polymer/eduke32
plagman 386a93c366 This is an attempt to fix r1595.
- pr_resetlights() was exported but polymer.c wasn't changed to reflect that. This also broke the gcc build so I'm not sure how this was missed.
 - commented code was laying around in the middle of polymer.h
 - savegame.c using a bunch of C99 non-constant initializers. Please keep in mind that MSVC is one of the supported compilers and doesn't know C99.
 - savegame.c using localtime_r, which doesn't exist on Win32.
 - demo playback calling resetlights and drawrooms without ever calling pr_loadboard().
 - this change makes the game run very choppy here.

git-svn-id: https://svn.eduke32.com/eduke32@1596 1a8010ca-5511-0410-912e-c29ae57300e0
2010-01-25 01:11:34 +00:00
..
Apple Patch from Marcus Herbert to add OSX support 2008-08-20 22:58:09 +00:00
build This is an attempt to fix r1595. 2010-01-25 01:11:34 +00:00
eobj Importing source for great justice 2006-04-13 20:47:06 +00:00
eobj_win 1. Removed unneeded the svn:executable proprties. These files aren't actually executable. 2008-07-12 14:09:52 +00:00
installer 1. Removed unneeded the svn:executable proprties. These files aren't actually executable. 2008-07-12 14:09:52 +00:00
obj Importing source for great justice 2006-04-13 20:47:06 +00:00
obj_win 1. Removed unneeded the svn:executable proprties. These files aren't actually executable. 2008-07-12 14:09:52 +00:00
rsrc better version of the 16x16 icon from hendricks266 2009-10-04 02:58:15 +00:00
source This is an attempt to fix r1595. 2010-01-25 01:11:34 +00:00
a.m32 m32script fixes and additions 2010-01-04 14:38:29 +00:00
buildlic.txt 1. Removed unneeded the svn:executable proprties. These files aren't actually executable. 2008-07-12 14:09:52 +00:00
ChangeLog git-svn-id: https://svn.eduke32.com/eduke32@997 1a8010ca-5511-0410-912e-c29ae57300e0 2008-08-22 04:26:26 +00:00
ChangeLog.html Update repo to 1.4.0 beta 2 2006-07-18 21:08:38 +00:00
duke3d.def.sample Importing source for great justice 2006-04-13 20:47:06 +00:00
eduke32.sln git-svn-id: https://svn.eduke32.com/eduke32@1122 1a8010ca-5511-0410-912e-c29ae57300e0 2008-11-09 11:09:42 +00:00
eduke32.vcproj Very few actual changes... mostly formatting fixes from astyle 2010-01-23 22:12:02 +00:00
enhance.con.sample Update repo to 1.4.0 beta 2 2006-07-18 21:08:38 +00:00
GNU.TXT Importing source for great justice 2006-04-13 20:47:06 +00:00
m32help.hlp Improved formating of the help. 2008-06-11 07:06:10 +00:00
m32script_ex.map m32script fixes and additions 2010-01-04 14:38:29 +00:00
MakeDistributions git-svn-id: https://svn.eduke32.com/eduke32@482 1a8010ca-5511-0410-912e-c29ae57300e0 2007-02-05 01:33:08 +00:00
Makefile Improved demo system. Kick ass and watch :)\ 2010-01-24 23:33:17 +00:00
Makefile.deps Clean out remaining changes from tree... this is mostly crap like variable name cleanup 2010-01-16 23:08:17 +00:00
Makefile.msvc Fix building with MSVC 2010-01-18 11:40:40 +00:00
makemsc.bat Importing source for great justice 2006-04-13 20:47:06 +00:00
makew.bat Importing source for great justice 2006-04-13 20:47:06 +00:00
names.h 1. Removed unneeded the svn:executable proprties. These files aren't actually executable. 2008-07-12 14:09:52 +00:00
ror.map ROR support... mostly working but obviously not finished yet 2009-07-04 09:28:21 +00:00
SEHELP.HLP Importing source for great justice 2006-04-13 20:47:06 +00:00
STHELP.HLP Importing source for great justice 2006-04-13 20:47:06 +00:00
tiles.cfg Mapster32: showheightindicators cvar, text tool improvements, drag selected sprites first after duplicating 2008-10-09 21:09:16 +00:00