]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2021-07-21 Cloudwalkode: Add more #ifdefs to ensure ODE is fully disabled...
2021-07-21 Cloudwalkedict: Move free and freetime into prvm_edict_t itself
2021-07-21 Cloudwalkcommon: Use static_assert to prohibit unsafe functions...
2021-07-20 Cloudwalkcommon: Define DP_STATIC_ASSERT which wraps static_assert
2021-07-20 Cloudwalkzone: Pass __FILE__ and __LINE__ to Mem_strdup
2021-07-20 Cloudwalkzone: Add Z_ counterparts for Realloc and strdup
2021-07-20 Cloudwalkzone: Do a straight malloc on non-Windows
2021-07-18 Cloudwalkqtypes: Define shorthand typenames for stdint types...
2021-07-18 Cloudwalkcmd: Use a bitshift and subtract to calculate CF_MAXFLA...
2021-07-14 Cloudwalkcom_list: Fix spacing. No code changes
2021-07-08 Rudolf PolzerFix file paths.
2021-07-08 Rudolf PolzerAlso actually include the .enc file for the key.
2021-07-08 Rudolf PolzerNow with new Travis secret key.
2021-07-08 Rudolf PolzerRename host_t -> host_static_t.
2021-07-08 Rudolf PolzerTemporarily upload DarkPlaces autobuilds to both Xonoti...
2021-07-05 Cloudwalkcvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
2021-07-03 CloudwalkRemove redundant ampersand breaking ContainerOf and...
2021-06-08 Cloudwalkcom_list.h: Fix copy/paste oversight where List_For_Eac...
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-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-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...
next