]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2021-07-27 CloudwalkParser is now tail recursive. Implemented parse tree... Cloudwalk/json 118/head
2021-07-23 CloudwalkMerge branch 'master' into Cloudwalk/json
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 CloudwalkMerge branch 'master' into Cloudwalk/json
2021-05-29 Cloudwalkcvar: Don't memset cvar->aliases before it's even allocated
2021-05-25 CloudwalkMerge branch 'master' into Cloudwalk/json
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-13 CloudwalkMove newline parsing to token.c
2021-05-11 CloudwalkAdd token.c, another layer to the tokenizer. Use char...
2021-05-11 CloudwalkRemove superfluous return type from SkipToToken
2021-05-11 CloudwalkAdd dedicated function for parsing keys. Redo keyword...
2021-05-11 CloudwalkAdd other types. Flesh out qjson_token_t
2021-05-10 CloudwalkWhitespace fix. Silence compiler warning.
2021-05-10 CloudwalkDon't initialize pos when creating the parser context...
2021-05-10 CloudwalkStub function to handle escapes
2021-05-10 CloudwalkRename indent/dedent functions
2021-05-10 CloudwalkMerge branch 'master' into Cloudwalk/json
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-27 CloudwalkNumerous improvements, such as making the parser actual...
2021-04-24 CloudwalkAdd newline to end of file
2021-04-24 CloudwalkMissed an include in vs2019 project
2021-04-24 CloudwalkMove general purpose parsing functions to a new helper...
2021-04-20 CloudwalkMerge branch 'master' into Cloudwalk/json
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...
next