Torque3D/Engine/source/console
Ben Payne c19a70814c Tidy up and fix the various Assert macros
Rephrase the macros so that they can be used in expressions, and
properly require semicolons. And add the semicolons where missing.
2015-02-02 18:37:48 -05:00
..
test Ported runtime class rep test. 2014-07-13 10:14:41 +02:00
arrayObject.cpp Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11: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 Fix omissions in astNodes.cpp. 2014-10-28 08:55:17 +11: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 Regenerate lex/bison files. 2014-12-29 21:50:11 +11:00
CMDscan.l refactored platform precompiler variable: TORQUE_OS_WIN{32,64,} 2014-03-15 15:10:14 +01:00
codeBlock.cpp Tidy up and fix the various Assert macros 2015-02-02 18:37:48 -05:00
codeBlock.h Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11:00
compiledEval.cpp Fix issue where console stack values were getting overwritten inside a C++ function 2014-12-10 00:42:06 +00:00
compiler.cpp Fix mismatched free 2014-12-13 16:08:47 -05:00
compiler.h Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11:00
console.cpp Changes for Linux. 2015-01-19 01:44:36 +01:00
console.h Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11: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 Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
consoleInternal.cpp Merge pull request #1035 from bpay/memfixes 2015-01-25 13:42:32 +01:00
consoleInternal.h Fix issue where console stack values were getting overwritten inside a C++ function 2014-12-10 00:42:06 +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 Changes for Linux. 2015-01-19 01:44:36 +01:00
consoleObject.h Changes for Linux. 2015-01-19 01:44:36 +01: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 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 Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
engineAPI.h Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
engineDoc.cpp Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11: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 Linux implementation. Include changes for gcc x64. 2015-01-24 22:08:26 +01:00
engineXMLExport.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fieldBrushObject.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
fieldBrushObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fileSystemFunctions.cpp Fix initializing return buffer. 2014-10-19 14:30:37 +11: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 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 Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
sim.h Improvements to console refactor code 2012-10-12 19:12:06 +01: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 Improvements to console refactor code 2012-10-12 19:12:06 +01:00
simEvents.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01: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 Merge branch 'development' into console-func-refactor 2014-10-20 09:29:44 +11:00
simObject.cpp Merge remote-tracking branch 'gg/development-3.6' into development 2015-01-29 21:17:38 +11:00
simObject.h Changes for Linux. 2015-01-19 01:44:36 +01:00
simObjectList.cpp Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01: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 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 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
simSet.h Beginnings of the "pass everything using a native type wrapper" console code. 2012-10-12 18:56:17 +01: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 issue where console stack values were getting overwritten inside a C++ function 2014-12-10 00:42:06 +00:00
stringStack.h Fix issue where console stack values were getting overwritten inside a C++ function 2014-12-10 00:42:06 +00: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 fixed capitalization in include 2014-11-05 10:29:29 -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