196,038 Commits over 4,110 Days - 1.99cph!

5 Years Ago
More rigorous mount check for ModularCar. Things like TriggerMount which call AttemptMount directly will no longer be able to bypass mount eligibility in cars.
5 Years Ago
Refactored TriggerPlayerForce to be server-side only like TriggerForce, retaining support for pushing NPCs as well by added ApplyInheritedVelocity overrides to NPCPlayer and BaseNpc.
5 Years Ago
Ignore TriggerMount if noclipping
5 Years Ago
Exclude NPCs from TriggerMount
5 Years Ago
Added enum type and set beach chair to new sitting pose
5 Years Ago
Sunglasses worldmodel
5 Years Ago
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
5 Years Ago
Alternative watergun jet implementation test
5 Years Ago
Increase tree impact damage multiplier from cars (3->5)
5 Years Ago
Fixed mount triggers being triggerable from outside the car
5 Years Ago
Horse Rework Horse Saddle Horse HeadCollar Horse Wood Armour Horse Roadsign Armour
5 Years Ago
bradley audio implementation tweaks potential fix for repeating sound bug near launch site
5 Years Ago
Code review: Use PivotPoint() instead of getting the position directly
5 Years Ago
Fix HostileNote stomping the unhostile time right after receiving the latest value after respawning
5 Years Ago
Fixed HasScrap purchase condition amounts for mini and scrap heli
5 Years Ago
Move "CreateFragmentsFromFile: '%s' doesn't exist." to developer 1
5 Years Ago
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
5 Years Ago
Properly reset deduplication with messages < 10 characters
5 Years Ago
Resaved foliage materials to fix AO issues
5 Years Ago
Remove TriggerPlayerForce on the chassis for now until I fix it properly tomorrow
5 Years Ago
Fixed med battery placement issues
5 Years Ago
Cache some stuff and some cleanup.
5 Years Ago
HapisIsland - minor fixes and improvements to airwolf and compound
5 Years Ago
Cleanup
5 Years Ago
Water level can now be set instantly (ignoring the lerp). Set the correct water level instantly when deploying water guns.
5 Years Ago
prefab fix
5 Years Ago
Splash radius
5 Years Ago
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).
5 Years Ago
Fix potential issues with TriggerHurtNotChild detection. Better handling mounted or parented players with modular cars.
5 Years Ago
Modular car code review changes complete. Merging to Main.
5 Years Ago
Code review: Move my OriginIntersect trigger mode into TriggerParentEnclosed, where more of the required functionality was already present. Update the flatbeds.
5 Years Ago
▆▍▊▉ ▉▋▋▅▊▅: ▉▉▅▍▆▄▋▇ ▇▄▉ ▄▉▉▄▍▆▆▆▍▋ ▊▊ ▅▋▆▋▋▅▆▄▄▋▄▇▆▉▇▌
5 Years Ago
Add a way to cycle through bind commands instead of always running all (prefix the command list with a ~)
5 Years Ago
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.
5 Years Ago
merge from /hapis_airwolf_and_cars (Hapis will need to be wiped to test these changes)
5 Years Ago
merge from main
5 Years Ago
Updates loot spawns Added Engine T1 loot spawns to roadside monuments Added vehicle vendors to compound Safe zone and nobuild larger at compound Added Airwolf to compound rooftops (temp) Moved roadside decor further away from roads Fixed layer issue on pumpjack road Better road joins (smoother transition) Bunch of other smaller fixes due to disconnected prefabs (loads of work still to be done here)
5 Years Ago
Code review: Use CheckOBB in TriggerParent
5 Years Ago
Innertube effect positional orienation & fixes
5 Years Ago
Watercraft strokes and kicks
5 Years Ago
Fix scope overlay changing size with uiscale
5 Years Ago
▄▄▊█▍▍▆ "▄▇█▆▋ ▆▋▆▌▉▅ ▄▅▆▊▌▄▄█▊▄" ▉▍ ▄▍▉▌ ▆▌ ▉▍ █▉▇▆▄▍ ▄█▅'▅ ▌▅▉▄ \▊ ▍▅ █▆▉ ██▇▆▉█▇▆▅█
5 Years Ago
Switch PlayerOpenLoot to use translated toasts instead of English-only chat messages
5 Years Ago
Adding stuff to show toasts with gametip's UI
5 Years Ago
Fix typo (banit -> bandit)
5 Years Ago
Fix the notes UI only working with Latin characters (it'll fallback to another font which does support those characters)
5 Years Ago
Generate icons
5 Years Ago
Frame prefab updates
5 Years Ago
Apply wetness before damage, instead of after.
5 Years Ago
Add event to watergun refill anim so that refilling starts when the gun is lowered. Removed some debug spam.