Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
X
xonotic-data.pk3dir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Xonotic
xonotic-data.pk3dir
Merge requests
!808
LMS updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
LMS updates
terencehill/lms_updates
into
master
Overview
19
Commits
21
Pipelines
24
Changes
1
Merged
terencehill
requested to merge
terencehill/lms_updates
into
master
4 years ago
Overview
12
Commits
21
Pipelines
24
Changes
1
Expand
It addresses some of the points of
#2419
periodically show waypoints for leaders for a few seconds (by default they spawn every 30 seconds, randomized 25 / 35 so that it's less predictable)
increase player respawn delay based on the number of lives less than the leader (only with 3 or more players)
attackers receive a fraction of health removed from enemies based on the number of lives less than the enemy
HUD panel showing number of leaders and an icon when leaders are visible and lives difference
Edited
2 years ago
by
terencehill
0
0
Merge request reports
Viewing commit
fa4af2d8
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
fa4af2d8
Update hash
· fa4af2d8
terencehill
authored
3 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -32,7 +32,7 @@ test_sv_game:
-
wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints
-
wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache
-
make
-
EXPECT=
081ecefbcad92adf350377334733c1d5
-
EXPECT=
695aaf75cbf57edbd43322b281fcb978
-
HASH=$(${ENGINE} -noconfig -nohome +timestamps 1 +exec serverbench.cfg
| tee /dev/stderr
| sed -e 's,^\[[^]]*\] ,,'
Loading