warzone2100/lib
Buginator 19696a3f16 Cleanup main so we only have 1 atexit() call for our system shutdown routine, instead of hiding multiple shutdown routines using atexit() for each.
Currently, we have 1 atexit for our main shutdown routine, and 1 atexit call for the exception handler.



Fix mem leak for mod list.

Also dump allocator stats for MSVC people

2.3: r10251

refs ticket:1673


git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10262 4a71c877-e1ca-e34f-864e-861f7616d084
2010-03-14 09:21:16 +01:00
..
betawidget Minor indentation/spelling fixes in patternManager.[ch]. 2009-05-06 22:29:32 +02:00
exceptionhandler Fix building on mac (should really work this time). Maybe fix building on windows, maybe not, no idea if it was the same issue. 2010-03-11 09:42:38 +01:00
framework Add new routines for MSVC that allows us to toggle the allocation tracking. 2010-03-14 09:21:16 +01:00
gamelib More cleanup of units and code. Squelch a couple of mac warnings. 2010-03-04 19:07:43 +01:00
iniparser Add missing #include(s) 2010-03-14 09:21:15 +01:00
ivis_common Fix mac warnings, hopefully (effectively reverting my previous changes to tex.h)... 2010-03-10 23:09:27 +01:00
ivis_opengl Fix mem leaks concerning screenshots 2010-03-14 09:21:15 +01:00
netplay Only let host set player position/colour, send new players info about unallocated slots too. 2010-03-10 21:08:15 +01:00
script Cleanup main so we only have 1 atexit() call for our system shutdown routine, instead of hiding multiple shutdown routines using atexit() for each. 2010-03-14 09:21:16 +01:00
sequence Fix MSVC 2008 for the GLee changes in r10028. 2010-03-04 19:07:36 +01:00
sound Include/declaration cleanup for src/aud.c, lib/sound/aud.h. 2010-03-04 19:07:39 +01:00
widget Try to clean up includes, fix missing extern on declaration of DataHash[]. 2010-03-10 13:31:27 +01:00
Makefile.am As was discussed on the ML, removing SQL from trunk. 2009-11-22 16:19:50 +01:00
makefile.win32 As was discussed on the ML, removing SQL from trunk. 2009-11-22 16:19:50 +01:00