.. |
imagelib
|
engine: common: imagelib: img_png.c: unroll loops.
|
2 years ago |
soundlib
|
engine: soundlib: rewrite sfx resampler, fix possible crash if sfx is too long
|
2 years ago |
base_cmd.c
|
engine: various const qualifier fixes
|
2 years ago |
base_cmd.h
|
Forgot to add cvars into basecmd. Add basecmd_test to check is basecmd valid
|
7 years ago |
cfgscript.c
|
engine: common: fix ParseFile calls
|
3 years ago |
cmd.c
|
engine: common: fix cmdlist and cvarlist to match the beginning of command or cvar
|
2 years ago |
com_strings.h
|
engine: move version strings to com_strings.h file, in preparation of filesystem_stdio branch merge
|
2 years ago |
common.c
|
filesystem: introduce new module, based on engine filesystem.
|
2 years ago |
common.h
|
engine: fix framerate being capped to 60FPS with vsync, remove vid_displayfrequency cvar. Never sleep with vsync or timedemo, for accuracy
|
2 years ago |
con_utils.c
|
filesystem: introduce new module, based on engine filesystem.
|
2 years ago |
crashhandler.c
|
engine: platform: sdl: try to fix 1.2 build
|
3 years ago |
custom.c
|
engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h
|
5 years ago |
cvar.c
|
engine: common: backported "set" command from old engine
|
2 years ago |
cvar.h
|
engine: common: backported "set" command from old engine
|
2 years ago |
dedicated.c
|
engine: common: removed unused function Sys_SetClipboardData
|
3 years ago |
filesystem_engine.c
|
engine: fix searching filesystem_stdio on mobile platforms
|
2 years ago |
gamma.c
|
engine: gamma: use FBitSet
|
3 years ago |
host.c
|
engine: use generic S_USAGE macro everywhere
|
2 years ago |
host_state.c
|
engine: big refactoring commit, instead of using platform-specific platform-specific macros, use appropriate macros set by public/build.h
|
5 years ago |
hpak.c
|
engine: try to make hashpaks more compatible between 32-bit and 64-bit platforms
|
2 years ago |
hpak.h
|
engine: try to make hashpaks more compatible between 32-bit and 64-bit platforms
|
2 years ago |
identification.c
|
engine: restrict potentially harmful engine commands
|
3 years ago |
infostring.c
|
Trim all trailing whitespace
|
4 years ago |
launcher.c
|
wscript: allow to setup engine default gamedir during configure
|
2 years ago |
lib_common.c
|
engine: let engine find the filesystem library, if it wasn't loaded yet
|
2 years ago |
library.h
|
engine: library: fix saves on 64-bit Windows, compile custom loader only on x86
|
3 years ago |
masterlist.c
|
engine: client: only accept server list from master servers (thanks @tyabus for idea)
|
2 years ago |
mod_bmodel.c
|
engine: common: remove NaN check, it's mostly useless on text data
|
3 years ago |
mod_local.h
|
engine: common: delete unused Mod_Handle function
|
2 years ago |
mod_sprite.c
|
engine: fix -Wmaybe-uninitialized
|
5 years ago |
mod_studio.c
|
Trim all trailing whitespace
|
4 years ago |
model.c
|
engine: common: delete unused Mod_Handle function
|
2 years ago |
net_buffer.c
|
engine: fix some signed char cases
|
3 years ago |
net_buffer.h
|
engine: common: avoid sign bit loss in MSG_WriteBitLong
|
3 years ago |
net_chan.c
|
engine: fix some const qualifier lose and pointer-to-int casts
|
3 years ago |
net_encode.c
|
engine: client: fix DT_TIMEWINDOW_* signedness
|
3 years ago |
net_encode.h
|
engine: use GCC provided offsetof implementation
|
3 years ago |
net_ws.c
|
engine: network: I'm fucking blind
|
2 years ago |
net_ws.h
|
engine: increase MAX_INIT_MSG to 192 kilobytes limit
|
2 years ago |
netchan.h
|
engine: masterlist: replace master server domain by mentality.rip
|
3 years ago |
pm_debug.c
|
Trim all trailing whitespace
|
4 years ago |
pm_local.h
|
engine: common: add generic trace_t initialize function
|
2 years ago |
pm_surface.c
|
Trim all trailing whitespace
|
4 years ago |
pm_trace.c
|
engine: common: pm_trace: fixed non portable code in PM_ConvertTrace
|
2 years ago |
protocol.h
|
engine: add NET_AdrToString to menu extended API, upgrade mainui submodule
|
3 years ago |
sequence.c
|
engine: sequence: use Q_strncpy instead of standard strcpy
|
3 years ago |
sys_con.c
|
engine: disable stdout output and flush on Windows, Wcon already does the job
|
2 years ago |
system.c
|
engine: introduce Sys_DebugBreak function to raise an exception for debugger
|
2 years ago |
system.h
|
engine: introduce Sys_DebugBreak function to raise an exception for debugger
|
2 years ago |
tests.h
|
engine: client: rewrite VOX subsystem, fix spaces being taken into sentences, add tests for parser, remove dead code
|
3 years ago |
whereami.c
|
engine: whereami: fix C89 in Android detection
|
2 years ago |
whereami.h
|
engine: include whereami library to detect current executable path, may be reworked later if needed
|
2 years ago |
world.c
|
Trim all trailing whitespace
|
4 years ago |
world.h
|
Trim all trailing whitespace
|
4 years ago |
zone.c
|
engine: fix uninitialized variable in demo parsing code, fix incorrect size counter in memory allocator
|
2 years ago |