enforced setting the app name and fixed default-appname bugs

added debug batch file for windows
improved project filters for executable: separated into engine and user sources
refactored version numbers, added them to the .rc file
changed /W2 to /W4
TORQUE_DEBUG,TORQUE_ENABLE_ASSERTS and TORQUE_DEBUG_GFX_MODE now automatically defined in debug mode
This commit is contained in:
Thomas Fischer 2014-03-20 05:34:45 +01:00
parent f3dbe07b9a
commit 36cc041254
7 changed files with 148 additions and 12 deletions

View file

@ -0,0 +1,15 @@
:: little debug helper script that helps you starting Torque3D with command line arguments.
:: possible args:
:: -log <Mode: 0,1,2>
:: -console
:: -level <level.mis>
:: -worldeditor
:: -guieditor
:: -help
:: as example, we just show the console
"@PROJECT_NAME@.exe" -console
:: or load a level and open the editor:
:: "@PROJECT_NAME@.exe" -console -level mylevel.mis -worldeditor