]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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
2020-07-20 cloudwalkhost: Minor comment improvements
2020-07-20 cloudwalkvid_sdl: Set host.state = host_shutdown to exit by...
2020-07-20 cloudwalkhost: Return to main() if the loop breaks and Sys_Quit...
2020-07-20 cloudwalkhost: Check !host.restless instead of !cls.demoplayback...
2020-07-20 cloudwalkhost: Implement callback for host_framerate instead...
2020-07-20 cloudwalkcl_main: Get new input events even if we're supposed...
2020-07-20 cloudwalkmakefile: Add -Wwrite-strings. This is also a -Wall...
2020-07-20 cloudwalkRevert "makefile: Add -Wc++11-compat-reserved-user...
2020-07-20 cloudwalkmakefile: Add -Wc++11-compat-reserved-user-defined...
2020-07-20 cloudwalkFix compile warnings from gcc and g++
2020-07-20 cloudwalkhost: Major refactor
2020-07-20 cloudwalkhost: Remove sv_fixedframeratesingleplayer
2020-07-20 cloudwalksv_main: Rename sv_ratelimitlocalplayer to host_limitlo...
2020-07-19 cloudwalksv_ccmds: In status cmd, re-add Con_Printf code so...
2020-07-18 cloudwalkprvm_edict: Minor edit to string
2020-07-18 cloudwalkcmd: Use reentrant mutex for cbufs. Fixes deadlock...
2020-07-18 cloudwalkAdd .ccls-cache to .gitignore
2020-07-18 cloudwalkclient: Implement CL_Frame. Move client cvars out of...
2020-07-17 cloudwalkmenu: Don't abort the frame if the menu crashes during...
2020-07-17 cloudwalkgl_rmain: Disable water (and warpzones) when r_lockvisi...
2020-07-17 cloudwalkgl_rmain: Don't set frustum when r_lockvisibility or...
2020-07-17 cloudwalkgl_rsurf: Check r_lockvisibility only once
2020-07-17 cloudwalkgl_rsurf: Don't cull geometry that leaves the view...
2020-07-17 cloudwalkgl_rsurf: Set default of r_useportalculling to 1
2020-07-16 cloudwalkFix search_packfile_begin builtin number in the menu...
2020-07-16 cloudwalkFix some duplicate and missing builtin entries in cspro...
2020-07-16 cloudwalkdpdefs: Don't declare __fullspawndata. Avoids allocatio...
2020-07-16 cloudwalkprvm_edict: For __fullspawndata, set the "start" pointe...
2020-07-15 cloudwalkprogs: Implement new extension DP_QC_FS_SEARCH_PACKFILE
2020-07-15 cloudwalkDon't save scr_loadingscreen_picture to config (matches...
2020-07-15 cloudwalkSome minor tweaks to CACHEPICFLAG_LINEAR and the nasty...
2020-07-15 cloudwalkDon't show beam list overflow spam warnings normally
2020-07-15 cloudwalkFix a potential memory leak with wavefront sounds
next