An SDK to create Mods for dhewm3
Find a file
Daniel Gibson 86c634b55c Fix new[]/delete missmatches and memory leaks found by clang's ASAN
Sometimes memory was allocated with new[] but freed with delete instead
of delete[], which is wrong.
And there were some small memory leaks, too.
Furtunately clang's AddressSanitizer detected all that so I could easily
fix it.

(There seem to be some more small memory leaks which are harder to fix,
though)
2018-08-20 01:46:39 +02:00
cm Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
d3xp Fix new[]/delete missmatches and memory leaks found by clang's ASAN 2018-08-20 01:46:39 +02:00
framework change version number to 1.4.1pre 2018-08-20 01:46:39 +02:00
game Fix new[]/delete missmatches and memory leaks found by clang's ASAN 2018-08-20 01:46:39 +02:00
idlib Fix new[]/delete missmatches and memory leaks found by clang's ASAN 2018-08-20 01:46:39 +02:00
renderer Fix dedicated server for Windows 2018-08-20 01:46:37 +02:00
sound Port EAX to EFX 2018-08-20 01:46:32 +02:00
sys Get rid of Sys_SetFatalError() 2018-08-20 01:46:35 +02:00
tools/compilers/aas Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
ui Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
CMakeLists.txt Win32: Add an icon to the dhewm3 executable 2018-08-20 01:46:38 +02:00
config.h.in Introduce CMAKE_INSTALL_PREFIX relative paths 2018-08-20 01:46:34 +02:00
COPYING.txt Add GPLv3 COPYING.txt 2018-08-20 01:46:20 +02:00