]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-07-06 terencehillFix drawline and sound builtin parameters terencehill/builtin_fixes
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....
2020-06-30 cloudwalkFix remaining warnings
2020-06-30 cloudwalkAdd EOF newlines
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-30 cloudwalkAdd -Winline flag
2020-06-29 cloudwalkImplement standards-compliant chat input editing functi...
2020-06-29 cloudwalkMove abortframe to top of host_t to avoid struct alignm...
2020-06-29 cloudwalkAdd -Wc++-compat flag and fix its sole warning. This...
2020-06-29 cloudwalkUse PRIx64 in C++-friendly form
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-29 havocRename render_modellight_lightdir to render_modellight_...
2020-06-29 havocFix compiling in VS2019 - wrong include syntax for...
2020-06-29 havocFix snd_xmp.c compiling in VS2019 - can't have empty...
2020-06-27 cloudwalkFix some warnings found by cppcheck
2020-06-27 cloudwalkFix playermodel fallback failing on Xonotic, allowing...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-27 cloudwalkImplement RGBstring_to_colorindex to simplify code...
2020-06-27 cloudwalkFix client version of ambientsound
2020-06-27 cloudwalkCorrect typo in builtin description comment, found...
2020-06-27 cloudwalkFix buffer position check
2020-06-27 cloudwalkAdd missing builtin to menudefs.qc, discovered by teren...
2020-06-27 cloudwalkIn Nicks_CompleteCountPossible, use MAX_SCOREBOARDNAME...
2020-06-27 cloudwalkDynamically specify float precision when QC sets cvars...
2020-06-27 cloudwalkWrap cvar callback around ifdef
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-25 cloudwalkFix null pointer crash when unsetting a cvar.
2020-06-25 cloudwalkRevert "Use double for cvar values. Fixes a number...
2020-06-24 cloudwalkUse double for cvar values. Fixes a number of bugs...
2020-06-24 cloudwalkTypo
2020-06-24 cloudwalkActually fix color not being applied correctly
2020-06-24 cloudwalkFix color not applying correctly
2020-06-24 cloudwalkFix remnants of fog being applied to UIs
2020-06-24 cloudwalkDon't apply gl_lightmaps to UI elements
2020-06-24 cloudwalkRemove hack in changelevel
2020-06-24 cloudwalk(Round 5) Break up host_cmd.c
2020-06-24 cloudwalkDon't lerp nailgun and super nailgun. Trades smoothness...
2020-06-24 cloudwalkImplement classic Quake-style weapon bobbing. Enable...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-23 cloudwalk(Round 4) Break up host_cmd.c
2020-06-22 cloudwalk(Round 3) Break up host_cmd.c
2020-06-22 cloudwalk(Round 2) Break up host_cmd.c
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkFirst massive rename and move
2020-06-22 cloudwalkMove Sys_InitConsole to Con_Init
2020-06-22 cloudwalkConsolidate FS_Init and associated code
2020-06-22 cloudwalkChange prefix of cmds in host_cmd.c to match the side...
2020-06-21 cloudwalkPartially revert r12699 pending better solution
2020-06-21 cloudwalkNot sure how these didn't make it into the last commit
2020-06-21 cloudwalkAdd process nice settings to the sys struct
2020-06-21 cloudwalkMerge Cmd_Init_Commands into Cmd_Init
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
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...
next