xash3d-fwgs/engine/common
Alibek Omarov f15e2c2dcf Move command autocomplete to common engine files, as it used by Wcon and may be used by curses console in future 2018-06-14 21:19:04 +03:00
..
imagelib Merge 4140 update 2018-06-11 14:04:50 +03:00
soundlib Merge 4140 update 2018-06-11 14:04:50 +03:00
base_cmd.c Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid 2018-06-01 22:11:22 +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 Merge 4143 update 2018-06-12 12:18:14 +03:00
cfgscript.c Apply Apr19 update 2018-04-20 08:41:02 +00:00
cmd.c Merge 4140 update 2018-06-11 14:04:50 +03:00
com_strings.h Merge 4143 update 2018-06-12 12:18:14 +03:00
common.c Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 2018-04-23 23:07:54 +03:00
common.h Move command autocomplete to common engine files, as it used by Wcon and may be used by curses console in future 2018-06-14 21:19:04 +03:00
con_utils.c Move command autocomplete to common engine files, as it used by Wcon and may be used by curses console in future 2018-06-14 21:19:04 +03:00
crashhandler.c Crashhandler refactoring for POSIX systems. Shows engine version now. 2018-05-28 23:13:50 +03:00
crclib.c Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 2018-04-23 23:07:54 +03:00
crtlib.c Merge 4140 update 2018-06-11 14:04:50 +03:00
crtlib.h Merge 4140 update 2018-06-11 14:04:50 +03:00
custom.c Merge 4140 update 2018-06-11 14:04:50 +03:00
cvar.c Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid 2018-06-01 22:11:22 +03:00
cvar.h Add basecmd from old engine. Add basecmd_stats command 2018-06-01 21:28:25 +03:00
dedicated.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
filesystem.c Merge 4140 update 2018-06-11 14:04:50 +03:00
filesystem.h Add string.h, fix decals with unsigned char 2018-04-21 13:39:55 +00:00
gamma.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
host.c Merge 4143 update 2018-06-12 12:18:14 +03:00
host_state.c Merge 4143 update 2018-06-12 12:18:14 +03:00
hpak.c Merge 4097 2018-04-26 03:23:00 +03:00
identification.c Add identification support from fork 2018-04-17 03:56:49 +03:00
infostring.c Add waf buildscripts, add updated game_launch 2018-05-28 23:13:50 +03:00
launcher.c Fix noise index for not sine beams 2018-05-03 17:42:21 +03:00
lib_common.c MSVC & Win32 related fixes 2018-06-14 20:32:40 +03:00
lib_posix.c Library loader refactoring. Not tested for platforms other than Linux 2018-05-01 21:52:00 +03:00
library.h Merge 4140 update 2018-06-11 14:04:50 +03:00
masterlist.c Merge 4140 update 2018-06-11 14:04:50 +03:00
mathlib.c mathlib.c port 2018-04-14 02:45:48 +03:00
mathlib.h Apply 4140 update 2018-06-09 01:28:35 +03:00
matrixlib.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
mod_bmodel.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
mod_local.h Merge 4140 update 2018-06-11 14:04:50 +03:00
mod_studio.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
model.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
net_buffer.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
net_buffer.h Rename features.h to enginefeatures.h because this name used internally by glibc 2018-04-13 19:26:48 +03:00
net_chan.c Merge 4140 update 2018-06-11 14:04:50 +03:00
net_encode.c Merge 4140 update 2018-06-11 14:04:50 +03:00
net_encode.h Avoid some struct declarations inside paramater list, it makes even GCC7 confusing 2018-04-14 02:51:00 +03:00
net_ws.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
net_ws.h Add masterlist from engine. Use non-blocking network name resolution 2018-06-01 20:44:16 +03:00
netchan.h Add masterlist from engine. Use non-blocking network name resolution 2018-06-01 20:44:16 +03:00
pm_debug.c Dedicated build 2018-04-18 18:32:30 +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 Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
sequence.c Fix implicit declaration on dedicated 2018-05-01 17:37:25 +03:00
sys_con.c Crashhandler refactoring for POSIX systems. Shows engine version now. 2018-05-28 23:13:50 +03:00
system.c Fix dedicated compiling errors 2018-06-14 20:31:46 +03:00
system.h Fix missing const-qualifiers in engine code. Fix qboolean/int mixing in interface implementations(int is preferred). Replace long by int in COM_RandomLong. 2018-04-23 23:07:54 +03:00
world.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
world.h Add forgotten const-qualifiers in interface headers. Remove unneeded PM headers 2018-04-23 23:06:18 +03:00
zone.c Merge 4140 update 2018-06-11 14:04:50 +03:00