]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2021-05-31 CloudwalkMerge branch 'master' into doombringer doombringer
2021-05-30 RekiAdded missing semicolon
2021-05-30 RekiLocalsound2 added to weird prototype file
2021-05-30 CloudwalkAdd .md extension to README so it actually parses the...
2021-05-30 CloudwalkAdd a proper README with build instructions and links...
2021-05-29 Cloudwalkcvar: Don't memset cvar->aliases before it's even allocated
2021-05-28 RekiAdded localsound to CLVM with compat with FTEQW's imple...
2021-05-27 RekiFixed muh bools being capitalized wrong
2021-05-27 RekiReadded NOSTREAM tag
2021-05-27 RekiAdded snd_streaming_ignoremusic
2021-05-27 RekiAdded visual studio folder to ignore
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 RekiAutodemo : stopped auto demos from trampling manual...
2021-05-25 Cloudwalkcmd: Add comments to better explain the overly complica...
2021-05-24 RekiFixed saves breaking with entrypoint
2021-05-24 RekiAdded new SSQC entrypoint SaveTriggered
2021-05-24 Ashley 'LadyHavoc... Add the Visual Studio .vs folder to gitignore.
2021-05-23 RekiAdded #include for errno.h
2021-05-23 RekiAdded '_n_' naming scheme to stop globals from being...
2021-05-22 RekiAdded EXT_WRATH
2021-05-21 RekiAdded saveflags to stop classes from yeeting save files
2021-05-19 RekiAdded CHANNELFLAG_TRAPEZOID falloff technique
2021-05-19 RekiAdded 3 new entrypoints for VMs
2021-05-16 cloudwalkAdd CREDITS.md. To be continued... (contact information...
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-29 kristusReverted snd_ogg.c to DP master. Changes caused Segfaul...
2021-04-29 kristusFix : Fixed warnings in Linux Compile.
2021-04-29 kristusMakefile : Make creates Doombringer-lx and Doombringer...
2021-04-28 RekiChanged FALSE to 0 to fix linux being grouchy
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-15 RekiAdded DB1 protocol
2021-04-15 RekiNever hit network players, because we don't use it
2021-04-15 RekiAdded NOSTREAM 1 tag for ogg files
2021-04-15 RekiFixed bug with SSQC entity collision in CSQC
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-04-10 kristusTravis script : Changed output names to be for Doombrin...
2021-04-10 RekiDrawPolygon : Made 2d not use fog vertex color
2021-04-08 kristusGFX : Adjusted gfx/net.jpg size and orientation
2021-04-06 RekiAdded various extensions: csqcflags, solid ssqc objects...
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...
next