]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2020-07-10 MarioSend the server-side shot origin and use it while in...
2020-07-10 MarioAdd SPAWNFUNC_WEAPON_COND macro for game compatibility...
2020-07-10 MarioMerge branch 'master' into Mario/movetype_push
2020-07-10 Rudolf PolzerTransifex autosync
2020-07-09 Rudolf PolzerTransifex autosync
2020-07-08 terencehillWith noclip enabled don't toss the corpse, it can get...
2020-07-08 terencehillDon't restart the server with the restart command if...
2020-07-08 terencehillDon't play the teamkill sound at the beginning of the...
2020-07-08 MarioMerge branch 'bones_was_here/mv-r_water-acl' into ...
2020-07-08 Rudolf PolzerTransifex autosync
2020-07-08 MarioUse the weapon's position for muzzle flashes even when...
2020-07-08 MarioDon't play speaker sounds globally if they have the...
2020-07-07 MarioMerge branch 'master' into Mario/headshots
2020-07-07 MarioMerge branch 'master' into Mario/csqc_muzzleflash
2020-07-07 Rudolf PolzerTransifex autosync
2020-07-06 Juhustrafehud: little cleanup of jump height feature
2020-07-06 Rudolf PolzerTransifex autosync
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 Juhuupdate hash because of new strafe scoreboard option...
2020-07-05 Juhustrafehud: minor bug fixes
2020-07-05 Juhuadd strafe efficiency field for CTS scoreboard
2020-07-05 Rudolf PolzerTransifex autosync
2020-07-04 Juhustrafehud: add slick detector
2020-07-04 Rudolf PolzerTransifex autosync
2020-07-03 Rudolf PolzerTransifex autosync
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 Rudolf PolzerTransifex autosync
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 Rudolf PolzerTransifex autosync
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-30 Rudolf PolzerTransifex autosync
2020-06-29 Juhustrafehud: the opacity of various different parts of...
2020-06-24 Juhustrafehud: unify HUD_Panel_DrawStrafeHUD_* functions...
2020-06-24 Rudolf PolzerTransifex autosync
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 terencehillDocument genmod.sh
2020-06-23 terencehillResolve a long-standing TODO hat had already been resol...
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...
2020-06-23 Juhustrafehud: apply antiflicker_speed value while swimming...
2020-06-23 Juhustrafehud: make more width/height values configurable...
2020-06-22 Juhustrafehud: ignore direction timeout when below maxspeed
2020-06-21 Juhumention strafehud anti flicker in cvar description
2020-06-21 MarioMerge branch 'bones_was_here/timeout_stuff' into 'master'
2020-06-21 Juhustrafehud: make anti flicker values configurable
2020-06-21 Juhustrafehud: don't show acceleration when standing still
2020-06-21 Juhustrafehud: fix code which prevents flickering
2020-06-21 Juhustrafehud: minspeed cvar now only affects strafe switch...
2020-06-21 Juhustrafehud: handle direction == 0 properly
2020-06-20 Juhustrafehud: fix bug caused by rewrite commit which made...
2020-06-20 Juhuupdate strafehud minspeed description and cvar name...
2020-06-20 Juhuadd option to hide strafehud switch indicators
2020-06-20 Juhumake water physics related strafehud variable names...
2020-06-20 Juhuadd drawfill-only option to the strafehud to prevent...
2020-06-20 Juhumake sure angle indicator changes color when inside...
2020-06-20 JuhuMerge remote-tracking branch 'origin/master' into Juhu...
2020-06-20 Juhuadd HUD_StrafeHUD_Export()
2020-06-20 Juhumajor strafehud refactoring/rewrite
2020-06-20 Rudolf PolzerTransifex autosync
2020-06-19 terencehillDon't call setorigin if the origin hasn't changed
2020-06-17 Rudolf PolzerTransifex autosync
2020-06-17 MarioMerge branch 'Cloudwalk/rename-find' into 'master'
2020-06-17 Juhustrafehud: improve forward/backward strafe detection
2020-06-16 MarioCapitalize the function key binds to match other cases...
2020-06-16 CloudwalkMissed an instance of "find" 832/head
2020-06-16 CloudwalkRename the 'find' command to 'findent'
2020-06-16 MarioMerge branch 'bones_was_here/func_door_default_q3compat...
2020-06-16 bones_was_hereSet func_door speed to 400 if it's unspecified and... 831/head
2020-06-16 Rudolf PolzerTransifex autosync
2020-06-15 Juhuadd strafehud to _hud_panelorder and improve a few...
2020-06-15 bones_was_hereAllow vcall timein during a timeout, and reset slowmo... 830/head
2020-06-15 MarioMerge branch 'bones_was_here/tourney_timeout' into...
2020-06-14 bones_was_hereEnable timeouts in tourney mode 829/head
2020-06-14 bones_was_hereAllow mappers to set r_water and server admins to add...
2020-06-14 Rudolf PolzerTransifex autosync
2020-06-14 MarioMerge branch 'bones_was_here/qcsrc_Makefile' into ...
next