Torque3D/Engine/source/core
2018-04-17 20:54:08 +02:00
..
ogg clang: constructor initialization order 2016-10-14 18:16:55 -05:00
stream Use strncpy instead of strcpy because again, buffer overflows 2018-03-06 02:35:33 -05:00
strings As suggested, extract strlen calls from sizes into variables so it isn't called twice 2018-03-08 20:59:40 -05:00
util Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
bitMatrix.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
bitRender.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
bitRender.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
bitSet.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
bitVector.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
bitVector.h Fix BitVector copy constructor. 2013-06-21 14:22:49 +02:00
bitVectorW.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
color.cpp 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 2017-06-23 11:36:20 -05:00
color.h ColorI::fromLinear fix 2017-08-13 19:39:44 +10:00
crc.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
crc.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
dataChunker.cpp Reduce the amount of blocks of memory DataChunker uses 2016-09-30 18:35:14 +01:00
dataChunker.h Reduce the amount of blocks of memory DataChunker uses 2016-09-30 18:35:14 +01:00
dnet.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
dnet.h Input event changes 2013-01-22 18:17:41 -05:00
factoryCache.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
fileio.h Rename Status enum for avoid conficts on Linux. 2014-04-06 22:14:19 +02:00
fileObject.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
fileObject.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
filterStream.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
filterStream.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
frameAllocator.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
frameAllocator.h More cats and cpys in files that xcode doesn't see 2018-03-07 01:13:56 -05:00
idGenerator.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
idGenerator.h Tidy up and fix the various Assert macros 2015-02-02 18:37:48 -05:00
iTickable.cpp ITickable supports object deletion 2013-11-08 17:31:52 -05:00
iTickable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
memVolume.cpp Rename Status enum for avoid conficts on Linux. 2014-04-06 22:14:19 +02:00
memVolume.h Rename Status enum for avoid conficts on Linux. 2014-04-06 22:14:19 +02:00
module.cpp Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
module.h Initial Implementation of the Taml, Asset and Modules systems. 2015-10-13 15:19:36 -05:00
resizeStream.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
resizeStream.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
resource.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
resource.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
resourceManager.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
resourceManager.h Remove namespace from header 2013-07-28 12:55:52 -05:00
stringBuffer.cpp Eliminate DefineConsoleFunction 2018-04-17 20:54:08 +02:00
stringBuffer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stringTable.cpp As suggested, extract strlen calls from sizes into variables so it isn't called twice 2018-03-08 20:59:40 -05:00
stringTable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tagDictionary.cpp Merge branch 'development' of https://github.com/GarageGames/Torque3D into andOrMaybe 2016-12-20 22:50:28 -06:00
tagDictionary.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tAlgorithm.h tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places. 2017-12-27 22:57:47 -06:00
threadStatic.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
threadStatic.h Fixed thread statics. 2014-08-20 10:00:46 +10:00
tokenizer.cpp Use strncpy instead of strcpy because again, buffer overflows 2018-03-06 02:35:33 -05:00
tokenizer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tSimpleHashTable.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tSparseArray.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
virtualMountSystem.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
virtualMountSystem.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
volume.cpp Added Sanity Check for out of memory 2014-11-04 06:49:09 -05:00
volume.h Rename Status enum for avoid conficts on Linux. 2014-04-06 22:14:19 +02:00