]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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...
2020-09-07 cloudwalkImplement Linux kernel-inspired generic cyclic doubly...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-08-19 cloudwalkcmd: Reduce duplicate code with command lookup
2020-08-18 cloudwalkgl_rmain: Perform lightmap updates only on visible...
2020-08-16 cloudwalkcmd: Fix double free/use-after-free bugs in defer....
2020-08-16 cloudwalkcmd: Refactored the cbuf system to fix a bug and clean...
2020-08-15 cloudwalkhost: Host_StartVideo *before* Host_AddConfigText....
2020-08-14 cloudwalkmodel_brush: Delete var sets that were preventing Q1BSP...
2020-08-14 cloudwalkFix compile warnings with PRVM_64
2020-08-14 cloudwalkprvm: Initial experimental implementation of support...
2020-08-12 cloudwalksv_ccmds: Remove some more client-specific forward...
2020-08-12 cloudwalkhost: Implement a hook struct in host_t. Use a hook...
2020-08-12 cloudwalkhost: Fix function name in print string.
2020-08-12 cloudwalkMake V_CalcRoll a common function. Add sv_rollangle...
2020-08-12 cloudwalksys: Initialize the memory subsystem in main()
2020-08-10 cloudwalksv_main: Use modelname when warning of no such map
2020-08-10 cloudwalksv_ccmds: Remove redundant forwarding code from pause...
2020-08-10 cloudwalkutf8lib: Remove MSVC exception for stdint.h
2020-08-10 cloudwalkserver: Consistency fix
2020-08-10 cloudwalkmatrixlib: Define pi only once. Other definition is...
2020-08-10 cloudwalkcap_ogg: Remove MSVC ifdefs for stdint.h
2020-08-09 cloudwalkmodel_brush: Demote a Host_Error to Con_Printf warn...
2020-08-09 cloudwalksbar: Implement cl_showspeed_factor, a multiplier of...
2020-08-09 cloudwalksv_ccmds: Perform actual name change from a single...
2020-08-09 cloudwalkcmd: Reimplement console buffer system as a cyclic...
2020-08-06 cloudwalkcmd: Delete stray function prototype that never actuall...
2020-08-03 cloudwalksv_ents: Move shared function to com_ents
2020-08-03 cloudwalkcom_game: Add missing copyright header
2020-07-27 cloudwalkcommon: Split off the gameinfo stuff to com_game.c
2020-07-26 cloudwalkcl_screen: Fix compile warning
2020-07-26 cloudwalkImplement "ent_remove" command. Removes entity where...
2020-07-26 cloudwalksv_ccmds: Partially rewrite ent_create command to be...
2020-07-26 cloudwalkcl_screen: Fix logic error preventing unpause if jumpin...
2020-07-25 cloudwalkImplement "ent_remove_all" command. Removes all entitie...
2020-07-24 cloudwalkent_create: Fix potential memory leaks. Misc improvements
2020-07-24 cloudwalkImplement "ent_create" command. Creates an entity where...
2020-07-24 cloudwalkprvm_edict: Refactor PRVM_ED_LoadFromFile. Split up...
2020-07-24 cloudwalkprvm_edict: Implement PRVM_ED_FindGlobalEval
2020-07-24 cloudwalkcl_collision: Implement CL_TraceLine_FromViewOrigin
2020-07-24 cloudwalkcmd: Improve automatic assignment of command functions
2020-07-24 cloudwalkimage_png: Fix library load order. Fixes broken externa...
2020-07-23 cloudwalksv_main: Minor formatting and commenting improvement...
2020-07-23 cloudwalksv_main: Receive packets even if we're gonna sleep...
2020-07-23 cloudwalkhost: Maintain sleep delta by making variable static...
2020-07-22 cloudwalksv_main: Do perf calculations even if we're gonna sleep...
2020-07-22 cloudwalkgl_rmain: Nerf bloom intensity. It won't burn your...
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-22 cloudwalkcl_cmd: Make _cl_color not read-only. That was annoying.
2020-07-22 cloudwalkFix OpenSolaris build. Add platform ID for a few other...
2020-07-22 cloudwalkExperimental restoration of GLES2 support. It *might...
2020-07-21 cloudwalkgl_draw: Silence a spammy print
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-21 cloudwalkcl_screen: Rename shownetgraph to net_graph. Keep shown...
2020-07-21 cloudwalkgl_rmain: Get the notexture texture from a single source
2020-07-21 cloudwalkprvm_execprogram.h: Tuck a loose DISPATCH_OPCODE()...
2020-07-21 cloudwalkhost: Stray whitespace
next