]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2020-12-21 cloudwalkshader_glsl: Don't use the r_colorfringe codepath if...
2020-12-21 cloudwalksv_ccmds: Comment fix
2020-12-20 cloudwalkmodel_shared: Fix compile warning and error with gcc
2020-12-20 cloudwalkcvar: Check if cvar is NULL before adding callback...
2020-12-20 cloudwalkmodel_brush: Remove commented out code
2020-12-19 havocReplaced some model fields and changed their purpose...
2020-12-19 havocFix a few warnings in VS2019.
2020-12-18 cloudwalkcl_input: Implement CheckJump function. Rename ambiguou...
2020-12-16 cloudwalkRevert "shader_glsl: Don't apply the fringe effect...
2020-12-16 cloudwalkshader_glsl: Don't apply the fringe effect if it's...
2020-12-16 cloudwalkcl_input: Simplify wishspeed calculation to use VectorN...
2020-12-16 cloudwalkmathlib: Simplify VectorNormalizeLength to use existing...
2020-12-16 cloudwalksys: Remove unnecessary curly braces from a commented...
2020-12-16 cloudwalkgl: Fix r_lockpvs behaving like r_lockvisibility. Minor...
2020-12-03 cloudwalkgl_rmain: Fix skybox fog disappearing with certain...
2020-11-30 cloudwalkclvm_cmds, sv_main: Whitespace and cvar description fix
2020-11-30 cloudwalkgl_textures: Remove redundant check. glt->bufferpixels...
2020-11-30 cloudwalkgl_rmain: Comments and style fix (no pun intended...)
2020-11-30 cloudwalkcl_demo: Fix demo loop playback bugs. Should behave...
2020-11-30 cloudwalkcl_parse: Only print if server actually disconnected
2020-11-30 cloudwalkgl_textures: Fix warning
2020-11-30 havocRefactored lightmap update handling and added cvars...
2020-11-30 havocRemove inline keyword on List_* functions, inline in...
2020-11-30 havocAdd missing code modules to vs2019 project.
2020-11-29 cloudwalkgl_textures: Totally disable the partial update codepat...
2020-11-28 cloudwalkprvm_edict: Spelling
2020-11-28 cloudwalkprvm_execprogram: Polish pass over error messages
2020-11-28 cloudwalkprvm_execprogram: Compare against numglobals instead...
2020-11-28 cloudwalkpr_comp: Slightly improve commenting. Use explicit...
2020-11-28 cloudwalkpr_comp: Add the rest of FTEQW's opcodes
2020-11-28 cloudwalkcsprogs: Pass menu/focus state as a third parameter...
2020-11-28 cloudwalkprvm_edict: Add warning for attempting to load FTEQW...
2020-11-28 cloudwalkpr_comp: Fix typo in comments
2020-11-14 cloudwalkgl_draw, model_shared: Refactor vertex adding. Add...
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-11-09 cloudwalkgl_textures: Optimize the gl_nopartialtextureupdates...
2020-11-08 cloudwalkprvm_edict: Link all edicts to the world when loaded...
2020-11-08 cloudwalkimage: Check if file exists first to allow early out...
2020-11-08 cloudwalkgl_rmain: Duplicate the lightmap update code to avoid...
2020-11-08 cloudwalkgl_rmain: Render anything RENDER_VIEWMODEL when in...
2020-11-08 cloudwalkcom_list: Implement the rest of the linked list API...
2020-11-08 cloudwalkcvar: When saving init state, simply make a copy of...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-27 cloudwalkMerge the sendcvar command into one. Call the old funct...
2020-10-25 cloudwalkgl_textures: Set gl_max_lightmapsize to 512 by default...
2020-10-25 cloudwalkgl_rsurf: Actually use the model pointer
2020-10-25 cloudwalkgl_rmain: Small cleanup
2020-10-20 cloudwalkgl_textures: Set gl_nopartialtextureupdates to 1 by...
2020-10-20 cloudwalkgl_rsurf: Whitespace
2020-10-20 cloudwalkgl_rmain: Don't draw any entities except the world...
2020-10-20 cloudwalkgl_rmain: Remove some dead code
2020-10-20 cloudwalkgl_rmain: Instead of avoiding a call to R_BuildLightmap...
2020-10-20 cloudwalkmathlib: Implement Q_rint and use it
2020-10-20 cloudwalkRevert "host: Simplify wait timer calculation, removing...
2020-10-17 cloudwalkprogs: Implement builtin #245 (mod) for SSQC and CSQC
2020-10-17 cloudwalkRevert "Try to load the uppercase variants of various...
2020-10-16 cloudwalkFix compatibility with DP's own server with NEHAHRABJP2...
2020-10-16 cloudwalkqdefs: Set NET_MAXMESSAGE back to 65536 since the highe...
2020-10-16 cloudwalkhost: Simplify wait timer calculation, removing client...
2020-10-16 cloudwalksv_main: Fix crash
2020-10-16 cloudwalkprogsvm.h: Make header compile standalone
2020-10-16 cloudwalkhost: Remove unneeded includes
2020-10-16 cloudwalkhost: Move out some client and server code
2020-10-16 cloudwalkcvar: Remove the Cvar_Set_NoCallback hack and make...
2020-10-16 cloudwalkcvar: Use Mem_strdup to copy off cvar defaults when...
2020-10-16 cloudwalkcvar: Remove redundant check if cvar changed before...
2020-10-16 cloudwalkcvar: Whitespace and comment fixes
2020-10-16 cloudwalkcvar: Refactor cvar linking code to a single function
2020-10-16 cloudwalkcmd: Add a "cmdline" field to cmd_state_t and fill it.
2020-10-16 cloudwalklibav: Initial defs for libavcodec and libavformat...
2020-10-16 cloudwalkogg: Use stdint types
2020-10-08 cloudwalknetconn: Move the timeout checks to new function SV_Che...
2020-10-08 cloudwalksv_main: Remove redundant function
2020-10-06 cloudwalkcmd: Apply flags to QC commands too. Fixes +showscores...
2020-10-06 cloudwalkRevert "Eliminate a few client-only files from the...
2020-10-06 cloudwalksvvm_cmds: Implement built-in #352 (registercommand...
2020-10-06 cloudwalkprvm_cmds: Remove unused prototype
2020-10-06 cloudwalkprvm_cmds: Move some builtins to their respective sides...
2020-10-06 cloudwalkmvm_cmds: Remove duplicate clientcommand builtin invali...
2020-10-05 cloudwalkpmove: Stub more fields in the header.
2020-10-05 cloudwalkhost: Initialize all hooks to NULL to avoid problems...
2020-10-05 cloudwalkhost: Add two hooks for disconnecting and toggling...
2020-10-05 cloudwalkEliminate a few client-only files from the dedicated...
2020-10-05 cloudwalksvvm_cmds: Remove dead code
2020-10-05 cloudwalkzone: Print only memstats with the memstats command...
2020-10-05 cloudwalksv_user: Remove commented out dead code.
2020-10-05 cloudwalksv_user: Rename SV_ClientThink to SV_PlayerPhysics...
2020-10-02 cloudwalkRevert "model_brush: Set mod_bsp_portalize to 0 by...
2020-10-02 cloudwalksv_main: Fix segfault and logic bugs when saving.
2020-10-02 cloudwalkcl_particles: Tweak the smoke, blood, and rocket launch...
2020-10-02 cloudwalkmodel_brush: Set mod_bsp_portalize to 0 by default...
2020-10-02 cloudwalkpmove: Initial implementation of pmove.h. Stub some...
2020-10-02 cloudwalkclient: Move usercmd_t to protocol.h since both client...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-10-02 cloudwalkmodel_shared: Move skinframe struct to r_textures.h
2020-10-02 cloudwalkmdfour: Switch to stdint.
2020-10-02 cloudwalkRemove unneeded #includes in some headers. Make some...
2020-10-02 cloudwalkmodel: Split up headers. Introduce headers for each...
2020-10-02 cloudwalkfs: Stub a struct that'll be used later.
2020-10-02 cloudwalkfs: Use stdint type for fs_offset_t
next