1
0
forked from 0ad/0ad
0ad/source/ps/GameSetup
janwas b879e344f1 make sure winit shutdown actually happens during self-test (fixes leaks and possibly failure to unload driver)
revamp module init: no more atexit and "premain" init => no longer need
to call any wstartup init function. winit section names now use group
numbers instead of letters.

delay_load -> wdll_delay_load
dll_ver -> wdll_ver
add aken build environment
cleanup wsock.cpp, have it import its functions properly
wsdl: defend against GameSetup calling SDL_Quit twice.

This was SVN commit r5108.
2007-05-28 15:08:33 +00:00
..
tests # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
Atlas.cpp * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead. 2006-12-20 03:09:21 +00:00
Atlas.h # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
CmdLineArgs.cpp # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
CmdLineArgs.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Config.cpp * Moved command-line options list from system.cfg into readme.txt. Updated the list to reflect reality. Removed -novbo option because you can use the .cfg file instead. 2006-12-20 03:09:21 +00:00
Config.h # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
GameSetup.cpp make sure winit shutdown actually happens during self-test (fixes leaks and possibly failure to unload driver) 2007-05-28 15:08:33 +00:00
GameSetup.h acpi and mahaf: now set ModuleInitState to error if something fails (prevents a subsequent init from returning true and allowing its dependent to continue and crash into a wall) 2007-05-26 23:29:20 +00:00