Torque3D/Engine/source
marauder2k7 bfe2401ebb get image metadata
adds ability to get image metadata without loading the texture
since we are using the getOwned parameter correctly now new assets must have the full path to the image file when being created
when the asset becomes owned again the image file path will be updated.
2025-03-28 11:14:21 +00:00
..
afx more merge conflicts 2025-03-24 21:50:04 +00:00
app revert ThreadPool rename 2024-05-12 21:59:18 +01:00
assets Update assetManager.cpp 2025-03-26 17:34:25 +00:00
cinterface Expose SimObjectPtr C-API functions using EngineAPI 2023-10-08 17:36:51 -05:00
collision backup 2024-05-20 12:21:37 +01:00
console further validator cleanups 2025-03-18 14:06:33 -05:00
core Fix memory leak in ZipSubRStream 2025-02-19 15:06:02 +03:00
environment Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
forest fill in the validated variables 2025-03-09 11:53:23 -05:00
gfx get image metadata 2025-03-28 11:14:21 +00:00
gui more cleanups 2025-03-27 08:59:50 +00:00
i18n Console Refactor 2023-09-13 10:33:20 +02:00
lighting Fix for bug reported by Rod 2025-01-06 14:24:39 +00:00
main _get_current_locale needs #include <locale.h> 2023-07-22 09:49:43 -05:00
materials always cleanup -_- 2025-03-27 09:11:40 +00:00
math init commit 2025-01-23 22:12:52 +00:00
module Added field to ModuleDefinition for priority, which can be used to process/sort them in priority order 2025-01-03 00:37:25 -06:00
navigation fill in the validated variables 2025-03-09 11:53:23 -05:00
persistence add typeS16 2025-02-22 18:57:27 -06:00
platform add guide button support 2025-03-01 16:58:35 -06:00
platformMac main dir 2023-10-20 22:23:38 +01:00
platformPOSIX Update POSIXFileio.cpp 2023-07-27 21:48:13 +01:00
platformSDL Merge pull request #1234 from marauder2k9-torque/virtuals-override 2024-03-21 10:43:26 -05:00
platformWin32 working vhacd 2024-05-12 14:43:56 +01:00
platformX11 * BugFix: Correct many include paths and build platformX11 on non-Apple Unix. 2021-11-14 14:45:42 -05:00
platformX86UNIX * Adjustment: Tweak the include paths for platformPOSIX.h. 2021-11-14 14:05:16 -05:00
postFx requirements for postfx 2025-03-26 14:31:11 +00:00
renderInstance Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
scene fill in the validated variables 2025-03-09 11:53:23 -05:00
sfx further validator cleanups 2025-03-18 14:06:33 -05:00
shaderGen remove glowbin as it's own render pass 2024-05-30 17:29:42 -05:00
sim rest of virtuals removed 2024-03-18 18:40:22 +00:00
sqlite Fix for build 2022-12-02 11:58:45 +06:00
T3D get image metadata 2025-03-28 11:14:21 +00:00
terrain Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
testing Update mathMatrixTest.cpp 2024-08-01 05:07:54 +01:00
ts Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
util revert portions to a previously demonstrated to work state... 2025-02-17 19:55:23 -06:00
Verve Console Refactor 2023-09-13 10:33:20 +02:00
windowManager rest of virtuals removed 2024-03-18 18:40:22 +00:00
.gitattributes Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake 2017-01-13 10:42:52 -05:00
CMakeLists.txt suport augs for modules that include full libraries 2025-01-02 10:27:09 -06:00
ggEndOfLineFix.txt