aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
AgeCommit message (Collapse)Author
2022-04-17allow modes to not use the match timer, and clear timer on match end (#310)BobTheBob
2022-04-15Add core meter gain exceptions (#284)Dinorush
2022-04-14move devcommands to northstar.customservers (#300)BobTheBob
2022-04-12Restrict and log message sending on connect (#299)Emma Miler
* Restrict message sending on connect Restricts users from sending messages until they are fully connected. This is related to a bug where if a player joins the server, send a message, and disconnects quickly enough the join message will not show up in the chat. * Log messages on receive * Fix issue with private lobbies
2022-04-10don't run killreplay if epilogue is active (#296)BobTheBob
2022-04-06fix evac issues on colony (#288)BobTheBob
2022-03-31Various CTF fixes (#282)ASpoonPlaysGames
Fixing the following: - Various crashes - Being able to capture flags during epilogue and halftime - Weird flag spawning stuff
2022-03-30Bump version numberGeckoEidechse
2022-03-29Fix servercrash because batteryContainer entity is null (#267)RomeoCantCode
...when respawning as titan
2022-03-29Fix Game Crash when player not in capperArray (#279)v1.6.1-rc1v1.6.1v1.6.0-rc5v1.6.0Maya
2022-03-15Map hack bug fixes and adjustments (#257)v1.6.0-rc2v1.6.0-rc1Dinorush
* Map hack fixes and adjustments * Added length variable
2022-03-11Merge branch 'main' of https://github.com/R2Northstar/NorthstarModsBobTheBob
2022-03-11script api for server=>client stringcmdsBobTheBob
2022-03-11Additional scoring fixes (#261)x3Karma
* Fix Assists being granted to the victim * Show attacker callsign on MegaKill * adds battery titan meter gain and fix some AI meter gain
2022-03-06Add function to update vortex shield ignored weapons (#250)JMM889901
2022-03-04rotate spawnzones if players die within their spawnzoneBobTheBob
2022-03-04prevent crash if offhand slot is not found when using Tactikill (#255)x3Karma
2022-03-03cleanup respawn and script prediction management codeBobTheBob
2022-03-03spectator refactor and private match spectator supportBobTheBob
2022-03-01added IsTitan() and IsPlayerDisembarking() checks for evac (#253)ASpoonPlaysGames
* added IsTitan() and IsPlayerDisembarking() checks for evac * Moved checks, and changed to use ContextAction_IsBusy()
2022-02-27prevent titans from attempting to evacBobTheBob
2022-02-23Add E-Smoke reward to Core Meter (#212)Dinorush
2022-02-23Fixes Kodai + Angel battery spawns (#224)Dinorush
2022-02-22fix broken battle chatter checkBobTheBob
2022-02-21Advanced chat: custom messages and client hooks (#217)Tom Barham
Co-authored-by: EmmaM <27428383+emma-miler@users.noreply.github.com>
2022-02-21Change PlayBattleChatterLine to only play to friendlies (#221)ASpoonPlaysGames
2022-02-20Update hardpoint pilot cap strengthBarichello
2022-02-19Implement hardpoint amp/unamp animationsBarichello
2022-02-19Refactor hardpoint chevron logicBarichello
2022-02-19Refactor capper data structures in hardpoint thinkBarichello
2022-02-19Update OnHardpointLeft player removalBarichello
2022-02-19Add FindAndRemove utilityBarichello
2022-02-19Add helper function SetScoreLimitBarichello
2022-02-19Remove dev function exportBarichello
2022-02-18Fix Hardpoint stuck on amped status (#199)Maya
2022-02-17new spawnzone-based ctf spawn algoBobTheBob
2022-02-17remove unnecessary assist code from _gamemode_tdmBobTheBob
2022-02-16actually update PGS_ASSISTSBobTheBob
2022-02-16Fix Amped Hardpoint on Homestead (#174)Maya
* Adds Missing Entity Data to Homestead * Fix Homestead in Script * Encapsulated getting Hardpointgroup in function * fixing respawning on amped hardpoint
2022-02-16Log player UIDs on connect (#220)Tom Barham
2022-02-16Cleanup tracked player projectiles on round end (#219)Dinorush
2022-02-16Fixed battery bug in LTS (#218)ASpoonPlaysGames
Remove all batteries from players at the end of a round for round-based modes
2022-02-15Check attacker validity JFSDinorush
2022-02-15Fix non-player and invalid ent assist crashes + self-assistsDinorush
2022-02-15Add respawn protection match setting (#167)zxcPandora
2022-02-14Update floor is lava riff on maps crashsite, drydock, and complex (#181)RealWorldExample
Stopped rooftop spawns oob on crashsite, drydock, and complex. Stopped spawns out of map on live fire maps. Still some out of play spawns on wargames and glitch. Brought up fog on maps where the spawns were revised. Co-authored-by: Barichello <artur@barichello.me>
2022-02-14Update version infoBarichello
2022-02-13Remove StringReplace debug printsBarichello
2022-02-13Revert #155 "Add E-Smoke reward to Core Meter"GeckoEidechse
During testing we found a bug where pilots would receive `core_electric_smoke`, causing the server to crash on a script error Reverts the following commits 94ab311676691d7240bef988d4a6e25320bc0f48 b347b644ce26a5b027c2ec467c21307157a004d5 55e00cd6a0c12b4fe227553b3e173e73140c19e7 644b4756281eaa29d7c9c35471f25fc3283e1288 0da60a2aab64cf83f08b38c1a6ab9b20d0283fa5
2022-02-12Fixed typoEmma Miler