.. |
avi
|
engine: add size argument to COM_Default/ReplaceExtension calls
|
2 years ago |
vgui
|
engine: vgui: add EnableTextInput to the API
|
2 years ago |
cl_cmds.c
|
engine: client: add support for "mp3 playfile/loopfile" commands.
|
11 months ago |
cl_custom.c
|
engine: convert MSG_WriteString with va to MSG_WriteStringf
|
2 years ago |
cl_debug.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2 years ago |
cl_demo.c
|
engine: client: set max FPS when recording with fps_max 0
|
11 months ago |
cl_efrag.c
|
engine: client: remove unused function CL_FreeEntity and everything that used it
|
2 years ago |
cl_efx.c
|
engine: client: yet another BloodStream fix, normalize input velocity vector
|
1 year ago |
cl_events.c
|
engine: client: restore cl_trace_events from old engine branch
|
1 year ago |
cl_font.c
|
engine: client: font: add CL_DrawStringf wrapper
|
2 years ago |
cl_frame.c
|
engine: client: move main client cvars to static allocation
|
1 year ago |
cl_game.c
|
engine: client: split the sprites indices only when loading new sprite. Scan the whole array when searching.
|
11 months ago |
cl_gameui.c
|
engine: client: gameui: expose animated_title and hd_background flags to main menu API
|
12 months ago |
cl_main.c
|
engine: rename cl/sv_allowdownload for GoldSrc compatibility
|
1 year ago |
cl_mobile.c
|
engine, filesystem: unify GetNativeObject between all the APIs. Allow getting filesystem APIs through GetNativeObject
|
1 year ago |
cl_netgraph.c
|
engine: client: move netgraph cvars to static allocation
|
1 year ago |
cl_parse.c
|
engine: print all supported and enabled features
|
11 months ago |
cl_parse_48.c
|
engine: client: respect cl_allow_download and cl_download_ingame for legacy servers
|
1 year ago |
cl_pmove.c
|
engine: client: move main client cvars to static allocation
|
1 year ago |
cl_qparse.c
|
engine: client: cl_qparse: refactor quake baseline parser, so we don't call memset for nothing
|
1 year ago |
cl_remap.c
|
engine, ref: RefAPI 5. Simplify remap calls
|
11 months ago |
cl_render.c
|
engine: expose world version through RefAPI
|
11 months ago |
cl_scrn.c
|
engine/client: handle touch config aspect ratio, try correctly handle touch aspect on resizeable windows
|
1 year ago |
cl_securedstub.c
|
engine: client: cl_securedstub: fix strict aliasing in secured module initializing
|
2 years ago |
cl_tent.c
|
engine: client: use physents array when tracing physents =/
|
11 months ago |
cl_tent.h
|
ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs
|
6 years ago |
cl_video.c
|
engine: client: unused variables cleanup
|
11 months ago |
cl_view.c
|
engine: client: make ref params static so client.dll can save address of it and don't trigger ASan
|
1 year ago |
client.h
|
engine, ref: RefAPI 5. Simplify remap calls
|
11 months ago |
console.c
|
engine: console: do not draw console and do not draw notify in timedemo
|
1 year ago |
in_joy.c
|
engine: client: move joystick cvars to static allocation
|
1 year ago |
in_touch.c
|
engine/client: fallback to defaults in touch_reloadconfig if config not exist
|
1 year ago |
input.c
|
engine: client: don't leave the user without mouse cursor if they enabled m_ignore
|
1 year ago |
input.h
|
engine/client: handle touch config aspect ratio, try correctly handle touch aspect on resizeable windows
|
1 year ago |
keys.c
|
engine: client: move main client cvars to static allocation
|
1 year ago |
mod_dbghulls.c
|
engine: client: mod_dbghulls: reduce dependency on global loadmodel pointer
|
1 year ago |
ref_common.c
|
engine: client: GetRefAPI now must return REF_API_VERSION to prevent possible issue when ref library wasn't recompiled on version bump
|
11 months ago |
ref_common.h
|
engine: move ref cvars to static allocation
|
1 year ago |
s_dsp.c
|
engine: client: sound: move dsp cvars to static allocation
|
1 year ago |
s_load.c
|
engine: client: sound: don't print sound/ twice in soundlist command
|
2 years ago |
s_main.c
|
engine: client: sound: remove unused functions
|
2 years ago |
s_mix.c
|
engine: client: sound: remove unused functions
|
2 years ago |
s_mouth.c
|
engine: client: call SND_ForceOpen/CloseMouth within SND_Open/CloseMouth to avoid copypasted code
|
2 years ago |
s_stream.c
|
engine: client: remove media/ prefix for CD tracks, add it while parsing cdaudio.txt for compatibility
|
2 years ago |
s_utils.c
|
Trim all trailing whitespace
|
4 years ago |
s_vox.c
|
engine: remove czeror sequence parser
|
1 year ago |
sound.h
|
engine: client: sound: move dsp cvars to static allocation
|
1 year ago |
titles.c
|
public: remove Q_strcat and Q_strcpy, and patch the code that uses it
|
2 years ago |
vid_common.c
|
engine: client: add definitions for borderless fullscreen mode
|
1 year ago |
vid_common.h
|
engine: client: add definitions for borderless fullscreen mode
|
1 year ago |
voice.c
|
engine: client: voice: do not reinitialize voice with same parameters
|
1 year ago |
voice.h
|
engine: client: voice: new version, move to Opus Custom codec
|
2 years ago |
vox.h
|
engine: client: rewrite VOX subsystem, fix spaces being taken into sentences, add tests for parser, remove dead code
|
3 years ago |