Age | Commit message (Collapse) | Author |
|
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
...when respawning as titan
|
|
* Fix Assists being granted to the victim
* Show attacker callsign on MegaKill
* adds battery titan meter gain and fix some AI meter gain
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove all batteries from players at the end of a round for round-based modes
|
|
|
|
|
|
Closes #180
|
|
I don't know what triggers this but I have no idea why it would be null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
respawn
|
|
|
|
Add assist medals and scoring
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Reset number of deaths since last kill when the attacker gets a kill (to prevent dying once and immediately get a Comeback medal)
- Change == sign to >= sign for Dominating killstreaks
- Change == sign to >= sign for Mega Kills
|
|
|
|
|
|
ClearLastAttacker added after respawning
|
|
to prevent any method of suicide to continue crediting the previous killer.
|
|
This fixes the scoreboard showing a death when player survived a round in roundbased gamemodes
|
|
|
|
|
|
Added a pro screen check to titan to pilot loadout retrieval.
|
|
minor spelling mistake
|