]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-05-31 cloudwalkDon't let envmap run if we're not in-game. Fixes crash
2020-05-31 cloudwalkFix broken scissoring with the skybox when r_viewscale > 2
2020-05-31 havocFix multiple bugs with r_viewscale in r_shadow_deferred...
2020-05-31 havocAdd hook.[ch] to vs2019 project.
2020-05-30 cloudwalkAdd Cvar_PrintHelp to unify cvar info printing and...
2020-05-30 cloudwalkClean up Host_Init a bit by moving other client init...
2020-05-30 cloudwalkFix compile warning.
2020-05-30 cloudwalkStart video _during_ initialization, rather than when...
2020-05-30 cloudwalkFix compile warning with bitwise operation
2020-05-29 cloudwalkChange taskqueue_minthreads to 0, resulting in consider...
2020-05-29 cloudwalkFix long standing compile warning that might bite later
2020-05-29 cloudwalkFix incorrect variables in THREADDEBUG prints causing...
2020-05-29 cloudwalkPass an offset of data_element3i rather than data_eleme...
2020-05-29 cloudwalkPass num_triangles per surface rather than for the...
2020-05-28 cloudwalkImplement experimental hook-like system, with working...
2020-05-27 cloudwalkFix defer command. Maintain separate oldrealtime(s...
2020-05-27 cloudwalkFix incorrect types causing fp precision errors with...
2020-05-27 cloudwalkFormatting fix
2020-05-27 cloudwalkAdd .vscode to .gitignore
2020-05-27 havocRemove the deprecatedq3* fields finally after so many...
2020-05-27 havocFix a warning and remove an unused prototype.
2020-05-27 havocRemove dp_model_t.brushq2 field because it's never...
2020-05-27 cloudwalkFix major regression preventing connect to any server...
2020-05-26 cloudwalkAllocate Q3BSP texturepool earlier in the loading process
2020-05-26 cloudwalkFix crash when building Q3BSP lightgrid. Added missing...
2020-05-26 cloudwalkFix most compiler warnings.
2020-05-26 cloudwalkFix compiler warning in custom stat clearing
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-26 cloudwalkOops.
2020-05-26 cloudwalkShow SDL message box on Sys_Error for SDL target. Remov...
2020-05-26 cloudwalkFix getting exe name on FreeBSD, which hasn't used...
2020-05-26 cloudwalkFix pure data entities being linked into the area grid...
2020-05-26 cloudwalkImplement clipgroup extension from DarkplacesRM
2020-05-26 havocAdded lightgrid texture based lighting in q3bsp maps...
2020-05-26 cloudwalkChange the ping calculation back. It wasn't necessary...
2020-05-25 cloudwalkRevert "Fix visual regression where parts of the Xonoti...
2020-05-25 cloudwalkDon't query the master server when the menu isn't shown
2020-05-25 cloudwalkCalculate ping in the server list better.
2020-05-25 havocWith MATERIALFLAG_ALPHAGEN_VERTEX we should basically...
2020-05-25 cloudwalkMake sv_cheats instant. No need to restart the map...
2020-05-25 cloudwalkMake sv_cheats CVAR_NOTIFY
2020-05-25 cloudwalkChange default value of sv_disablenotify to 0. Print...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 cloudwalkDon't continue loading image if we already have it...
2020-05-25 cloudwalkFix most Q3 & QL glow maps
2020-05-25 cloudwalkFix visual regression where parts of the Xonotic menu...
2020-05-25 havocForcibly disable the alphatocoverage feature because...
2020-05-25 havocAllow r_viewscale to be set to values higher than 1...
2020-05-25 havocAdd csqc_polygons_defaultmaterial_nocullface cvar which...
2020-05-25 havocAdd support for textures named "*white" and "$whiteimag...
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-05-25 havocRefactored VM_SV_AddStat to allow overrides of all...
2020-05-24 havocAdd MSVS2019 project and solution files.
2020-05-24 cloudwalkFix FS_Seek for compressed file from PK3
2020-05-24 cloudwalkRevert "Don't try to spawn if the worldmodel is missing...
2020-05-24 havocRework r_shadow_shadowmode to be more maintainable...
2020-05-24 havocFix r_celoutlines description to not mention OpenGL...
2020-05-24 havocFix a size_t comparison warning by doing the math better.
2020-05-24 cloudwalkAdd curl to clientfromserver interpreter.
2020-05-23 cloudwalkFix Windows-specific use-after-free causing crash after...
2020-05-23 cloudwalkPrint "Disconnected" only if actually disconnecting...
2020-05-23 cloudwalkSlight refactor of loading screen. Starting a local...
2020-05-23 cloudwalkPrint when disconnected
2020-05-23 cloudwalkRemove duplicate function call. CL_Disconnect already...
2020-05-22 cloudwalkFix regression causing loading screen to flicker while...
2020-05-21 cloudwalkFix missing loading screen text. A redraw must always...
2020-05-21 cloudwalkMake Sys_Error message more generic. Quake -> Engine
2020-05-20 cloudwalkNew prvm_stringdebug cvar to print string-related warni...
2020-05-20 cloudwalkRevert "Set prvm_garbagecollection_enable to 0 by default."
2020-05-20 cloudwalkAdd a few commands to clientfromserver interpreter...
2020-05-20 cloudwalkRemove signon check for QW reconnect. Client now follow...
2020-05-20 cloudwalkPrint different message for invalid sv->cl cmd. Improve...
2020-05-20 cloudwalkMake sure the server<->client interpreters run.
2020-05-20 cloudwalkMake connections atomic. Disconnect before trying to...
2020-05-20 cloudwalkDon't try to spawn if the worldmodel is missing. No...
2020-05-20 cloudwalkSet prvm_garbagecollection_enable to 0 by default.
2020-05-19 cloudwalkReset r_shadow_occlusion_buf on vid_restart. Fixes...
2020-05-19 cloudwalkTemporary workaround for tempstring offset console...
2020-05-18 cloudwalkAdd gameversion_[min,max] to CVAR_SERVER.
2020-05-18 cloudwalkImplement chromatic aberration, configurable with r_col...
2020-05-18 cloudwalkFix a few compile warnings. Remove unused locals.
2020-05-18 cloudwalkFix duplicate Cmd_AddCommand(s). Their funcs already...
2020-05-18 cloudwalkFix invalid offset spam when r_showbboxes_client is > 0
2020-05-18 cloudwalkFix r_water_lowquality description
2020-05-18 cloudwalkDon't print warning when QC simply checks if a cachepic...
2020-05-18 cloudwalkFix a few bugs detected by Cppcheck
2020-05-17 cloudwalkSilence some noisy font-related prints. Make them debug...
2020-05-17 cloudwalkUse SDL_GameController instead of SDL_Joystick where...
2020-05-16 cloudwalkMake use of CACHEPICFLAG_FAILONMISSING flag for conback...
2020-05-16 cloudwalkIn Q3 shader, generate white texture for *white too.
2020-05-16 cloudwalkClear the skybox textures on map load. Use memset to...
2020-04-17 havocAdd "cmd" command to cmd_clientfromserver interpreter...
2020-03-23 divverentFix the corona bug. The render bug only though.
2020-03-23 divverentSimplify R_DrawCustomSurface by calling R_DrawCustomSur...
2020-03-15 divverentAdd a Quake Live-style mouse acceleration mode.
2020-02-22 divverentAnother flag bites the dust. This time: -ffinite-math...
2020-02-06 havocFix snd_null prototype for a function which broke the...
2020-02-06 havocImplemented garbage collection of lost references to...
2020-01-29 divverentAnother file without svn:eol-style.
2020-01-29 havocSet svn:eol-style=native property on taskqueue.[ch]
next