Age | Commit message (Collapse) | Author |
|
|
|
* 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
|
|
* Update _northstar_cheatcommands.nut
* Cleaner Check
* Apply suggestions
|
|
hotfixes respawn crash exploit
Co-authored-by: ScureX <multiaccshop@web.de>
|
|
|
|
|
|
|
|
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>
|
|
|
|
Attrition (#425)
* Small Fix towards Attrition
* Update again after having more thoughts
|
|
clear unwanted stuff (#424)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fixed not showing Auto-Titans death in killfeed
|
|
|
|
* added second parameter to BurnMeter_GetLimitedRewardCount
* fixed some weird shit happening
|
|
|
|
|
|
* Skyshow
* Attrition score stuff
* DropShip and DropPod spawn funcs
* Attrition intro
* Reaper spawn func
* Attrition assault point logic
* Cleanup
* Match logic + basic spawn algo
* Fix crash
* Improve ai ?
* Add AI weapon setter funcs
* Bounty hunt score basics
* code cleanup
* add cleanup for bored ai
* fix issue with failedChecks not being reset properly in cleanup
* more cleanup
* stop ai spawns on epilogue
* don't run aitdm spawning code if we don't have ains/nms
* Fix missing nodes crash
* initial bounty hunt stuff
* oops forgot to push this
* me when i'm a competent developer
* formatting and such
* cap score + proper mp_rise spawns fix
* Better squad handler
* comment reaper out; needs to be checked out
* Fix crash site crash
* reapers
* minor visual change is what Id call this
* bh basic damage scoring
* going to push this so there's a base to work with, still doesn't work
* fix funny suicide bug :)
* I hate crash site + score funnies
* comlpex skill issue
* final score fix, lets hope so
* Hacked spectre fix
* 1p npc executions fix
* stalkers
* Archer Grunts :)
* minor fixing
* Skyshow
* Attrition score stuff
* DropShip and DropPod spawn funcs
* Attrition intro
* Reaper spawn func
* Attrition assault point logic
* Cleanup
* Match logic + basic spawn algo
* Fix crash
* Improve ai ?
* Add AI weapon setter funcs
* Bounty hunt score basics
* code cleanup
* add cleanup for bored ai
* fix issue with failedChecks not being reset properly in cleanup
* more cleanup
* stop ai spawns on epilogue
* don't run aitdm spawning code if we don't have ains/nms
* Fix missing nodes crash
* initial bounty hunt stuff
* oops forgot to push this
* me when i'm a competent developer
* formatting and such
* cap score + proper mp_rise spawns fix
* Better squad handler
* comment reaper out; needs to be checked out
* Fix crash site crash
* reapers
* minor visual change is what Id call this
* bh basic damage scoring
* going to push this so there's a base to work with, still doesn't work
* fix funny suicide bug :)
* I hate crash site + score funnies
* comlpex skill issue
* final score fix, lets hope so
* Hacked spectre fix
* 1p npc executions fix
* stalkers
* Archer Grunts :)
* minor fixing
* Unlock attrition in mode select menu
* move archer grunts settings
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
Fixing the following:
- Various crashes
- Being able to capture flags during epilogue and halftime
- Weird flag spawning stuff
|
|
|
|
...when respawning as titan
|
|
|
|
* Map hack fixes and adjustments
* Added length variable
|
|
|
|
|
|
* Fix Assists being granted to the victim
* Show attacker callsign on MegaKill
* adds battery titan meter gain and fix some AI meter gain
|
|
|
|
|
|
|
|
|
|
|
|
* added IsTitan() and IsPlayerDisembarking() checks for evac
* Moved checks, and changed to use ContextAction_IsBusy()
|