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