.. |
imagelib
|
engine: fix build with tests on
|
2021-09-30 15:58:32 +03:00 |
soundlib
|
engine: soundlib: make Sound_GetApproxWavePlayLen behave like in GoldSrc
|
2021-03-07 02:49:40 +03:00 |
base_cmd.c
|
engine: fix fs_offset_t/size_t conversion, const qualifiers
|
2019-05-02 19:12:23 +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
|
engine: build: add RISC-V support(based on @archanox patches), add MIPS64 support
|
2021-10-27 20:59:02 +03:00 |
cfgscript.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
cmd.c
|
public: moved COM_ParseFileSafe to libpublic, added optional argument for length and overflow checking
|
2021-10-08 17:31:32 +03:00 |
com_strings.h
|
engine: ref: try to bruteforce all available renderers if we're failed to load requested one
|
2021-01-02 17:59:53 +03:00 |
common.c
|
engine: common: test ParseFile length return value
|
2021-10-08 17:31:32 +03:00 |
common.h
|
public: moved COM_ParseFileSafe to libpublic, added optional argument for length and overflow checking
|
2021-10-08 17:31:32 +03:00 |
con_utils.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
crashhandler.c
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
custom.c
|
engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h
|
2019-11-24 03:52:08 +03:00 |
cvar.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
cvar.h
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
dedicated.c
|
engine: move Cbuf_Execute to ClientBegin stub for dedicated server, to avoid confusion
|
2021-06-08 01:08:06 +03:00 |
filesystem.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
filesystem.h
|
Merge branch 'master' into master
|
2019-05-30 21:25:56 +05:00 |
gamma.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
host_state.c
|
engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h
|
2019-11-24 03:52:08 +03:00 |
host.c
|
engine: introduce COM_ParseFileSafe, add tests
|
2021-10-08 17:31:32 +03:00 |
hpak.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
identification.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
infostring.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
launcher.c
|
launcher: oops, enable NOCONHOST only for Win32
|
2020-04-30 20:48:33 +03:00 |
lib_common.c
|
engine: library: fix missing return
|
2021-06-27 00:02:41 +03:00 |
library.h
|
engine: library: fix saves on 64-bit Windows, compile custom loader only on x86
|
2021-06-27 00:03:39 +03:00 |
masterlist.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
miniz.h
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
mod_bmodel.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
mod_local.h
|
engine: replace pool pointer by pool handle
|
2021-06-07 02:33:15 +03:00 |
mod_sprite.c
|
engine: fix -Wmaybe-uninitialized
|
2019-12-24 02:47:51 +03:00 |
mod_studio.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
model.c
|
engine: replace pool pointer by pool handle
|
2021-06-07 02:33:15 +03:00 |
net_buffer.c
|
engine: fix some signed char cases
|
2021-07-20 15:18:55 +03:00 |
net_buffer.h
|
engine: common: avoid sign bit loss in MSG_WriteBitLong
|
2021-06-01 17:57:54 +03:00 |
net_chan.c
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
net_encode.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
net_encode.h
|
engine: use GCC provided offsetof implementation
|
2021-10-03 04:26:22 +03:00 |
net_ws.c
|
engine: common: fix ParseFile calls
|
2021-10-08 17:31:32 +03:00 |
net_ws.h
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
netchan.h
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
pm_debug.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
pm_local.h
|
xash3d-fwgs: append missing new line at the end of file
|
2019-11-02 08:56:07 +03:00 |
pm_surface.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
pm_trace.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
protocol.h
|
engine: increase MAX_LEGACY_SERVERS limit
|
2021-03-27 23:22:51 +03:00 |
sequence.c
|
engine: sequence: fix condition
|
2019-10-05 02:22:46 +03:00 |
sys_con.c
|
server: fix wrong xashid key on server, it's uuid now
|
2021-03-28 01:57:40 +03:00 |
system.c
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
system.h
|
engine: fix some const qualifier lose and pointer-to-int casts
|
2021-07-20 16:03:06 +03:00 |
tests.h
|
engine: make test assert failure more pretty
|
2021-09-30 15:59:14 +03:00 |
world.c
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
world.h
|
Trim all trailing whitespace
|
2021-01-04 20:55:10 +03:00 |
zone.c
|
engine: replace pool pointer by pool handle
|
2021-06-07 02:33:15 +03:00 |