xash3d-fwgs/engine/common
Alibek Omarov e7234bada2 ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
..
imagelib ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
soundlib Initial amd64 port 2018-12-05 23:57:05 +07:00
base_cmd.c Merge 4281 update 2018-10-28 00:39:29 +03:00
base_cmd.h Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid 2018-06-01 22:11:22 +03:00
build.c buildinfo: remove XASH_RELEASE 2018-11-29 01:54:09 +03:00
cfgscript.c Apply 4281 update 2018-10-27 23:32:09 +03:00
cmd.c Merge 4281 update 2018-10-28 00:39:29 +03:00
com_strings.h Merge 4143 update 2018-06-12 12:18:14 +03:00
common.c ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
common.h ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
con_utils.c Fix missing newline after exec userconfig.cfg 2018-12-25 06:12:01 +03:00
crashhandler.c engine: rework timer stuff, move to platform. Move debugger present checks to platform 2018-11-16 16:32:16 +03:00
crclib.c Apply 4312 update 2018-11-27 16:11:26 +03:00
crtlib.c ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
crtlib.h ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
custom.c ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
cvar.c legacymode: implement clc_userinfo 2019-01-29 02:33:30 +07:00
cvar.h Merge 4281 update 2018-10-28 00:39:29 +03:00
dedicated.c HTTP download support 2019-02-02 05:15:59 +07:00
filesystem.c Merge 4344 update 2018-12-30 01:51:02 +03:00
filesystem.h Merge branch 'original' 2018-10-04 14:27:14 +07:00
gamma.c ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
host.c HTTP download support 2019-02-02 05:15:59 +07:00
host_state.c engine: dedicated: fix build 2018-11-01 23:31:16 +03:00
hpak.c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 2018-11-16 15:25:04 +03:00
identification.c identification: fix network device detection 2019-01-29 16:38:19 +07:00
infostring.c Merge branch 'original' 2018-10-04 14:27:14 +07:00
launcher.c Fix noise index for not sine beams 2018-05-03 17:42:21 +03:00
lib_common.c Merge 4281 update 2018-10-28 00:39:29 +03:00
library.h library: move win32 definitions to win_lib.c 2018-10-22 00:13:56 +03:00
masterlist.c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 2018-11-16 15:25:04 +03:00
mathlib.c ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
mathlib.h ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
matrixlib.c Apply 4253 update 2018-10-04 13:08:48 +07:00
mod_bmodel.c ref:Fix some clgame, world and renderapi usages, import renderapi funcs from engine 2019-02-27 06:23:03 +07:00
mod_local.h ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
mod_sprite.c ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
mod_studio.c ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
model.c ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
net_buffer.c Legacy protocol compatibility (cl_legacymode) 2019-01-25 20:54:05 +07:00
net_buffer.h Initial amd64 port 2018-12-05 23:57:05 +07:00
net_chan.c legacymode: add netsplit support (incoming only) 2019-01-29 19:01:21 +07:00
net_encode.c legacymode: some codestyle fixes 2019-01-27 03:02:16 +03:00
net_encode.h Merge 4150 update. Fix some mistypings. Rename CL_IsQuakeCompatible to Host_IsQuakeCompatible, as it may be used in whole engine and even in dedicated builds. IN_RecalcCenter was not added, window center positions should be updated by backends. 2018-06-19 16:59:53 +03:00
net_ws.c http: fix uninitialized progress value 2019-02-05 01:11:12 +07:00
net_ws.h HTTP download support 2019-02-02 05:15:59 +07:00
netchan.h Port old netsplit implementation 2019-01-29 17:29:31 +07:00
pm_debug.c ref: render code moved out of engine, doesn't compile, first API prototype 2019-02-18 21:25:26 +03:00
pm_local.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
pm_surface.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
pm_trace.c Merge 4143 update 2018-06-12 12:18:14 +03:00
protocol.h legacymode: add legacy infokey for legacy servers 2019-02-04 23:53:46 +07:00
sequence.c engine: fix implicit declaration, remove dead MsgDev now, fix const modifier loss in host.c 2018-11-16 15:25:04 +03:00
sys_con.c legacymode: retry connecting using legacy protocol automatically 2019-01-26 20:47:19 +03:00
system.c system: fix win32 build 2018-11-29 19:48:16 +03:00
system.h ref: more @mittorn's changes on RefAPI 2019-02-23 21:49:46 +03:00
world.c ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
world.h ref: now it compiles, not linking yet. ref_api header moved to engine/ to clarify, that it's sort of engine internals 2019-03-06 16:23:33 +03:00
zone.c engine: fix warnings 2018-10-06 03:42:09 +03:00