-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor] - New respawn system. #135
Merged
Merged
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0303e10
Using default respawn. Removed respawnWaves component, made downtime…
Bubbus 003262e
Added basic gearscript handler to vanilla respawn system.
Bubbus 09734b0
Added basic squad handling to respawn refactor.
Bubbus 5733b5c
Progress on respawn:
Bubbus da74fe9
Now with 4 options: timed waves, personal timer, side tickets, person…
Bubbus e6e541e
imagine no tab indents
Bubbus c3e719f
Added legacy triggered-waves mode w/ UI and tickets compat.
Bubbus 8fdf7ca
fixn and addn...
Bubbus 55e94d3
remaining bugs from initial test session (probly) fixed
Bubbus bbbd08c
Added respawn manager system.
Bubbus df3d4df
Allowed players to spawn with triggered-waves when respawnOnStart = 1
Bubbus 7927c98
Attempt to fix players not getting the right languages upon spawning.
Bubbus 2b36638
Hide default-named groups from the squad picker.
Bubbus b7a151c
Added "redeploy via flagpole" support.
Bubbus c2f122c
Doubled down on the respawn position module despite some flaws, until…
Bubbus 9f12aca
Added weapon safety on respawn.
Bubbus 2267c09
Moved spectator camera controls out from underneath respawn UI.
Bubbus 1f484d9
Force-on auto-respawn when in triggered-waves mode.
Bubbus 8cdece9
Added better respawn examples to mission.sqm
Bubbus 1340e3b
Made BIS spectator respect ACE camera mode settings.
Bubbus ceba681
Added "close" button to redeploy screen.
Bubbus 3e81782
Removed forced auto-respawn for triggered-waves.
Bubbus 602237a
Added "create respawn", "change tickets" and "allow immediate respawn…
Bubbus efd0c54
Merge remote-tracking branch 'remotes/origin/develop' into feature/re…
Bubbus 6245df2
Feedback from testing: docs and jip/teleport toggle support.
Bubbus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
|
||
#include "unconsciousTitle.hpp" | ||
#include "deadTitle.hpp" | ||
#include "respawnTitle.hpp" |
32 changes: 0 additions & 32 deletions
32
components/downtime/ui_functions/fn_downtimeDead_onLoad.sqf
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
components/downtime/ui_functions/fn_downtime_respawnTitle_onLoad.sqf
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
|
||
#define IDC_DOWNTIMEDEAD_SUBTITLE 1002 | ||
|
||
#define IDC_DOWNTIMERESPAWN_HEADER 1000 | ||
#define IDC_DOWNTIMERESPAWN_REASON 1002 | ||
#define IDC_DOWNTIMERESPAWN_INSTRUCTION 1001 | ||
#define IDC_DOWNTIMERESPAWN_DISCLAIMER 1100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
finally we will reject the briefing tab, praise bubbus!