2020-10-05 |
cloudwalk | zone: Print only memstats with the memstats command... |
commit | commitdiff | tree | snapshot |
2020-10-05 |
cloudwalk | sv_user: Remove commented out dead code. |
commit | commitdiff | tree | snapshot |
2020-10-05 |
cloudwalk | sv_user: Rename SV_ClientThink to SV_PlayerPhysics... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | Revert "model_brush: Set mod_bsp_portalize to 0 by... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | sv_main: Fix segfault and logic bugs when saving. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | cl_particles: Tweak the smoke, blood, and rocket launch... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | model_brush: Set mod_bsp_portalize to 0 by default... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | pmove: Initial implementation of pmove.h. Stub some... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | client: Move usercmd_t to protocol.h since both client... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | model_shared: Rename dp_model_t to model_t, to avoid... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | model_shared: Move skinframe struct to r_textures.h |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | mdfour: Switch to stdint. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | Remove unneeded #includes in some headers. Make some... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | model: Split up headers. Introduce headers for each... |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | fs: Stub a struct that'll be used later. |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | fs: Use stdint type for fs_offset_t |
commit | commitdiff | tree | snapshot |
2020-10-02 |
cloudwalk | client: Add r_stats.[ch]. Move render stats code to it. |
commit | commitdiff | tree | snapshot |
2020-09-30 |
cloudwalk | cmd: Fix integer overflow of cbuf->size when using... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | model_brush: Add a note for a performance deficit.... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | sv_save: Add new hooks to reduce client code in server... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | sv_ccmds: Move what are actually client commands to... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | quakedef: Add darkplaces.h and include it in as many... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Add cl_particles.h and move cl_particles defini... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Add cl_parse.h and move cl_parse prototypes... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Move SCR prototype to screen.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Move keys prototypes to keys.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Add cap.h and move capture struct to it. |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Add view.h. Move view prototypes to it. |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Move sbar prototypes to sbar.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Move host prototypes to host.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | client: Move r_refdef structs and renderer prototypes... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | makefile: Delete precompiled headers (.gch) with clean |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | Add qdefs.h and qstats.h to split up quakedef.h. Make... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | .gitignore: Exclude precompiled headers (*.gch) |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | list: Add missing include guards. |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | host: Introduce host.h and use it, instead of quakedef.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | host: Make Host_Quit_f static. Avoid calling it directly. |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | server: Move remaining server functions out of quakedef.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
cloudwalk | cl_main: Make reconnect's function static and remove... |
commit | commitdiff | tree | snapshot |
2020-09-28 |
cloudwalk | cmd: Update defer command to allocate the same as Cmd_P... |
commit | commitdiff | tree | snapshot |
2020-09-27 |
cloudwalk | cl_main: Delete comment |
commit | commitdiff | tree | snapshot |
2020-09-27 |
cloudwalk | cl_main: Disconnect when connection is established... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | cl_main: Disconnect only if we're connected or playing... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | cmd: Fix buffer overflow in cbuf causing Steel Storm... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Restore all of the bobmodel cvars to their origin... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Use bob_limit again. Ignore the cvar with classic. |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Remove unneeded var sets. Fixes view shifting... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Apply r_viewmodel_quake even when stationary |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | thread: Un-include threads.h for now since MinGW appare... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Cleanup. Fix compile warning. |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | menu: Fix "Apply" in video settings being offset to... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | view: Refactor V_CalcRefDefUsing. Fully implement class... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | common: Fix -pedantic warning. Don't do pointer arithme... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | server: Eliminate references to cls.state in server... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | server: Give a lot of functions new homes |
commit | commitdiff | tree | snapshot |
2020-09-26 |
cloudwalk | cl_main: When establishing connection, disconnect from... |
commit | commitdiff | tree | snapshot |
2020-09-23 |
cloudwalk | cmd: Fix memory leak in cbuf. Use a dedicated mempool... |
commit | commitdiff | tree | snapshot |
2020-09-22 |
cloudwalk | quakedef: Bump up netmessage and static entities limit... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | quakedef: Include thread.h, and include threads.h in... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | host: Gracefully Sys_Error if we encounter any error... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Recycle input node before it executes. Avoids... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | Fix remaining clang compile warnings |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | com_ents4: Fix possible logic bug with two for loops |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | Revert "cmd: Reduce duplicate code with command lookup" |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | Restore old video init behavior, pending better solutio... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | sys_shared: Fix malformed ifdefs breaking 32 bit builds |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Rename cbuf_t to cmd_buf_t |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | makefile: Support statically linking SDL2 on all platforms |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cl_main: Don't connect on level change if already conne... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Add missing List_IsEmpty check |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | Unify the command and cvar flags, under the CF_ prefix. |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Remove now-unused cmddeferred_t |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Re-re-re-re-implement the command parser. Allocate... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cmd: Rename cbuf_cmd_t to cmd_input_t to clarify its... |
commit | commitdiff | tree | snapshot |
2020-09-17 |
cloudwalk | cbuf: Replace the ugly bitmask thing with an actual... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | world: Port the areagrid to the new generic linked... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | common: Wrap ContainerOf around parentheses to allow... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | com_list: Rename Delete to Delete_Init and implement... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | cmd: Rename cmdalias_t to cmd_alias_t for consistency. |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | cvar: Remove commented code in the header, unlikely... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
cloudwalk | Rename COM_CheckParm to Sys_CheckParm and move it to... |
commit | commitdiff | tree | snapshot |
2020-09-07 |
cloudwalk | cmd: Re-re-re-implement the cbuf. This time using the... |
commit | commitdiff | tree | snapshot |
2020-09-07 |
cloudwalk | Implement Linux kernel-inspired generic cyclic doubly... |
commit | commitdiff | tree | snapshot |
2020-09-07 |
cloudwalk | Rename src_command to src_local, to clarify its meaning |
commit | commitdiff | tree | snapshot |
2020-08-19 |
cloudwalk | cmd: Reduce duplicate code with command lookup |
commit | commitdiff | tree | snapshot |
2020-08-18 |
cloudwalk | gl_rmain: Perform lightmap updates only on visible... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
cloudwalk | cmd: Fix double free/use-after-free bugs in defer.... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
cloudwalk | cmd: Refactored the cbuf system to fix a bug and clean... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
cloudwalk | host: Host_StartVideo *before* Host_AddConfigText.... |
commit | commitdiff | tree | snapshot |
2020-08-14 |
cloudwalk | model_brush: Delete var sets that were preventing Q1BSP... |
commit | commitdiff | tree | snapshot |
2020-08-14 |
cloudwalk | Fix compile warnings with PRVM_64 |
commit | commitdiff | tree | snapshot |
2020-08-14 |
cloudwalk | prvm: Initial experimental implementation of support... |
commit | commitdiff | tree | snapshot |
2020-08-12 |
cloudwalk | sv_ccmds: Remove some more client-specific forward... |
commit | commitdiff | tree | snapshot |
2020-08-12 |
cloudwalk | host: Implement a hook struct in host_t. Use a hook... |
commit | commitdiff | tree | snapshot |
2020-08-12 |
cloudwalk | host: Fix function name in print string. |
commit | commitdiff | tree | snapshot |
2020-08-12 |
cloudwalk | Make V_CalcRoll a common function. Add sv_rollangle... |
commit | commitdiff | tree | snapshot |
2020-08-12 |
cloudwalk | sys: Initialize the memory subsystem in main() |
commit | commitdiff | tree | snapshot |
2020-08-10 |
cloudwalk | sv_main: Use modelname when warning of no such map |
commit | commitdiff | tree | snapshot |
2020-08-10 |
cloudwalk | sv_ccmds: Remove redundant forwarding code from pause... |
commit | commitdiff | tree | snapshot |
next |