]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-06-09 cloudwalkGive cvar aliases purple color
2020-06-09 cloudwalkRearrange cvar help to fix compatibility with some...
2020-06-09 cloudwalkPrint cvar aliases in apropos and cvarlist output properly
2020-06-08 cloudwalkDelete empty files
2020-06-08 cloudwalkAdd missing modulo in cvar hashtable lookup
2020-06-08 cloudwalkStray tab begone
2020-06-08 cloudwalkFix scope screwup preventing apropos from printing...
2020-06-08 cloudwalkAdd topcolor to clientfromserver so quake15 stops spamm...
2020-06-08 cloudwalkFix (workaround?) crashes with quake15 mod
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-08 cloudwalkDon't use an enum as a type directly. Helps fix C+...
2020-06-08 cloudwalkAdd a few explicit typecasts to help fix C++ compilation
2020-06-08 cloudwalkRemove hook system. Was a fun little experiment but...
2020-06-06 cloudwalkFix apropos crash when it reaches cvar alias
2020-06-06 cloudwalkRename a few of the fake loss and fake latency cvars
2020-06-06 cloudwalkRename all of the show* cvars to a more consistent...
2020-06-06 cloudwalkFix crash when autocompleting a cvar alias
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-06-06 cloudwalkRevert "Disable occlusion query on Intel. Can be force...
2020-06-06 cloudwalkDisable occlusion query on Intel. Can be force-enabled...
2020-06-05 cloudwalkDraw coronas with the same cscale whether gl_flashblend...
2020-06-05 cloudwalkChange tabs into spaces for a console print so it does...
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-06-04 cloudwalkFix ugly typo in a Z_Malloc
2020-06-04 cloudwalkDisable unsupported compiler optimization if CC=clang
2020-06-04 cloudwalkImplement cvar callback for slowmo
2020-06-04 cloudwalkMake sure the rest of CL_Init only runs on client,...
2020-06-04 cloudwalkHeap-allocate sessionid cvar's string to avoid stack...
2020-06-04 cloudwalkFix the +map crash once and for all. Defer stuffcmds...
2020-06-03 cloudwalkFix broken fonts in Xonotic. Start video after quake...
2020-06-03 cloudwalkImplement a callback for sv_cheats to disable all linge...
2020-06-03 cloudwalkImplement cvar callback functionality
2020-06-03 cloudwalkFix crash when using +map on cmdline by starting video...
2020-06-03 havocFix gamedir command by removing the forced video subsys...
2020-06-02 cloudwalkAdd missing server commands to cmd_client so a listen...
2020-06-02 cloudwalkIn findfloat and findchainfloat, use prvm_vec_t like...
2020-06-02 cloudwalkAdd missed check for prvm_garbagecollection_enable...
2020-06-02 cloudwalkFix compiler warning
2020-06-01 havocAdd hook.[ch] to VS2017 project.
2020-06-01 havocRefactor external texture loading for Q1BSP to set...
2020-06-01 havocFix a bug with r_batch_debugdynamicvertexpath in R_Draw...
2020-05-31 cloudwalkTry to load the uppercase variants of various image...
2020-05-31 cloudwalkWarn if texture is missing in Mod_Mesh_GetTexture
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...
next