Lukas Joergensen c9609fbdbf CInterface integration in CodeInterpreter null ptr fix 6 年之前
..
T3D 5a994bdddc Rename GuiSpeedometer::mColor to mNeedleColor to avoid clash with parent 5 年之前
Verve 7dc2521c76 Use string.compare instead of String::compare when comparing strings 5 年之前
afx 197a62f6ea Convert dStrcmp to String::compare for more cases 5 年之前
app c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 年之前
assets 9ca276fef0 Misc fixes to ensure that the default postFX save, load and editing process is valid 5 年之前
cinterface 03769bb79d Remove superfluous Get/SetField API methods 5 年之前
collision 8956559bfd Various misc. tweaks and fixes based on static code analysis to minimize/fix memleaks, crashes, or other performance impacting code. 5 年之前
console c9609fbdbf CInterface integration in CodeInterpreter null ptr fix 5 年之前
core a241d27b58 Expand EngineAPI type definitions 5 年之前
environment 0c29847943 Merge pull request #343 from lukaspj/feature/mesh-road-profile-editor 5 年之前
forest c4e00be91a Fix for crash in _onZoningChanged methods when called by hidden objects. 5 年之前
gfx ed260548c5 fix for empty r channel creation of composites crashing out 5 年之前
gui c0eec93d55 Avoid nameclash in guiScriptNotifyControl fields 5 年之前
i18n 2bbc716db6 Eliminate unnecessary uses of ConsoleFunction 7 年之前
lighting 681dbe108c Merge pull request #323 from Azaezel/alpha40_smoothToRough_clean 5 年之前
main 488fba16c1 requested revision: use dword just in case of compiler shenanigans 8 年之前
materials 4250e1d1b4 simplification of the Class::_set<slotname>Asset methods, (as well as early outting before dAtoi(index) hurt itself if index was invalid) 5 年之前
math b76a3fa508 Correct name of EaseF param in struct EngineAPI export 5 年之前
module fe09d6e125 ModuleSystem: Lookup CInterface methods when calling module create func 5 年之前
navigation c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 年之前
persistence b6c33bdd2b uninitialized variables-persistence 5 年之前
platform 197a62f6ea Convert dStrcmp to String::compare for more cases 5 年之前
platformMac 13ce1a7441 corrects compilation errors on mac 7 年之前
platformPOSIX 7769da9434 Use strncat instead of strcat to prevent some buffer overflows 7 年之前
platformSDL bd8a72005e uninitialized variables-platform 5 年之前
platformWin32 c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 年之前
platformX86UNIX 909892f40e Change shorts to ints 5 年之前
postFx e1a6fa01ca PostEffect: Rename isEnabled field to enabled, to fix name clash 5 年之前
renderInstance 94e6d19fb2 Ensures that baking is consistently set to use HDR formats or not which avoids an occasional mismatch crash 5 年之前
scene 6a3603c737 Overhauls the handling of probes to utilize an active probe list to improve performance and allow a greater total number of active probes in a scene. 5 年之前
sfx 8bede52d3b Comment out unused Call Ins for setting SFXSource transform 5 年之前
shaderGen 6a3603c737 Overhauls the handling of probes to utilize an active probe list to improve performance and allow a greater total number of active probes in a scene. 5 年之前
sim c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 年之前
sqlite f7b891442a Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path 6 年之前
terrain 4250e1d1b4 simplification of the Class::_set<slotname>Asset methods, (as well as early outting before dAtoi(index) hurt itself if index was invalid) 5 年之前
testing a7fc407284 corrects a pair of conversions. one object oriented, one not. 7 年之前
ts fef05cf2ca fix #365 5 年之前
util 6dae9981b5 Remove double quotes inside string definition in UndoManagerpushCompound 5 年之前
windowManager c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 年之前
.gitattributes cac5159717 Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake 9 年之前
ggEndOfLineFix.txt 7dbfe6994d Engine directory for ticket #1 13 年之前