240,459 Commits over 3,867 Days - 2.59cph!

10 Months Ago
item update, worldmodel prefab fixes
10 Months Ago
Fix GetComponents getting components of disabled GameObjects Fixed children gameobjects not disabling properly Put a decal in the volume fog cave
10 Months Ago
Fix model not getting updated in ModelRenderer
10 Months Ago
First pass at adding allowed System.* members to TypeLibrary Update MemberAccess test for system types Fix TypeLibrary.GetType<T>() It could return a random type that extended T, instead of T itself. Fix asking AccessControl about MemberInfos Fix TypeLibrary tests that assume a new library has no types in it Better fix for TypeLibrary tests Fix possible NRE in TypeLibrary.GetType( Type ) Simplify TypeLoader now that System types are in TypeLibrary Tweaked MemberAccess test again Double-check only public system members are included Log included system types in MemberAccess test Test for TypeDescription.Create<>() with forbidden constructors Don't allow TypeDescription.Create<T> for types with forbidden constructors
10 Months Ago
Unit test fix Made everything else protected
10 Months Ago
Adjust angle
10 Months Ago
Cleanup Make OnValidate protected FixedUpdate renamed to OnFixedUpdate, made protected, don't call in editor unless ExecuteInEditor Update renamed to OnUpdate, made protected OnStart is protected
10 Months Ago
Hide placeholder model. Setup detect pos.
10 Months Ago
CallbackBatch deals with calling adding inside execute Make CallbackBatch awesomer
10 Months Ago
merge from main
10 Months Ago
merge from sign_paint_improvements
10 Months Ago
merge from shot_through_fix
10 Months Ago
merge from building_skins_4
10 Months Ago
merge from b_shotgun
10 Months Ago
Fixed RPCSyncJoints being editor only
10 Months Ago
merge from main
10 Months Ago
Fix missing player in volume fog scene Batch component callbacks nicer
10 Months Ago
Leaderboard backup, run #7756
10 Months Ago
▌▅▉▄▄▉ ▇▄█▌▆▅▊▇▋▇▇█▊▊▊▋▇ ▍▄▉ ▋▍▅▋▇█▌▄▋▋ ▍█▋▊▊▆▌▅██ ▉▇▆▊▄ ▍▌ ▌▉▅ ▋▉▍█▌█▍▋ █▌▆▊▊▄▇ ▌▊ ▄▍█▌▆
10 Months Ago
Unsaved
10 Months Ago
Prefab setup
10 Months Ago
Merge ServerSideRagdolls -> Main. On by default, but can be disabled with 'serversideragdolls false' if needed.
10 Months Ago
Revert to letting corpse getting destroyed if parent is destroyed, due to errors on the trigger when destroying parents. "Cannot set the parent of the GameObject '{corpse}' while activating or deactivating the parent GameObject '{parent}'."
10 Months Ago
Confetti mechanics.
10 Months Ago
Improve dropped item behaviour when parent is destroyed
10 Months Ago
Don't destroy ragdolls when parent is destroyed
10 Months Ago
Merged shelter changes into main. Should fix NRE experienced by staging players.
10 Months Ago
Adjusted some shack item properties.
10 Months Ago
Fixed lots of placement issues with the shelter. Animals now react to the shelter as an obstacle. Can't place bags through the walls.
10 Months Ago
Visual threshold implementation
10 Months Ago
m4 shotgun sounds
10 Months Ago
Merge ServerSideRagdolls -> Aux2
10 Months Ago
Remove SetRenderAttributesForEnvironmentMap, Handshakes, ChooseEnvironmentMap and envmap bindings (cya), we're been GPU-driven for quite some time now
10 Months Ago
10 Months Ago
Added a separate useAimOffsetLayer toggle to Held Entities so that the aim offset layer can be disabled while also disabling spine ik
10 Months Ago
Merge from main
10 Months Ago
Serversideragdolls convar now also adjust physics layer collisions, and is properly replicated + saved
10 Months Ago
EmissionOffsetStepped is now client only and won't run if the camera is further than 15m away
10 Months Ago
removed duplicate lod group
10 Months Ago
progress - texture set #3
10 Months Ago
Tweak ControlWidget creation so the value doesn't pop in a frame later
10 Months Ago
Tags show differently depending on whether they're inherited or not
10 Months Ago
Merge from main
10 Months Ago
Added OnTagsChanged, tags cascade to child objects
10 Months Ago
Setup random variants to roof's bottomline prefabs
10 Months Ago
VR texture submit supports full depth submit (but we're not passing depth just yet) Pass depth buffer to submit
10 Months Ago
progress backup
10 Months Ago
Test for TypeDescription.Create<>() with forbidden constructors Don't allow TypeDescription.Create<T> for types with forbidden constructors
10 Months Ago
Remove locked crate icon from map when any item is removed from a hacked crate
10 Months Ago
Add slider to control brush spacing Add paint.brushSpacing convar to control it from binds too