Torque3D/Engine/source/console
Areloch 255fec1a9d Make exec() and getDSOPath() proper Con namespace functions.
Moves the console function exec()'s body into an actual function in the Con namespace as the function executeFile() to align with the other execute and eval functions.
Also moved the getDSOPath function(as exec/executeFile requires it) from being local in consoleFunctions.cpp to a Con namespace function as well, furthering the consistency.
2016-04-19 01:35:52 -05:00
..
test Add some tests for engineAPI and console 2015-02-08 00:08:19 +00:00
arrayObject.cpp backend correction for https://github.com/GarageGames/Torque3D/pull/1425 2015-09-25 17:09:41 -05:00
arrayObject.h Fix for Issue #120 for Inverted ArrayObject Sort 2012-11-07 19:45:40 -05:00
ast.h Added anomymous functions as in Konrad Kiss's resource. 2014-12-29 21:49:52 +11:00
astAlloc.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
astNodes.cpp Addresses roughly half of the C4189 errors though the following methodologies: 2015-07-29 03:03:27 -05:00
bison.bat Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
bison.simple Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
cmdgram.cpp Regenerate flex/bison files. 2015-01-01 10:33:50 +11:00
cmdgram.h Regenerate lex/bison files. 2014-12-29 21:50:11 +11:00
CMDgram.y Use a buffer on the stack. 2015-01-01 10:33:35 +11:00
CMDscan.cpp Merge pull request #1214 from bpay/cppcheck-cleaning 2015-03-01 18:27:40 +11:00
CMDscan.l Merge pull request #1214 from bpay/cppcheck-cleaning 2015-03-01 18:27:40 +11:00
codeBlock.cpp Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153 2016-02-26 14:39:38 +01:00
codeBlock.h Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
compiledEval.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
compiler.cpp Fix mismatched free 2014-12-13 16:08:47 -05:00
compiler.h C4091 typedef ignored. 2015-07-23 20:03:30 +10:00
console.cpp Make exec() and getDSOPath() proper Con namespace functions. 2016-04-19 01:35:52 -05:00
console.h Make exec() and getDSOPath() proper Con namespace functions. 2016-04-19 01:35:52 -05:00
consoleDoc.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
consoleDoc.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleFunctions.cpp Make exec() and getDSOPath() proper Con namespace functions. 2016-04-19 01:35:52 -05:00
consoleFunctions.h Added type checking functions 2015-01-29 11:40:45 -08:00
consoleInternal.cpp Add workaround for issue #1292 2015-05-28 20:34:10 +10:00
consoleInternal.h Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 2015-02-16 21:23:42 +00:00
consoleLogger.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
consoleLogger.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01:00
consoleObject.cpp transcription error was messing with addProtectedField for arrays 2015-10-14 10:11:58 -05:00
consoleObject.h conflict resolution 2016-02-27 02:16:07 +01:00
consoleParser.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
consoleParser.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleTypes.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
consoleTypes.h offsetof is actually a standard thing nowadays it would seem 2015-07-03 02:52:08 -05:00
consoleXMLExport.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
consoleXMLExport.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
debugOutputConsumer.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
debugOutputConsumer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
dynamicTypes.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
dynamicTypes.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
engineAPI.h Fix building on GCC 2015-02-09 16:14:14 +00:00
engineDoc.cpp Issue found with PVS-Studio: 2015-07-13 23:08:17 -05:00
engineExports.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineExports.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineFunctions.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineFunctions.h Fix for 64 bit. 2014-11-30 19:14:20 -05:00
engineObject.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
enginePrimitives.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
enginePrimitives.h partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 2015-07-16 21:51:37 -05:00
engineStructs.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineStructs.h partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 2015-07-16 21:51:37 -05:00
engineTypeInfo.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypeInfo.h conflict resolution 2016-02-27 02:16:07 +01:00
engineTypes.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypes.h partly addresses https://msdn.microsoft.com/en-us/library/y775w13y.aspx?f=255&MSPPError=-2147217396 violations 2015-07-16 21:51:37 -05:00
engineXMLExport.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fieldBrushObject.cpp Moves from using dStrIsEmpty to the new String::isEmpty static function. Keeps things cleaner, consistent, and works with intellisense. 2015-06-06 17:40:49 -05:00
fieldBrushObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fileSystemFunctions.cpp fillin for fallbacks for filesystem funcs 2015-11-09 19:40:30 -06:00
generateCompiler.bat Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
ICallMethod.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01:00
persistenceManager.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
persistenceManager.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
propertyParsing.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
propertyParsing.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
runtimeClassRep.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
runtimeClassRep.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
scriptFilename.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
scriptFilename.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
scriptObjects.cpp New ScriptTickObject 2013-01-22 17:09:14 -05:00
scriptObjects.h New ScriptTickObject 2013-01-22 17:09:14 -05:00
sim.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
sim.h Redux of Winterleaf's PR 1001, with the suggested updated values. 2015-07-28 00:53:58 -05:00
simBase.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simDatablock.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simDatablock.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simDictionary.cpp Guard against null pointers and remove unnecessary include. 2014-12-24 08:34:30 +11:00
simDictionary.h Guard against null pointers and remove unnecessary include. 2014-12-24 08:34:30 +11:00
simEvents.cpp Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 2015-05-08 09:04:04 +10:00
simEvents.h Fix building on GCC 2015-02-09 16:14:14 +00:00
simFieldDictionary.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simFieldDictionary.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
simManager.cpp Merge branch 'development' into console-func-refactor 2014-10-20 09:29:44 +11:00
simObject.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
simObject.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
simObjectList.cpp Fix stack balancing problems by refactoring execution calls 2015-02-08 00:08:18 +00:00
simObjectList.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simObjectMemento.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simObjectMemento.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simObjectRef.h Fixed some random Worder warnings 2015-07-03 15:52:38 +02:00
simPersistID.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simPersistID.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simPersistSet.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
simPersistSet.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01:00
simSerialize.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simSet.cpp fixes crash when callOnChildren 2016-03-04 18:03:21 +01:00
simSet.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
SimXMLDocument.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
SimXMLDocument.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01:00
stringStack.cpp Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 2015-02-16 21:23:42 +00:00
stringStack.h Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. 2015-02-16 21:23:42 +00:00
telnetConsole.cpp Fix building on GCC 2015-02-09 16:14:14 +00:00
telnetConsole.h Input event changes 2013-01-22 18:17:41 -05:00
telnetDebugger.cpp Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
telnetDebugger.h Fix: removed 'virtual' for classes which doesn't have child. 2014-05-06 12:40:47 +04:00
typeValidators.cpp Fixed warning 2015-01-29 14:53:20 -08:00
typeValidators.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00