feat: tactical alerts #2607
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:goal-dog-days"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes all
Tactical Alerts
since Star Chart 3.0 with exception:Snowday Showdown
Wolf Hunt (2019)
(couldn't find correspondedEventNode
for that)Void Corruption
(that's goes intoAlerts
)All
Warframe's Anniversary
Re #1103
@ -76,2 +76,4 @@
"plagueStarOverride": null,
"starDaysOverride": null,
"waterFightOverride": null,
"waterFightRewardsOverride": null,
I don't love the use of codenames in the config, as it's still meant to be somewhat user-facing.
waterFight
todogDays
Also a minor thing is that
RegularCredits
should be deleted when transforming message database to client since that's definitely not a real field (the credit reward is likely not even given via the inbox message)If that not real field then why i see it on https://api.warframe.com/api/inbox.php?
Oh nvm, I guess I was looking at the wrong log.
feat: dog daysto feat: tactical alertsMerge conflict, could you please rebase
Sorry to bother you, but would you consider adding Thermia Fractures? Thank you so much.
72572f2c47
to6b3aa11ec1
Done
@ -1403,2 +1404,3 @@
...staticWorldState,
SyndicateMissions: [...staticWorldState.SyndicateMissions]
SyndicateMissions: [...staticWorldState.SyndicateMissions],
InGameMarket: staticWorldState.InGameMarket
This is not creating a copy, so every single request to the worldState endpoint where this array is mutated persists those changes.
Typo in comments (present in a couple of more places, than the screenshot).
Incompatible
*Uhhh, should we maybe just have the year load from a |YEAR| value? Because otherwise we end up with that, having identical strings with different years, resulting into (probably-)pointless extra strings.
Checkout
From your project repository, check out a new branch and test the changes.