Azaezel f87f7c41b6 backend correction for https://github.com/GarageGames/Torque3D/pull/1425 10 anni fa
..
test 1449c4df57 Add some tests for engineAPI and console 11 anni fa
CMDgram.y 5a66f00697 Use a buffer on the stack. 11 anni fa
CMDscan.cpp 497a15cfd0 Merge pull request #1214 from bpay/cppcheck-cleaning 11 anni fa
CMDscan.l 497a15cfd0 Merge pull request #1214 from bpay/cppcheck-cleaning 11 anni fa
ICallMethod.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 anni fa
SimXMLDocument.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 anni fa
SimXMLDocument.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 anni fa
arrayObject.cpp f87f7c41b6 backend correction for https://github.com/GarageGames/Torque3D/pull/1425 10 anni fa
arrayObject.h deba1b3728 Fix for Issue #120 for Inverted ArrayObject Sort 13 anni fa
ast.h 1204b81a78 Added anomymous functions as in Konrad Kiss's resource. 11 anni fa
astAlloc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 anni fa
astNodes.cpp 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: 10 anni fa
bison.bat 7dbfe6994d Engine directory for ticket #1 13 anni fa
bison.simple 7dbfe6994d Engine directory for ticket #1 13 anni fa
cmdgram.cpp dd9e416b00 Regenerate flex/bison files. 11 anni fa
cmdgram.h 412247c401 Regenerate lex/bison files. 11 anni fa
codeBlock.cpp 84e8cbb4ee Revert recent style cleanup changes. 11 anni fa
codeBlock.h 84e8cbb4ee Revert recent style cleanup changes. 11 anni fa
compiledEval.cpp 3c1c88d96b TORQUE_VALIDATE_STACK define for console stack debugging 10 anni fa
compiler.cpp de7101dec2 Fix mismatched free 11 anni fa
compiler.h 5e2de608d5 C4091 typedef ignored. 10 anni fa
console.cpp d9436e65c5 Add workaround for issue #1292 10 anni fa
console.h 7e172869a9 Fixed warning. 10 anni fa
consoleDoc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. 12 anni fa
consoleDoc.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
consoleFunctions.cpp bedc79aacb Merges in Monkey's fixes PR with a resolution for a conflict 10 anni fa
consoleInternal.cpp e5c28b4d7f Simplify buffer check when adding a registered variable 10 anni fa
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. 11 anni fa
consoleLogger.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 anni fa
consoleLogger.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 anni fa
consoleObject.cpp 3a18819e1e Issue found by PVS Studio: 10 anni fa
consoleObject.h 3336bffad2 Changes for Linux. 11 anni fa
consoleParser.cpp 527c3790d6 Issue found with PVS-Studio: 10 anni fa
consoleParser.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
consoleTypes.cpp f3fc84738b Use fixed buffer size var when allocating return buffer from console. 11 anni fa
consoleTypes.h 5d89ab126d offsetof is actually a standard thing nowadays it would seem 10 anni fa
consoleXMLExport.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 anni fa
consoleXMLExport.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
debugOutputConsumer.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
debugOutputConsumer.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
dynamicTypes.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
dynamicTypes.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 anni fa
engineAPI.h 3f97c2cedd Fix building on GCC 11 anni fa
engineDoc.cpp 5c688260d5 Issue found with PVS-Studio: 10 anni fa
engineExports.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineExports.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineFunctions.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineFunctions.h ee55d302d8 Fix for 64 bit. 11 anni fa
engineObject.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineObject.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
enginePrimitives.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
enginePrimitives.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 anni fa
engineStructs.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineStructs.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 anni fa
engineTypeInfo.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineTypeInfo.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 anni fa
engineTypes.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
engineTypes.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 10 anni fa
engineXMLExport.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
fieldBrushObject.cpp 3ab048c5b0 Fixes after feedback from Luis. 11 anni fa
fieldBrushObject.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
fileSystemFunctions.cpp 0007a518bc Corrected filesize units in return comment 11 anni fa
generateCompiler.bat 7dbfe6994d Engine directory for ticket #1 13 anni fa
persistenceManager.cpp 3ab048c5b0 Fixes after feedback from Luis. 11 anni fa
persistenceManager.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
propertyParsing.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
propertyParsing.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
runtimeClassRep.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
runtimeClassRep.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
scriptFilename.cpp f3fc84738b Use fixed buffer size var when allocating return buffer from console. 11 anni fa
scriptFilename.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
scriptObjects.cpp b56f8674cd New ScriptTickObject 13 anni fa
scriptObjects.h b56f8674cd New ScriptTickObject 13 anni fa
sim.cpp 3ab048c5b0 Fixes after feedback from Luis. 11 anni fa
sim.h 859e653bd7 Redux of Winterleaf's PR 1001, with the suggested updated values. 10 anni fa
simBase.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simDatablock.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
simDatablock.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simDictionary.cpp 859514a792 Guard against null pointers and remove unnecessary include. 11 anni fa
simDictionary.h 859514a792 Guard against null pointers and remove unnecessary include. 11 anni fa
simEvents.cpp 12d435c341 Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 10 anni fa
simEvents.h 3f97c2cedd Fix building on GCC 11 anni fa
simFieldDictionary.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
simFieldDictionary.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simManager.cpp 4c07c55121 Merge branch 'development' into console-func-refactor 11 anni fa
simObject.cpp 84e8cbb4ee Revert recent style cleanup changes. 11 anni fa
simObject.h 3336bffad2 Changes for Linux. 11 anni fa
simObjectList.cpp f44a3f27d6 Fix stack balancing problems by refactoring execution calls 11 anni fa
simObjectList.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simObjectMemento.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
simObjectMemento.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simObjectRef.h 5ef130d581 Fixed some random Worder warnings 10 anni fa
simPersistID.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
simPersistID.h 7dbfe6994d Engine directory for ticket #1 13 anni fa
simPersistSet.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 anni fa
simPersistSet.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 anni fa
simSerialize.cpp 7dbfe6994d Engine directory for ticket #1 13 anni fa
simSet.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 11 anni fa
simSet.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 anni fa
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. 11 anni fa
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. 11 anni fa
telnetConsole.cpp 3f97c2cedd Fix building on GCC 11 anni fa
telnetConsole.h 539efcb1e1 Input event changes 13 anni fa
telnetDebugger.cpp 84e8cbb4ee Revert recent style cleanup changes. 11 anni fa
telnetDebugger.h b0fcc91058 Fix: removed 'virtual' for classes which doesn't have child. 11 anni fa
typeValidators.cpp 42126937e6 Fixed warning 11 anni fa
typeValidators.h 7dbfe6994d Engine directory for ticket #1 13 anni fa