projects
/
xonotic
/
darkplaces.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/darkplaces.git
2021-08-08
Gary Moon
Improve the lockfile error message
gazby/lockfile-message-update
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Cloudwalk
common: Move com_game headers to new com_game.h
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Cloudwalk
common: Move filematch headers to new filematch.h
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Cloudwalk
common: Move infostring functions to new com_infostring.c
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Cloudwalk
common: Update OpenBSD strlcpy and strlcat implementation
commit
|
commitdiff
|
tree
|
snapshot
2021-07-31
Cloudwalk
vs2017: Fix indentation
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
qdefs: Define separate FLOAT_ and DOUBLE_ versions...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
progs: Extend USEODE ifdef to cover defines too
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
qdefs: Implement DP_FUNC_ALWAYSINLINE macro for platfor...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
makefile: Delete references to nonexistent files
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
keysym2ucs: Delete. Was only used for the GLX client...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
sys_win: Delete sys_win and conproc. We no longer use...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-30
Cloudwalk
sys: Rename Sys_Print(f)ToTerminal to Sys_Print(f)...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
sv_save: Call CL_Disconnect and ToggleMenu via hook
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
cl_main: Keep old CL_Disconnect for simplicity. Move...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
csqc: Implement builtin #177 "localsound"
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
libcurl: Use the generic linked list
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
zone: Use the generic linked list
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
cl_main: Fix double free of meshentities texture pool...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
Merge branch 'Mario/dpk_support' of gitlab.com:xonotic...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
protocol/dp8: Implement parting messages
commit
|
commitdiff
|
tree
|
snapshot
2021-07-22
Cloudwalk
protocol: Stub DP8 protocol
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
vid_null: Fix compiler warning on Windows build
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
makefile: Remove reference to vid_glx.c as we don't...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
lhnet: Use the generic linked list
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
model_shared: Avoid using R_FrameData_Alloc when buildi...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
cl_main: Destroy mesh entities on restart to fix memlis...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
com_list: Actually initialize a list to point to itself...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
ode: Disable by default. Minor memory savings in all...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
ode: Add more #ifdefs to ensure ODE is fully disabled...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
edict: Move free and freetime into prvm_edict_t itself
commit
|
commitdiff
|
tree
|
snapshot
2021-07-21
Cloudwalk
common: Use static_assert to prohibit unsafe functions...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Cloudwalk
common: Define DP_STATIC_ASSERT which wraps static_assert
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Cloudwalk
zone: Pass __FILE__ and __LINE__ to Mem_strdup
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Cloudwalk
zone: Add Z_ counterparts for Realloc and strdup
commit
|
commitdiff
|
tree
|
snapshot
2021-07-20
Cloudwalk
zone: Do a straight malloc on non-Windows
commit
|
commitdiff
|
tree
|
snapshot
2021-07-18
Cloudwalk
qtypes: Define shorthand typenames for stdint types...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-18
Cloudwalk
cmd: Use a bitshift and subtract to calculate CF_MAXFLA...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-14
Cloudwalk
com_list: Fix spacing. No code changes
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Rudolf Polzer
Fix file paths.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Rudolf Polzer
Also actually include the .enc file for the key.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Rudolf Polzer
Now with new Travis secret key.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Rudolf Polzer
Rename host_t -> host_static_t.
commit
|
commitdiff
|
tree
|
snapshot
2021-07-08
Rudolf Polzer
Temporarily upload DarkPlaces autobuilds to both Xonoti...
commit
|
commitdiff
|
tree
|
snapshot
2021-07-05
Cloudwalk
cvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
commit
|
commitdiff
|
tree
|
snapshot
2021-07-03
Cloudwalk
Remove redundant ampersand breaking ContainerOf and...
commit
|
commitdiff
|
tree
|
snapshot
2021-06-18
Mario
Add support for the .dpk package format used by Unvanqu...
Mario/dpk_support
commit
|
commitdiff
|
tree
|
snapshot
2021-06-08
Cloudwalk
com_list.h: Fix copy/paste oversight where List_For_Eac...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Cloudwalk
Add .md extension to README so it actually parses the...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-30
Cloudwalk
Add a proper README with build instructions and links...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-29
Cloudwalk
cvar: Don't memset cvar->aliases before it's even allocated
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
cvar, prvm_cmds: Remove redundant Cmd_Exists checks
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
cvar: Rename aliasindex to aliases_size and only use...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
cvar: Remove unused ignore_callback variable
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
Add/update license headers across various files
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
curves.c and .h: Remove whitespace at the top of both...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
vpk: Include stdint.h only
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
CREDITS: Add name
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
Merge intoverflow.h into qdefs.h
commit
|
commitdiff
|
tree
|
snapshot
2021-05-25
Cloudwalk
cmd: Add comments to better explain the overly complica...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-24
Ashley 'LadyHavoc...
Add the Visual Studio .vs folder to gitignore.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-16
cloudwalk
Add CREDITS.md. To be continued... (contact information...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
client: Add SV_Shutdown hook and remove all direct...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
sv_main: Remove redundant client variable set from...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
cl_parse: Remove redundant disconnect print
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
cl_parse: break on qw_svc_disconnect instead of return...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
cl_demo: Move demo playback functionality to a separate...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
sv_save: Remove SV_CanSave hook and just call it direct...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-14
cloudwalk
host: Clean it up. Give some functions new names and...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-10
cloudwalk
Update a few cl_* cvar descriptions
commit
|
commitdiff
|
tree
|
snapshot
2021-05-09
havoc
Fix a possible divide by zero in Mod_PSKMODEL_Load.
commit
|
commitdiff
|
tree
|
snapshot
2021-05-09
havoc
Fix some warnings in MSVC++2019. Add SDL2-nuget packag...
commit
|
commitdiff
|
tree
|
snapshot
2021-05-09
cloudwalk
Optimize FS_FileExtension
commit
|
commitdiff
|
tree
|
snapshot
2021-05-09
cloudwalk
Revert "gl_draw, model_shared: Refactor vertex adding...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
cloudwalk
cmd: Merge cmd_client and cmd_server into cmd_local...
97/merge
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
cloudwalk
menu: Partially implement MQC built-in #352 (registerco...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
cloudwalk
prvm: Deduplicate console command handler
commit
|
commitdiff
|
tree
|
snapshot
2021-04-20
cloudwalk
cmd: Use per-interpreter hooks to handle commands,...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-17
cloudwalk
sys: Don't bother doing Host_Shutdown on Sys_Error
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
cl_main: Slight refactor
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
com_list: Move all functions to the header and inline...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
host: Move Host_GetConsoleCommands and rename it for...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
curl: Rename Curl_Run to Curl_Frame. Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
host, netconn: Use cvar callbacks on (cl_)port to reduc...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-13
cloudwalk
host: Refactor Host_Frame; simplify control flow.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-12
divverent
Fix a use of FALSE in some JPEG code.
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
image: Sanitize paths on *all* images rather than image...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
host: Make delta non-static in Host_Sleep
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
cl_parse: Implement 7th mode for cl_nettimesyncboundmod...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
cl_input: Don't floor cl.cmd.frametime to the nearest...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
client: Improve input packet timing (netfps)
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
cl_parse: Clarify a few cvar descriptions
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
cl_parse: Further optimize CL_NetworkTimeReceived
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
cl_parse: Refactor cl_nettimesyncboundmode check into...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
sv_main: Let the other players know if a connected...
commit
|
commitdiff
|
tree
|
snapshot
2021-04-11
cloudwalk
render: Refactor R_CullBox to simplify it.
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
cloudwalk
sv_user: Check if frametime is positive
commit
|
commitdiff
|
tree
|
snapshot
2021-03-30
cloudwalk
sv_user: Don't bound moveframetime to a multiple of...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
cloudwalk
cl_screen: Finish frames even if we're minimized, if...
commit
|
commitdiff
|
tree
|
snapshot
2021-03-29
cloudwalk
protocol: Make receivetime a float since it's derived...
commit
|
commitdiff
|
tree
|
snapshot
next