Areloch 4d40e3cab5 Merge pull request #449 from OTHGMars/Zip_Test2 vor 4 Jahren
..
test ef34210fef Implement Unit Test Suite for TorqueScript. vor 4 Jahren
CMDgram.y d666322a1b Merging vor 8 Jahren
CMDscan.cpp 47d5b6ead7 As suggested, extract strlen calls from sizes into variables so it isn't called twice vor 7 Jahren
CMDscan.l 47d5b6ead7 As suggested, extract strlen calls from sizes into variables so it isn't called twice vor 7 Jahren
ICallMethod.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. vor 13 Jahren
SimXMLDocument.cpp 0ece989560 Updates SimXMLDocument, fsTiXmlDocument, Taml and TamlXmlParser for reading from zip. vor 5 Jahren
SimXMLDocument.h 0ece989560 Updates SimXMLDocument, fsTiXmlDocument, Taml and TamlXmlParser for reading from zip. vor 5 Jahren
arrayObject.cpp 15f67015d3 Reordering initialization methods #1912 vor 8 Jahren
arrayObject.h 45ae5e71cb fixed lots of tabs and space vor 9 Jahren
ast.h e80b66464e ast shadowvar cleanup vor 7 Jahren
astAlloc.cpp 47d5b6ead7 As suggested, extract strlen calls from sizes into variables so it isn't called twice vor 7 Jahren
astNodes.cpp 2c1508c169 uninitialized variables-console vor 5 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 d666322a1b Merging vor 8 Jahren
cmdgram.h d666322a1b Merging vor 8 Jahren
codeBlock.cpp e981fd2cc3 Add support for aarch64 / apple silicon vor 4 Jahren
codeBlock.h d666322a1b Merging vor 8 Jahren
codeInterpreter.cpp 90d460d9a4 Remove object and function namespace from argument list vor 5 Jahren
codeInterpreter.h d666322a1b Merging vor 8 Jahren
compiledEval.cpp 18dee487f9 Use a circular buffer for getReturnBuffer because StringStack's would get clobbered too quickly vor 7 Jahren
compiler.cpp e981fd2cc3 Add support for aarch64 / apple silicon vor 4 Jahren
compiler.h e981fd2cc3 Add support for aarch64 / apple silicon vor 4 Jahren
console.cpp 4d40e3cab5 Merge pull request #449 from OTHGMars/Zip_Test2 vor 4 Jahren
console.h 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
consoleDoc.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. vor 5 Jahren
consoleDoc.h 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
consoleFunctions.cpp 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
consoleFunctions.h 39d5563a8c Added type checking functions vor 11 Jahren
consoleInternal.cpp 5d1c29f54b Fix return value conversion when using SimObject::call() method from scripts. vor 4 Jahren
consoleInternal.h 2c1508c169 uninitialized variables-console vor 5 Jahren
consoleLogger.cpp 76908eae3c Eliminate DefineConsoleMethod vor 7 Jahren
consoleLogger.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. vor 13 Jahren
consoleObject.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. vor 5 Jahren
consoleObject.h 2c1508c169 uninitialized variables-console vor 5 Jahren
consoleParser.cpp 45ae5e71cb fixed lots of tabs and space vor 9 Jahren
consoleParser.h 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
consoleTypes.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
consoleTypes.h ec4043604e Remove a now-unneeded fix for offsetof on new versions of Visual Studio. vor 7 Jahren
consoleXMLExport.cpp e718841467 Eliminate DefineConsoleFunction vor 7 Jahren
consoleXMLExport.h 4bc1491714 clang catch: garbage in line directives vor 9 Jahren
debugOutputConsumer.cpp 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
debugOutputConsumer.h 214aae7277 Removed the unneeded PPC And Altivec elements, and removed the LOCBUILD flag vor 8 Jahren
dynamicTypes.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. vor 5 Jahren
dynamicTypes.h 9c4191702c Properly specify type of console types with a different native type vor 5 Jahren
engineAPI.h e69c4f0f6a Remove typename from ArgumentToValue specifier in MethodTrampoline vor 5 Jahren
engineDoc.cpp 5282b37d9f shadowvar cleanup vor 7 Jahren
engineExports.cpp 15f67015d3 Reordering initialization methods #1912 vor 8 Jahren
engineExports.h eaf814f2e3 EngineExportScope(){} *can't* be initialized by default, aparantly vor 5 Jahren
engineFunctions.cpp fbfd3ed8ed clang: constructor initialization order vor 9 Jahren
engineFunctions.h 42ca155301 Fix non-mvc compilation in EngineDefaultArguments vor 5 Jahren
engineObject.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
engineObject.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
enginePrimitives.cpp 68b6884665 EngineAPI: Expose strings as UTF8 instead of UTF16 vor 5 Jahren
enginePrimitives.h 68b6884665 EngineAPI: Expose strings as UTF8 instead of UTF16 vor 5 Jahren
engineStructs.cpp a241d27b58 Expand EngineAPI type definitions vor 5 Jahren
engineStructs.h a241d27b58 Expand EngineAPI type definitions vor 5 Jahren
engineTypeInfo.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
engineTypeInfo.h fb412ff108 Add Type information for Properties in EngineXMLExport vor 7 Jahren
engineTypes.cpp 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
engineTypes.h 0b5fd8db6e Engine API: Pass structs by reference vor 5 Jahren
engineXMLExport.cpp f4c8e2683e Improve type detection of EngineAPI types vor 5 Jahren
fieldBrushObject.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. vor 5 Jahren
fieldBrushObject.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
fileSystemFunctions.cpp 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
fixedTuple.h d567bc9735 Improve Engine API export, robust Default Value logic and allow _ in arg vor 5 Jahren
generateCompiler.bat 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
persistenceManager.cpp 197a62f6ea Convert dStrcmp to String::compare for more cases vor 5 Jahren
persistenceManager.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
propertyParsing.cpp 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
propertyParsing.h 25686ed4be Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy vor 8 Jahren
returnBuffer.cpp 18dee487f9 Use a circular buffer for getReturnBuffer because StringStack's would get clobbered too quickly vor 7 Jahren
returnBuffer.h 18dee487f9 Use a circular buffer for getReturnBuffer because StringStack's would get clobbered too quickly vor 7 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 2bbc716db6 Eliminate unnecessary uses of ConsoleFunction vor 7 Jahren
scriptFilename.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
scriptObjects.cpp c05d49058f Cleans up a redundant include. vor 8 Jahren
scriptObjects.h b56f8674cd New ScriptTickObject vor 13 Jahren
sim.cpp c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. vor 5 Jahren
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. vor 9 Jahren
simBase.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
simDatablock.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
simDatablock.h 3c97471630 substitution statements conformed to standard class:mVar standard vor 7 Jahren
simDictionary.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
simDictionary.h bcc5459818 whitespace vor 9 Jahren
simEvents.cpp bcc5459818 whitespace vor 9 Jahren
simEvents.h 2c1508c169 uninitialized variables-console vor 5 Jahren
simFieldDictionary.cpp cbce2ee805 Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess vor 7 Jahren
simFieldDictionary.h 2c1508c169 uninitialized variables-console vor 5 Jahren
simManager.cpp 2369645a5a simset::objectList to simset::mObjectList vor 7 Jahren
simObject.cpp fe09d6e125 ModuleSystem: Lookup CInterface methods when calling module create func vor 5 Jahren
simObject.h bf50af7954 show/hide children automagically for simgroups via inspector vor 5 Jahren
simObjectList.cpp 01f0d5cfca tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places. vor 8 Jahren
simObjectList.h 7dbfe6994d Engine directory for ticket #1 vor 13 Jahren
simObjectMemento.cpp 47d5b6ead7 As suggested, extract strlen calls from sizes into variables so it isn't called twice vor 7 Jahren
simObjectMemento.h bcc5459818 whitespace vor 9 Jahren
simObjectRef.h 5ef130d581 Fixed some random Worder warnings vor 10 Jahren
simPersistID.cpp e95a5bf139 Expose SimPersistID to EngineAPI vor 5 Jahren
simPersistID.h e95a5bf139 Expose SimPersistID to EngineAPI vor 5 Jahren
simPersistSet.cpp 76908eae3c Eliminate DefineConsoleMethod vor 7 Jahren
simPersistSet.h 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. vor 13 Jahren
simSerialize.cpp bcc5459818 whitespace vor 9 Jahren
simSet.cpp 3caa83284c report simset names for add/remove errors vor 4 Jahren
simSet.h 763c205451 Add type of Children in SimGroup and GuiControl vor 5 Jahren
stringStack.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
stringStack.h 593680fb3f Move StringStack methods into the cpp file vor 7 Jahren
telnetConsole.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
telnetConsole.h 2c1508c169 uninitialized variables-console vor 5 Jahren
telnetDebugger.cpp 2c1508c169 uninitialized variables-console vor 5 Jahren
telnetDebugger.h 099dd4f1f3 Parametrize script extension, default to 'tscript' vor 5 Jahren
typeValidators.cpp bcc5459818 whitespace vor 9 Jahren
typeValidators.h 2c1508c169 uninitialized variables-console vor 5 Jahren