2020-06-27 |
cloudwalk | Add missing builtin to menudefs.qc, discovered by teren... |
commit | commitdiff | tree | snapshot |
2020-06-27 |
cloudwalk | In Nicks_CompleteCountPossible, use MAX_SCOREBOARDNAME... |
commit | commitdiff | tree | snapshot |
2020-06-27 |
cloudwalk | Dynamically specify float precision when QC sets cvars... |
commit | commitdiff | tree | snapshot |
2020-06-27 |
cloudwalk | Wrap cvar callback around ifdef |
commit | commitdiff | tree | snapshot |
2020-06-27 |
cloudwalk | Call cvar callbacks after the cvar is set. Potentially... |
commit | commitdiff | tree | snapshot |
2020-06-25 |
cloudwalk | Fix null pointer crash when unsetting a cvar. |
commit | commitdiff | tree | snapshot |
2020-06-25 |
cloudwalk | Revert "Use double for cvar values. Fixes a number... |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Use double for cvar values. Fixes a number of bugs... |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Typo |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Actually fix color not being applied correctly |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Fix color not applying correctly |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Fix remnants of fog being applied to UIs |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Don't apply gl_lightmaps to UI elements |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Remove hack in changelevel |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | (Round 5) Break up host_cmd.c |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Don't lerp nailgun and super nailgun. Trades smoothness... |
commit | commitdiff | tree | snapshot |
2020-06-24 |
cloudwalk | Implement classic Quake-style weapon bobbing. Enable... |
commit | commitdiff | tree | snapshot |
2020-06-23 |
cloudwalk | Eradicated the CVAR_NQUSERINFOHACK flag, for good |
commit | commitdiff | tree | snapshot |
2020-06-23 |
cloudwalk | (Round 4) Break up host_cmd.c |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | (Round 3) Break up host_cmd.c |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | (Round 2) Break up host_cmd.c |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | (Round 1) Break up host_cmd.c |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | First massive rename and move |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | Move Sys_InitConsole to Con_Init |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | Consolidate FS_Init and associated code |
commit | commitdiff | tree | snapshot |
2020-06-22 |
cloudwalk | Change prefix of cmds in host_cmd.c to match the side... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
cloudwalk | Partially revert r12699 pending better solution |
commit | commitdiff | tree | snapshot |
2020-06-21 |
cloudwalk | Not sure how these didn't make it into the last commit |
commit | commitdiff | tree | snapshot |
2020-06-21 |
cloudwalk | Add process nice settings to the sys struct |
commit | commitdiff | tree | snapshot |
2020-06-21 |
cloudwalk | Merge Cmd_Init_Commands into Cmd_Init |
commit | commitdiff | tree | snapshot |
2020-06-21 |
cloudwalk | Revert "Initialize console commands and cvars before... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Put the loading plaque back in Host_Main for now, so... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Add missing parens around inline assignment. Fixes... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Initialize console commands and cvars before anything... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Remove commented out code/unused prototype |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Split off common CRC16 and MSG_ functions into separate... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Defer menu initialization until after stuffcmds. Implem... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Remove vid.samples checks when switching modes. Engine... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
cloudwalk | Implement command-line support for setting vid_borderless |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | Add missing video capture ifdefs |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | Host_Main improvements. Workaround to avoid crash with... |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | Fix black screen during any loading screen if the conso... |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | In Host_Main, clarify the purpose of a few of the timer... |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | In Host_Main, remove timer check. sv_timer and cl_timer... |
commit | commitdiff | tree | snapshot |
2020-06-19 |
cloudwalk | In Host_Main, loop until host.state == host_shutdown... |
commit | commitdiff | tree | snapshot |
2020-06-18 |
cloudwalk | Add libxmp files to VS projects |
commit | commitdiff | tree | snapshot |
2020-06-18 |
cloudwalk | libxmp: minor fixes and cleanup |
commit | commitdiff | tree | snapshot |
2020-06-18 |
cloudwalk | Disable readonly on two cvars so recent improvements... |
commit | commitdiff | tree | snapshot |
2020-06-18 |
cloudwalk | Organize system and host globals into structs. Implemen... |
commit | commitdiff | tree | snapshot |
2020-06-17 |
cloudwalk | Implement the find command. Basically apropos but three... |
commit | commitdiff | tree | snapshot |
2020-06-17 |
cloudwalk | Add *.code-workspace to .gitignore |
commit | commitdiff | tree | snapshot |
2020-06-17 |
cloudwalk | Fix dumb mistake allowing cheats to be used despite... |
commit | commitdiff | tree | snapshot |
2020-06-17 |
cloudwalk | Auto-register serverfromclient commands to forward... |
commit | commitdiff | tree | snapshot |
2020-06-17 |
cloudwalk | Iterate through interpreters and compare with stored... |
commit | commitdiff | tree | snapshot |
2020-06-16 |
cloudwalk | Prepend unbindall to config.cfg to override default... |
commit | commitdiff | tree | snapshot |
2020-06-16 |
cloudwalk | Correct wrong function names in the VM_SAFEPARMCOUNT... |
commit | commitdiff | tree | snapshot |
2020-06-16 |
cloudwalk | Implement "forcenearest" particle effect key, ported... |
commit | commitdiff | tree | snapshot |
2020-06-16 |
cloudwalk | Implement XMP module sound support |
commit | commitdiff | tree | snapshot |
2020-06-16 |
cloudwalk | Clean up makefiles a bit. Remove leftovers of stuff... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Move variable paintbuffer_unswapped into CONFIG_VIDEO_C... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Properly implement borderless windowed mode support |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Add cvar to disable engine stats >= 220. Suppresses... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Play chat sound defined by cvars rather than hardcoded... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Don't enable moncontrol if non-glibc on Linux. Fixes... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Avoid setting "r_transparent_sortmindist" to 0 every... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Turned on the defogger (Don't apply fog to UI. Check... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Use stdint.h types instead of self-defined dp[u]int |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Clean up qtypes.h a bit by including stdbool.h no matte... |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Remove remnants of hook system from vs projects |
commit | commitdiff | tree | snapshot |
2020-06-15 |
cloudwalk | Disable sound for cvar notify. Use \003 mask, meant... |
commit | commitdiff | tree | snapshot |
2020-06-14 |
cloudwalk | Correct the value of CMD_SHARED. Fixes map command |
commit | commitdiff | tree | snapshot |
2020-06-11 |
cloudwalk | Initial implementation of command flag system |
commit | commitdiff | tree | snapshot |
2020-06-11 |
cloudwalk | Delete the cmd_clientfromserver interpreter. Use cmd_cl... |
commit | commitdiff | tree | snapshot |
2020-06-11 |
cloudwalk | Fix misspelling |
commit | commitdiff | tree | snapshot |
2020-06-10 |
cloudwalk | Correct typo |
commit | commitdiff | tree | snapshot |
2020-06-10 |
cloudwalk | Code style improvements |
commit | commitdiff | tree | snapshot |
2020-06-10 |
cloudwalk | Forbid use of ctrl+alt combo in console. Fixes altgr... |
commit | commitdiff | tree | snapshot |
2020-06-10 |
cloudwalk | Clamp clipboard data to MAX_INPUTLINE. Fixes heap overf... |
commit | commitdiff | tree | snapshot |
2020-06-09 |
cloudwalk | Give cvar aliases purple color |
commit | commitdiff | tree | snapshot |
2020-06-09 |
cloudwalk | Rearrange cvar help to fix compatibility with some... |
commit | commitdiff | tree | snapshot |
2020-06-09 |
cloudwalk | Print cvar aliases in apropos and cvarlist output properly |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Delete empty files |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Add missing modulo in cvar hashtable lookup |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Stray tab begone |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Fix scope screwup preventing apropos from printing... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Add topcolor to clientfromserver so quake15 stops spamm... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Fix (workaround?) crashes with quake15 mod |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Reimpl. the cvar alias system. Reimpl. the cvar hash... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Revert the cvar alias system, as a checkpoint pending... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Don't use an enum as a type directly. Helps fix C+... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Add a few explicit typecasts to help fix C++ compilation |
commit | commitdiff | tree | snapshot |
2020-06-08 |
cloudwalk | Remove hook system. Was a fun little experiment but... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Fix apropos crash when it reaches cvar alias |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Rename a few of the fake loss and fake latency cvars |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Rename all of the show* cvars to a more consistent... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Fix crash when autocompleting a cvar alias |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Initial implementation of cvar aliases, with slowmo... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Revert "Disable occlusion query on Intel. Can be force... |
commit | commitdiff | tree | snapshot |
2020-06-06 |
cloudwalk | Disable occlusion query on Intel. Can be force-enabled... |
commit | commitdiff | tree | snapshot |
2020-06-05 |
cloudwalk | Draw coronas with the same cscale whether gl_flashblend... |
commit | commitdiff | tree | snapshot |
next |