Skip to content

Releases: R2Northstar/Northstar

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

v1.11.3

05 Jan 22:23
c6c55ff
Compare
Choose a tag to compare

Fixes:
Restrict chat message charset (#389)
Frontier War Networked Variable fix (#544)

Contributors:
@pg9182 @zxcPandora

v1.11.2

05 Jan 02:05
c6c55ff
Compare
Choose a tag to compare

Changes:
Move region column to the left (#553, #560)
Source code folder restructuring (#365, #379, #380)
Improve response to UI VM compile errors (#388)

Fixes:
Fixed Multiple Amped Weapons Timers (#500)
General auth code cleanup and client state issues with rejection from local server fixes (fixes "Invalid name" error when attempting to play SP) (#360)

Contributors:
@ASpoonPlaysGames @BobTheBob9 @emma-miler @F1F7Y @GalacticMoblin @RoyalBlue1

v1.11.1

17 Dec 00:39
c6c55ff
Compare
Choose a tag to compare

Fixes:
Fix UI VM destruction (again) (#370)

Contributors:
@emma-miler @uniboi

v1.11.0

12 Dec 19:19
c6c55ff
Compare
Choose a tag to compare

regions screenshot

log colour screenshot

Features:
Display server region in serverbrowser (#479)
Parse and expose region field from JSON server list (#232)
Logging improvements + Colours (new) (#320)
Squirrel bridge v3 (#310)
Allow kb_act.lst to be compiled from multiple mods (#298)
Added platform information to User-Agent (#367)
Localize stringcommands to allow servers to use localised messages (#535)
Added support for hiding the [SERVER] tag in server messages (#506)
Added customiseable eject quotes (#527)
Added entity functions for reading userinfo cvars to CPlayer class (#521)
Added support for querying player userinfo cvars in script (#293)
Squirrel functions auto bind (#299, #327)
Allow vmts do be loaded from disk (#292)
Load sp_ rpaks on dedi (coop) (#283)
Added KeyValues class (#303)

Changes:
Improve mouse capture handling in menus (#520)
Removed launcher proxy (#363)
Move include directory (#337)
Use new system for adding keybinds to kb_act.lst (#529)
New syntax for reversed structs (#324)
Make most mod-setting related funcs global (#364)

Fixes:
New crashhandler (#325)
Don't set initial dedicated server title to the profile name (#352)
Update exit value in hooks to valid code (#354)
Exit instead of abort on server compile error (#353)
Fixed script compile errors not being flushed to log file (#342)
Fixed broken chat hooks due to missing AUTOHOOK_DISPATCH() (#335)
Fixed logging (#333)
Fixed bug with crashhandler (#297)
Removed dev-only flag from save_enable (#315)
Fixed UI VM Destruction (#349)
Removed sv_cheats requirement from r_drawviewmodel (#328)
Removed dev only from mat_colorcorrection (#326)
Pre-init squirrel managers (#348)
Fixed Boost Animations (#511)
Removed unnecessary root table setting and make functions global (#534)
Added missing unreachable to stop compile error (#528)
Fixed DecodeJSON() not returning SQRESULT_NOTNULL (#330)
Fixed slow keyvalues building (#331)
Restore -waitfordebugger flag (#321)
Log function lookup failure on Call (#355)

Contributors:
@ASpoonPlaysGames @BobTheBob9 @DBmaoha @emma-miler @Erlite @GeckoEidechse @H0L0theBard @JMM889901 @pg9182 @RoyalBlue1 @wolf109909