Skip to content

Releases: R2Northstar/Northstar

v1.26.2

08 Jul 09:08
767927f
Compare
Choose a tag to compare

Fixes:
Hotfix for Intro Dropship (Mods#816)

Translations:
Translations update from Weblate (Mods#815)

Contributors:
@WofWca @Zanieon @harmony-weblate

v1.26.1

07 Jul 22:05
767927f
Compare
Choose a tag to compare

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

04 Jul 23:02
7a72ecf
Compare
Choose a tag to compare

screenshot match goals

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

28 Jun 09:38
7a72ecf
Compare
Choose a tag to compare

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

24 Jun 12:35
7a72ecf
Compare
Choose a tag to compare

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

22 Jun 23:20
7a72ecf
Compare
Choose a tag to compare

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

20 Jun 10:02
e7e2d55
Compare
Choose a tag to compare

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

19 Jun 11:11
e7e2d55
Compare
Choose a tag to compare

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

18 Jun 13:23
e7e2d55
Compare
Choose a tag to compare

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

14 Jun 11:31
ada52bb
Compare
Choose a tag to compare

Fixes:
Use old Mutex constructor to deal with redist incompatibility (Launcher#704)

Contributors:
@Jan200101 @Klemmbaustein