Player spawning and respawning related features
Merge !2223 first.
New:
- Added
PlayerSpawnPoint(player)
hook to Lua- Accepted return parameters:
-
x
,y
,z
,angle
,spawn_flipped
,spawn_on_ceiling
,height_is_relative
(defaults totrue
ifz
was not provided),scale
- Table containing: all of the above as keys
-
nil
to do nothing
-
- Accepted return parameters:
- Added
playerstarts
,matchstarts
, andteamstarts[]
to Lua - Added
G_FindPlayerStart
,G_FindMatchStart
, andG_FindTeamStart
to Lua - Added map thing type 36 (Team Spawn Point)
- String argument 1: Team this player spawn point belongs to
Fixed:
- Nothing to add
Backwards compatible:
- Nothing to add
Backwards incompatible:
- Nothing to add
Merge request reports
Activity
Filter activity
added Documentation Enhancement Feature Gametypes Lua Refactoring labels
mentioned in merge request !2108 (closed)
added 32 commits
-
a5ac879c...8e7d8281 - 30 commits from branch
next
- 592621fd - Merge branch 'next' into custom-teams
- cea890a6 - Merge branch 'custom-teams' into gametype-refactor-player-spawns
-
a5ac879c...8e7d8281 - 30 commits from branch
added 36 commits
-
cea890a6...473597dd - 34 commits from branch
next
- 759c1681 - Merge branch 'next' into custom-teams
- 3aac735a - Merge branch 'custom-teams' into gametype-refactor-player-spawns
-
cea890a6...473597dd - 34 commits from branch
added Unmergeable label
removed Unmergeable label
added 365 commits
-
3aac735a...c5bf6d07 - 363 commits from branch
next
- c4ca8621 - Merge branch 'next' into custom-teams
- 9cc1cdb3 - Merge branch 'custom-teams' into gametype-refactor-player-spawns
-
3aac735a...c5bf6d07 - 363 commits from branch
added Unmergeable label
requested review from @LoganAir
added 266 commits
-
04e874fc...6d645acb - 265 commits from branch
next
- c267ee03 - Merge branch 'next' into gametype-refactor-player-spawns
-
04e874fc...6d645acb - 265 commits from branch
added 1 commit
- 3d9fea57 - make M_StringOnlyHasDigits return true if all tests pass
removed Unmergeable label
added 146 commits
-
3d9fea57...7d26b173 - 145 commits from branch
next
- 82050135 - Merge branch 'next' into gametype-refactor-player-spawns
-
3d9fea57...7d26b173 - 145 commits from branch
changed milestone to %2.2.15
added 10 commits
- 7ecbd6b2 - Merge branch 'next' into gametype-refactor-1
- d6cb7796 - Merge branch 'next' into gametype-refactor-1
- d5791044 - Merge branch 'next' into gametype-refactor-1
- fea160c8 - Fix build warning
- 4b857e95 - Fix build warning
- e68d3239 - Merge branch 'next' into gametype-refactor-1
- a65c825b - Merge branch 'next' into gametype-refactor-1
- 81458edc - Merge branch 'gametype-refactor-1' into custom-teams
- c879c58c - Remove stray newline
- 007c3d6f - Merge branch 'custom-teams' into gametype-refactor-player-spawns
Toggle commit listchanged milestone to %2.2.16
added Unmergeable label
changed milestone to %2.3
Please register or sign in to reply