Torque3D/Engine/source/navigation
JeffR 305e4851e0 Fixes issue with using Edit Asset in RMB menu in AB on datablocks where it wouldn't correctly recognize the datablock
Fixes issue where the local sfxProfile in a sfxEmitter would share pointer reference to the utilized shapeAsset's sound buffer, so when it's deleted it would nuke the soundAsset's buffer, causing reference exceptions
Adds includes to torqueConfig.h in several files that are blocked out with TORQUE_TOOLS to ensure that if the flag is on in the config file, the files are loaded/compiled as expected
Add sanity check to AssetManager::unloadAsset to ensure that the assetDef being unloaded was actually correctly loaded/registered into the console in the first place
2022-07-02 23:27:18 -05:00
..
coverPoint.cpp Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
coverPoint.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
duDebugDrawTorque.cpp uninitialized variables-navigation 2020-05-11 15:08:57 -05:00
duDebugDrawTorque.h Added navmesh wrapper code and module. 2013-07-04 17:27:48 +10:00
guiNavEditorCtrl.cpp Fixes issue with using Edit Asset in RMB menu in AB on datablocks where it wouldn't correctly recognize the datablock 2022-07-02 23:27:18 -05:00
guiNavEditorCtrl.h Fixes issue with using Edit Asset in RMB menu in AB on datablocks where it wouldn't correctly recognize the datablock 2022-07-02 23:27:18 -05:00
navContext.cpp Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
navContext.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
navMesh.cpp NavMesh loading from zip file. 2021-01-11 04:51:21 -05:00
navMesh.h uninitialized variables-navigation 2020-05-11 15:08:57 -05:00
navPath.cpp Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 2020-10-03 14:37:55 +02:00
navPath.h Navmesh load/save now uses builtin file abstraction. 2014-11-28 20:24:11 +11:00
recastPolyList.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
recastPolyList.h Added navmesh wrapper code and module. 2013-07-04 17:27:48 +10:00
torqueRecast.h Corrected spacing on the brackets to line them back up 2015-07-19 02:02:07 -05:00