Go to file
Christoph Oelckers 5e821de481 - replaced the leaky hash table that was used to handle the animations.
Just replaced with a linear array - for a hash table indexed with a string to be efficient, a much larger amount of data is needed than 20 or 30 entries.
This is also hardly the kind of data where losing a microsecond for performing the search matters.
2019-12-25 09:51:44 +01:00
build-doc - moved documentation out of the Source folder and added surface shader sources. 2019-10-05 13:17:26 +02:00
cmake - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
libraries Fix crash when fluidsynth is not compiled in 2019-11-13 22:56:01 +01:00
package/common Update gamecontrollerdb.txt 2019-12-08 07:53:13 +01:00
platform - removed all remaining references to SDL. The Windows version is now fully native. 2019-12-23 20:03:03 +01:00
source - replaced the leaky hash table that was used to handle the animations. 2019-12-25 09:51:44 +01:00
tools - added compile tools from GZDoom repo: 2019-09-22 08:52:30 +02:00
wadsrc - added GZDoom's Windows backend code. 2019-12-22 20:55:47 +01:00
.gitattributes - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
.gitignore Add build folder to .gitignore 2019-11-13 22:55:15 +01:00
AUTHORS.md Move acknowledgments to separate file 2019-09-21 11:48:19 +02:00
CMakeLists.txt - be gone, MultiVoc. 2019-12-18 22:50:37 +01:00
_clang-format Minor _clang-format tweaks 2019-09-20 15:22:42 +02:00