]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
terencehill [Sat, 26 Mar 2022 22:19:44 +0000 (23:19 +0100)]
Fix indentation
terencehill [Sat, 26 Mar 2022 15:37:19 +0000 (15:37 +0000)]
Merge branch 'bones_was_here/pipeline' into 'master'
gitlab CI pipeline optimisations
See merge request xonotic/xonotic-data.pk3dir!988
Rudolf Polzer [Sat, 26 Mar 2022 06:23:20 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Fri, 25 Mar 2022 06:23:27 +0000 (07:23 +0100)]
Transifex autosync
bones_was_here [Thu, 24 Mar 2022 20:11:29 +0000 (20:11 +0000)]
Merge branch 'z411/new_timer_fix' into 'master'
Fixed timer in unlimited warmup
Closes #2676
See merge request xonotic/xonotic-data.pk3dir!989
bones_was_here [Thu, 24 Mar 2022 12:02:34 +0000 (22:02 +1000)]
pipeline: don't complain about lack of zip program and git tags
we don't want to fetch the tags or install a zip program as it would be
slow and not useful
z411 [Thu, 24 Mar 2022 04:26:33 +0000 (01:26 -0300)]
Fixed timer in unlimited warmup
Rudolf Polzer [Wed, 23 Mar 2022 06:23:21 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Tue, 22 Mar 2022 06:23:25 +0000 (07:23 +0100)]
Transifex autosync
bones_was_here [Mon, 21 Mar 2022 21:31:59 +0000 (21:31 +0000)]
Merge branch 'ferreum/demoseeking-overhaul' into 'master'
Fix many issues with input-demoseeking.cfg
See merge request xonotic/xonotic-data.pk3dir!959
bones_was_here [Mon, 21 Mar 2022 17:28:15 +0000 (03:28 +1000)]
antilag.qc: fix indenting
bones_was_here [Mon, 21 Mar 2022 15:21:08 +0000 (01:21 +1000)]
pipeline: use make jobserver to run 3 compilationunits.sh in parallel
compilationunits.sh has 3 main tasks, one for each progs.
They were run sequentially without making use of multi threading.
Also make clean now removes the temp files created by compilationunits.sh
bones_was_here [Mon, 21 Mar 2022 15:09:22 +0000 (01:09 +1000)]
pipeline: merge test_sv_unit into test_sv_game
The test only takes a few seconds including engine startup,
most of the time was used in preparing the environment and
compiling the same binaries as used in test_sv_game.
Also removed a bashism for robustness.
bones_was_here [Mon, 21 Mar 2022 14:36:57 +0000 (00:36 +1000)]
pipeline: optimise builds and stop ASAP if any fail
bones_was_here [Mon, 21 Mar 2022 12:58:41 +0000 (22:58 +1000)]
pipeline: fail if notifications.cfg is outdated
terencehill [Mon, 21 Mar 2022 11:07:49 +0000 (11:07 +0000)]
Merge branch 'bones_was_here/lms_specwarn' into 'master'
LMS: add a centreprint for the spectate warning
See merge request xonotic/xonotic-data.pk3dir!987
bones_was_here [Sun, 20 Mar 2022 09:02:17 +0000 (19:02 +1000)]
LMS: add a centreprint for the spectate warning
Rudolf Polzer [Mon, 21 Mar 2022 06:23:27 +0000 (07:23 +0100)]
Transifex autosync
bones_was_here [Sun, 20 Mar 2022 20:15:36 +0000 (20:15 +0000)]
Merge branch 'terencehill/LMS_forfeits_end_match' into 'master'
Fix forfeits do not end the match in LMS
Closes #2647
See merge request xonotic/xonotic-data.pk3dir!983
terencehill [Sun, 20 Mar 2022 20:15:36 +0000 (20:15 +0000)]
LMS: end the game if after 30s less than 2 players remain due to forfeits
terencehill [Sun, 20 Mar 2022 17:07:52 +0000 (17:07 +0000)]
Merge branch 'terencehill/full_damage_fix' into 'master'
Fix 3 minor issues with damage calculation
Closes #2406 and #2672
See merge request xonotic/xonotic-data.pk3dir!986
terencehill [Sun, 20 Mar 2022 16:52:58 +0000 (17:52 +0100)]
Update hash
terencehill [Sun, 20 Mar 2022 16:44:51 +0000 (17:44 +0100)]
Reduce MIN_DAMAGEEXTRARADIUS because radius was increased by projectile size in
a8f331de
terencehill [Sun, 20 Mar 2022 15:27:35 +0000 (16:27 +0100)]
Offset Resource hook args to avoid conflicts as much as possible with other hooks
terencehill [Sun, 20 Mar 2022 13:29:00 +0000 (14:29 +0100)]
Fix instagib bug where ammo pickups give nothing if the player has no ammo. This bug was introduced by
6d997e7e when M_ARGV(1, float) was changed to M_ARGV(1, entity) in *Resource functions
Rudolf Polzer [Sun, 20 Mar 2022 06:23:56 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sun, 20 Mar 2022 03:10:15 +0000 (04:10 +0100)]
Get rid of Duel gametype checks in client code
terencehill [Sat, 19 Mar 2022 21:57:44 +0000 (22:57 +0100)]
Fix powerdown sound being played in instagib on death; also compact play_countdown code
terencehill [Sat, 19 Mar 2022 11:38:39 +0000 (12:38 +0100)]
Remove duplicate bind
terencehill [Sat, 19 Mar 2022 11:35:31 +0000 (12:35 +0100)]
HUD editor: find keys for toggleconsole only when needed
terencehill [Sat, 19 Mar 2022 11:21:19 +0000 (12:21 +0100)]
Fix #2675 "Quickmenu closes when navigated by mouse"
terencehill [Fri, 18 Mar 2022 22:30:13 +0000 (23:30 +0100)]
Merge branch 'master' into terencehill/full_damage_fix
terencehill [Fri, 18 Mar 2022 21:43:01 +0000 (22:43 +0100)]
Refactor edgedamage calculation to be clearer and fix a bug where projectiles with damage radius 0 could potentially cause damage even if player is not hit
bones_was_here [Fri, 18 Mar 2022 18:04:06 +0000 (18:04 +0000)]
Merge branch 'bones_was_here/stepup_reliability' into 'master'
Make stepping up while jumping reliable
Closes #2643
See merge request xonotic/xonotic-data.pk3dir!936
bones_was_here [Fri, 18 Mar 2022 18:04:06 +0000 (18:04 +0000)]
Make stepping up while jumping reliable
ferreum [Fri, 18 Mar 2022 15:15:04 +0000 (16:15 +0100)]
make demoseeking options non-persisted
terencehill [Fri, 18 Mar 2022 13:50:33 +0000 (14:50 +0100)]
Add NearestPointOnBoundingBox (copy of WarpZoneLib_NearestPointOnBox) as shared function to be used outside the warpzone lib code
terencehill [Fri, 18 Mar 2022 07:45:22 +0000 (08:45 +0100)]
Fix #2672 "Projectile damage unreliability regarding projectile size and rotation"
bones_was_here [Thu, 17 Mar 2022 18:17:46 +0000 (18:17 +0000)]
Merge branch 'bones_was_here/stepup_distance' into 'master'
Prevent players moving too far/fast when stepping up a staircase
Closes #2586
See merge request xonotic/xonotic-data.pk3dir!935
bones_was_here [Thu, 17 Mar 2022 18:17:46 +0000 (18:17 +0000)]
Prevent players moving too far/fast when stepping up a staircase
bones_was_here [Thu, 17 Mar 2022 17:24:17 +0000 (17:24 +0000)]
Merge branch 'bones_was_here/doxygen' into 'master'
Doxygen: more complete and useful config
See merge request xonotic/xonotic-data.pk3dir!963
bones_was_here [Thu, 17 Mar 2022 17:19:16 +0000 (17:19 +0000)]
Merge branch 'morosophos/xdf-speed-cfg-fix' into 'master'
XDF: move speed powerup params to balance-xdf.cfg and physicsXDF.cfg
See merge request xonotic/xonotic-data.pk3dir!973
Morosophos [Thu, 17 Mar 2022 17:19:15 +0000 (17:19 +0000)]
XDF: move speed powerup params to balance-xdf.cfg and physicsXDF.cfg
Rudolf Polzer [Thu, 17 Mar 2022 06:23:23 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 16 Mar 2022 06:23:27 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Mon, 14 Mar 2022 17:14:52 +0000 (18:14 +0100)]
Small cleanup
terencehill [Sun, 13 Mar 2022 10:58:44 +0000 (11:58 +0100)]
Remove an unused field; make it clear with a comment that cvars starting with "_" are excluded in the cvar list dialog
terencehill [Sun, 13 Mar 2022 10:53:30 +0000 (11:53 +0100)]
Slightly optimize Spawn Near Teammate code mainly for readability
terencehill [Wed, 9 Mar 2022 16:29:48 +0000 (17:29 +0100)]
Remove redundant quotes in a name in the credits
terencehill [Wed, 9 Mar 2022 16:14:36 +0000 (17:14 +0100)]
Allow exporting menu credits to data/data/credits.txt with the menu_credits_export alias
Rudolf Polzer [Wed, 9 Mar 2022 06:23:36 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Tue, 8 Mar 2022 20:48:12 +0000 (21:48 +0100)]
Fix double "5 minutes remaining" announcement if timelimit is <= 5 on map start and fix missing announcements after a resetmatch if warmup is enabled
terencehill [Tue, 8 Mar 2022 20:40:07 +0000 (21:40 +0100)]
Make the timer turn red at 1:00, not 0:59 seconds remaining
Rudolf Polzer [Tue, 8 Mar 2022 06:23:29 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Mon, 7 Mar 2022 14:29:28 +0000 (15:29 +0100)]
Fade in centerprint messages that last less than 2 seconds (with default setting only countdown messages last less than 2 seconds)
terencehill [Mon, 7 Mar 2022 14:08:53 +0000 (15:08 +0100)]
Move out of hud skins some personal centerprint settings
terencehill [Mon, 7 Mar 2022 13:16:02 +0000 (14:16 +0100)]
Stop countdown to timeout start if timeout was aborted with timein
Rudolf Polzer [Mon, 7 Mar 2022 06:23:26 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Sun, 6 Mar 2022 16:20:22 +0000 (17:20 +0100)]
Fix powerup sound not stopped on disconnection and becoming observer
terencehill [Sun, 6 Mar 2022 16:01:29 +0000 (17:01 +0100)]
Fix powerup sound not stopped on death if powerup was given with the give command
Rudolf Polzer [Sun, 6 Mar 2022 06:24:05 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Sun, 6 Mar 2022 01:47:28 +0000 (02:47 +0100)]
Timer panel: fix timeout check and whitespace
terencehill [Sun, 6 Mar 2022 01:09:13 +0000 (01:09 +0000)]
Merge branch 'z411/new_timer' into 'master'
New timer with secondary round timer and sub text indicating game phase
Closes #2636
See merge request xonotic/xonotic-data.pk3dir!978
z411 [Sun, 6 Mar 2022 00:53:04 +0000 (21:53 -0300)]
Centered timer on luminos minimal skin
terencehill [Sat, 5 Mar 2022 19:15:53 +0000 (20:15 +0100)]
Optimize process_time(2, x) to use half the number of strcat calls and compact code thanks to a macro
z411 [Sat, 5 Mar 2022 18:55:46 +0000 (15:55 -0300)]
Aligned timer dimensions to grid
terencehill [Sat, 5 Mar 2022 18:38:44 +0000 (19:38 +0100)]
Don't show "0 seconds" in human readable time format, unless time is 0
z411 [Fri, 4 Mar 2022 21:47:55 +0000 (18:47 -0300)]
Add subtimer vertical padding
z411 [Fri, 4 Mar 2022 21:28:59 +0000 (18:28 -0300)]
Using a separate global to keep track of overtime phase
z411 [Thu, 3 Mar 2022 19:12:05 +0000 (16:12 -0300)]
Not setting overtimes to -1 in suddendeath
terencehill [Thu, 3 Mar 2022 14:01:15 +0000 (15:01 +0100)]
Execute TRANSMUTE(Observer, this); slightly earlier in PutObserverInServer (no functional change)
terencehill [Thu, 3 Mar 2022 07:57:32 +0000 (07:57 +0000)]
Merge branch 'z411/ready_improvements' into 'master'
Improvements for Ready system in warmup
See merge request xonotic/xonotic-data.pk3dir!966
Rudolf Polzer [Thu, 3 Mar 2022 06:23:25 +0000 (07:23 +0100)]
Transifex autosync
Rudolf Polzer [Wed, 2 Mar 2022 06:23:25 +0000 (07:23 +0100)]
Transifex autosync
terencehill [Tue, 1 Mar 2022 18:07:20 +0000 (19:07 +0100)]
Adjust smoke position of tuba and alternative instruments
z411 [Tue, 1 Mar 2022 13:06:30 +0000 (10:06 -0300)]
Fixed typo and standardized function names
Rudolf Polzer [Tue, 1 Mar 2022 03:31:54 +0000 (22:31 -0500)]
cmd setbots: add more than one bot at once.
We now have logic to normally only add one bot per frame. This is all nice,
but breaks the Xonotic Bot Orchestra.
So, let's make it so that the XBO has special privileges to spawn more than
one bot per frame; in normal gameplay bot spawns remain spaced out.
z411 [Tue, 1 Mar 2022 03:09:38 +0000 (00:09 -0300)]
Fix but where sudden death could remove timelimit accidentally when ReadyRestarting
z411 [Tue, 1 Mar 2022 03:08:29 +0000 (00:08 -0300)]
Refactored time calculation in timer
z411 [Tue, 1 Mar 2022 02:42:28 +0000 (23:42 -0300)]
Removed intermission from timer subtext
terencehill [Mon, 28 Feb 2022 22:26:50 +0000 (23:26 +0100)]
Avoid changing timelimit in the endmatch alias so that the timer shows the correct elapsed / remaining time
Rudolf Polzer [Mon, 28 Feb 2022 06:23:22 +0000 (07:23 +0100)]
Transifex autosync
z411 [Mon, 28 Feb 2022 04:50:02 +0000 (01:50 -0300)]
Fixed intermission freeze for secondary timer
z411 [Sun, 27 Feb 2022 20:52:43 +0000 (17:52 -0300)]
Fixed compilation units
z411 [Sun, 27 Feb 2022 20:27:36 +0000 (17:27 -0300)]
Fixed bug where swapped timer wouldn't show anything in non round-based modes
z411 [Sun, 27 Feb 2022 20:25:24 +0000 (17:25 -0300)]
Added secondary timer to menu
z411 [Sun, 27 Feb 2022 18:56:02 +0000 (15:56 -0300)]
Using GAME_STOPPED to freeze the round timer
Rudolf Polzer [Sun, 27 Feb 2022 06:24:04 +0000 (07:24 +0100)]
Transifex autosync
terencehill [Fri, 25 Feb 2022 23:01:04 +0000 (00:01 +0100)]
CA: don't show "Press space to join" to eliminated players
terencehill [Wed, 23 Feb 2022 17:31:48 +0000 (17:31 +0000)]
Merge branch 'z411/hide_invalid_ranks' into 'master'
Show invalid ranks as N/A
Closes #2604
See merge request xonotic/xonotic-data.pk3dir!982
terencehill [Wed, 23 Feb 2022 17:15:20 +0000 (17:15 +0000)]
Merge branch 'terencehill/observer_spawnpoint' into 'master'
When switching from spectator to observer don't place the camera in a random spawnpoint
See merge request xonotic/xonotic-data.pk3dir!979
z411 [Tue, 22 Feb 2022 03:01:03 +0000 (00:01 -0300)]
Change overtimes and timeout status to int
terencehill [Mon, 21 Feb 2022 23:17:19 +0000 (00:17 +0100)]
Remove a debug print
terencehill [Mon, 21 Feb 2022 23:02:34 +0000 (23:02 +0000)]
Merge branch 'DefaultUser/ToS_2' into 'master'
Minor improvements to the ToS system
See merge request xonotic/xonotic-data.pk3dir!981
z411 [Mon, 21 Feb 2022 22:35:32 +0000 (19:35 -0300)]
Show invalid ranks as N/A
terencehill [Mon, 21 Feb 2022 13:42:17 +0000 (14:42 +0100)]
LMS: Remove "^1Match has already begun" hud message, spectators now can freely join when the match has already begun
Rudolf Polzer [Sun, 20 Feb 2022 06:23:56 +0000 (07:23 +0100)]
Transifex autosync
z411 [Sat, 19 Feb 2022 21:11:37 +0000 (18:11 -0300)]
Adjusted skins to make room for new timer
z411 [Sat, 19 Feb 2022 20:55:26 +0000 (17:55 -0300)]
Add cvar to show or hide secondary timer, and to show it swapped
terencehill [Sat, 19 Feb 2022 17:57:42 +0000 (17:57 +0000)]
Merge branch 'bones_was_here/imagejank' into 'master'
Work around imagemagick regression that puts everything upside down
See merge request xonotic/xonotic-data.pk3dir!980