Torque3D/Engine/source
marauder2k7 33094397c2 Update bitmapSTB.cpp
stb loader was spamming NO SOI with the function of stbi_info_from_memory because it checks for a jpeg first. This will always return an error if you are sending any other format. Remove this check and just load the memory stream. if it fails to return pixeldata then we have an error.
2024-03-27 07:32:59 +00:00
..
afx rest of virtuals removed 2024-03-18 18:40:22 +00:00
app rest of virtuals removed 2024-03-18 18:40:22 +00:00
assets rest of virtuals removed 2024-03-18 18:40:22 +00:00
cinterface Expose SimObjectPtr C-API functions using EngineAPI 2023-10-08 17:36:51 -05:00
collision rest of virtuals removed 2024-03-18 18:40:22 +00:00
console removes a use after freed in consoleInternal 2024-03-24 18:36:42 -05:00
core rest of virtuals removed 2024-03-18 18:40:22 +00:00
environment rest of virtuals removed 2024-03-18 18:40:22 +00:00
forest rest of virtuals removed 2024-03-18 18:40:22 +00:00
gfx Update bitmapSTB.cpp 2024-03-27 07:32:59 +00:00
gui fix position editor value flutter 2024-03-26 14:29:20 -05:00
i18n Console Refactor 2023-09-13 10:33:20 +02:00
lighting rest of virtuals removed 2024-03-18 18:40:22 +00:00
main _get_current_locale needs #include <locale.h> 2023-07-22 09:49:43 -05:00
materials rest of virtuals removed 2024-03-18 18:40:22 +00:00
math changes on macosx 2024-03-18 19:58:47 +00:00
module rest of virtuals removed 2024-03-18 18:40:22 +00:00
navigation rest of virtuals removed 2024-03-18 18:40:22 +00:00
persistence rest of virtuals removed 2024-03-18 18:40:22 +00:00
platform rest of virtuals removed 2024-03-18 18:40:22 +00: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 rest of virtuals removed 2024-03-18 18:40:22 +00: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 virtuals removed 2024-03-18 18:13:00 +00:00
renderInstance rest of virtuals removed 2024-03-18 18:40:22 +00:00
scene rest of virtuals removed 2024-03-18 18:40:22 +00:00
sfx Merge branch 'SFXResource-fix' into change-to-use-libsndfile 2024-03-24 15:56:01 +00:00
shaderGen Merge pull request #1234 from marauder2k9-torque/virtuals-override 2024-03-21 10:43:26 -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 Merge remote-tracking branch 'upstream/development' into virtuals-override 2024-03-19 19:11:24 +00:00
terrain rest of virtuals removed 2024-03-18 18:40:22 +00:00
testing fix for the fix because original fix did jack 2024-03-15 22:59:27 +00:00
ts rest of virtuals removed 2024-03-18 18:40:22 +00:00
util rest of virtuals removed 2024-03-18 18:40:22 +00: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 compile fixes and improvements 2024-03-21 10:45:31 +00:00
ggEndOfLineFix.txt