From: terencehill Date: Thu, 22 Aug 2019 00:57:30 +0000 (+0200) Subject: Fix compilation units and update hash X-Git-Tag: xonotic-v0.8.5~1356^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a60bbd1a4b7fcb5708d40244ac2a2df60e3313b;p=xonotic%2Fxonotic-data.pk3dir.git Fix compilation units and update hash --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22bfe39d7..83112310c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,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=e1e069b401a7aaf28fed29e2e8cbc0c8 + - EXPECT=4eb3a666f96bd7ac7d84d0019237d23c - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index eddc71234..f8285f634 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -132,6 +132,7 @@ void waypoint_spawn_fromeditor(entity pl, bool at_crosshair, bool is_jump_wp, bo entity waypoint_spawn(vector m1, vector m2, float f); void waypoint_unreachable(entity pl); void waypoint_start_hardwiredlink(entity pl, bool at_crosshair); +void waypoint_lock(entity pl); void waypoint_getSymmetricalOrigin_cmd(entity caller, bool save, int arg_idx); void waypoint_getSymmetricalAxis_cmd(entity caller, bool save, int arg_idx);