Areloch 0c6174b045 Merge pull request #1920 from elfprince13/variadicConsoleTemplates hace 9 años
..
test 1449c4df57 Add some tests for engineAPI and console hace 11 años
CMDgram.y 5a66f00697 Use a buffer on the stack. hace 11 años
CMDscan.cpp 233771dcdc Don't use the register keyword with modern compilers, they know better than you (and complain that it's deprecated to boot hace 9 años
CMDscan.l 233771dcdc Don't use the register keyword with modern compilers, they know better than you (and complain that it's deprecated to boot hace 9 años
ICallMethod.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. hace 13 años
SimXMLDocument.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. hace 11 años
SimXMLDocument.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. hace 13 años
arrayObject.cpp f87f7c41b6 backend correction for https://github.com/GarageGames/Torque3D/pull/1425 hace 10 años
arrayObject.h deba1b3728 Fix for Issue #120 for Inverted ArrayObject Sort hace 13 años
ast.h 1204b81a78 Added anomymous functions as in Konrad Kiss's resource. hace 11 años
astAlloc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. hace 12 años
astNodes.cpp 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: hace 10 años
bison.bat 7dbfe6994d Engine directory for ticket #1 hace 13 años
bison.simple 7dbfe6994d Engine directory for ticket #1 hace 13 años
cmdgram.cpp 233771dcdc Don't use the register keyword with modern compilers, they know better than you (and complain that it's deprecated to boot hace 9 años
cmdgram.h 412247c401 Regenerate lex/bison files. hace 11 años
codeBlock.cpp 10cb6ab9c4 Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153 hace 10 años
codeBlock.h 84e8cbb4ee Revert recent style cleanup changes. hace 11 años
compiledEval.cpp 810ac82eae Adds a missed cleanup for currentNewObj. hace 9 años
compiler.cpp de7101dec2 Fix mismatched free hace 11 años
compiler.h 5e2de608d5 C4091 typedef ignored. hace 10 años
console.cpp 255fec1a9d Make exec() and getDSOPath() proper Con namespace functions. hace 9 años
console.h 1c2b096a72 Whitespace consistency hace 9 años
consoleDoc.cpp 4c35fd37af Simple pass over the codebase to standardize the platform types. hace 12 años
consoleDoc.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
consoleFunctions.cpp 255fec1a9d Make exec() and getDSOPath() proper Con namespace functions. hace 9 años
consoleFunctions.h 39d5563a8c Added type checking functions hace 11 años
consoleInternal.cpp 1ee127b753 more unused variable cleanups hace 9 años
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. hace 11 años
consoleLogger.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. hace 11 años
consoleLogger.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. hace 13 años
consoleObject.cpp dd3c20ece6 transcription error was messing with addProtectedField for arrays hace 10 años
consoleObject.h 121d65215e Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. hace 9 años
consoleParser.cpp 527c3790d6 Issue found with PVS-Studio: hace 10 años
consoleParser.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
consoleTypes.cpp b3bc199975 Adds a TypeSimObjectPtr type for easy reference to other objects as a field. hace 9 años
consoleTypes.h d64e2a7019 Removed constexpr use to support VS2013 hace 9 años
consoleXMLExport.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. hace 11 años
consoleXMLExport.h 4bc1491714 clang catch: garbage in line directives hace 9 años
debugOutputConsumer.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
debugOutputConsumer.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
dynamicTypes.cpp fbfd3ed8ed clang: constructor initialization order hace 9 años
dynamicTypes.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
engineAPI.h d64e2a7019 Removed constexpr use to support VS2013 hace 9 años
engineDoc.cpp 5c688260d5 Issue found with PVS-Studio: hace 10 años
engineExports.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
engineExports.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
engineFunctions.cpp fbfd3ed8ed clang: constructor initialization order hace 9 años
engineFunctions.h d64e2a7019 Removed constexpr use to support VS2013 hace 9 años
engineObject.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
engineObject.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
enginePrimitives.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
enginePrimitives.h 88106f9032 Fixed type inference for nulls in console functions hace 9 años
engineStructs.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
engineStructs.h 4bba5d87d0 partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations hace 10 años
engineTypeInfo.cpp fbfd3ed8ed clang: constructor initialization order hace 9 años
engineTypeInfo.h 39bea37fa0 minor fixes, and converted the type table hace 9 años
engineTypes.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
engineTypes.h 1048b7d535 finished variadic conversion hace 9 años
engineXMLExport.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
fieldBrushObject.cpp 6e8fa7215a Moves from using dStrIsEmpty to the new String::isEmpty static function. Keeps things cleaner, consistent, and works with intellisense. hace 10 años
fieldBrushObject.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
fileSystemFunctions.cpp f719731c52 fillin for fallbacks for filesystem funcs hace 10 años
generateCompiler.bat 7dbfe6994d Engine directory for ticket #1 hace 13 años
persistenceManager.cpp 3ab048c5b0 Fixes after feedback from Luis. hace 11 años
persistenceManager.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
propertyParsing.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
propertyParsing.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
runtimeClassRep.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
runtimeClassRep.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
scriptFilename.cpp 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
scriptFilename.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
scriptObjects.cpp b56f8674cd New ScriptTickObject hace 13 años
scriptObjects.h b56f8674cd New ScriptTickObject hace 13 años
sim.cpp 3ab048c5b0 Fixes after feedback from Luis. hace 11 años
sim.h 121d65215e Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang. hace 9 años
simBase.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
simDatablock.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
simDatablock.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
simDictionary.cpp 859514a792 Guard against null pointers and remove unnecessary include. hace 11 años
simDictionary.h 859514a792 Guard against null pointers and remove unnecessary include. hace 11 años
simEvents.cpp 12d435c341 Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 hace 10 años
simEvents.h 3f97c2cedd Fix building on GCC hace 11 años
simFieldDictionary.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
simFieldDictionary.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
simManager.cpp 4c07c55121 Merge branch 'development' into console-func-refactor hace 11 años
simObject.cpp 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
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. hace 9 años
simObjectList.cpp f44a3f27d6 Fix stack balancing problems by refactoring execution calls hace 11 años
simObjectList.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
simObjectMemento.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
simObjectMemento.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
simObjectRef.h 5ef130d581 Fixed some random Worder warnings hace 10 años
simPersistID.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
simPersistID.h 7dbfe6994d Engine directory for ticket #1 hace 13 años
simPersistSet.cpp acb192e2a5 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. hace 11 años
simPersistSet.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. hace 13 años
simSerialize.cpp 7dbfe6994d Engine directory for ticket #1 hace 13 años
simSet.cpp 07cf85143b fixes crash when callOnChildren hace 9 años
simSet.h 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. hace 10 años
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. hace 11 años
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. hace 11 años
telnetConsole.cpp 704577e051 Preliminary IPV6 Support hace 9 años
telnetConsole.h 539efcb1e1 Input event changes hace 13 años
telnetDebugger.cpp 704577e051 Preliminary IPV6 Support hace 9 años
telnetDebugger.h b0fcc91058 Fix: removed 'virtual' for classes which doesn't have child. hace 11 años
typeValidators.cpp 42126937e6 Fixed warning hace 11 años
typeValidators.h 7dbfe6994d Engine directory for ticket #1 hace 13 años