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