]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
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.
2020-07-04 cloudwalkRename q3shaderinfo_t to shader_t, to be in line with...
2020-07-04 cloudwalkRename entframe files
2020-07-02 cloudwalkConvert \ to / when loading texture from Q3 shader
2020-07-02 cloudwalkFix texture load failure not printing
2020-07-02 cloudwalkFix trailing space in "cmd" not connected message....
2020-07-02 cloudwalk(Round 3 - Final) Break up protocol.c.
2020-07-02 cloudwalkDon't Mod_BuildTextureVectorsFromNormals if 2D. 5-10...
2020-07-02 cloudwalkCreate a pointer to globals to reduce instructions...
2020-07-02 cloudwalk(Round 2) Break up protocol.c
2020-07-01 cloudwalk(Round 1) Break up protocol.c
2020-07-01 cloudwalkDon't let a full server frame occur before sending...
2020-07-01 cloudwalkTell clients to reconnect before loading the next map...
2020-07-01 cloudwalkImplement csqc "effect" builtin
2020-07-01 cloudwalkUse double for freetime in edict_engineprivate_t and...
2020-07-01 cloudwalkFix rcon
2020-07-01 cloudwalk(Round 7) host_cmd.c is no more. Last remaining cmds...
2020-06-30 cloudwalkReset tempstringsbuf when progs are reset. Fixes possib...
2020-06-30 cloudwalkAlphabetical order fix
2020-06-30 cloudwalkAdd cl_cmd.c to vs projects
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-30 cloudwalkFix broken recoil with r_stereo
2020-06-30 cloudwalkAdd PEDANTIC and CONFIG_PEDANTIC to compile as standard...
2020-06-30 cloudwalkDisable PRVM_64 until it can be developed further....
next