]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-06-21 terencehillFix client version of ambientsound, a buffer position... terencehill/misc_bugfixes
2020-06-20 cloudwalkPut the loading plaque back in Host_Main for now, so...
2020-06-20 cloudwalkAdd missing parens around inline assignment. Fixes...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-20 cloudwalkRemove commented out code/unused prototype
2020-06-20 cloudwalkSplit off common CRC16 and MSG_ functions into separate...
2020-06-20 cloudwalkDefer menu initialization until after stuffcmds. Implem...
2020-06-20 cloudwalkRemove vid.samples checks when switching modes. Engine...
2020-06-20 cloudwalkImplement command-line support for setting vid_borderless
2020-06-19 cloudwalkAdd missing video capture ifdefs
2020-06-19 cloudwalkHost_Main improvements. Workaround to avoid crash with...
2020-06-19 cloudwalkFix black screen during any loading screen if the conso...
2020-06-19 cloudwalkIn Host_Main, clarify the purpose of a few of the timer...
2020-06-19 cloudwalkIn Host_Main, remove timer check. sv_timer and cl_timer...
2020-06-19 cloudwalkIn Host_Main, loop until host.state == host_shutdown...
2020-06-18 cloudwalkAdd libxmp files to VS projects
2020-06-18 cloudwalklibxmp: minor fixes and cleanup
2020-06-18 cloudwalkDisable readonly on two cvars so recent improvements...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-17 cloudwalkImplement the find command. Basically apropos but three...
2020-06-17 cloudwalkAdd *.code-workspace to .gitignore
2020-06-17 cloudwalkFix dumb mistake allowing cheats to be used despite...
2020-06-17 cloudwalkAuto-register serverfromclient commands to forward...
2020-06-17 cloudwalkIterate through interpreters and compare with stored...
2020-06-16 cloudwalkPrepend unbindall to config.cfg to override default...
2020-06-16 cloudwalkCorrect wrong function names in the VM_SAFEPARMCOUNT...
2020-06-16 cloudwalkImplement "forcenearest" particle effect key, ported...
2020-06-16 cloudwalkImplement XMP module sound support
2020-06-16 cloudwalkClean up makefiles a bit. Remove leftovers of stuff...
2020-06-15 cloudwalkMove variable paintbuffer_unswapped into CONFIG_VIDEO_C...
2020-06-15 cloudwalkProperly implement borderless windowed mode support
2020-06-15 cloudwalkAdd cvar to disable engine stats >= 220. Suppresses...
2020-06-15 cloudwalkPlay chat sound defined by cvars rather than hardcoded...
2020-06-15 cloudwalkDon't enable moncontrol if non-glibc on Linux. Fixes...
2020-06-15 cloudwalkAvoid setting "r_transparent_sortmindist" to 0 every...
2020-06-15 cloudwalkTurned on the defogger (Don't apply fog to UI. Check...
2020-06-15 cloudwalkUse stdint.h types instead of self-defined dp[u]int
2020-06-15 cloudwalkClean up qtypes.h a bit by including stdbool.h no matte...
2020-06-15 cloudwalkRemove remnants of hook system from vs projects
2020-06-15 cloudwalkDisable sound for cvar notify. Use \003 mask, meant...
2020-06-14 cloudwalkCorrect the value of CMD_SHARED. Fixes map command
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-11 cloudwalkDelete the cmd_clientfromserver interpreter. Use cmd_cl...
2020-06-11 cloudwalkFix misspelling
2020-06-10 cloudwalkCorrect typo
2020-06-10 cloudwalkCode style improvements
2020-06-10 cloudwalkForbid use of ctrl+alt combo in console. Fixes altgr...
2020-06-10 cloudwalkClamp clipboard data to MAX_INPUTLINE. Fixes heap overf...
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...
next