Releases: R2Northstar/Northstar
v1.26.2
v1.26.1
Fixes:
Unfuck the Spawns (Mods#808)
Fix multiple audio file overrides (Launcher#677)
Fix cl_earn_meter
crash when Core does not exist during Core Active state (Mods#494)
Rework Intro Dropship Script to avoid player overlap (Mods#809)
Play battle chatter during dropship intro (Mods#810)
Mitigate muted audio during dropship intro (Mods#811, Mods#812)
Prevent suicides registering progression stats (Mods#813)
Fix oversight in "Total MVP" not registering in regards to progression (Mods#814)
Maintenance:
Bump DiscordRPC plugin to v10 / rrplug
to 4.0.0
(#666, DiscordRPC#24)
Translations:
Translations update from Weblate (Mods#806)
Translations update from Weblate (Mods#807)
Contributors:
@Alystrasz @catornot @Dinorush @GeckoEidechse @Zanieon @harmony-weblate
v1.26.0
Features:
Implement Match Goals menu and XP tracking (Mods#756)
Expose mods remote status to Squirrel VM (Launcher#684)
Changes:
Properly handle invalid cvar replications without blocking netmessage (Launcher#408)
Make Script Errors from Northstar Callbacks Fatal (Launcher#698)
Contributors:
@Alystrasz @BobTheBob9 @EladNLG @Zanieon
v1.25.4
Fixes:
Add missing object check in mod manager (Launcher#731)
Check for Console Window before allocating one (Launcher#741)
Remove EXPORT macro from precompiled header (Launcher#738)
Remove precompiled header from wsock proxy (Launcher#739)
Remove unused typedefs from precompiled header (Launcher#737)
Maintenance:
Bump Actions Ubuntu version to 22.04 (Mods#805)
Contributors:
@GeckoEidechse @Jan200101
v1.25.3
Changes:
Use static MSVC Runtime Library (Launcher#718)
Restructure primelauncher cmake logic (Launcher#727)
Fixes:
Add overrides to custom_sink_it_
methods (Launcher#708)
Fix memalloc problems (Launcher#728)
Fix const-qualified assignment in RapidJSON (Launcher#717)
Contributors:
@Jan200101
v1.25.2
Fixes:
Remove invalid memset in ServerPresence (Launcher#709)
Lowercase all linked libraries for building on Linux (Launcher#726)
Remove useless this
pointer check (Launcher#710)
Maintenance:
Bump softprops/action-gh-release action to v2 (#652)
Contributors:
@GeckoEidechse @Jan200101
v1.25.1
Changes:
Add clang CI (Launcher#721)
Fixes:
Move all owned NPCs together with player on Team Switching (Mods#789)
Add missing case for switch cases in JSON deserialization function (Launcher#712)
Don't instantiate templates before declaration, add missing instantiation (Launcher#706)
Maintenance:
Update actions/checkout
to v4 (Launcher#724)
Update actions/upload-artifact
to v4 (Launcher#725)
Translations:
Translations update from Weblate (Mods#801)
Translations update from Weblate (Mods#804)
Contributors:
@GeckoEidechse @Jan200101 @Zanieon @harmony-weblate
v1.25.0
Features:
Add initial unit testing logic (Mods#708)
Add weapon dropped callback (Mods#692, Mods#797)
Fixes:
Add default case for SquirrelContext switch (Launcher#716)
Validate selected Titan loadout index better (Mods#762)
Contributors:
@ASpoonPlaysGames @Jan200101 @NoCatt @itscynxx
v1.24.7
Fixes:
Assign CreateInterface
member instead of creating a new variable (Launcher#705)
Remove duplicate wsock32 export (Launcher#714)
Check if hook target is non null
before calling MinHook (Launcher#711)
Use double brackets to let compiler know assignment is intentional (Launcher#707)
Bump upload/download artifact actions to v4 (#650)
Contributors:
@GeckoEidechse @Jan200101
v1.24.6
Fixes:
Use old Mutex constructor to deal with redist incompatibility (Launcher#704)
Contributors:
@Jan200101 @Klemmbaustein