156,553 Commits over 4,536 Days - 1.44cph!

2 Years Ago
▋ █▉▇▄▊▊ ▄▇▅▊ ▄▍▄▋
2 Years Ago
▊ ▌▅▍ ▅▍▋▄▅█▅▉▊▄▇▇ ▄▆▉ ▆▄▅▉▊ ▉▅▌█▄▋▇ ▌█▄▅▍▊▇▉▌
2 Years Ago
▅ ▉█▋ ▊▄ ▆▉▍▄█▋▍ █▊ ▊▊▊▉▌▌ ▌▇▆ ██▄▌▌▍▄▉▄▄ ▋▍▌▊▇▆▅█▍▄
2 Years Ago
Minor language option tweaks Restored MenuUI prefab state
2 Years Ago
▅ ▍ ▄▇▋ ▇▇▉▋▇▍▅▉█▆█▌▇█▅▊▇▄▉▆ ▅▆▉▆▇▆▄▆▍▄▌▅ ▇▄▅▊▍▌▌▍▄▇ ▋▊▉█▄ ▅▋▉▋▍█▄ ▉▄▋▆▇▄▌▍ ▉▇▇▆▉
2 Years Ago
Fixed missing characters in Chinese font
2 Years Ago
Fixed missing languages in LanguageSwitcher editor tool
2 Years Ago
Moved the language selection to the options menu Languages are now listed by their names, written in their own languages
2 Years Ago
separated stationary player processing from moving player processing - lets us run normalize tick finalizing code for players while we run physics queries on jobs in the background
2 Years Ago
Update: PlayerInventory pools ItemContianers Tests: equipped backpack, loaded up on items, killed self and checked that look transferred properly. Confirmed recycling in 2p session by killing the sleeper.
2 Years Ago
▌ █▊▋▇▌▍█ ▆▍▅▌▇ ▆▌▍▋▍▅█▄ █▄▇ ▄█▍▅▍
2 Years Ago
network++ save++
2 Years Ago
removed unused command generating function
2 Years Ago
gave Parallel.For some profile regions on the scripting threads
2 Years Ago
no-clip functional with physics queries as generated commands - requires a lot of lists to gather information of the sub-set, need to find a better pattern here
2 Years Ago
▉ ▇▌▋ ▄▉▋█▉▋▋ ▌▊▍▄▅▌ ▆▋▄▅▄▊█▊█ ▍█▄█▊▆ ▋▇ ▍▋▊▉▉▇▊▋▍ ▌▆▅▉▇▄▅█ ▆▆ ▉▇▉▊▇▄▉▊ ▆█▄▄▉ ▅▇▍ ▆▉▇▋█▇█▄▋ ▅█▍▊▇▍▍▇▍ ▆▄█▄ ▆▉▍▊ █▇▌▋▊▄▅ ▇▌▉ ▅▉▌▅▌█▌
2 Years Ago
Update: BaseRidableAnimal pools ItemContainers - Also "fixes" silent id leak by returning it Test: On Craggy, equipped and shot a horse - saw 2 ItemContainers returned to pool in stats. Spawned another one - they got consumed, and gear was empty.
2 Years Ago
█ ▅▄▌▆▅ ▍█▄▆ ▌▋▍▌
2 Years Ago
Add more detailed profiler markers to fsm
2 Years Ago
Clean: remove BaseRidableAnimal.OnInventoryFirstCreated - Inlined only usecases's event code into init - Cleaned up double-nested ifdef and a bunch of newlines It has been used incorrectly anyway and was misleading. Tests: none, trivial changes
2 Years Ago
Incapacitate vision and movement duration tweaks
2 Years Ago
merge from main
2 Years Ago
Placeholder obscurce vision UI
2 Years Ago
Increased lower chain damping to 0.2
2 Years Ago
Fixed new modded prevent building prefabs not working as intended, because of 103805
2 Years Ago
Add phrases for move speed and obscure vision modifiers
2 Years Ago
merge from clearinventory_improvements
2 Years Ago
Fixed clearinventory NRE, check for null args and check for null backpack item container Fixed log when clearing main container
2 Years Ago
merge from main
2 Years Ago
Fixed some explosions near a ball.entity not applying a force - added a backup method
2 Years Ago
adobe wall and gate first pass
2 Years Ago
Cape LODs skinned to spine4 to reduce snapping
2 Years Ago
Fixed TMP error when joining a server or opening the map for the first time (caused by the PermanentMarker TMP asset)
2 Years Ago
Combine movement and vision darts into a new Incapcitate dart
2 Years Ago
Update: ShopFront pools ItemContainer - also deleted empty virtual override Test: 2 player session with a shop front, one was interacting with the front while I destroyed it - items dropped, next front clear
2 Years Ago
Improved ball.entity physics behaviour, rocket hits etc now apply forces correctly
2 Years Ago
Organising dart type folders
2 Years Ago
Clean: Remove redundant StorageContainer.ResetState All the cleanup is already done in DoServerDestroy. Might be worth consolidating these callbacks in the future. Tests: none, trivial change
2 Years Ago
merge from Halloween_2024
2 Years Ago
Bone dart damage tweak
2 Years Ago
Dracula Cape texture fixes for back area which is now visible
2 Years Ago
merge from world_update_2
2 Years Ago
Finalized core.
2 Years Ago
█ ▊▍▄█▍ ▇▇▇▇ ▍▌▇▍▄▍▌▆█▊▉▋▆▄▋▇▍
2 Years Ago
Merge from parent
2 Years Ago
Merge from parent
2 Years Ago
Merge from main
2 Years Ago
Merge from elevator_parenting_collision_improvements
2 Years Ago
Add an IgnoreParentEntityColliders option to TriggerParentElevator, prevents players from getting unparented from an elevator when they collide with a collider on the elevator Also has special handling to ignore collisions with the corresponding client/server entity when in the editor