Rémy Raes
ba9bf3f63b
fix: Assign a background image to mp_lobby ( #1010 )
...
Merge Conflict Auto Label / triage (push) Failing after 9s
Check Formatting / format (push) Successful in 29s
compile-check / compile (push) Has been cancelled
Build / check-loc-encoding (push) Has been cancelled
Build / check-missing-translations (push) Has been cancelled
fix: assign a background image to mp_lobby
2026-08-20 02:39:51 -04:00
Rémy Raes
047cebfd8f
Downloadable mod icon ( #1009 )
...
* feat: display an icon next to downloadable mods
* fix: fetch verified mods list on start
* feat: add IsModInstalled function
* feat: display a red cross if a mod cannot be downloaded
* style: apply sqformat
2026-08-17 19:51:20 -04:00
Bobbyperson
509b14c727
Update sqformat to latest version ( #1008 )
...
update sqformat
2026-08-07 15:03:17 -04:00
ASillyNeko
16e08921b7
Fix angel city and colony not having spec cams and colony not using correct evac locations ( #1005 )
...
* Fix colony
* Fix angel city not having spec cams
2026-08-05 18:05:49 +02:00
ASillyNeko
056a002b9f
Fix progression pro screen. ( #1006 )
2026-07-15 19:53:22 -04:00
Jack
73feccbafc
Fix formatter not working on _vscript.gnut ( #997 )
...
* fix copyright symbol as it breaks formatting check
* run formatter
2026-07-02 21:45:23 -04:00
HuiZhiYin
f7110661a5
Add callback for client chat messages ( #999 )
...
* Add callback for client chat messages
* Update natives.json
* Update _custom_codecallbacks_client.gnut
* Update _custom_codecallbacks_client.gnut
我感觉当时在左脑攻击右脑👍 👍 👍
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
2026-07-02 21:23:07 -04:00
cat_or_not
f2a6cdd14a
Add default keys for polls ( #1001 )
...
add hardcoded default keys for polls
2026-06-04 21:27:38 -04:00
Allusive
4fb9574dd3
Add gun game text to rui display ( #1002 )
2026-06-04 19:19:31 -04:00
Allusive
58ae7cdae2
fix comp ctf playlist ( #1003 )
2026-06-04 19:17:23 -04:00
NachosChipeados
232884f5b3
Add console shortcuts for some script functions ( #1000 )
...
* Add console shortcuts for some script functions
* Update sh_console_shortcuts.nut
2026-05-29 14:02:43 -04:00
Allusive
2d8ea4cb97
Make CodeCallback_OnWeaponAttack mp only ( #993 )
...
* fix on weapon attack to be mp only
* changes to on weapon attack
* format
* fix
* fix
2026-05-15 01:59:03 -04:00
Bobbyperson
7c81044c4b
change formatter workflow to show diff ( #998 )
...
change formatting to show diff
2026-05-06 19:08:13 +01:00
Jack
84ce2090c6
Update .git-blame-ignore-revs ( #996 )
...
Commit hash changed when merging into main, need to update the ignore revs.
Current commit: ebf89c805e
2026-05-04 12:23:04 +01:00
Bobbyperson
48ceeb054f
Add sqformat commit to .git-blame-ignore-revs
2026-05-04 12:16:03 +01:00
sqformat
ebf89c805e
Format entire repo with sqformat
2026-05-04 12:16:03 +01:00
Bobbyperson
0dcf045021
Add formatting workflow
2026-05-04 12:16:03 +01:00
NachosChipeados
f573f89bf0
Add convar to remove server browser colors ( #994 )
...
* Add convar to remove server browser colors
* Add server colors convar to modsettings
2026-04-27 09:19:22 +01:00
Harmony Weblate
d9c9d2b85f
Translations update from Weblate ( #990 )
2026-04-20 11:59:10 +02:00
Rémy Raes
3fd98cad12
fix: Custom map name display ( #989 )
...
Formats map names which are not localized in a human-readable way in the server browser.
2026-03-31 00:43:06 +02:00
Allusive
990975d9e1
Fix OnWeaponAttack to be MP only ( #991 )
2026-03-31 00:30:36 +02:00
ASillyNeko
cb6165b47b
Server browser fixes ( #980 )
...
* Anti colorify.
* Escape localisation and remove newlines.
* Update menu_ns_serverbrowser.nut
* Forgot this one.
* Update menu_ns_serverbrowser.nut
* Fix.
* Correct color code.
* Update menu_ns_serverbrowser.nut
* Correct comment.
* Update menu_ns_serverbrowser.nut
* Update menu_ns_serverbrowser.nut
* Wait I've already done this in fix experimental.
* Fix some characters disappearing.
* Move it to the back of the string.
* Doesn't need to be escaped.
* Update menu_ns_serverbrowser.nut
2026-03-26 00:54:13 -04:00
Allusive
d676f93aaf
Strip color codes from server search ( #984 )
...
* remove thread that breaks boosts
* add OnWeaponAttack callbacks
* add to file struct
* remove color codes from searched text
* remove stuff
* remove more stuff
* update for 6 len color codes
* fix small bug
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
2026-03-24 18:46:20 -04:00
Allusive
800e787f22
Add replacing scoreboard columns ( #988 )
...
add replacing scoreboard columns
2026-03-24 18:45:15 -04:00
86Yin
f664202e9d
Fix: Define missing server-side ANNOUNCEMENT_STYLE_* constants ( #987 )
2026-03-24 03:27:49 -04:00
cat_or_not
37f012533e
Add ability for servers to add custom scoreboard columns 2 ( #986 )
...
* add the scordboard stuff
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
Co-authored-by: Erlite <ys.aameziane@gmail.com>
* fix mod json definition
---------
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
Co-authored-by: Erlite <ys.aameziane@gmail.com>
2026-03-23 20:00:06 -04:00
Allusive
672a3f5fc9
Adds OnWeaponAttackCallbacks ( #983 )
...
* remove thread that breaks boosts
* add OnWeaponAttack callbacks
* add to file struct
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
2026-03-21 23:15:03 -04:00
Dys-lexi
94fabac8f9
fixing aa resetting to incorrect default on eject ( #981 )
...
* adding peacekraber localisation for english
* Fix air accel resetting on eject
---------
Co-authored-by: Rémy Raes <contact@remyraes.com>
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
2026-03-22 00:49:24 +01:00
Jack
1fe5de9b22
Small papercut fixes for the latest release ( #979 )
...
* Only show progression toggle button in non-vanilla
* Invert pingspot playlistvar functionality to behave as expected
2026-01-21 23:18:34 +01:00
ASillyNeko
d71700f80f
Localize mod settings in menu_ingame.nut ( #977 )
...
Localize mod settings here because elad messed it up lol.
2026-01-11 15:03:15 +00:00
Jack
60e878f116
Move safe IO and http to Northstar.CustomServers ( #971 )
...
move safe IO and http out of Northstar.Custom
Co-authored-by: Rémy Raes <contact@remyraes.com>
2026-01-02 00:13:17 +00:00
Allusive
f8df31492e
Remove thread that breaks boosts ( #970 )
...
remove thread that breaks boosts
2025-12-26 14:40:05 +00:00
Jack
a0c494dfea
Store GamePlayingOrSuddenDeath before calling PlayerOrNPCKilled ( #948 )
...
* Store GamePlayingOrSuddenDeath before calling PlayerOrNPCKilled
Co-authored-by: William Miller <william-millennium@hotmail.com>
2025-12-21 22:30:01 +01:00
Jack
fb010a0929
Replace some asserts in sh_anim_events.gnut ( #966 )
...
* Be a bit safer about anim events
Co-authored-by: ASillyNeko <ASillyNeko@asillyneko.dev>
2025-12-21 22:26:54 +01:00
Respawn
4150d43b98
Add sh_anim_events.gnut from englishclient MP common VPK
2025-12-21 22:23:25 +01:00
Respawn
3024276451
Add mp_titancore_lasercannon.nut from englishclient MP common VPK
2025-12-21 21:58:28 +01:00
Jack
0eaad0172d
Fix titan lights in wargames intro ( #969 )
2025-12-21 21:10:44 +01:00
Harmony Weblate
63901fb9df
Translations update from Weblate ( #959 )
2025-12-21 20:42:11 +01:00
Jack
932a754a99
Run encoding check on Northstar.Custom ( #956 )
2025-12-11 01:30:34 +01:00
Jack
7d9a3e983f
Partial Vanilla Compatibility ( #950 )
2025-12-11 01:02:50 +01:00
William Miller
24b0abb60e
Add ascii titles to split into code blocks of _base_gametype_mp.gnut ( #958 )
...
Add ascii titles to split into code blocks
2025-12-10 22:46:04 +01:00
Jack
e5ad09b2b6
Fix diffing Northstar.Custom localisation files ( #955 )
...
update gitattributes to show diffs to Custom localisation properly
2025-12-09 15:06:43 +00:00
Jack
36aad1061c
Restore pingspot system ( #954 )
...
* Restore pingspot system
Co-authored-by: Zanieon <william-millennium@hotmail.com>
* Move to playlistvar
Co-authored-by: RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com>
* fix compile
* wrong function, whoops
---------
Co-authored-by: Zanieon <william-millennium@hotmail.com>
Co-authored-by: RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com>
2025-12-09 14:51:16 +00:00
Jack
930cf5d0b7
Remove Coop as it hasn't been touched in years ( #953 )
2025-12-09 15:32:00 +01:00
FourthVolt
38f0c64784
Eventmodels ( #946 )
...
* Merge event materials and texture rpaks into one to reduce clutter
2025-12-04 02:12:48 +01:00
Allusive
e05e45ebea
fix weapon_reparse race condition ( #947 )
2025-12-02 01:10:09 +00:00
ASillyNeko
ec88120a97
Fix client sending invalid args to server commands ( #945 )
...
* Fix client sending invalid args to server commands
2025-12-01 10:58:44 +01:00
Jack
d15a117eb3
Version display changes ( #931 )
...
* Add separate text for main menu version if versions don't match
* move mods over to dev version strings, surely this wont break the release pipeline :clueless:
* Change wording of menu text a little
* Rename nativefuncs.json to natives.json
* Update native JSON file path in compile-check.yml
* Add constants
* Remove vanilla compile steps as they didn't work anyway
---------
Co-authored-by: Rémy Raes <contact@remyraes.com>
2025-11-28 19:04:31 +00:00
ASillyNeko
5b6675b0a0
Fix server browser player and server count ( #941 )
...
* Fix server and player counts displaying incorrectly
2025-11-27 18:51:55 +01:00
FourthVolt
011b1a5e79
Fix formatting in mp_weapon_peacekraber.txt ( #943 )
2025-11-19 04:31:31 +00:00