Torque3D/Templates/Full/game
Areloch 1ed8b05169 Initial implementation of the new Base Game Template and some starting modules.
This makes some tweaks to the engine to support this, specifically, it tweaks the hardcoded shaderpaths to defer to a pref variable, so none of the shader paths are hardcoded.

Also tweaks how post effects read in texture files, removing a bizzare filepath interpretation choice, where if the file path didn't start with "/" it forcefully appended the script's file path. This made it impossible to have images not in the same dir as the script file defining the post effect.

This was changed and the existing template's post effects tweaked for now to just add "./" to those few paths impacted, as well as the perf vars to support the non-hardcoded shader paths in the engine.
2017-02-24 02:40:56 -06:00
..
art Merge pull request #1933 from Areloch/SDLMenubarFixins 2017-01-30 13:31:46 -06:00
core Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
levels Merge pull request #1305 from eightyeight/vignette-settings 2015-05-22 16:27:24 +10:00
scripts enable video recording 2017-01-01 21:40:41 -06:00
shaders HDR review: remove from reflections, kill depth check, order of operations corrections. 2016-12-27 10:24:49 -06:00
tools Fixes a crash when you try to delete things without being in selection mode in the forest editor. Adds a sanity check that everything is properly set up before attempting the delete action. 2017-02-04 22:45:49 -06:00
web Full Template for ticket #1 2012-09-19 11:54:25 -04:00
Full.torsion Full Template for ticket #1 2012-09-19 11:54:25 -04:00
Full.torsion.opt Initial implementation of the new Base Game Template and some starting modules. 2017-02-24 02:40:56 -06:00
main.cs Missed removing the old BMP splash for the new PNG one. 2017-01-16 00:16:17 -06:00
main.cs.in fix playJournal instruction in comments 2015-10-28 22:52:16 -04:00
runTests.cs Allow test flags to be specified, so we don't need TEST_STRESS. 2014-08-02 10:21:28 +10:00