| .. |
|
T3D
|
b70faae38f
Updates the handling of the baking of shape asset previews to generate them with support for view angle control to improve visibility, as well as supporting overriding of a material in the preview bake
|
%!s(int64=4) %!d(string=hai) anos |
|
Verve
|
755bbacaa0
Fix specific usage of Con::executef where it was not being assigned to a ConsoleValue before getting it's data out of it.
|
%!s(int64=4) %!d(string=hai) anos |
|
afx
|
00515fffa8
sound asset conversions - afxmagicmissile for a datablock case and guimltextcrtl for an object-instance case
|
%!s(int64=4) %!d(string=hai) anos |
|
app
|
c16b88d709
Fix temporary buffer for scripting conversions.
|
%!s(int64=4) %!d(string=hai) anos |
|
assets
|
98a079a797
code duplication prune. should aid in stability
|
%!s(int64=4) %!d(string=hai) anos |
|
cinterface
|
35b33f1864
various fixes and memory corruption bug.
|
%!s(int64=4) %!d(string=hai) anos |
|
collision
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
%!s(int64=4) %!d(string=hai) anos |
|
console
|
73b023a4b7
Fix console warning when calling void functions in console
|
%!s(int64=4) %!d(string=hai) anos |
|
core
|
a6a7d6e1a1
* [Tokenizer] BugFix: Correct a malloc/delete mismatch in the tokenizer programming.
|
%!s(int64=4) %!d(string=hai) anos |
|
environment
|
e45b959d7d
correct imageassetarrays having a singular texture profile as oposed to a type per.
|
%!s(int64=4) %!d(string=hai) anos |
|
forest
|
f5600826d7
Merge branch 'Preview4_0' into SoundAssetImplements
|
%!s(int64=4) %!d(string=hai) anos |
|
gfx
|
e1398895b3
fix opengl device not returning the correct anisotropic value
|
%!s(int64=4) %!d(string=hai) anos |
|
gui
|
d074343b50
adds colorization to GuiBitmapButtonCtrl
|
%!s(int64=4) %!d(string=hai) anos |
|
i18n
|
099dd4f1f3
Parametrize script extension, default to 'tscript'
|
%!s(int64=5) %!d(string=hai) anos |
|
lighting
|
a05c83493e
adress gl spotlights disapearing for deferred
|
%!s(int64=4) %!d(string=hai) anos |
|
main
|
488fba16c1
requested revision: use dword just in case of compiler shenanigans
|
%!s(int64=7) %!d(string=hai) anos |
|
materials
|
e45b959d7d
correct imageassetarrays having a singular texture profile as oposed to a type per.
|
%!s(int64=4) %!d(string=hai) anos |
|
math
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
%!s(int64=4) %!d(string=hai) anos |
|
module
|
755bbacaa0
Fix specific usage of Con::executef where it was not being assigned to a ConsoleValue before getting it's data out of it.
|
%!s(int64=4) %!d(string=hai) anos |
|
navigation
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
%!s(int64=4) %!d(string=hai) anos |
|
persistence
|
3ef57168b2
Cleanup fsTinyXml implementation
|
%!s(int64=4) %!d(string=hai) anos |
|
platform
|
2311d7d683
* BugFix: Correct an ASAN reported memory error caused by incorrect usage of __sync_fetch_and_add.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformMac
|
6583134ef2
* Adjustment: Initial work on moving x86Unix platform code into a more common POSIX platform.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformPOSIX
|
88cfa4533b
* Cleanup: Remove a comment referencing the now-removed DisplayPtrManager.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformSDL
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformWin32
|
bd9b3fd55b
* [Win32] Adjustment: Only trigger the Linux compat warning when TORQUE_POSIX_PATH_CASE_INSENSITIVE is disabled.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformX11
|
247b12e795
* BugFix: Correct many include paths and build platformX11 on non-Apple Unix.
|
%!s(int64=4) %!d(string=hai) anos |
|
platformX86UNIX
|
a24149ba3b
* Adjustment: Tweak the include paths for platformPOSIX.h.
|
%!s(int64=4) %!d(string=hai) anos |
|
postFx
|
6474413aaf
fix reported ASAN crash
|
%!s(int64=4) %!d(string=hai) anos |
|
renderInstance
|
b60d51969e
brdf handling corrections
|
%!s(int64=4) %!d(string=hai) anos |
|
scene
|
38e7bb9232
* BugFix: Correct the possibility of the Sim module being deinitialized after the Scene module despite the Sim module being dependentant on the Scene module.
|
%!s(int64=4) %!d(string=hai) anos |
|
sfx
|
4dea3810b9
* [SFXDescription] BugFix: Correct a data corruption issue in converting legacy channel values.
|
%!s(int64=4) %!d(string=hai) anos |
|
shaderGen
|
8685173207
typofix
|
%!s(int64=4) %!d(string=hai) anos |
|
sim
|
cc45f9e9a4
* BugFix: Fix a Windows ASAN reported allocation mismatch error.
|
%!s(int64=4) %!d(string=hai) anos |
|
sqlite
|
f7b891442a
Updated path handling for loose asset files for CPP, Image, Level, Material, PostFX, Shape, Terrain, TerrainMat and StateMachine assets to be more predictable in when and how they expando the loose file path into a full, useable path
|
%!s(int64=6) %!d(string=hai) anos |
|
terrain
|
deb994cb13
* BugFix: Correct a windows-only pathing issue in terrMaterial.
|
%!s(int64=4) %!d(string=hai) anos |
|
testing
|
a7fc407284
corrects a pair of conversions. one object oriented, one not.
|
%!s(int64=7) %!d(string=hai) anos |
|
ts
|
a8b3d874a1
Fixes mapping of imposter images to be packed as part of the shape asset, and fixes paths to be formatted more sanely.
|
%!s(int64=4) %!d(string=hai) anos |
|
util
|
755bbacaa0
Fix specific usage of Con::executef where it was not being assigned to a ConsoleValue before getting it's data out of it.
|
%!s(int64=4) %!d(string=hai) anos |
|
windowManager
|
74cc60508b
* BugFix: More cleanup of MSVC compiler warnings.
|
%!s(int64=4) %!d(string=hai) anos |
|
.gitattributes
|
cac5159717
Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake
|
%!s(int64=9) %!d(string=hai) anos |
|
ggEndOfLineFix.txt
|
7dbfe6994d
Engine directory for ticket #1
|
%!s(int64=13) %!d(string=hai) anos |