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