195,954 Commits over 4,110 Days - 1.99cph!
tweak pool caustic and layers
Source files:
PTZ camera
audio equipment - boombox/megaphone/phone/tape player/tape recorder
SLChair
attack heli
workcart
zrf kiosk
fireworks
Fix BasePlayer movement references on the server in TriggerPlayerForce and TriggerMount. Moved BasePlayer vars that aren't used on the server at all into BasePlayer-Client, so this mistake is now prevented from being made again.
Bandit town now has a larger prevent building and safezone
WIP support for doors detecting blockages while opening
Save changed speech connections
Better layout for long dialogue text
Added decay to pools and watercraft
Update TriggerMount to retry in more situations
Merge the latest modular car fixes -> Main
Add LockType using statement as well
Move method to server only
More rigorous mount check for ModularCar. Things like TriggerMount which call AttemptMount directly will no longer be able to bypass mount eligibility in cars.
Refactored TriggerPlayerForce to be server-side only like TriggerForce, retaining support for pushing NPCs as well by added ApplyInheritedVelocity overrides to NPCPlayer and BaseNpc.
Ignore TriggerMount if noclipping
Exclude NPCs from TriggerMount
Added enum type and set beach chair to new sitting pose
Only block input while holding an item on a tube, don't block other logic (tracking distance travelled)
Tweak effects for tube, mostly shifting animation event timings and changing splash position
Removed unused diagonal animations from player animator
Alternative watergun jet implementation test
Increase tree impact damage multiplier from cars (3->5)
Fixed mount triggers being triggerable from outside the car
Horse Rework
Horse Saddle
Horse HeadCollar
Horse Wood Armour
Horse Roadsign Armour
bradley audio implementation tweaks
potential fix for repeating sound bug near launch site
Code review: Use PivotPoint() instead of getting the position directly
Fix HostileNote stomping the unhostile time right after receiving the latest value after respawning
Fixed HasScrap purchase condition amounts for mini and scrap heli
Move "CreateFragmentsFromFile: '%s' doesn't exist." to developer 1
Disabled a number of prefabs at supermarket which are prone to floating above terrain on procgen (better fix next month)
Moved a number of supermarket spawners
Supermarket S2P
Properly reset deduplication with messages < 10 characters
Resaved foliage materials to fix AO issues
Remove TriggerPlayerForce on the chassis for now until I fix it properly tomorrow
Fixed med battery placement issues
Cache some stuff and some cleanup.
HapisIsland - minor fixes and improvements to airwolf and compound
Water level can now be set instantly (ignoring the lerp). Set the correct water level instantly when deploying water guns.
Let the car chassis push and hurt triggers stay always on, since there are various situations where players may end up inside a vehicle - not all of them a case where the vehicle is on or even moving (e.g. Spawning as a sleeper underneath one after loading a save).
Fix potential issues with TriggerHurtNotChild detection. Better handling mounted or parented players with modular cars.
Modular car code review changes complete. Merging to Main.
Code review: Move my OriginIntersect trigger mode into TriggerParentEnclosed, where more of the required functionality was already present. Update the flatbeds.
▆▍▊▉ ▉▋▋▅▊▅: ▉▉▅▍▆▄▋▇ ▇▄▉ ▄▉▉▄▍▆▆▆▍▋ ▊▊ ▅▋▆▋▋▅▆▄▄▋▄▇▆▉▇▌
Add a way to cycle through bind commands instead of always running all (prefix the command list with a ~)
Big fix: Categorically prevent players on flatbeds being hurt by car hurt triggers. This tended to happen due to server/client differences when standing near the back of a flatbed while the car reversed.