Age | Commit message (Collapse) | Author |
|
|
|
* fix mod list overflow
* better offset validation
|
|
* Added ReaperFall Marks and Reapers' Outlines
Added red mark for reaperfall points and outline after landing
* Fixed RoundEndCleanUp Crash
* Better Outline Function
|
|
|
|
* Fixed Phase Rewind not Behaving Well
Phase Rewind will now have a longer distance and mostly won't stuck as It be like in vanilla
Map Hack won't show sonar pulse to other players anymore, also be like in vanilla
* No need to make last node Specific
* Compared vanilla and nearfed
vanilla phase rewind don't works so well, I found this one is better
* Apply suggestions from code review
* little fix for my next pr
* Make rewind smoother
|
|
Translated the untranslated text
(game modes, UI, error messages, etc.)
|
|
* feat: add missing spanish entries
* feat: add missing french entry
* feat: add missing chinese entry
* feat: add missing italian entries
* feat: add missing german entries
|
|
* Update _northstar_cheatcommands.nut
* Cleaner Check
* Apply suggestions
|
|
* Change modlist interface
* add the settings file
* new current mod enabled indicator
* Only show requiredOnClient warning when required
* filter by required on client status
* fix ONLY_REQUIRED instead of ONLY_NOT_REQUIRED
* update list slider position when reopening
* colorblind colors
* convar for reversed list and allow unicode search
* better colors for the blind
* Update filtered modlist after changing mod status
* fix some things
* mod enabled color blind icon
* move enabled icon
|
|
hotfixes respawn crash exploit
Co-authored-by: ScureX <multiaccshop@web.de>
|
|
|
|
* Add compatability for modded weapon damage
* Formatting adjustments
* Stinky space indent changed to tabs
* Change to allow serverside-only source creation
* Fix formatting
As per suggestions in code review.
|
|
|
|
|
|
* Small update to Hidden utilizing Serverside RUI
* Added EndSignals to end threads if player disconnects
* Fix formatting
* Fix formatting
|
|
Support to input other languages in the search box
|
|
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
Run _ai_turret_sentry.gnut on ServerSide so that turret will spawn with it's lase
|
|
|
|
* Added Killer Outline
Added killer outline: highlight the killer after being killed
* Changed to _base_gametype_mp.gnut
Not using a single script right now
* Removed IsNPC() Check
Moved inside the if ( IsValid ( attacker ) ) check and removed the attacker.IsNPC()
|
|
Co-authored-by: x3Karma <juliuslimck@gmail.com>
|
|
* Serverside polls
* reset table so mods can wait for response
* large message
* popup message
* announcement
* info
* status
* fix uniboi crash
* no need to return id
* among
* typo
* Formatting
* bruh
* takyon doesn't know how to finish a review
* Formatting
* Do you not know how to finish a review or what
* You should look at gamemode_aitdm for some funky formatting :)
* Formatting
* Formatting
* Finally a good suggestion
* fix client misinterpreting assets
|
|
Closes #386
|
|
|
|
* Replace Arial and Lucidia fonts with Lato and Fira Code respectively, this fixes Linux users needing to install proprietary fonts to use the in-game console.
* Clean up gitattributes and encoding.yml to be more specific about the txt files it checks against. UTF-16LE-BOM will crash the game with a division by zero error if it's not expecting the file to be encoded as such.
* Replace Fira Code with Northstar Mono (Modified Fira Mono Regular)
|
|
Attrition (#425)
* Small Fix towards Attrition
* Update again after having more thoughts
|
|
* Fix TFFA from crashing when a player leaves during the intro sequence
* Fix Formatting
|
|
|
|
clear unwanted stuff (#424)
|
|
|
|
|
|
|
|
|
|
|
|
joining player (#290)
* fixed a bug
fixed a bug in which a player that just joined the server might have someone who's left the server's score
(this fix should be applied to all ffa gamemodes)
* made it more efficient
* Use neutral pronoun in comment
Co-authored-by: lnteresting-png <52731127+lnteresting-png@users.noreply.github.com>
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
merging this for now as it's been open for ages while working, will add ffa support myself soon
|
|
|
|
|
|
|
|
looks great, merging
|
|
|
|
|
|
|
|
* Dependent commit
* Add english localization
* Update northstar_client_localisation_mspanish.txt
* Add more localizations
* Update northstar_client_localisation_spanish.txt
* Adhere to code style
|
|
|
|
Fix peacekraber not being pre-cached in single player
Closes #348
|
|
|
|
|
|
* Create main.menu
for showing NS version on title screen
* Display Northstar version on main menu.
Pulling data from Northstar.Custom, now the version of Northstar is displayed on the main menu, above the Respawn logo.
* Get version data from Northstar.Client instead of Northstar.Custom
* formatted main.menu
|
|
* fixed not showing Auto-Titans death in killfeed
|