Torque3D/Engine/source
AzaezelX 73e3b44e12 guiprofiles augs
guiprofiles now have additional options: borderSEL and borderERR in keeping with the fillcolor variants. fontColors now also takes an optional ERR entry on the backend, though that remains unleveraged at time of writing.
guiiconbuttonctrl now uses the expanded list in conjunction with renderFilledBorder
asset browser profiles now contain a AssetBrowserProtoProfile that type-profiles derive from for consistency in border selection, highlight, (and down the line error)  colors and border thickness while maintaining type-sepcific border color entries for general display
2023-03-16 17:21:07 -05:00
..
afx sound safeties and future notes 2023-02-26 17:26:43 -06:00
app Missed the second var 2023-01-30 19:04:47 -06:00
assets Expands ScriptAsset behavior to operate as a generic type-settable asset 2023-02-23 15:29:59 -06:00
cinterface various fixes and memory corruption bug. 2021-09-09 19:30:32 -04:00
collision * BugFix: Clear a lot of warnings and correct a few actual programming errors along the way. 2021-10-04 20:04:21 -04:00
console Merge pull request #988 from Azaezel/alpha41/getDirectoryList 2023-03-11 13:24:28 -06:00
core Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
environment add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
forest add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
gfx since we do in fact allow arbitrary tack on variables to scriptobject derivatives, and thus tamls, reporting theres a non hardcoded variable entry is actively counterproductive to flexibility. 2023-03-07 16:10:46 -06:00
gui guiprofiles augs 2023-03-16 17:21:07 -05:00
i18n Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
lighting Assign result from mClampF 2023-03-04 21:44:52 +01:00
main requested revision: use dword just in case of compiler shenanigans 2018-02-26 22:34:21 -06:00
materials add an ignoreLighting entry to materials 2023-02-14 20:57:44 -06:00
math layout consistency pass pt 2 -place shapebase inheriting initpersistfields up top so the child layout appends to the parent 2023-01-24 19:30:09 -06:00
module add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
navigation add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
persistence add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
platform add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
platformMac $platform $= "macos" is used throughout the codebase 2022-09-20 19:58:02 -05:00
platformPOSIX Merge branch 'Preview4_0' into feature-vfs-security 2022-06-13 08:05:26 -04:00
platformSDL * BugFix: Correct invalid fall-through behavior in sdlInputManager.cpp. 2022-05-25 19:25:33 -04:00
platformWin32 Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
platformX11 * BugFix: Correct many include paths and build platformX11 on non-Apple Unix. 2021-11-14 14:45:42 -05:00
platformX86UNIX * Adjustment: Tweak the include paths for platformPOSIX.h. 2021-11-14 14:05:16 -05:00
postFx add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
renderInstance Fix operator 2023-03-05 12:12:57 +01:00
scene add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
sfx sound safeties and future notes 2023-02-26 17:26:43 -06:00
shaderGen Release memory 2023-03-04 21:59:17 +01:00
sim Prevent memory leak 2023-03-04 21:54:21 +01:00
sqlite Fix for build 2022-12-02 11:58:45 +06:00
T3D get node utility methods by request 2023-03-12 15:19:44 -05:00
terrain Release memory 2023-03-04 22:01:36 +01:00
testing corrects a pair of conversions. one object oriented, one not. 2018-12-12 14:52:14 -06:00
ts add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
util add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
Verve add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
windowManager Monitor DeviceId setting. 2022-09-29 03:45:25 -04:00
.gitattributes Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake 2017-01-13 10:42:52 -05:00
ggEndOfLineFix.txt