openmohaa/code/qcommon
2023-08-21 00:31:14 +02:00
..
alias.c Cast to float 2023-06-17 02:09:56 +02:00
alias.h Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
bg_compat.cpp Added view model anim normalization 2023-07-02 18:31:18 +02:00
bg_compat.h Added view model anim normalization 2023-07-02 18:31:18 +02:00
class.cpp Cleaned up class 2023-08-12 03:10:10 +02:00
class.h Implemented WaitTillAllowed for all classes 2023-08-19 18:10:38 +02:00
cm_fencemask.c ioq3 updates 2023-05-26 20:53:00 +02:00
cm_load.c ioq3 updates 2023-05-26 20:53:00 +02:00
cm_local.h Made firstLeafBrush and firstLeafSurface as intptr_t, as sometimes it's an offset to an unrelated memory location (in 64-bit, it could be a very far away memory location) 2023-08-17 16:08:40 +02:00
cm_patch.c Fixed Linux compilation errors 2023-05-28 22:54:19 +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 Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
CMakeLists.txt Fixed errors on CMake 3.5 2023-08-19 23:07:12 +02:00
cmd.c Added stuff from ioq3 2023-05-31 19:55:37 +02:00
common.cpp Initialize demo_protocols from the com_protocol integer value 2023-08-21 00:19:46 +02:00
con_arrayset.h Don't use the explicit class name to access Entry_allocator 2023-08-19 15:48:50 +02:00
con_set.cpp Formatted source files 2023-08-19 03:02:30 +02:00
con_set.h Don't use the explicit class name to access Entry_allocator 2023-08-19 15:48:50 +02:00
con_timer.cpp Formatted source files 2023-08-19 03:02:30 +02:00
con_timer.h Formatted source files 2023-08-19 03:02:30 +02: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 Added STRING_VIEWMODELANIM_DONE 2023-08-19 21:06:25 +02:00
container.h Used clang-format on some common files 2023-07-05 21:24:02 +02:00
containerclass.h Used clang-format on some common files 2023-07-05 21:24:02 +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 set cvar_modifiedFlags to the difference between flags 2023-08-18 01:09:24 +02:00
files.cpp Added com_target_game startup variable 2023-06-29 21:25:26 +02:00
huffman.c ioquake3 porting 2023-05-24 19:29:36 +02:00
huffman.cpp Renamed file.c to files.cpp 2017-10-26 02:28:06 +02:00
ioapi.c ioquake3 porting 2023-05-24 19:29:36 +02:00
ioapi.h ioquake3 porting 2023-05-24 19:29:36 +02:00
json.h ioquake3 porting 2023-05-24 19:29:36 +02:00
lightclass.cpp Added LightClass 2023-07-30 14:26:52 +02:00
lightclass.h Added LightClass 2023-07-30 14:26:52 +02:00
Linklist.h Using a definite stable version of MEM_BlockAlloc 2023-01-30 17:11:44 +01:00
listener.cpp Use WaitTillAllowed for waitTillTimeout, waitTillAny and WaitTillAnyTimeout 2023-08-20 01:46:38 +02:00
listener.h Made Event::ErrorInternal const 2023-08-19 21:00:04 +02: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 Added stuff from ioq3 2023-05-31 19:55:37 +02:00
md5.c Added stuff from ioq3 2023-05-31 19:55:37 +02:00
mem_blockalloc.cpp Used clang-format on some common files 2023-07-05 21:24:02 +02:00
mem_blockalloc.h Don't FreeAll() when destructing the block allocator, because it could be executed before containers destruction 2023-08-19 15:24:12 +02:00
mem_tempalloc.cpp Used clang-format on some common files 2023-07-05 21:24:02 +02:00
mem_tempalloc.h Used clang-format on some common files 2023-07-05 21:24:02 +02:00
memory.c Added Com_InitHunkMemory 2023-06-28 22:48:28 +02:00
msg.cpp Moved MSG_ReadServerFrameTime and MSG_WriteServerFrameTime to qcommon/msg.cpp 2023-08-21 00:09:00 +02:00
net_chan.c Using string+5 rather than string+(4+1) 2023-08-19 00:33:55 +02:00
net_ip.c Tiny fixes related to bad printf formatting and sizes 2023-06-21 21:01:37 +02: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 YawToAxis 2023-08-15 22:20:33 +02:00
q_platform.h Add new arch (#61) 2023-08-19 21:59:26 +00:00
q_shared.c Using g_utils.cpp from fakk 2023-08-15 01:27:35 +02:00
q_shared.h Capitalize first letter in PRODUCT_EXTENSION 2023-08-18 14:53:39 +02:00
q_version.cmake Removed %z and use UTC instead 2023-06-20 19:37:04 +02:00
q_version.generated.h.in Fixed product date 2023-06-20 18:42:53 +02:00
q_version.h Updated the version number 2023-08-21 00:31:14 +02:00
qcommon.h Moved MSG_ReadServerFrameTime and MSG_WriteServerFrameTime to qcommon/msg.cpp 2023-08-21 00:09:00 +02:00
qfiles.h update 2023-05-26 23:32:27 +02:00
queue.h Removed empty line before opening braces 2023-07-05 20:52:55 +02:00
safeptr.h Fixed compilation errors related to case-sensitivity 2023-02-01 19:29:13 +01:00
script.cpp Avoid assigning the token to an str 2023-08-19 21:17:52 +02:00
script.h Used clang-format on some common files 2023-07-05 21:24:02 +02:00
short3.h Hard reset 2016-03-27 11:49:47 +02:00
stack.h Used clang-format on some common files 2023-07-05 21:24:02 +02:00
str.cpp Fixed length decrease with an higher value 2023-08-19 23:07:47 +02:00
str.h Removed assertion (not present in mohaa) 2023-08-16 19:22:10 +02:00
surfaceflags.h Added CONTENTS_CLAYPIDGEON 2023-07-30 19:48:43 +02:00
tiki.h Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
tiki_main.cpp Reworked file inclusion (using relative path) 2023-06-17 01:24:20 +02:00
tiki_main.h Reworked source tree so it compiles 2023-01-29 20:59:31 +01:00
tiki_script.cpp Tiny fixes related to bad printf formatting and sizes 2023-06-21 21:01:37 +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 Removed empty line before opening braces 2023-07-05 20:52:55 +02:00