openmohaa/code/qcommon
2023-05-21 20:07:28 +02:00
..
alias.c Refactored *Alias_ListAddParms* 2023-05-20 20:40:14 +02:00
alias.h Only declare functions when compiling the APP module 2023-04-30 00:04:55 +02:00
class.cpp Fixed compilation issues with CGAME_DLL 2023-04-30 20:36:22 +02:00
class.h indent 2023-02-04 19:56:06 +01:00
cm_fencemask.c Removed bigendian check 2023-02-02 23:46:44 +01:00
cm_load.c Added support for *Team Assault* and *Team Tactics* 2023-05-21 19:59:36 +02:00
cm_local.h Hard reset 2016-03-27 11:49:47 +02:00
cm_patch.c Hard reset 2016-03-27 11:49:47 +02:00
cm_patch.h Hard reset 2016-03-27 11:49:47 +02:00
cm_polylib.c Fixed compiler warnings by removing tiki.h inclusion from qcommon.h 2023-01-30 00:23:47 +01:00
cm_polylib.h Added #pragma once for cm_polylib.h 2017-02-25 12:55:04 +01:00
cm_public.h Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
cm_terrain.c Terrain trace freeze fix 2023-01-30 17:19:12 +01:00
cm_terrain.h Hard reset 2016-03-27 11:49:47 +02:00
cm_test.c Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
cm_trace.c Hard reset 2016-03-27 11:49:47 +02:00
cm_trace_lbd.cpp Include TIKI 2023-04-30 00:05:21 +02:00
cmd.c Fixed compilation issues 2023-05-07 20:38:08 +02:00
common.cpp Added FPS counter 2023-05-19 20:52:10 +02:00
con_arrayset.h Fixed compilation issues with g++ 2023-02-06 19:24:01 +01:00
con_set.cpp Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
con_set.h Using a definite stable version of MEM_BlockAlloc 2023-01-30 17:11:44 +01:00
con_timer.cpp Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
con_timer.h Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
configurator.cpp Using size_t for lengths (also remove most warnings when compiling for x64) 2017-02-19 21:14:27 +01:00
configurator.h indent 2023-02-04 19:56:06 +01:00
const_str.h Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
container.h Debloated g_local.h include files 2023-04-29 21:56:38 +02:00
containerclass.h Debloated g_local.h include files 2023-04-29 21:56:38 +02:00
crc.c Hard reset 2016-03-27 11:49:47 +02:00
crc.h Hard reset 2016-03-27 11:49:47 +02:00
cvar.c Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
files.cpp Added support for *Team Assault* and *Team Tactics* 2023-05-21 19:59:36 +02:00
huffman.cpp Renamed file.c to files.cpp 2017-10-26 02:28:06 +02:00
Linklist.h Using a definite stable version of MEM_BlockAlloc 2023-01-30 17:11:44 +01:00
listener.cpp Fixed Listener::EventPending always returning true regardless of the event 2023-05-18 00:52:27 +02:00
listener.h Added Event::GetLastValue 2023-02-02 23:47:25 +01:00
localization.h Moved localization file to sys/ folder (platform-specific) 2023-01-31 01:22:43 +01:00
lz77.cpp Reduced compile warnings (especially on clang) 2023-02-07 20:49:31 +01:00
lz77.h Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
md4.c Hard reset 2016-03-27 11:49:47 +02:00
md5.c Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
mem_blockalloc.cpp Fixed compilation issues with CGAME_DLL 2023-04-30 20:36:22 +02:00
mem_blockalloc.h Fixed compilation issues with g++ 2023-02-06 19:24:01 +01:00
mem_tempalloc.cpp Fixed unix compilation errors 2023-05-20 16:14:53 +02:00
mem_tempalloc.h indent 2023-02-04 19:56:06 +01:00
memory.c Using HeapAlloc to test for memory corruption on WIN32 and DEBUG 2023-05-15 15:33:28 +02:00
msg.cpp Added support for *Team Assault* and *Team Tactics* 2023-05-21 19:59:36 +02:00
net_chan.c Fixed server connection issue 2023-05-10 18:21:21 +02:00
net_ip.c Added *net_restart* 2023-02-03 00:05:31 +01:00
puff.c Hard reset 2016-03-27 11:49:47 +02:00
puff.h Hard reset 2016-03-27 11:49:47 +02:00
q_math.c Added SlerpQuaternion 2023-04-30 01:09:45 +02:00
q_platform.h Fixed Linux compilation errors 2023-05-11 22:48:13 +02:00
q_shared.c Fixed const warning for Copy*Swap 2023-02-03 22:01:32 +01:00
q_shared.h Fixed compilation errors 2023-05-21 20:07:28 +02:00
qcommon.h Added support for *Team Assault* and *Team Tactics* 2023-05-21 19:59:36 +02:00
qfiles.h Added Team Tactics features 2023-05-21 19:58:43 +02:00
queue.h Renamed file.c to files.cpp 2017-10-26 02:28:06 +02:00
safeptr.h Fixed compilation errors related to case-sensitivity 2023-02-01 19:29:13 +01:00
script.cpp Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
script.h Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
short3.h Hard reset 2016-03-27 11:49:47 +02:00
stack.h Fixed openmohaa.exe compilation (only 102 linker errors) 2023-05-07 21:28:54 +02:00
str.cpp Added GetExtension for str 2017-07-23 20:51:10 +02:00
str.h Fixed *str::str* crashing on 0-length string 2023-05-17 19:08:10 +02:00
surfaceflags.h Exchanged SURF_NOLIGHTMAP and SURF_HINT 2023-05-19 13:57:35 +02:00
tiki.h Using Quake 3 renderer 2023-05-08 14:33:37 +02:00
tiki_main.cpp Fixed corrupted memory due to TIKI 2023-05-15 16:50:19 +02:00
tiki_main.h Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
tiki_script.cpp Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
tiki_script.h Drastically reduced compiler warnings on clang 2023-05-21 00:29:26 +02:00
unzip.c Fixed compilation errors on Unix 2023-02-01 00:28:40 +01:00
unzip.h Renamed file.c to files.cpp 2017-10-26 02:28:06 +02:00
vector.h Reduced compile warnings (especially on clang) 2023-02-07 20:49:31 +01:00