xash3d-fwgs/engine/common
Alibek Omarov 7c9b724531 Implement dynamic library loading and symbol resolving 2018-04-17 03:43:27 +03:00
..
avi AVI stub for non-Windows 2018-04-13 19:42:17 +03:00
imagelib img_bmp.c port 2018-04-14 01:26:52 +03:00
soundlib Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
build.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
cfgscript.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
cmd.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
com_strings.h Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 2018-04-14 04:08:28 +03:00
common.c Rename _alloca back to alloca 2018-04-13 20:22:12 +03:00
common.h Avoid some struct declaration in parameter list 2018-04-14 04:26:12 +03:00
con_utils.c Add kbutton.h, fix includes 2018-04-13 19:58:17 +03:00
console.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
crashhandler.c Add crashhandler.c file 2018-04-14 01:50:19 +03:00
crclib.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
crtlib.c Remove MSVC-specific try-except for C in Q_vsnprintf 2018-04-13 20:14:20 +03:00
crtlib.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
custom.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
cvar.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
cvar.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
filesystem.c Filesystem port 2018-04-13 20:44:39 +03:00
filesystem.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
gamma.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
host.c Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 2018-04-14 04:08:28 +03:00
host_state.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
hpak.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
infostring.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
input.c Engine input port. Incomplete integration of touch, gamepad, evdev input 2018-04-14 02:42:41 +03:00
input.h Engine input port. Incomplete integration of touch, gamepad, evdev input 2018-04-14 02:42:41 +03:00
keys.c Engine input port. Incomplete integration of touch, gamepad, evdev input 2018-04-14 02:42:41 +03:00
lib_common.c Implement dynamic library loading and symbol resolving 2018-04-17 03:43:27 +03:00
library.h Implement dynamic library loading and symbol resolving 2018-04-17 03:43:27 +03:00
mathlib.c mathlib.c port 2018-04-14 02:45:48 +03:00
mathlib.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
matrixlib.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
mod_bmodel.c Rename features.h to enginefeatures.h because this name used internally by glibc 2018-04-13 19:26:48 +03:00
mod_local.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
mod_studio.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
model.c Rename features.h to enginefeatures.h because this name used internally by glibc 2018-04-13 19:26:48 +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 Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
net_encode.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +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 net_ws port. Port non-blocking NS resolution also. 2018-04-14 03:27:52 +03:00
net_ws.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
netchan.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
pm_debug.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +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 Rename features.h to enginefeatures.h because this name used internally by glibc 2018-04-13 19:26:48 +03:00
protocol.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
sys_con.c Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 2018-04-14 04:08:28 +03:00
system.c Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 2018-04-14 04:08:28 +03:00
system.h Move Win32 console into separate file(second commit), hide Win32 console code under _WIN32 macro. Add some fork-specific macros. Add sys_con.c for generic log file implementation. 2018-04-14 04:08:28 +03:00
titles.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
world.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
world.h Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00
zone.c Pure engine source code(LF line endings, UTF8 encoded) 2018-04-13 19:23:45 +03:00