]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/client
Merge branch 'Juhu/strafehud' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client /
2020-10-14 MarioMerge branch 'Juhu/strafehud' into 'master'
2020-10-14 MarioMerge branch 'master' into Juhu/strafehud
2020-10-05 MarioMerge branch 'terencehill/fps_display_fix' into 'master'
2020-09-29 MarioPurge miscfunctions.qc from the client-side codebase...
2020-09-27 terencehillUse gettime(GETTIME_FRAMESTART) instead of gettime...
2020-09-25 MarioFurther cleanup miscfunctions, document the need to...
2020-09-23 MarioUse a trace log for the client program version message...
2020-09-21 terencehillLock camera angles while moving the cursor if hud_curso...
2020-09-11 MarioMerge branch 'martin-t/jump' into 'master'
2020-08-25 terencehillHide shownames health / armor bg as soon as player...
2020-08-16 terencehillReduce a few overlong lines in crosshair code
2020-08-16 terencehillAvoid using duplicated code for vortex and oknex crossh...
2020-08-07 Juhustrafehud: add missing include for race checkpoints
2020-08-07 Juhustrafehud: use a hook to determine whether the strafehu...
2020-08-07 MarioPort some minor code fixes from the default-erasable...
2020-08-07 JuhuMerge branch 'master' into Juhu/strafehud
2020-08-07 JuhuRevert "add strafe efficiency field for CTS scoreboard"
2020-08-03 MarioPurge server/constants.qh
2020-08-03 Juhustrafehud: change a few comments and mark jump height...
2020-08-03 MarioReduce bold centerprint message size from 1.8 to 1.4
2020-08-03 MarioMerge branch 'terencehill/cl_forceplayercolors_3' into...
2020-08-02 MarioRename client's commands folder to command, to match...
2020-08-02 MarioDon't attempt to network more than the maximum number...
2020-08-02 MarioPurge client/defs.qh
2020-08-02 MarioMinor cleanup of client/defs.qh, move replicated cvars...
2020-08-02 MarioMove generic entity flags to a common constants locatio...
2020-08-02 MarioSome more cleanup of defs.qh, use a flag to indicate...
2020-08-01 MarioMove some weapon definitions out of defs.qh, fix compil...
2020-08-01 MarioReorganise item code so that VM-specific code is in...
2020-08-01 MarioRename t_items.qc to items.qc
2020-08-01 MarioDraw EF_FLAME and EF_STARDUST effects as box particles...
2020-07-31 MarioSome more cleanup to map objects, allow trigger_delay...
2020-07-26 terencehillcl_forceplayercolors 3 forces player colors to mine...
2020-07-18 MarioMerge branch 'terencehill/noclip_death_fix' into 'master'
2020-07-18 MarioMerge branch 'master' into Mario/headshots
2020-07-18 MarioMerge branch 'master' into Mario/csqc_muzzleflash 838/head
2020-07-18 MarioStore the current gametype as a shortname rather than...
2020-07-17 MarioMerge branch 'master' into Mario/headshots
2020-07-17 MarioMerge branch 'Mario/gametypes' into 'master'
2020-07-17 MarioMerge branch 'master' into Mario/q3_speaker_fix 844/head
2020-07-17 MarioMerge branch 'master' into Mario/speed_var
2020-07-16 MarioMerge branch 'master' into Mario/csqc_muzzleflash
2020-07-15 MarioMerge branch 'master' into Mario/gametypes
2020-07-14 MarioIf no supported gamemodes are available, fall back...
2020-07-14 MarioMerge branch 'master' into Mario/gametypes
2020-07-14 MarioMerge branch 'master' into Mario/headshots
2020-07-13 MarioAdd a mutator hook to skip only color forcing on player...
2020-07-13 MarioAdd a mutator hook to allow forcing team radar icons...
2020-07-13 MarioAdd a gametype flag to indicate that a gametype shouldn...
2020-07-13 MarioAdd a mutator hook to control whether the race timer...
2020-07-13 MarioShow the uid2name dialogue in CTF if rankings are enabl...
2020-07-13 MarioAdd a mutator hook to shownames to allow hiding it...
2020-07-13 MarioAdd a mutator hook to hide the accuracy panel in the...
2020-07-13 MarioAdd a mutator hook to indicate whether rankings should...
2020-07-13 MarioAdd a mutator hook to not show the scoreboard while...
2020-07-13 MarioAdd a mutator hook to hide the score HUD panel
2020-07-13 MarioAdd a mutator hook to indicate whether the physics...
2020-07-13 MarioMove LMS info message to its own file
2020-07-13 MarioMove gametype registers into their own files, fallback...
2020-07-10 MarioMerge branch 'master' into Mario/movetype_push
2020-07-08 MarioMerge branch 'bones_was_here/mv-r_water-acl' into ...
2020-07-07 MarioMerge branch 'master' into Mario/headshots
2020-07-07 MarioMerge branch 'master' into Mario/csqc_muzzleflash
2020-07-06 Juhustrafehud: little cleanup of jump height feature
2020-07-06 Juhustrafehud: don't convert minimum jump height as it...
2020-07-06 Juhustrafehud: properly convert jump height into correct...
2020-07-06 Juhustrafehud: also check whether the player went into...
2020-07-06 Juhustrafehud: properly prevent jump height being carried...
2020-07-06 Juhustrafehud: remove unneeded IS_DEAD()
2020-07-06 Juhustrafehud: add jump height and circle jump speed (speed...
2020-07-05 Juhustrafehud: minor bug fixes
2020-07-05 Juhuadd strafe efficiency field for CTS scoreboard
2020-07-04 Juhustrafehud: add slick detector
2020-07-02 Juhustrafehud: clean up gradient code
2020-07-02 Juhustrafehud: make the angle indicator use a gradient...
2020-07-02 Juhustrafehud: add gradient style
2020-07-02 Juhustrafehud: make sure not to draw stuff too far outside...
2020-07-01 Juhustrafehud: change hud drawing logic to not need differe...
2020-07-01 Juhustrafehud: make both switch indicator alphas configurable
2020-07-01 Juhustrafehud: minor adjustments
2020-07-01 Juhustrafehud: minor code cleanup
2020-07-01 Juhustrafehud: optimize by returning immediately in draw...
2020-07-01 Juhustrafehud: mass renaming of cvars + some new cvars...
2020-06-29 Juhustrafehud: the opacity of various different parts of...
2020-06-24 Juhustrafehud: unify HUD_Panel_DrawStrafeHUD_* functions...
2020-06-24 Juhustrafehud: limit angle indicator height to prevent...
2020-06-23 Juhustrafehud: add option to disable direction caps
2020-06-23 Juhustrafehud: reorder some cvars
2020-06-23 Juhustrafehud: change default values to adjust size of...
2020-06-23 Juhustrafehud: no direction timeout when changing direction...
2020-06-23 Juhustrafehud: enable air timeout by default
2020-06-23 Juhustrafehud: make forward/backward detection work correct...
2020-06-23 Juhustrafehud: change simplified water physics slightly
2020-06-23 Juhustrafehud: invert left/right direction indicator if...
2020-06-23 Juhustrafehud: change which switch angles are displayed...
2020-06-23 Juhustrafehud: remove timeout value for left/right strafe...
2020-06-23 Juhustrafehud: direction caps can now be customized even...
2020-06-23 Juhustrafehud: remove the need to pass hidden area width...
2020-06-23 Juhustrafehud: reworked panel center feature
2020-06-23 Juhustrafehud: add timeout values for left/right strafe...
next