userMaverickcancel

1,593 Commits over 608 Days - 0.11cph!

21 Days Ago
Potential fix for "mp5.entity / flashlight.entity changed its network group to null" when spawning new scientists
21 Days Ago
Fix naval scientists not lighting up their laser or flashlight weapon attachment at night
22 Days Ago
Merge from main
22 Days Ago
Remove leftover AI debug stuff from craggy
22 Days Ago
Merge from naval_update, give scientists real entity weapons instead of lightweight fake weapons
22 Days Ago
Merge from main
22 Days Ago
Fix compile error in BoatBuildingStation when build option is set to NONE
22 Days Ago
Fix compile error on client
22 Days Ago
Merge from give_scientists_real_weapon_entities
22 Days Ago
Clean up suppressive fire flow, early out earlier if irrelevant to not waste time calculating accuracy, and never calculate accuracy if we are doing suppressive fire
22 Days Ago
Delete component used for lightweight non-entity weapons + codegen
22 Days Ago
Fix npc rushing after landing a few shots on the player, required new handling with weapon entities
22 Days Ago
Fix reload sounds not playing (does not support swapping weapons for now)
22 Days Ago
Refine npc aiming logic, good accuracy if player is not moving or charging us, bad accuracy if player is far away or running sideways/away
22 Days Ago
Pass params to ServerUse in struct, to make it easier to add new params without having to update all overrides
23 Days Ago
Merge from naval_update
32 Days Ago
Subtract subtraction of naval_update merge, fix compile error on server
33 Days Ago
Placeholder notify for third person reload sound
33 Days Ago
Remove call to SetGenericVisible on scientist weapon, seems to be redundant from initial tests (will see with more testing if it really is)
33 Days Ago
Add comment to make new scientists aimCone calculation less cryptic
33 Days Ago
Fix weapon damage npc scaling and friendly fire not working properly when weapon is equipped to new scientist
33 Days Ago
Fix npc weapon parenting
33 Days Ago
Merge from naval_update
33 Days Ago
Format npcShootingComponent to remove weird spacing
34 Days Ago
34 Days Ago
First pass on giving real weapon entities to new scientists
34 Days Ago
Merge from add_printorkilloffnavscientists_command
34 Days Ago
Merge from fix_scientists_cant_enter_oilrig_rooms
34 Days Ago
Merge from fix_scientists_not_wounding
34 Days Ago
Merge from fix_scientist_cant_see_player_despite_touching
34 Days Ago
Merge from fix_ai_play_anim_nre
35 Days Ago
Fix State_Playtanimation NRE
35 Days Ago
Fix scientists taking too long to notice a player touching them, sometimes going through players without noticing, they'll now notice instantly
35 Days Ago
Fix new scientists killing players without wounding them first
35 Days Ago
Fix scientists not able to go into large oilrig top floor rooms
35 Days Ago
Add server command to help diagnostic or temporarily fix the "Failed to create agent because it is not close enough to the NavMesh" issue: printOrKillOffNavScientists
37 Days Ago
Merge from naval_update
40 Days Ago
Fix regression that caused scientists to not be able to throw grenades through some bottlenecks to setup a group push
40 Days Ago
Merge from scientist_agitation_fix - improve perf/gameplay by fixing a scenario where nearby scientists would never stay in cover and be hyperactive - improve perf by making scientists on other floors just lay in ambush, instead of constantly trying to peek above/below their floor - fix regression that caused scientists to not group up to push when throwing grenades, landing a shot, or not seeing the player for a while - fix some scientists still trying to push or throw grenades on a location even after their allies confirmed visually that the player is not there anymore - fix a pool leak
40 Days Ago
Merge from naval_update
40 Days Ago
Also prevent double push when throwing grenades
40 Days Ago
- Reduce random chance to push after peeking - Prevent double push after landing a shot on the player
40 Days Ago
Fix bug in push assist logic which caused recursion, causing everyone to push instead of just a group
40 Days Ago
- Fix npc not grouping to push (bug introduced with voicelines removal) - Fix leak - Have npc always try to not push alone
40 Days Ago
Fix scientists not communicating with each other that target is lost, and some still rushing or grenading very stale location
40 Days Ago
Merge from naval_update
40 Days Ago
- Prevent scientists from being overly agitated (going from hiding spot to hiding spot never pausing in between) when peeking and flanking both are not possible - Prevent scientist on other floors or sniped from being too agitated (peeking and wobbling a lot) even though nothing is happening near them - Fix scientists throwing grenades while searching or while being surprised
41 Days Ago
Another attempt at fixing npcs going through tropical ruins doors
41 Days Ago
Fix some traces not being added in the correct category of the npc visual debugger
41 Days Ago
- When sniped, make scientists hide before returning fire - Fix scientists ignoring sounds in some contexts (all scientists properly go into hiding even if the sniper shot missed them)