yquake2remaster/src/common
Yamagi 1cc2c94276 Don't call the software renderer experimental.
It's been over two years since we merged it into the master. @0lvin has
done a wonderfull job in maintaining it, he fixed a lot of bugs, did a
fair amount of enhancement, etc. There weren't any bug reports for the
last 6 month, it looks like that it's more or less stable right now. So
don't scare the users by calling it experimental.
2020-01-12 10:55:01 +01:00
..
header Bump version number to 7.43pre. 2019-11-30 15:59:36 +01:00
shared Fixes for PVS Studio warnings: most of src/common/ 2019-07-21 03:14:21 +02:00
unzip Replace zlib dependency by miniz single header library. 2018-08-10 10:24:25 +02:00
argproc.c Move stuff from common/common/ to common/ 2012-06-07 13:54:08 +02:00
clientserver.c Fix Com_VPrintf() for messages longer then 4096 chars. 2019-04-28 13:57:46 +02:00
cmdparser.c Fix loading .cfg's without trailing newline 2019-09-22 19:11:07 +02:00
collision.c Add missing stdint.h includes. This fixes the build on Windows. 2019-11-13 19:07:49 +01:00
crc.c Move several CRC function from misc.c to crc.c. 2017-09-07 13:22:36 +02:00
cvar.c Add 'dec' and 'inc' operations. 2019-09-02 17:57:02 +02:00
filesystem.c YQ2_COM_CHECK_OOM() macro to check if malloc() etc was successful 2019-08-21 21:07:31 -01:00
frame.c Don't call the software renderer experimental. 2020-01-12 10:55:01 +01:00
glob.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
md4.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
movemsg.c Fix several potential security vulnerabilties 2015-08-24 17:58:19 +02:00
netchan.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
pmove.c Fix indention 2014-08-24 10:26:50 +02:00
szone.c Cleanup and reformat. 2012-06-07 15:40:58 +02:00
zone.c Fixes for PVS Studio warnings: most of src/common/ 2019-07-21 03:14:21 +02:00