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 |
2020-06-05 |
cloudwalk | Change tabs into spaces for a console print so it does... |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Fix a few compile warnings from clang |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Fix ugly typo in a Z_Malloc |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Disable unsupported compiler optimization if CC=clang |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Implement cvar callback for slowmo |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Make sure the rest of CL_Init only runs on client,... |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Heap-allocate sessionid cvar's string to avoid stack... |
commit | commitdiff | tree | snapshot |
2020-06-04 |
cloudwalk | Fix the +map crash once and for all. Defer stuffcmds... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
cloudwalk | Fix broken fonts in Xonotic. Start video after quake... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
cloudwalk | Implement a callback for sv_cheats to disable all linge... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
cloudwalk | Implement cvar callback functionality |
commit | commitdiff | tree | snapshot |
2020-06-03 |
cloudwalk | Fix crash when using +map on cmdline by starting video... |
commit | commitdiff | tree | snapshot |
2020-06-03 |
havoc | Fix gamedir command by removing the forced video subsys... |
commit | commitdiff | tree | snapshot |
2020-06-02 |
cloudwalk | Add missing server commands to cmd_client so a listen... |
commit | commitdiff | tree | snapshot |
2020-06-02 |
cloudwalk | In findfloat and findchainfloat, use prvm_vec_t like... |
commit | commitdiff | tree | snapshot |
2020-06-02 |
cloudwalk | Add missed check for prvm_garbagecollection_enable... |
commit | commitdiff | tree | snapshot |
2020-06-02 |
cloudwalk | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2020-06-01 |
havoc | Add hook.[ch] to VS2017 project. |
commit | commitdiff | tree | snapshot |
2020-06-01 |
havoc | Refactor external texture loading for Q1BSP to set... |
commit | commitdiff | tree | snapshot |
2020-06-01 |
havoc | Fix a bug with r_batch_debugdynamicvertexpath in R_Draw... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
cloudwalk | Try to load the uppercase variants of various image... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
cloudwalk | Warn if texture is missing in Mod_Mesh_GetTexture |
commit | commitdiff | tree | snapshot |
2020-05-31 |
cloudwalk | Don't let envmap run if we're not in-game. Fixes crash |
commit | commitdiff | tree | snapshot |
2020-05-31 |
cloudwalk | Fix broken scissoring with the skybox when r_viewscale > 2 |
commit | commitdiff | tree | snapshot |
2020-05-31 |
havoc | Fix multiple bugs with r_viewscale in r_shadow_deferred... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
havoc | Add hook.[ch] to vs2019 project. |
commit | commitdiff | tree | snapshot |
2020-05-30 |
cloudwalk | Add Cvar_PrintHelp to unify cvar info printing and... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
cloudwalk | Clean up Host_Init a bit by moving other client init... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
cloudwalk | Fix compile warning. |
commit | commitdiff | tree | snapshot |
2020-05-30 |
cloudwalk | Start video _during_ initialization, rather than when... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
cloudwalk | Fix compile warning with bitwise operation |
commit | commitdiff | tree | snapshot |
2020-05-29 |
cloudwalk | Change taskqueue_minthreads to 0, resulting in consider... |
commit | commitdiff | tree | snapshot |
2020-05-29 |
cloudwalk | Fix long standing compile warning that might bite later |
commit | commitdiff | tree | snapshot |
2020-05-29 |
cloudwalk | Fix incorrect variables in THREADDEBUG prints causing... |
commit | commitdiff | tree | snapshot |
2020-05-29 |
cloudwalk | Pass an offset of data_element3i rather than data_eleme... |
commit | commitdiff | tree | snapshot |
2020-05-29 |
cloudwalk | Pass num_triangles per surface rather than for the... |
commit | commitdiff | tree | snapshot |
2020-05-28 |
cloudwalk | Implement experimental hook-like system, with working... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
cloudwalk | Fix defer command. Maintain separate oldrealtime(s... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
cloudwalk | Fix incorrect types causing fp precision errors with... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
cloudwalk | Formatting fix |
commit | commitdiff | tree | snapshot |
2020-05-27 |
cloudwalk | Add .vscode to .gitignore |
commit | commitdiff | tree | snapshot |
2020-05-27 |
havoc | Remove the deprecatedq3* fields finally after so many... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
havoc | Fix a warning and remove an unused prototype. |
commit | commitdiff | tree | snapshot |
2020-05-27 |
havoc | Remove dp_model_t.brushq2 field because it's never... |
commit | commitdiff | tree | snapshot |
2020-05-27 |
cloudwalk | Fix major regression preventing connect to any server... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Allocate Q3BSP texturepool earlier in the loading process |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix crash when building Q3BSP lightgrid. Added missing... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix most compiler warnings. |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix compiler warning in custom stat clearing |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Clean up qtypes.h. Use stdbool.h on non-MSVC. Replace... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Oops. |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Show SDL message box on Sys_Error for SDL target. Remov... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix getting exe name on FreeBSD, which hasn't used... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Fix pure data entities being linked into the area grid... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Implement clipgroup extension from DarkplacesRM |
commit | commitdiff | tree | snapshot |
2020-05-26 |
havoc | Added lightgrid texture based lighting in q3bsp maps... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
cloudwalk | Change the ping calculation back. It wasn't necessary... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Revert "Fix visual regression where parts of the Xonoti... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Don't query the master server when the menu isn't shown |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Calculate ping in the server list better. |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | With MATERIALFLAG_ALPHAGEN_VERTEX we should basically... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Make sv_cheats instant. No need to restart the map... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Make sv_cheats CVAR_NOTIFY |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Change default value of sv_disablenotify to 0. Print... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Don't continue loading image if we already have it... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Fix most Q3 & QL glow maps |
commit | commitdiff | tree | snapshot |
2020-05-25 |
cloudwalk | Fix visual regression where parts of the Xonotic menu... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
havoc | Forcibly disable the alphatocoverage feature because... |
commit | commitdiff | tree | snapshot |
next |