Torque3D/Engine/source
2023-03-30 14:19:50 -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 better callback filtering for getMethodSigs 2023-03-15 00:14:20 -05: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 cut control chars for font population 2023-03-17 23:02:27 -05:00
gui Adds console methods to GuiInspectorField to ensure we can set the special edit variable name, type and callbacks for proper editor integration of script-managed types. 2023-03-25 13:56:30 -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 adress #96 2023-03-30 14:19:50 -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