Skip to content

Releases: R2Northstar/Northstar

v1.13.0

22 Apr 21:50
6132fc2
Compare
Choose a tag to compare

Features:
Plugin system v2 (Launcher#343)
New presence code for plugins v2 (Mods#532)
Reject banned players during masterserver auth (Launcher#434)
Fix sv_alltalk 1 (broken originally by respawn changes) (Launcher#291)
Bring back sq_getobject and sq_getthisentity for the client and ui vm (Launcher#428)
Replace HTTP auth server with Atlas connectionless packet (Launcher#432)
Remove httplib (Launcher#432)
Use detailed master server error messages when available (Launcher#433)
Add damage source IDs for custom Northstar weapons (Mods#539)
Add support for entity final damage callbacks (Mods#578)
Improve server connection error messages (Mods#598)

Fixes:
Fix getvector returning garbage data (Launcher#448)
Fix DecodeJSON fatalParseErrors param (Launcher#443)
Fix incorrect script ConCommand argc (Launcher#446)
Remove leftover LoadPlugins declaration (Launcher#449)
Add missing curl lib deps (Launcher#432)
Hardpoint UI Fixes (Mods#416, Mods#619)

Build:
Add CI logic for finding missing translations (Mods#608)
Bump download-artifact action to v3 (#447)
Update DiscordRPC to v4 (#460)
Replace set-output in GitHub Actions workflows (Launcher#452)
Update check-loc-encoding checkout action (Mods#620)

Contributors:
@ASpoonPlaysGames @Alystrasz @BobTheBob9 @DBmaoha @Dinorush @EladNLG @GeckoEidechse @Glacir @Masterliberty @catornot @emma-miler @pg9182 @uniboi @x3Karma

v1.12.7

19 Apr 23:13
aeb3e5e
Compare
Choose a tag to compare

Features:
Add Triple Threat animations (Mods#599)

Fixes:
Fix getvector returning garbage data (Launcher#448)
Fix a server crash caused by missing arg len check (Mods#614)
Fix Fastball respawning spectating player (Mods#616)
Fix parsing string ConVar/ConCommand.Flags from mod.json (Launcher#450)

Contributors:
@ASpoonPlaysGames @Masterliberty @ScureX @pg9182 @uniboi

v1.12.6

18 Apr 21:30
aeb3e5e
Compare
Choose a tag to compare

Fixes:
Infection Bug Fixes (sonar warning and late joiners) (Mods#454)
Clean Team Score After Player Disconnecting in FFA (Mods#589)
Fix GameTime_TimeLeftSeconds() not tracking time correctly (Mods#447)
Bump download-artifact action to v3 (#447)

Contributors:
@DBmaoha @GeckoEidechse @x3Karma

v1.12.5

08 Apr 19:41
20ae5c9
Compare
Choose a tag to compare

Fixes:
Fix stringcmd limits causing unnecessary disconnects (Launcher#447)

Build system:
CI create release and upload files on tag (Launcher#439)
Bump download-artifact action to v3 (Launcher#444)

Contributors:
@ASpoonPlaysGames @GeckoEidechse

v1.12.4

02 Apr 12:18
20ae5c9
Compare
Choose a tag to compare

Features:
Add CGlobals class and g_pGlobals, and update code to support (Launcher#411)
Add additional properties to CBasePlayer (Launcher#329)
Implement dedi_sendPrintsToClient (Launcher#418)
Add FUNCTION_AT and VAR_AT macros (Launcher#416)

Fixes:
Fix build errors due to declaration order in scripthttprequesthandler (Launcher#430)
Fix inconsistency in parsing file path name casing (Launcher#437)
Force-include pch.h to all files, remove explicit includes (Launcher#393)

Contributors:
@BobTheBob9 @EladNLG @p0358 @pg9182

v1.12.3

13 Mar 23:12
20ae5c9
Compare
Choose a tag to compare

Features:
Add Destroy callback for squirrel scripts. (Launcher#383)

Fixes:
Do not load streaming files on dedicated server (Launcher#412)

Build system:
Grab pre-compiled DiscordRPC plugin (Release#437)

Contributors:
@BobTheBob9 @Erlite @GeckoEidechse

v1.12.2

08 Mar 21:54
8d7b5e4
Compare
Choose a tag to compare

Features:
Add step to create release draft and upload zip (Release#432)
Compile check tests in CI (Mods#575)
Add a function to take away all inventory item (Mods#565)

Fixes:
Fix chat messages when dead (Mods#574)
[FW] Enable Turrets By Default (Mods#587)

Contributors:
@ASpoonPlaysGames @DBmaoha @GeckoEidechse @NoCatt @zxcPandora

v1.12.1

01 Mar 22:16
c6c55ff
Compare
Choose a tag to compare

Features:
Expose Cursor Position to UI vm (Launcher#387, Launcher#402)
Nicely format content of enabledmods.json (Launcher#406)
Remote mods directory (Launcher#403)
Allow launchplaylist to be used to start dedicated servers (Launcher#409)

Fixes:
Flush loggers properly on dedicated server shutdown (Launcher#413)
Pedantic fix for Launcher#391 (use if-else instead of if) (Launcher#392)
Fix broken filters (Launcher#407)

Contributors:
@Alystrasz @BobTheBob9 @Glacir @p0358 @uniboi

v1.12.0

13 Jan 17:48
c6c55ff
Compare
Choose a tag to compare

Frontier War

image

vlcsnap-00011

vlcsnap-00014

vlcsnap-00009

vlcsnap-00019

https://northstar.tf/blog/one-year/

Features:
Add Frontier War (NorthstarMods#545)
Add Harvester File (NorthstarMods#546)
Add Squirrel code for HTTP requests (NorthstarMods#531)
Add NSDisconnectPlayer() function. (NorthstarLauncher#376)
Add NSGetModName (NorthstarLauncher#366)
Add script concommands (NorthstarLauncher#373)
Add NSGetLocalPlayerUID() function. (NorthstarLauncher#371)
Implement HTTP requests for Squirrel scripts (NorthstarLauncher#344)
Execute cfgs before server startup for gamemode being run (NorthstarLauncher#398)

Fixes:
Fortwar fixes (NorthstarMods#571)
Add missing breaks to AsyncCall_External() (NorthstarLauncher#382)
Process all squirrel messages in the buffer instead of one per frame. (NorthstarLauncher#381)
Fix overriding individual localisation strings being weird (NorthstarLauncher#394)
Push vectors to stack correctly (NorthstarLauncher#395)

Contributors:
@BobTheBob9 @DBmaoha @emma-miler @Erlite @GeckoEidechse @Ghroth-follower @RoyalBlue1 @uniboi @zxcPandora

v1.11.4

06 Jan 18:21
c6c55ff
Compare
Choose a tag to compare

Fixes:
Fix issues of restriction of chat message charset (NorthstarLauncher#391)

Contributors:
@p0358