Torque3D/Engine/source/console
Daniel Buckmaster 2f416290ab Merge pull request #788 from eightyeight/return-status-code
Allow return status to be specified using quitWithStatus
2014-10-24 00:31:05 +11:00
..
test Ported runtime class rep test. 2014-07-13 10:14:41 +02:00
arrayObject.cpp Fix for ArrayObject sorting 2013-11-11 18:51:53 -05:00
arrayObject.h Fix for Issue #120 for Inverted ArrayObject Sort 2012-11-07 19:45:40 -05:00
ast.h Refactor TS compiler to not use the precompile step & also 64bit support 2014-09-07 21:43:56 +01:00
astAlloc.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
astNodes.cpp Refactor TS compiler to not use the precompile step & also 64bit support 2014-09-07 21:43:56 +01: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 more VS2012 L4 warning fixes 2014-03-15 11:51:36 +01:00
cmdgram.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
CMDgram.y Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
CMDscan.cpp Merge pull request #583 from tdev/x64_basics 2014-03-18 00:51:58 +01:00
CMDscan.l refactored platform precompiler variable: TORQUE_OS_WIN{32,64,} 2014-03-15 15:10:14 +01:00
codeBlock.cpp Remove debug instruction dump 2014-09-07 22:07:22 +01:00
codeBlock.h Refactor TS compiler to not use the precompile step & also 64bit support 2014-09-07 21:43:56 +01:00
compiledEval.cpp Merge pull request #705 from andr3wmac/ConsoleReturnFix 2014-10-19 19:45:15 +11:00
compiler.cpp Fix Torque 64 define. 2014-09-26 00:10:14 +02:00
compiler.h Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64 2014-09-15 11:50:32 +10:00
console.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
console.h Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64 2014-09-15 11:50:32 +10: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 Allow return status to be specified using quitWithStatus. 2014-09-24 09:24:29 +10:00
consoleInternal.cpp Fix x64 problems for WIN64. 2014-09-14 21:42:51 +02:00
consoleInternal.h Fix error on Clang compiler: 'ival' is a protected member of 'Dictionary::Entry' 2014-06-02 12:37:06 +02:00
consoleLogger.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
consoleLogger.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleObject.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleParser.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleParser.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleTypes.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
consoleTypes.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
consoleXMLExport.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -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 Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
engineAPI.h Fix for error on Clang compiler: reinterpret_cast from 'const void *' to 'FunctionType *' (aka 'void (*)(EngineObject *, const char *, const char *)') casts away qualifiers 2014-06-02 02:18:59 +02:00
engineDoc.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -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 Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineStructs.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineStructs.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypeInfo.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypeInfo.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypes.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
engineTypes.h Fix engine API copy/paste errors (typo). 2013-02-28 23:50:57 +04:00
engineXMLExport.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fieldBrushObject.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fieldBrushObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fileSystemFunctions.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
generateCompiler.bat Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
ICallMethod.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
persistenceManager.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
scriptFilename.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04: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 Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sim.h Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 Fix x64 problems for WIN64. 2014-09-14 21:42:51 +02:00
simDictionary.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simEvents.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simEvents.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simFieldDictionary.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simFieldDictionary.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simManager.cpp Prevented looking up incorrect object handles. 2012-11-20 08:18:14 +11:00
simObject.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
simObject.h Removed unnecessary parameter in a simObject getter method 2014-04-15 11:50:34 +02:00
simObjectList.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 Engine directory for ticket #1 2012-09-19 11:15:01 -04: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 Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simPersistSet.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simSerialize.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simSet.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
simSet.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
SimXMLDocument.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
SimXMLDocument.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stringStack.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stringStack.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
telnetConsole.cpp Input event changes 2013-01-22 18:17:41 -05:00
telnetConsole.h Input event changes 2013-01-22 18:17:41 -05:00
telnetDebugger.cpp Input event changes 2013-01-22 18:17:41 -05:00
telnetDebugger.h Fix: removed 'virtual' for classes which doesn't have child. 2014-05-06 12:40:47 +04:00
typeValidators.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
typeValidators.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00