Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #917 from Roudenn/upstream-sync
* Applying Fix from #32764 to staging * Fix random test fail in DeleteAllThenGhost (#32753) It's simple. We kill the heisentest * Fix random test fail in DeleteAllThenGhost (#32753) It's simple. We kill the heisentest * Fix some rounds failing to end due to mind roles (#32792) (#32793) * Fix some rounds failing to end due to mind roles Fixes #32791 This is caused by ShowRoundEndScoreboard running into a bug trying to display antags: some player is showing up as antag with MindIsAntagonist(), but has no antag roles listed in MindGetAllRoleInfo(). This was caused by one of the roles of the player having the Antag boolean set, but having no AntagPrototype set. The responsible mind role appeared to be MindRoleSubvertedSilicon which is missing a set for the SubvertedSilicon antag prototype. I also added resilience to the round-end code to make it so that an exception showing the scoreboard (and sending the Discord message) would not cause the round end logic to completely abort from an exception. I am planning to add an integration test to cover this bug (no prototype in mind roles), but I'll leave that for not-the-immediate-hotfix. * At least one maintainer approved this tiny PR without reading it, not naming names. * HOTFIX: Fix tech anomaly nexttimer (#32805) (#32807) Fix tech anomaly nexttimer (#32805) Co-authored-by: metalgearsloth <[email protected]> * HOTFIX spider clan charges can be armed again (#32866) * fix ninja bomb component check * remove TryGetRole * HOTFIX Plushies no longer delete items when recycled (#32882) Fix: Plushies no longer delete items when recycled (#32838) fix Co-authored-by: beck-thompson <[email protected]> * HOTFIX (stable) submodule update (#32900) Update submodule This fixes an important memory leak. * Hotfix server config changes for playercap and Levi bunker (#32925) Co-authored-by: slarticodefast <[email protected]> * Applying Fix from #32764 to staging * Fix Bug With Uppercase Radio Keys (#32997) * Fix loneop spawnrate by reverting it to not use the shuttle event system. (#32942) Fix loneop spawnrate by reverting it to not use the custom shuttle event system. * Fix playtime formatting (#32974) * Fixes tailthump breaking positional audio by making it mono (#33092) * Hotfix add debug info to traitor activation (#33119) * Add debug messages to traitor activation * more debug * HOTFIX latejoin traitor activations (#33180) * dark green jumpsuit recolor, casual green jumpsuits added (#31710) * green * fix material arbitrage * lighter * Automatic changelog update * printer hitbox * Label workflow - stable (#33220) * Label workflow - staging (#33221) * [Maps] Astra fix (#2753) * Automatic changelog update * remove HyperLink (#2749) * Automatic changelog update * Add a Walking alert (#32954) * Initial commit * Review feedback changes * ProtoId * TempCommit * First attempt to have client alerts * Review changes * The Jumpsuit Re-Detailening (#33096) * jumpsuit detailening * jumpskirt stuff * meta.json * update meta.json * meta.json fix fix * meta.json fix fix fix * Intellicards now have a doAfter. (#33198) * init * cleanup * Oops! Forgot something * addressing changes * guh * guh 2.0 * some cleanup * all bless the intellicard * Yippee * small locale thing * changes + small bugfix --------- Co-authored-by: slarticodefast <[email protected]> * Automatic changelog update * [Maps] Maus Tweak (#2756) * Automatic changelog update * [Maps] Tushkan update #2 (#2757) * Automatic changelog update * Update Credits (#33237) Co-authored-by: PJBot <[email protected]> * Removed bola stam damage (#32989) * tweak: weather command tooltip (#33130) clear weather tip * Automatic changelog update * [Maps] Brigmedic spawner (#2759) * Automatic changelog update * Goliath rebalance (#31492) Update asteroid.yml * Omega Station: Fix Air Alarm in CMO office (#33216) move air alarm and link devices * [Maps] Astra Update (#2760) * Automatic changelog update * Фикс законов боргов. (#2754) * Automatic changelog update * Resprite some captain clothing (#2740) * Automatic changelog update * Fix vape use without check if doafter cancelled (#33245) vape small fix * HOTFIX: Fix Security Shell Gun being uncraftable. (#33247) * Sec Shell Gun Craftability Hotfix * Capital Fix * New lobby art (#2762) * Automatic changelog update * Make the Flare Gun & Security Shell Gun be unbolted by default. (#33248) * Automatic changelog update * Remove roundStart: false for Anivia voice prototype (#2764) * Zombies able to see infection. * BUGFIX: Fix APEs being able to be turned on without power (#32493) Add a check to see the APC is powered before turning the emitter on. * Automatic changelog update * improve BiomeDunGen (#33113) * improve BiomeDunGen * forgot lol * Update DungeonJob.PostGenBiome.cs * Update DungeonJob.PostGenBiome.cs * Make Droppers Respect Closed/Sealed Containers (#33011) * Make droppers respect closed/sealed * Combine nested * Optimize conditions a bit * Automatic changelog update * Update cargo_vending.yml --------- Co-authored-by: Jezithyr <[email protected]> Co-authored-by: Errant <[email protected]> Co-authored-by: Pieter-Jan Briers <[email protected]> Co-authored-by: metalgearsloth <[email protected]> Co-authored-by: beck-thompson <[email protected]> Co-authored-by: nikthechampiongr <[email protected]> Co-authored-by: slarticodefast <[email protected]> Co-authored-by: Vasilis The Pikachu <[email protected]> Co-authored-by: Thomas <[email protected]> Co-authored-by: BramvanZijp <[email protected]> Co-authored-by: Stalen <[email protected]> Co-authored-by: deathride58 <[email protected]> Co-authored-by: Boaz1111 <[email protected]> Co-authored-by: PJBot <[email protected]> Co-authored-by: spaghetti <[email protected]> Co-authored-by: lastPechkin <[email protected]> Co-authored-by: IanComradeBot <[email protected]> Co-authored-by: Kill_Me_I_Noobs <[email protected]> Co-authored-by: SlamBamActionman <[email protected]> Co-authored-by: Flareguy <[email protected]> Co-authored-by: ScarKy0 <[email protected]> Co-authored-by: Meguneri <[email protected]> Co-authored-by: Ko4ergaPunk <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Armok <[email protected]> Co-authored-by: IProduceWidgets <[email protected]> Co-authored-by: Shaddap1 <[email protected]> Co-authored-by: scrivoy <[email protected]> Co-authored-by: Zekins <[email protected]> Co-authored-by: leonidussaks <[email protected]> Co-authored-by: NotSoDamn <[email protected]> Co-authored-by: BramvanZijp <[email protected]> Co-authored-by: Halches <[email protected]> Co-authored-by: Andrew Montagne <[email protected]> Co-authored-by: Ed <[email protected]> Co-authored-by: Preston Smith <[email protected]>
- Loading branch information