| .. |
|
ogg
|
fbfd3ed8ed
clang: constructor initialization order
|
vor 9 Jahren |
|
stream
|
25686ed4be
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
|
vor 8 Jahren |
|
strings
|
1b4f238a25
Fixed V610: Undefined behavior
|
vor 8 Jahren |
|
util
|
25686ed4be
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
|
vor 8 Jahren |
|
bitMatrix.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
bitRender.cpp
|
4c35fd37af
Simple pass over the codebase to standardize the platform types.
|
vor 12 Jahren |
|
bitRender.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
bitSet.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
bitVector.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
bitVector.h
|
b700572931
Fix BitVector copy constructor.
|
vor 12 Jahren |
|
bitVectorW.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
color.cpp
|
25686ed4be
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
|
vor 8 Jahren |
|
color.h
|
1f477914aa
ColorI::fromLinear fix
|
vor 8 Jahren |
|
crc.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
crc.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
dataChunker.cpp
|
c2cc7142de
Reduce the amount of blocks of memory DataChunker uses
|
vor 9 Jahren |
|
dataChunker.h
|
c2cc7142de
Reduce the amount of blocks of memory DataChunker uses
|
vor 9 Jahren |
|
dnet.cpp
|
6492028bb2
Merge pull request #1035 from bpay/memfixes
|
vor 11 Jahren |
|
dnet.h
|
539efcb1e1
Input event changes
|
vor 13 Jahren |
|
factoryCache.h
|
7a3b40a86d
Initial Implementation of the Taml, Asset and Modules systems.
|
vor 10 Jahren |
|
fileObject.cpp
|
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
|
vor 11 Jahren |
|
fileObject.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
fileio.h
|
4a17d6ceb0
Rename Status enum for avoid conficts on Linux.
|
vor 11 Jahren |
|
filterStream.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
filterStream.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
frameAllocator.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
frameAllocator.h
|
4c35fd37af
Simple pass over the codebase to standardize the platform types.
|
vor 12 Jahren |
|
iTickable.cpp
|
7d6df96d65
ITickable supports object deletion
|
vor 12 Jahren |
|
iTickable.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
idGenerator.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
idGenerator.h
|
c19a70814c
Tidy up and fix the various Assert macros
|
vor 11 Jahren |
|
memVolume.cpp
|
4a17d6ceb0
Rename Status enum for avoid conficts on Linux.
|
vor 11 Jahren |
|
memVolume.h
|
4a17d6ceb0
Rename Status enum for avoid conficts on Linux.
|
vor 11 Jahren |
|
module.cpp
|
7a3b40a86d
Initial Implementation of the Taml, Asset and Modules systems.
|
vor 10 Jahren |
|
module.h
|
7a3b40a86d
Initial Implementation of the Taml, Asset and Modules systems.
|
vor 10 Jahren |
|
resizeStream.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
resizeStream.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
resource.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
resource.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
resourceManager.cpp
|
3ab048c5b0
Fixes after feedback from Luis.
|
vor 11 Jahren |
|
resourceManager.h
|
171a24459f
Remove namespace from header
|
vor 12 Jahren |
|
stringBuffer.cpp
|
fcf52fb5e0
Rename the memory allocating versions to make prev error less likely
|
vor 11 Jahren |
|
stringBuffer.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
stringTable.cpp
|
40b871e652
Add profiling to StringTable.
|
vor 11 Jahren |
|
stringTable.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
tAlgorithm.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
tSimpleHashTable.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
tSparseArray.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
tagDictionary.cpp
|
dd071484da
Merge branch 'development' of https://github.com/GarageGames/Torque3D into andOrMaybe
|
vor 9 Jahren |
|
tagDictionary.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
threadStatic.cpp
|
4c35fd37af
Simple pass over the codebase to standardize the platform types.
|
vor 12 Jahren |
|
threadStatic.h
|
4110fe51b2
Fixed thread statics.
|
vor 11 Jahren |
|
tokenizer.cpp
|
7e5ddf4ca2
Resolve issue #163
|
vor 13 Jahren |
|
tokenizer.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
virtualMountSystem.cpp
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
virtualMountSystem.h
|
7dbfe6994d
Engine directory for ticket #1
|
vor 13 Jahren |
|
volume.cpp
|
a849202bde
Added Sanity Check for out of memory
|
vor 11 Jahren |
|
volume.h
|
4a17d6ceb0
Rename Status enum for avoid conficts on Linux.
|
vor 11 Jahren |