Torque3D/Templates/BaseGame/game/core
JeffR 46f6f6a9da Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order
Added logic to ModuleManager's findModules method to allow priority sorting as well as pre-filtering by a given module group
Adjusts the %isFine argument for the onMapLoadFailed callback events to %canContinueOnFail for a bit more clarity on what the arg conveys
Shifts the setSpawnObjectType, setSpawnPoint and onPostSpawn call stack to utilize an event manager to allow the setup process for spawners and gamemode prepwork to run in it's own time, if needbe. Such as if a gamemode has to generate a map and there's no guarantees on when it'll b e done for one client vs another
Added getModulesAndGameModesList, callOnObjectList and getNumCanCallOnObjectList utility functions
2025-01-03 00:37:25 -06:00
..
clientServer Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
console Streamlined baseUI profiles 2023-12-18 23:49:13 -06:00
gameObjects misc asset bit cleanups 2023-03-07 15:15:12 -06:00
gui hook up baseline button audio 2024-08-06 08:37:53 -05:00
lighting doc correction 2024-02-23 12:39:26 -06:00
postFX remove glowbin as it's own render pass 2024-05-30 17:29:42 -05:00
rendering fix misbehaving imposter display 2024-08-28 10:33:12 -05:00
sfx - Added a companion global var array for $AudioChannelsName[x] as well as utilizing $AudioChannelCount for keeping better tabs on the active defined audio channels. This allows modules to establish new channels more easily 2024-01-01 01:42:53 -06:00
utility Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
core.module followup: readd, and rename the module.ScriptFile entries to thier lower case 2021-07-20 12:15:05 -05:00
core.tscript followup: readd, and rename the module.ScriptFile entries to thier lower case 2021-07-20 12:15:05 -05:00
settings.xml Bloom Tweaks & OpenGL Support 2022-08-26 18:05:25 -05:00