]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-10-16 cloudwalkcvar: Refactor cvar linking code to a single function
2020-10-16 cloudwalkcmd: Add a "cmdline" field to cmd_state_t and fill it.
2020-10-16 cloudwalklibav: Initial defs for libavcodec and libavformat...
2020-10-16 cloudwalkogg: Use stdint types
2020-10-08 cloudwalknetconn: Move the timeout checks to new function SV_Che...
2020-10-08 cloudwalksv_main: Remove redundant function
2020-10-06 cloudwalkcmd: Apply flags to QC commands too. Fixes +showscores...
2020-10-06 cloudwalkRevert "Eliminate a few client-only files from the...
2020-10-06 cloudwalksvvm_cmds: Implement built-in #352 (registercommand...
2020-10-06 cloudwalkprvm_cmds: Remove unused prototype
2020-10-06 cloudwalkprvm_cmds: Move some builtins to their respective sides...
2020-10-06 cloudwalkmvm_cmds: Remove duplicate clientcommand builtin invali...
2020-10-05 cloudwalkpmove: Stub more fields in the header.
2020-10-05 cloudwalkhost: Initialize all hooks to NULL to avoid problems...
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-10-05 cloudwalkEliminate a few client-only files from the dedicated...
2020-10-05 cloudwalksvvm_cmds: Remove dead code
2020-10-05 cloudwalkzone: Print only memstats with the memstats command...
2020-10-05 cloudwalksv_user: Remove commented out dead code.
2020-10-05 cloudwalksv_user: Rename SV_ClientThink to SV_PlayerPhysics...
2020-10-02 cloudwalkRevert "model_brush: Set mod_bsp_portalize to 0 by...
2020-10-02 cloudwalksv_main: Fix segfault and logic bugs when saving.
2020-10-02 cloudwalkcl_particles: Tweak the smoke, blood, and rocket launch...
2020-10-02 cloudwalkmodel_brush: Set mod_bsp_portalize to 0 by default...
2020-10-02 cloudwalkpmove: Initial implementation of pmove.h. Stub some...
2020-10-02 cloudwalkclient: Move usercmd_t to protocol.h since both client...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-10-02 cloudwalkmodel_shared: Move skinframe struct to r_textures.h
2020-10-02 cloudwalkmdfour: Switch to stdint.
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-10-02 cloudwalkmodel: Split up headers. Introduce headers for each...
2020-10-02 cloudwalkfs: Stub a struct that'll be used later.
2020-10-02 cloudwalkfs: Use stdint type for fs_offset_t
2020-10-02 cloudwalkclient: Add r_stats.[ch]. Move render stats code to it.
2020-09-30 cloudwalkcmd: Fix integer overflow of cbuf->size when using...
2020-09-29 cloudwalkmodel_brush: Add a note for a performance deficit....
2020-09-29 cloudwalksv_save: Add new hooks to reduce client code in server...
2020-09-29 cloudwalksv_ccmds: Move what are actually client commands to...
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-29 cloudwalkclient: Add cl_particles.h and move cl_particles defini...
2020-09-29 cloudwalkclient: Add cl_parse.h and move cl_parse prototypes...
2020-09-29 cloudwalkclient: Move SCR prototype to screen.h
2020-09-29 cloudwalkclient: Move keys prototypes to keys.h
2020-09-29 cloudwalkclient: Add cap.h and move capture struct to it.
2020-09-29 cloudwalkclient: Add view.h. Move view prototypes to it.
2020-09-29 cloudwalkclient: Move sbar prototypes to sbar.h
2020-09-29 cloudwalkclient: Move host prototypes to host.h
2020-09-29 cloudwalkclient: Move r_refdef structs and renderer prototypes...
2020-09-29 cloudwalkmakefile: Delete precompiled headers (.gch) with clean
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-29 cloudwalk.gitignore: Exclude precompiled headers (*.gch)
2020-09-29 cloudwalklist: Add missing include guards.
2020-09-29 cloudwalkhost: Introduce host.h and use it, instead of quakedef.h
2020-09-29 cloudwalkhost: Make Host_Quit_f static. Avoid calling it directly.
2020-09-29 cloudwalkserver: Move remaining server functions out of quakedef.h
2020-09-29 cloudwalkcl_main: Make reconnect's function static and remove...
2020-09-28 cloudwalkcmd: Update defer command to allocate the same as Cmd_P...
2020-09-27 cloudwalkcl_main: Delete comment
2020-09-27 cloudwalkcl_main: Disconnect when connection is established...
2020-09-26 cloudwalkcl_main: Disconnect only if we're connected or playing...
2020-09-26 cloudwalkcmd: Fix buffer overflow in cbuf causing Steel Storm...
2020-09-26 cloudwalkview: Restore all of the bobmodel cvars to their origin...
2020-09-26 cloudwalkview: Use bob_limit again. Ignore the cvar with classic.
2020-09-26 cloudwalkview: Remove unneeded var sets. Fixes view shifting...
2020-09-26 cloudwalkview: Apply r_viewmodel_quake even when stationary
2020-09-26 cloudwalkthread: Un-include threads.h for now since MinGW appare...
2020-09-26 cloudwalkview: Cleanup. Fix compile warning.
2020-09-26 cloudwalkmenu: Fix "Apply" in video settings being offset to...
2020-09-26 cloudwalkview: Refactor V_CalcRefDefUsing. Fully implement class...
2020-09-26 cloudwalkcommon: Fix -pedantic warning. Don't do pointer arithme...
2020-09-26 cloudwalkserver: Eliminate references to cls.state in server...
2020-09-26 cloudwalkserver: Give a lot of functions new homes
2020-09-26 cloudwalkcl_main: When establishing connection, disconnect from...
2020-09-23 cloudwalkcmd: Fix memory leak in cbuf. Use a dedicated mempool...
2020-09-22 cloudwalkquakedef: Bump up netmessage and static entities limit...
2020-09-17 cloudwalkquakedef: Include thread.h, and include threads.h in...
2020-09-17 cloudwalkhost: Gracefully Sys_Error if we encounter any error...
2020-09-17 cloudwalkcmd: Recycle input node before it executes. Avoids...
2020-09-17 cloudwalkFix remaining clang compile warnings
2020-09-17 cloudwalkcom_ents4: Fix possible logic bug with two for loops
2020-09-17 cloudwalkRevert "cmd: Reduce duplicate code with command lookup"
2020-09-17 cloudwalkRestore old video init behavior, pending better solutio...
2020-09-17 cloudwalksys_shared: Fix malformed ifdefs breaking 32 bit builds
2020-09-17 cloudwalkcmd: Rename cbuf_t to cmd_buf_t
2020-09-17 cloudwalkmakefile: Support statically linking SDL2 on all platforms
2020-09-17 cloudwalkcl_main: Don't connect on level change if already conne...
2020-09-17 cloudwalkcmd: Add missing List_IsEmpty check
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkcmd: Remove now-unused cmddeferred_t
2020-09-17 cloudwalkcmd: Re-re-re-re-implement the command parser. Allocate...
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-17 cloudwalkcmd: Rename cbuf_cmd_t to cmd_input_t to clarify its...
2020-09-17 cloudwalkcbuf: Replace the ugly bitmask thing with an actual...
2020-09-08 cloudwalkworld: Port the areagrid to the new generic linked...
2020-09-08 cloudwalkcommon: Wrap ContainerOf around parentheses to allow...
2020-09-08 cloudwalkcom_list: Rename Delete to Delete_Init and implement...
2020-09-08 cloudwalkcmd: Rename cmdalias_t to cmd_alias_t for consistency.
2020-09-08 cloudwalkcvar: Remove commented code in the header, unlikely...
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkcmd: Re-re-re-implement the cbuf. This time using the...
next