]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2021-12-27 LegendGuardImproving Doxyfile, adding GENERATE_TREEVIEW and SEARCH...
2021-12-24 Cloudwalk.gitignore: Update to ignore .cache directory created...
2021-10-04 Cloudwalkprotocol: Fix off-by-one when appending space in Protoc...
2021-09-19 Cloudwalkcmd: Check for empty cbuf when inserting too
2021-09-18 Ashley 'LadyHavoc... Fix an IO exception on exit when using -condebug becaus...
2021-09-18 Ashley 'LadyHavoc... Fix a bug in Cvar_RegisterVirtual which was corrupting...
2021-09-18 Ashley 'LadyHavoc... Add packages.config to make nuget work for vs2019
2021-09-17 Cloudwalkcom_list: Require type explicitly. Remove Q_typeof...
2021-09-17 Cloudwalkqdefs: Change ALWAYSINLINE -> ALWAYS_INLINE
2021-09-17 Cloudwalkqdefs: Check _MSC_VER instead of incorrect MSVC
2021-08-20 Cloudwalksv_main: Add campaign cvar. Set 1 if not coop or deathm...
2021-07-31 Cloudwalkcommon: Move com_game headers to new com_game.h
2021-07-31 Cloudwalkcommon: Move filematch headers to new filematch.h
2021-07-31 Cloudwalkcommon: Move infostring functions to new com_infostring.c
2021-07-31 Cloudwalkcommon: Update OpenBSD strlcpy and strlcat implementation
2021-07-31 Cloudwalkvs2017: Fix indentation
2021-07-30 Cloudwalkqdefs: Define separate FLOAT_ and DOUBLE_ versions...
2021-07-30 Cloudwalkprogs: Extend USEODE ifdef to cover defines too
2021-07-30 Cloudwalkqdefs: Implement DP_FUNC_ALWAYSINLINE macro for platfor...
2021-07-30 Cloudwalkmakefile: Delete references to nonexistent files
2021-07-30 Cloudwalkkeysym2ucs: Delete. Was only used for the GLX client...
2021-07-30 Cloudwalksys_win: Delete sys_win and conproc. We no longer use...
2021-07-30 Cloudwalksys: Rename Sys_Print(f)ToTerminal to Sys_Print(f)...
2021-07-22 Cloudwalksv_save: Call CL_Disconnect and ToggleMenu via hook
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
2021-07-22 Cloudwalkcsqc: Implement builtin #177 "localsound"
2021-07-22 Cloudwalklibcurl: Use the generic linked list
2021-07-22 Cloudwalkzone: Use the generic linked list
2021-07-22 Cloudwalkcl_main: Fix double free of meshentities texture pool...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-22 Cloudwalkprotocol: Stub DP8 protocol
2021-07-21 Cloudwalkvid_null: Fix compiler warning on Windows build
2021-07-21 Cloudwalkmakefile: Remove reference to vid_glx.c as we don't...
2021-07-21 Cloudwalklhnet: Use the generic linked list
2021-07-21 Cloudwalkmodel_shared: Avoid using R_FrameData_Alloc when buildi...
2021-07-21 Cloudwalkcl_main: Destroy mesh entities on restart to fix memlis...
2021-07-21 Cloudwalkcom_list: Actually initialize a list to point to itself...
2021-07-21 Cloudwalkode: Disable by default. Minor memory savings in all...
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-18 MarioAdd support for the .dpk package format used by Unvanqu... Mario/dpk_support 120/head
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...
next