dhewm3/neo
Daniel Gibson f3cd3f31d0 Fix weird printing to console that sometimes happened with listImages
It sometimes happened when changing image_* cvars for compression and
then vid_restarting and then running listImages.
In one case the whole process hung and len was a ridiculously big number
=> most probably the (unsigned!) size_t overflowed by subtracting a
number > len (most likely from input_field.GetCursor()).

So I just made it a plain signed int.
I couldn't reproduce the issue anymore after doing this change.
2025-04-08 05:49:35 +02:00
..
cm Fix issues in first map of the "UAC Franchise 666" user campaign, #651 2025-02-04 18:50:42 +01:00
d3xp Removed duplicate check for muzzle_flash. 2025-03-23 05:34:52 +01:00
framework Add options for precompressed textures to Dhewm3SettingsMenu 2025-03-23 04:24:25 +01:00
game Removed duplicate check for muzzle_flash. 2025-03-23 05:34:52 +01:00
idlib Fix memory deallocation issue by using delete[] for arrays 2025-02-25 23:42:49 +01:00
libs/imgui Update imconfig.h for big endian 2025-03-23 05:36:19 +01:00
MayaImport s/LittleLong/LittleInt/ to match the return type 2012-06-28 13:02:47 +02:00
renderer Removed duplicate cullType check. 2025-03-23 05:34:52 +01:00
sound idSlowChannel::Reset(): Don't memset() the class 2025-03-04 05:27:52 +01:00
sys Fix weird printing to console that sometimes happened with listImages 2025-04-08 05:49:35 +02:00
tools Fix buffer overflow warnings in dmap.cpp 2025-03-23 05:35:43 +01:00
TypeInfo Get rid of Sys_FPU_StackIsEmpty() 2012-07-06 01:06:53 +02:00
ui Merge pull request #653 from DanielGibson/cst-ui-improvements 2025-03-28 05:05:14 +01:00
CMakeLists.txt Added use of O3 instead of O2 for e2k arch 2025-02-07 14:50:18 +01:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2012-07-04 02:18:42 +02:00
mmakefile.src # move the AROS specific folder icon and default.cfg mmakefile.src under neo/sys/aros/setup 2017-04-22 16:21:14 +02:00