]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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
2020-07-15 cloudwalkImplement pausesound command, ported from wrath-darkplaces
2020-07-15 cloudwalkIncrease MAX_CACHED_PICS to 2048, as per wrath-darkplaces
2020-07-15 cloudwalkSave cl_maxfps_alwayssleep changes to config
2020-07-15 cloudwalkDon't crash the game if a "nasty" -game name is rejecte...
2020-07-15 cloudwalkAdd support for CACHEPICFLAG_LINEAR (currently unused...
2020-07-15 cloudwalklibxmp: Misc improvements (nico)
2020-07-15 cloudwalkzone: Fix backed file alloc for BSD. Check for -1 in...
2020-07-15 cloudwalkprogs: Correct drawline and sound builtin parameters...
2020-07-15 cloudwalkprvm_edict: Implement __fullspawndata. Testing only...
2020-07-15 cloudwalkhost: Shutdown client-only subsystems in CL_Shutdown.
2020-07-15 cloudwalksv_ccmds: In status cmd, print IPs to loopback client
2020-07-15 cloudwalkhost: Remove redundant check
2020-07-15 cloudwalkhost: Sleep at the end of the frame. Receive packets...
2020-07-15 cloudwalkhost: Remove redundant check. Only the bigger of these...
2020-07-15 cloudwalkhost: Adjust timers at the end of each client or server...
2020-07-15 cloudwalksys_shared: Remove #ifdef for VERY old and obsolete...
2020-07-15 cloudwalkprvm: Fix multiple int opcode issues reported by Spoike
2020-07-13 cloudwalkhost: Move server perf code to server frame code
2020-07-13 cloudwalkhost: Move timer resets to client/server code
2020-07-13 cloudwalkhost: Move server/client-specific frametime limiting...
2020-07-13 cloudwalkhost: Use new global host.sleeptime instead of svs...
2020-07-13 cloudwalkhost, csqc: Remove cl.csqc_paused. Use new global host...
2020-07-13 cloudwalkcsqc: Minor refactor of a few functions
2020-07-13 cloudwalkhost: Add "restless" variable to host_t. True means...
2020-07-13 cloudwalkbsp: Merge Q1/Q2 LoadSubmodels into one func. The diffe...
2020-07-13 cloudwalkbsp: Rename a few more functions that are used by more...
2020-07-11 cloudwalkImprove clang support. Add tcc support. Clang builds...
2020-07-09 cloudwalkprvm: Implement integer and pointer opcodes
2020-07-09 cloudwalkRefactor the model loading code to use an array of...
2020-07-09 cloudwalkRename model functions to make them more generic and...
2020-07-09 cloudwalkcommon: Add game "DOOMBRINGER"
2020-07-07 cloudwalkRevert "Fix texture load failure not printing"
2020-07-07 cloudwalkUgly hack to fix skybox textures being loaded as MATERI...
2020-07-06 cloudwalkFix loading of external Q1BSP textures. Does not fix...
2020-07-05 cloudwalkFix nasty typo in a dpsnprintf causing truncated cmds...
2020-07-04 cloudwalkFix Windows build of sys_unix.c
2020-07-04 cloudwalkRename parameter of SV_SpawnServer for clarity
2020-07-04 cloudwalkMake cl_video_libavw.c a regular C file like the rest...
2020-07-04 cloudwalkRename sys_linux.c to sys_unix.c, which is more accurate.
2020-07-04 cloudwalkMove host_client to serverside, where it belongs.
next