| .. |
|
test
|
|
|
|
arrayObject.cpp
|
|
|
|
arrayObject.h
|
|
|
|
ast.h
|
|
|
|
astAlloc.cpp
|
|
|
|
astNodes.cpp
|
|
|
|
bison.bat
|
|
|
|
bison.simple
|
|
|
|
cmdgram.cpp
|
|
|
|
cmdgram.h
|
|
|
|
CMDgram.y
|
|
|
|
CMDscan.cpp
|
|
|
|
CMDscan.l
|
|
|
|
codeBlock.cpp
|
Merge pull request #2236 from Azaezel/memberMess
|
2018-05-30 20:36:43 -05:00 |
|
codeBlock.h
|
|
|
|
codeInterpreter.cpp
|
Merge pull request #2248 from lukaspj/new-cinterface
|
2018-12-09 15:28:22 -06:00 |
|
codeInterpreter.h
|
|
|
|
compiledEval.cpp
|
|
|
|
compiler.cpp
|
|
|
|
compiler.h
|
|
|
|
console.cpp
|
Merge pull request #2248 from lukaspj/new-cinterface
|
2018-12-09 15:28:22 -06:00 |
|
console.h
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
consoleDoc.cpp
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
consoleDoc.h
|
|
|
|
consoleFunctions.cpp
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
consoleFunctions.h
|
|
|
|
consoleInternal.cpp
|
|
|
|
consoleInternal.h
|
|
|
|
consoleLogger.cpp
|
Eliminate DefineConsoleMethod
|
2018-04-17 21:01:50 +02:00 |
|
consoleLogger.h
|
|
|
|
consoleObject.cpp
|
|
|
|
consoleObject.h
|
Add Type information for Properties in EngineXMLExport
|
2018-04-21 09:08:44 +02:00 |
|
consoleParser.cpp
|
|
|
|
consoleParser.h
|
|
|
|
consoleTypes.cpp
|
|
|
|
consoleTypes.h
|
Remove a now-unneeded fix for offsetof on new versions of Visual Studio.
|
2018-03-29 00:44:10 -05:00 |
|
consoleXMLExport.cpp
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
consoleXMLExport.h
|
|
|
|
debugOutputConsumer.cpp
|
|
|
|
debugOutputConsumer.h
|
|
|
|
dynamicTypes.cpp
|
|
|
|
dynamicTypes.h
|
|
|
|
engineAPI.h
|
Sqlite Console refactor, also rename param to make tooltip function more helpful
|
2019-01-10 21:31:17 +00:00 |
|
engineDoc.cpp
|
|
|
|
engineExports.cpp
|
|
|
|
engineExports.h
|
|
|
|
engineFunctions.cpp
|
|
|
|
engineFunctions.h
|
Fix EngineAPI xml generation, utilizing fixed_tuple for default args
|
2018-04-21 09:08:38 +02:00 |
|
engineObject.cpp
|
|
|
|
engineObject.h
|
|
|
|
enginePrimitives.cpp
|
|
|
|
enginePrimitives.h
|
|
|
|
engineStructs.cpp
|
|
|
|
engineStructs.h
|
|
|
|
engineTypeInfo.cpp
|
|
|
|
engineTypeInfo.h
|
Add Type information for Properties in EngineXMLExport
|
2018-04-21 09:08:44 +02:00 |
|
engineTypes.cpp
|
|
|
|
engineTypes.h
|
Pass structs by value, not by reference, in EngineAPI. This simplifies call-layout through EngineAPI
|
2018-04-21 09:23:38 +02:00 |
|
engineXMLExport.cpp
|
Add Type information for Properties in EngineXMLExport
|
2018-04-21 09:08:44 +02:00 |
|
fieldBrushObject.cpp
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
fieldBrushObject.h
|
|
|
|
fileSystemFunctions.cpp
|
|
|
|
fixedTuple.h
|
Fix EngineAPI xml generation, utilizing fixed_tuple for default args
|
2018-04-21 09:08:38 +02:00 |
|
generateCompiler.bat
|
|
|
|
ICallMethod.h
|
|
|
|
persistenceManager.cpp
|
Eliminate DefineConsoleMethod
|
2018-04-17 21:01:50 +02:00 |
|
persistenceManager.h
|
|
|
|
propertyParsing.cpp
|
|
|
|
propertyParsing.h
|
|
|
|
returnBuffer.cpp
|
|
|
|
returnBuffer.h
|
|
|
|
runtimeClassRep.cpp
|
|
|
|
runtimeClassRep.h
|
|
|
|
scriptFilename.cpp
|
Eliminate unnecessary uses of ConsoleFunction
|
2018-04-17 21:41:29 +02:00 |
|
scriptFilename.h
|
|
|
|
scriptObjects.cpp
|
|
|
|
scriptObjects.h
|
|
|
|
sim.cpp
|
Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic
|
2018-04-20 22:09:58 +02:00 |
|
sim.h
|
|
|
|
simBase.h
|
|
|
|
simDatablock.cpp
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
simDatablock.h
|
|
|
|
simDictionary.cpp
|
|
|
|
simDictionary.h
|
|
|
|
simEvents.cpp
|
|
|
|
simEvents.h
|
|
|
|
simFieldDictionary.cpp
|
|
|
|
simFieldDictionary.h
|
|
|
|
simManager.cpp
|
|
|
|
simObject.cpp
|
(Mostly) updated verve implementation.
|
2019-03-07 16:23:41 -06:00 |
|
simObject.h
|
Merge pull request #2248 from lukaspj/new-cinterface
|
2018-12-09 15:28:22 -06:00 |
|
simObjectList.cpp
|
|
|
|
simObjectList.h
|
|
|
|
simObjectMemento.cpp
|
|
|
|
simObjectMemento.h
|
|
|
|
simObjectRef.h
|
|
|
|
simPersistID.cpp
|
|
|
|
simPersistID.h
|
|
|
|
simPersistSet.cpp
|
Eliminate DefineConsoleMethod
|
2018-04-17 21:01:50 +02:00 |
|
simPersistSet.h
|
|
|
|
simSerialize.cpp
|
|
|
|
simSet.cpp
|
Merge branch 'development' into EngineAPI-Refactor
|
2018-12-09 14:48:50 -06:00 |
|
simSet.h
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
SimXMLDocument.cpp
|
Eliminate DefineConsoleMethod
|
2018-04-17 21:01:50 +02:00 |
|
SimXMLDocument.h
|
|
|
|
stringStack.cpp
|
|
|
|
stringStack.h
|
|
|
|
telnetConsole.cpp
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
telnetConsole.h
|
|
|
|
telnetDebugger.cpp
|
Eliminate DefineConsoleFunction
|
2018-04-17 20:54:08 +02:00 |
|
telnetDebugger.h
|
|
|
|
typeValidators.cpp
|
|
|
|
typeValidators.h
|
|
|