]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2021-05-29 CloudwalkMerge branch 'master' into bones_was_here/net_s7 bones_was_here/net_s7
2021-05-29 Cloudwalkcvar: Don't memset cvar->aliases before it's even allocated
2021-05-25 Cloudwalkcvar, prvm_cmds: Remove redundant Cmd_Exists checks
2021-05-25 Cloudwalkcvar: Rename aliasindex to aliases_size and only use...
2021-05-25 Cloudwalkcvar: Remove unused ignore_callback variable
2021-05-25 CloudwalkAdd/update license headers across various files
2021-05-25 Cloudwalkcurves.c and .h: Remove whitespace at the top of both...
2021-05-25 Cloudwalkvpk: Include stdint.h only
2021-05-25 CloudwalkCREDITS: Add name
2021-05-25 CloudwalkMerge intoverflow.h into qdefs.h
2021-05-25 Cloudwalkcmd: Add comments to better explain the overly complica...
2021-05-24 Ashley 'LadyHavoc... Add the Visual Studio .vs folder to gitignore.
2021-05-16 cloudwalkAdd CREDITS.md. To be continued... (contact information...
2021-05-15 bones_was_heretest c
2021-05-15 bones_was_heretest b
2021-05-15 bones_was_heretest a
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-05-14 cloudwalksv_main: Remove redundant client variable set from...
2021-05-14 cloudwalkcl_parse: Remove redundant disconnect print
2021-05-14 cloudwalkcl_parse: break on qw_svc_disconnect instead of return...
2021-05-14 cloudwalkcl_demo: Move demo playback functionality to a separate...
2021-05-14 cloudwalksv_save: Remove SV_CanSave hook and just call it direct...
2021-05-14 cloudwalkhost: Clean it up. Give some functions new names and...
2021-05-10 cloudwalkUpdate a few cl_* cvar descriptions
2021-05-09 havocFix a possible divide by zero in Mod_PSKMODEL_Load.
2021-05-09 havocFix some warnings in MSVC++2019. Add SDL2-nuget packag...
2021-05-09 cloudwalkOptimize FS_FileExtension 116/merge
2021-05-09 cloudwalkRevert "gl_draw, model_shared: Refactor vertex adding...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-20 cloudwalkmenu: Partially implement MQC built-in #352 (registerco...
2021-04-20 cloudwalkprvm: Deduplicate console command handler
2021-04-20 cloudwalkcmd: Use per-interpreter hooks to handle commands,...
2021-04-17 cloudwalksys: Don't bother doing Host_Shutdown on Sys_Error
2021-04-13 cloudwalkcl_main: Slight refactor 14/merge
2021-04-13 cloudwalkcom_list: Move all functions to the header and inline...
2021-04-13 cloudwalkhost: Move Host_GetConsoleCommands and rename it for...
2021-04-13 cloudwalkcurl: Rename Curl_Run to Curl_Frame. Fix typo in comment
2021-04-13 cloudwalkhost, netconn: Use cvar callbacks on (cl_)port to reduc...
2021-04-13 cloudwalkhost: Refactor Host_Frame; simplify control flow.
2021-04-12 divverentFix a use of FALSE in some JPEG code.
2021-04-11 cloudwalkimage: Sanitize paths on *all* images rather than image...
2021-04-11 cloudwalkhost: Make delta non-static in Host_Sleep
2021-04-11 cloudwalkcl_parse: Implement 7th mode for cl_nettimesyncboundmod...
2021-04-11 cloudwalkcl_input: Don't floor cl.cmd.frametime to the nearest...
2021-04-11 cloudwalkclient: Improve input packet timing (netfps)
2021-04-11 cloudwalkcl_parse: Clarify a few cvar descriptions
2021-04-11 cloudwalkcl_parse: Further optimize CL_NetworkTimeReceived
2021-04-11 cloudwalkcl_parse: Refactor cl_nettimesyncboundmode check into...
2021-04-11 cloudwalksv_main: Let the other players know if a connected...
2021-04-11 cloudwalkrender: Refactor R_CullBox to simplify it. 114/merge
2021-03-30 cloudwalksv_user: Check if frametime is positive
2021-03-30 cloudwalksv_user: Don't bound moveframetime to a multiple of...
2021-03-29 cloudwalkcl_screen: Finish frames even if we're minimized, if...
2021-03-29 cloudwalkprotocol: Make receivetime a float since it's derived...
2021-03-29 cloudwalksv_user: Use sv.time directly, to limit reported time...
2021-03-29 cloudwalkRevert "Tell clients to reconnect before loading the...
2021-03-29 cloudwalkserver: Remove unused/broken ping smoothing feature
2021-03-29 cloudwalksv_user: Don't detect heavy movement loss right after...
2021-03-29 cloudwalkserver: Limit moveframetime to a multiple of sv.frametime
2021-03-29 cloudwalksv_user: Remove redundant return/unreachable code
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2021-03-06 cloudwalksys: Simplify Sys_LoadLibrary. Implement Sys_LoadDepend...
2021-03-06 cloudwalksys: Rename Sys_UnloadLibrary to Sys_FreeLibrary for...
2021-02-04 cloudwalkcl_particles: Fix rain splash particles falling through... 103/merge
2021-02-04 cloudwalksys_win: Remove pointless cls.state sets since we're...
2021-01-24 cloudwalkkeys: Fix intermittent buffer overflow when pasting...
2021-01-06 cloudwalkmodel_shared: Avoid Mod_MakeSortedSurfaces if dedicated...
2021-01-06 cloudwalkmodel_shared: Clarify comments
2021-01-06 cloudwalkmodel_brush: Rename some Q1BSP functions that are actua...
2021-01-01 cloudwalkmodel_brush: More work on VBSP. Still crashes.
2021-01-01 cloudwalkmodel_brush: Very early implementation of VBSP loader...
2020-12-31 cloudwalkconsole: Readd code accidentally removed
2020-12-31 cloudwalkmodel_vbsp: Move magic header define to its appropriate...
2020-12-31 cloudwalkmodel_shared: Fix gcc warning
2020-12-31 cloudwalkAdd missing include guards. Formatting improvement
2020-12-31 cloudwalkfs: Create header for Source engine VPK format
2020-12-31 cloudwalkmodel: Create header for Half-Life MDL format
2020-12-31 cloudwalkmodel: Recognize Valve BSP format. Add file format...
2020-12-29 havocFix crash in q3bsp loading on submodels where it was...
2020-12-23 cloudwalkcom_game: Add GAME_BATTLEMETAL
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
next