1
0
forked from 0ad/0ad
0ad/source/tools/atlas/GameInterface/Handlers
Ykkrosh cbafd43eea # Changed handling of command-line arguments.
* Added CmdLineArgs, which does the parsing then lets various pieces of
code check for whatever arguments they want.
 * Made Atlas exit out of main() cleanly, instead of calling exit()
itself.
 * Disabled the global exception-catching in unit tests, via a
entry_noSEH, so it doesn't make debugging harder.
 * Added nice printing of CStr in unit test failure messages, and added
comparison of vector vs constant array.

This was SVN commit r4688.
2006-12-09 14:39:52 +00:00
..
BrushHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
CameraCtrlHandlers.cpp # Improved actor-viewer tool (more viewing controls, support for random actor variations) 2006-09-27 16:54:23 +00:00
CinemaHandler.cpp #Cinematic editor 2006-08-22 02:24:44 +00:00
CommandHandlers.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
ElevationHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
EnvironmentHandlers.cpp Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00
GraphicsSetupHandlers.cpp # Changed handling of command-line arguments. 2006-12-09 14:39:52 +00:00
MapHandlers.cpp Bug fixes and more game setup options. 2006-10-08 17:39:46 +00:00
MessageHandler.cpp Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
MessageHandler.h Restoring SVN repository: 2006-06-21 22:37:31 +00:00
MiscHandlers.cpp # Added basic video recording. 2006-12-05 02:35:00 +00:00
ObjectHandlers.cpp Added 'float' flag to actors - fixes #153. 2006-09-28 02:05:56 +00:00
TerrainHandlers.cpp # Added tool for viewing models and animations outside the game. 2006-08-28 17:36:42 +00:00
TriggerHandler.cpp # Fixes for GCC 2006-11-29 23:37:10 +00:00