Author: muggenhor
Date: Mon Jan  8 00:50:30 2007
New Revision: 611

URL: http://svn.gna.org/viewcvs/warzone?rev=611&view=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

Reply via email to