Skip to content

Releases: R2Northstar/Northstar

v1.28.3

06 Oct 22:28
8f8dc05
Compare
Choose a tag to compare

Changes:
core: Remove unused SourceInterface class (Launcher#816)
Force _WIN32_WINNT variable (Launcher#770)

Fixes:
Restore missing faction dialogue for Titan Meter buildup (Mods#876)
Remove Clutter Client Logging from Glitch (Mods#889)
Fix rpak aliasing not working when trying to alias towards a vanilla rpak (Launcher#825)

Translations:
Translations update from Weblate (Mods#886)

Contributors:
@ASpoonPlaysGames @F1F7Y @Gazyi @Zanieon @harmony-weblate

v1.28.2

19 Sep 10:45
8f8dc05
Compare
Choose a tag to compare

Fixes:
plugins: Remove duplicate sqvm destroy log (Launcher#822)
Fix Discord presence crashing on Campaign (Mods#881)

Changes:
dedicated: Remove uses of Autohook from dedicated.cpp (Launcher#799)
dedicated: Remove uses of Autohook from dedicatedmaterialsystem.cpp (Launcher#800)
engine: Remove uses of Autohook from hoststate.cpp (Launcher#806)

Contributors:
@ASpoonPlaysGames @uniboi @Zanieon

v1.28.1

11 Sep 23:21
8f8dc05
Compare
Choose a tag to compare

Fixes:
Fix mode selection menu locking all modes (Mods#880)

Translations:
Translations update from Weblate (Mods#879)

Contributors:
@Zanieon @harmony-weblate

v1.28.0

10 Sep 22:51
8f8dc05
Compare
Choose a tag to compare

new mode select menu

rpak.reload.mp4

Features:
Refactor and improve spawns (Mods#829)
Big rpak loading refactor (Launcher#766)
Show more details about gamemodes and server gamestates (DiscordRPC#25, Mods#869)
Add Interface for Game Invites (NorthstarDiscordRPC#22)
Rework mode select menu (Mods#624)
game: Add more ways to crash to the crash_test concommand (Launcher#807)
Set thread names for game threads (Launcher#666)

Documentation:
Add basic contributing docs (Mods#664)

Fixes:
Fix Arc Cannon not hurting npc_gunship and npc_pilot_elite (Mods#863)
Adjust for restructured verified-mods.json (Launcher#748)
Fix crash when player is in a special team (Mods#866)

Refactoring:
Remove SetShouldCreateMinimapSpawnZones() from _gamemode_ps.nut (Mods#861)
Remove uses of Autohook from logging.cpp (Launcher#811)
core: Remove use of SourceInterface for IFileSystem (Launcher#805)
Reorder code of _gamestate_mp.nut (Mods#875)

Translations:
Translations update from Weblate (Mods#867)
Translations update from Weblate (Mods#870)

Contributors:
@Alystrasz @ASpoonPlaysGames @catornot @F1F7Y @GeckoEidechse @LightBlueCube @NachosChipeados @p0358 @Zanieon @harmony-weblate

v1.27.7

04 Sep 12:14
8306655
Compare
Choose a tag to compare

Features:
Play effect on flag match over (Mods#860)

Fixes:
Avoid duplication of challenge award (Mods#858)
Add IsValidPlayer() before flag return cleanup (Mods#859)
Update build instructions and CI for build subfolder (Launcher#808)
Prevent rare crash when player disconnects during War Games intro (Mods#856)
Exclude markdown files from Mods in releases (#700)

Refactoring:
engine: Remove uses of Autohook from host.cpp (Launcher#802)
Complete overhaul for the CTF script (Mods#830)

Contributors:
@ASpoonPlaysGames @F1F7Y @GeckoEidechse @LightBlueCube @Zanieon

v1.27.6

02 Sep 22:08
ec3a748
Compare
Choose a tag to compare

Features:
Update on most navmeshes with jumplinks and smaller navs (Navs#7)

Fixes:
Add is IsValidPlayer() check (Mods#855)
Fix PlayerInventory_TakeAllInventoryItems not being threaded (Mods#852)
Fix typo in README to match actual folder structure (Mods#857)

Refactoring:
core: Remove uses of Autohook from filesystem.cpp (Launcher#795)
core: Remove uses of Autohook from hooks.cpp (Launcher#796)
client: Remove uses of Autohook from latencyflex.cpp (Launcher#789)
client: Remove uses of Autohook from languagehooks.cpp (Launcher#787)
core: Remove uses of Autohook from sourceinterface.cpp (Launcher#798)
engine: Remove uses of Autohook from gl_matsysiface.cpp (Launcher#801)
core: Remove use of SourceInterface for CCvar (Launcher#804)
logging: Remove use of SourceInterface for CGameConsole (Launcher#803)
vscript: Move squirrel types to their respective files (Launcher#788)

Contributors:
@ASpoonPlaysGames @F1F7Y @hummusbird @x3Karma @Zanieon

v1.27.5

30 Aug 22:56
Compare
Choose a tag to compare

Fixes:
Fix module callbacks related crash (Launcher#790)
Add missing valid check for militia flag spawn (Mods#853)
Add missing IsValidPlayer() check for CTF capture assists (Mods#854)

Changes:
Hide remote mods in mods display (Mods#799)

Refactoring:
client: Remove uses of Autohook from rejectconnectionfixes.cpp (Launcher#793)
client: Remove uses of Autohook from modlocalisation.cpp (Launcher#792)
Prepare CTF scripts for code refactor

Translations:
Translations update from Weblate (Mods#851)

Contributors:
@ASpoonPlaysGames @Alystrasz @GeckoEidechse @Zanieon @harmony-weblate

v1.27.4

29 Aug 14:23
8fdfdbd
Compare
Choose a tag to compare

Fixes:
core: Remove unused CModule variable (Launcher#785)

Refactoring:
Remove uses of Autohook from clientauthhooks.cpp (Launcher#782)
Remove uses of Autohook from clientvideooverrides.cpp (Launcher#784)
Remove uses of Autohook from clientruihooks.cpp (Launcher#783)
Remove uses of Autohook from audio.cpp (Launcher#777)
Remove uses of Autohook from debugoverlay.cpp (Launcher#786)

Documentation:
Document coding standards (Launcher#779)

Maintenance:
Bump actions/checkout to v4 (Mods#847)

Translations:
Translations update from Weblate (Mods#848)

Contributors:
@ASpoonPlaysGames @F1F7Y @GeckoEidechse @harmony-weblate

v1.27.3

27 Aug 13:23
8fdfdbd
Compare
Choose a tag to compare

Feature:
engine: restore mat_crosshair_printmaterial concommand (Launcher#763)

Fixes:
Support multiple spaces in custom damage source ID display names (Mods#835)
Fix Attrition SquadHandler crash (Mods#839)
Fix manual hooks storing their name badly (Launcher#774)
Fix casing of KERNEL32.DLL (Launcher#768)

Changes:
Formatting: Set short inline functions to be on one line (Launcher#771)
Try loading XInput 1.4 before trying to load 9.1.0 (Launcher#769)
Refactor DLL callbacks (Launcher#665)
Format constructor initializers in a better way (Launcher#775)
hooking: Run callbacks for imported modules (Launcher#780)

Translations:
Add Polish translations (Mods#843)
Remove quotation marks from Polish translations breaking file parsing (Mods#846)
Translations update from Weblate (Mods#837)
Translations update from Weblate (Mods#840)
Translations update from Weblate (Mods#844)

Contributors:
@ASpoonPlaysGames @barnabwhy @Bobbyperson @Dinorush @F1F7Y @eve-v0 @GeckoEidechse @harmony-weblate

v1.27.2

13 Aug 14:30
8fdfdbd
Compare
Choose a tag to compare

Fixes:
Fix postload crash from missing rpak.json (Launcher#762)

Maintenance:
Improve merge conflict labelling for core repos (#682, Launcher#759, Launcher#760, Mods#832, Mods#833)

Translations:
Translations update from Weblate (Mods#834)

Contributors:
@EM4Volts @GeckoEidechse @harmony-weblate