Areloch fa78a2f354 Adds Component, the various main component classes and their interfaces. 9 years ago
..
test 1449c4df57 Add some tests for engineAPI and console 10 years ago
CMDgram.y 5a66f00697 Use a buffer on the stack. 10 years ago
CMDscan.cpp 497a15cfd0 Merge pull request #1214 from bpay/cppcheck-cleaning 10 years ago
CMDscan.l 497a15cfd0 Merge pull request #1214 from bpay/cppcheck-cleaning 10 years ago
ICallMethod.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 years ago
SimXMLDocument.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 10 years ago
SimXMLDocument.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 years ago
arrayObject.cpp f87f7c41b6 backend correction for https://github.com/GarageGames/Torque3D/pull/1425 10 years ago
arrayObject.h deba1b3728 Fix for Issue #120 for Inverted ArrayObject Sort 12 years ago
ast.h 1204b81a78 Added anomymous functions as in Konrad Kiss's resource. 10 years ago
astAlloc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 years ago
astNodes.cpp 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: 10 years ago
bison.bat 7dbfe6994d Engine directory for ticket #1 13 years ago
bison.simple 7dbfe6994d Engine directory for ticket #1 13 years ago
cmdgram.cpp dd9e416b00 Regenerate flex/bison files. 10 years ago
cmdgram.h 412247c401 Regenerate lex/bison files. 10 years ago
codeBlock.cpp 10cb6ab9c4 Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153 9 years ago
codeBlock.h 84e8cbb4ee Revert recent style cleanup changes. 10 years ago
compiledEval.cpp 86dd8a8cf7 Adds a onPostAdd callback to simObject so we can do handling AFTER the object and it's children have been added successfully. 9 years ago
compiler.cpp de7101dec2 Fix mismatched free 10 years ago
compiler.h 5e2de608d5 C4091 typedef ignored. 10 years ago
console.cpp 07cf85143b fixes crash when callOnChildren 9 years ago
console.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
consoleDoc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 years ago
consoleDoc.h 7dbfe6994d Engine directory for ticket #1 13 years ago
consoleFunctions.cpp 973e5a6c02 Update consoleFunctions.cpp 9 years ago
consoleFunctions.h 39d5563a8c Added type checking functions 10 years ago
consoleInternal.cpp e5c28b4d7f Simplify buffer check when adding a registered variable 10 years ago
consoleInternal.h 942c7a48f4 Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 10 years ago
consoleLogger.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 10 years ago
consoleLogger.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 years ago
consoleObject.cpp dd3c20ece6 transcription error was messing with addProtectedField for arrays 10 years ago
consoleObject.h fa78a2f354 Adds Component, the various main component classes and their interfaces. 9 years ago
consoleParser.cpp 527c3790d6 Issue found with PVS-Studio: 10 years ago
consoleParser.h 7dbfe6994d Engine directory for ticket #1 13 years ago
consoleTypes.cpp b3bc199975 Adds a TypeSimObjectPtr type for easy reference to other objects as a field. 9 years ago
consoleTypes.h 9bc87709ab Merge branch 'RotationFPR_Cleaned' of https://github.com/Areloch/Torque3D into development 9 years ago
consoleXMLExport.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 10 years ago
consoleXMLExport.h 7dbfe6994d Engine directory for ticket #1 13 years ago
debugOutputConsumer.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
debugOutputConsumer.h 7dbfe6994d Engine directory for ticket #1 13 years ago
dynamicTypes.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
dynamicTypes.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
engineAPI.h 3f97c2cedd Fix building on GCC 10 years ago
engineDoc.cpp 5c688260d5 Issue found with PVS-Studio: 10 years ago
engineExports.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineExports.h 7dbfe6994d Engine directory for ticket #1 13 years ago
engineFunctions.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineFunctions.h ee55d302d8 Fix for 64 bit. 10 years ago
engineObject.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineObject.h 7dbfe6994d Engine directory for ticket #1 13 years ago
enginePrimitives.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
enginePrimitives.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 years ago
engineStructs.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineStructs.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 years ago
engineTypeInfo.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineTypeInfo.h 49443d3167 conflict resolution 9 years ago
engineTypes.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
engineTypes.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 years ago
engineXMLExport.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
fieldBrushObject.cpp 6e8fa7215a Moves from using dStrIsEmpty to the new String::isEmpty static function. Keeps things cleaner, consistent, and works with intellisense. 10 years ago
fieldBrushObject.h 7dbfe6994d Engine directory for ticket #1 13 years ago
fileSystemFunctions.cpp f719731c52 fillin for fallbacks for filesystem funcs 9 years ago
generateCompiler.bat 7dbfe6994d Engine directory for ticket #1 13 years ago
persistenceManager.cpp 3ab048c5b0 Fixes after feedback from Luis. 10 years ago
persistenceManager.h 7dbfe6994d Engine directory for ticket #1 13 years ago
propertyParsing.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
propertyParsing.h 7dbfe6994d Engine directory for ticket #1 13 years ago
runtimeClassRep.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
runtimeClassRep.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
scriptFilename.cpp 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
scriptFilename.h 7dbfe6994d Engine directory for ticket #1 13 years ago
scriptObjects.cpp b56f8674cd New ScriptTickObject 12 years ago
scriptObjects.h b56f8674cd New ScriptTickObject 12 years ago
sim.cpp 3ab048c5b0 Fixes after feedback from Luis. 10 years ago
sim.h 859e653bd7 Redux of Winterleaf's PR 1001, with the suggested updated values. 10 years ago
simBase.h 7dbfe6994d Engine directory for ticket #1 13 years ago
simDatablock.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
simDatablock.h 7dbfe6994d Engine directory for ticket #1 13 years ago
simDictionary.cpp 859514a792 Guard against null pointers and remove unnecessary include. 10 years ago
simDictionary.h 859514a792 Guard against null pointers and remove unnecessary include. 10 years ago
simEvents.cpp 12d435c341 Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 10 years ago
simEvents.h 3f97c2cedd Fix building on GCC 10 years ago
simFieldDictionary.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
simFieldDictionary.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
simManager.cpp 4c07c55121 Merge branch 'development' into console-func-refactor 11 years ago
simObject.cpp 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
simObject.h 86dd8a8cf7 Adds a onPostAdd callback to simObject so we can do handling AFTER the object and it's children have been added successfully. 9 years ago
simObjectList.cpp f44a3f27d6 Fix stack balancing problems by refactoring execution calls 10 years ago
simObjectList.h 7dbfe6994d Engine directory for ticket #1 13 years ago
simObjectMemento.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
simObjectMemento.h 7dbfe6994d Engine directory for ticket #1 13 years ago
simObjectRef.h 5ef130d581 Fixed some random Worder warnings 10 years ago
simPersistID.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
simPersistID.h 7dbfe6994d Engine directory for ticket #1 13 years ago
simPersistSet.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 10 years ago
simPersistSet.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 years ago
simSerialize.cpp 7dbfe6994d Engine directory for ticket #1 13 years ago
simSet.cpp 07cf85143b fixes crash when callOnChildren 9 years ago
simSet.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. 10 years ago
stringStack.cpp 942c7a48f4 Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 10 years ago
stringStack.h 942c7a48f4 Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 10 years ago
telnetConsole.cpp 3f97c2cedd Fix building on GCC 10 years ago
telnetConsole.h 539efcb1e1 Input event changes 12 years ago
telnetDebugger.cpp 84e8cbb4ee Revert recent style cleanup changes. 10 years ago
telnetDebugger.h b0fcc91058 Fix: removed 'virtual' for classes which doesn't have child. 11 years ago
typeValidators.cpp 42126937e6 Fixed warning 10 years ago
typeValidators.h 7dbfe6994d Engine directory for ticket #1 13 years ago