[Warzone-commits] r610 - in /trunk/src: multimenu.c scriptfuncs.c

2007-01-07 Thread Roman
Author: troman
Date: Sun Jan  7 21:15:07 2007
New Revision: 610

URL: http://svn.gna.org/viewcvs/warzone?rev=610view=rev
Log:
-fixed assert and debug message

Modified:
trunk/src/multimenu.c
trunk/src/scriptfuncs.c


___
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits


[Warzone-commits] r611 - in /trunk: lib/framework/ lib/ivis_common/ lib/ivis_opengl/ src/

2007-01-07 Thread Giel van Schijndel
Author: muggenhor
Date: Mon Jan  8 00:50:30 2007
New Revision: 611

URL: http://svn.gna.org/viewcvs/warzone?rev=611view=rev
Log:
enabled some more code to compile with a C++ compiler without -fpermissive 
(i.e. there should be *less* compile-time errors now)
 * moved several #defines to the enums where they belong
 * changed some datatypes on declaration
 * prepended casts to malloc calls (using typeof() style)
 * changed some (void*) casts to (void**) where required
 * removed several #defines and there instances and then replaced them with 
their corresponding values from an enum

Modified:
trunk/lib/framework/input.h
trunk/lib/ivis_common/ivisdef.h
trunk/lib/ivis_opengl/rendmode.c
trunk/src/arrow.c
trunk/src/configuration.c
trunk/src/csnap.c
trunk/src/functiondef.h
trunk/src/game.c
trunk/src/init.c
trunk/src/init.h
trunk/src/keybind.c
trunk/src/keyedit.c
trunk/src/keymap.c
trunk/src/keymap.h
trunk/src/levels.c
trunk/src/levels.h
trunk/src/lighting.h
trunk/src/map.c
trunk/src/mapgrid.c
trunk/src/message.c
trunk/src/message.h
trunk/src/multiint.c
trunk/src/multilimit.c
trunk/src/multiopt.c
trunk/src/multistat.c
trunk/src/radar.c
trunk/src/scores.c
trunk/src/scriptai.c
trunk/src/scriptfuncs.c
trunk/src/scriptvals.c
trunk/src/seqdisp.c
trunk/src/stats.c
trunk/src/stats.h
trunk/src/statsdef.h
trunk/src/texture.c


___
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits