Skip to content

Releases: R2Northstar/Northstar

v1.16.1

09 Jul 10:39
1171a5f
Compare
Choose a tag to compare

Features:
Improve logging for mods (Launcher#445)

Fixes:
Add Triple Threat grenade indicators (Mods#647)

Code Refactor:
Improve ShouldLoadNorthstar() logic readability (Launcher#499)
Memory class renaming (Launcher#469)

Contributors:
@ASpoonPlaysGames @F1F7Y @GeckoEidechse @uniboi

v1.16.0

02 Jul 13:10
1171a5f
Compare
Choose a tag to compare

image

Features:
Add Mod Settings (Mods#518)
Basic mods blacklisting (Launcher#474)

Code-cleanup:
Reorganize third-party dependencies into thirdparty directory (Launcher#491, Launcher#496)

Contributors:
@EladNLG @F1F7Y @GeckoEidechse

v1.15.1

29 Jun 21:47
1171a5f
Compare
Choose a tag to compare

Fixes:
Cast types in MAKEHOOK macro to follow C++ Standard (Launcher#489)
Use correctly typed values for variables (Launcher#486)
Remove pragma once from source file (Launcher#487)
Fix const pointer const (Launcher#488)
Add RelWithDebInfo configuration (Launcher#483)
Replace dependent names with explicit template definition (Launcher#490)
Code cleanup to improve compiler compatibility (Launcher#478)

Contributors:
@F1F7Y @Jan200101

v1.15.0

23 Jun 21:42
1171a5f
Compare
Choose a tag to compare

Changelog:
Download launcher from release instead of rebuilding (#498)
Move to cmake (Launcher#467)
Update release action to match push action (Launcher#476)

Contributors:
@F1F7Y

v1.14.3

11 Jun 22:11
39ac00c
Compare
Choose a tag to compare

Features:
Support loading plugins from subdirs (Launcher#460)
Improve Italian translation (Mods#610)

Fixes:
Fix maps * command, expose to squirrel (Launcher#442)
Restore -noplugins argument (Launcher#459)

Contributors:
@catornot @CloudSE7EN @F1F7Y @GeckoEidechse @n00neheregit

v1.14.2

11 May 18:27
39ac00c
Compare
Choose a tag to compare

Fixes:
Fix Attrition freezing and killing servers sometimes (Mods#642)

Contributors:
@ASpoonPlaysGames

v1.14.1

06 May 22:10
39ac00c
Compare
Choose a tag to compare

Fixes:
Frontier War: Fix Reversed Titan Spawnpoint on Boomtown (Mods#580)
Fix serverbrowser filtering by gamemode (Mods#639)

Contributors:
@ASpoonPlaysGames @DBmaoha

v1.14.0

01 May 10:44
39ac00c
Compare
Choose a tag to compare

Bounty Hunt

image
image
image

Features:
Add Bounty Hunt (Mods#634)

Refactor:
Use structs for the Script Server Browser (Launcher#453)
Use structs in the server browser (Mods#623)

Contributors:
@ASpoonPlaysGames @DBmaoha @F1F7Y @uniboi

v1.13.2

29 Apr 17:11
39ac00c
Compare
Choose a tag to compare

Features:
Improve AI spawn functions (Mods#626)

Cleanup:
Update README project list (#464)
Remove placeholder_playerdata.pdata (#459)

Contributors:
@DBmaoha @pg9182

v1.13.1

23 Apr 11:41
6132fc2
Compare
Choose a tag to compare

Fixes:
Fix initscript issue preventing Northstar to launch without mods enabled (Launcher#457)

Contributors:
@catornot