192,351 Commits over 4,049 Days - 1.98cph!

6 Months Ago
Fixed broken LOD on arctic variant of one of the medium rock formations Added checks to small rock formations to prevent them from spawning on roads
6 Months Ago
If taken longer than a few seconds to raise the siege tower then gve up
6 Months Ago
sks and t1 smg - 3p mag dropping now working
6 Months Ago
Adjusted raise command Prefab Adjustments Removal of logs New approach to raising
6 Months Ago
Battering ram can't damage building blocks above the stone grade
6 Months Ago
merge from main
6 Months Ago
hooked up view model anims for the 2 wooden shields and edited admire transitions on their animators
6 Months Ago
Codegen, not trusting the auto merge
6 Months Ago
Set all siege weapon items to the weapon category Reduced stack size to 1
6 Months Ago
Fixed catapult NRE when loading in incendiary ammo
6 Months Ago
subtracting 106755 - broken prefab
6 Months Ago
- ▅▆▇▇▄▆▆▍█ ▅▊▆▅▋▄▌▊▄▋▌▌▋▆▄▅▅█▆▅▍▇█▋▌ ▆▆▊▄█▆█ ▆▇▇▄▌▊ ▆▅▇ ▆▆▄▄▌▇▄▆▅▌ ▋▄▌█▋▅ █▆█▌ ▅▉▉▉▇▉ ▇▌▄▇█▆▄▋ ▋▅▇ ▊▍▍▆█▍▊███▌ ▉▌▇█▋▇ ▅▊ ▊▉▊▇▍▅▆▌ - ▇▉▄ ▄▋▊▌▋▇ ▉▊▋▊▍▄ ▍▅▉▆▆▍ ▄█▋ ▊▅█▋▍▊▍ ▄▅▅▆▍██ ▅▍▄▉▅▅▋▇ ▄▊ ▉▋▅█▍▍▌ ▆▄▆▇▉▆▄ ▌▊▊▉▊█▋ ▅█▋▇▇ ▅▇▍▆ ▍▆▅▋▆▆██ ▄▆▆ ▍▌▅▄▊▋▄ ▋█▉▅▋▉▍
6 Months Ago
merge from siege_weapons
6 Months Ago
cleanup
6 Months Ago
introduced manager class that allows marching cubes to be enqueued and then processed in parallel (only iterating and processing thoses that have requested it) - parallelises the marching between systems - parallelises the physics mesh baking across job threads as well
6 Months Ago
Bugfix: various ServerProfiler fixes and improvements - Account that native strings are not null terminated when doing unmanaged string comparison - Filter out native profiler funcs from annotation - Unregister profiler callbacks when stopping play in editor (this would cause mono crash on repeat plays due to GCed callbacks) - Reduce scope of unsafe keyword (as some funcs are safe) - Replace test-run annotation with fully enabled one - Hook in on frame end to count frames Tests: Started, stopped and started the game in the editor. Wrote some simple test code to validate StrEq. Validated in logs that native serverprofiler functionality is ignored.
6 Months Ago
trying glass decal as masked, with front culling to soften the look
6 Months Ago
merge from main
6 Months Ago
Fixed smg showing shell in the magazine too early in the animation
6 Months Ago
Fixed error on cable UVs
6 Months Ago
Desaturated catapult hook albedo
6 Months Ago
Polish to battering ram. Added decal components to entity.
6 Months Ago
Tweaked battering ram seat position Adjusted steering wheel min max angles, added playerModel steeringTargetDegrees
6 Months Ago
disable Halloween Dungeon spawns
6 Months Ago
sks viewmodel - reduce rotation sway to fix arms clipping camera
6 Months Ago
reduced per-cube temp allocs
6 Months Ago
lookup workarounds for unapproved salvage sword and stone pickaxe
6 Months Ago
Update: Filter instrumenting anotations based on class and namespaces - Added reporting of class and namespace into annotation log Currently only skipping ServerProfiler itself to avoid a recursion when invoking callbacks (will be tested in next submit). Tests: pressed play in editor - saw the instrumentation logs
6 Months Ago
Fixed siege tower raising
6 Months Ago
Compile errors
6 Months Ago
Tipped over siege tower wont parent players inside allowing to be used as combat cover with minimal glitching
6 Months Ago
BRZone material visibility improvements.
6 Months Ago
Fixed gap in battering ram drivers seat
6 Months Ago
▌▇██▇▌▊█▍▉▇▇▊ ▉▅▋▄▄▋
6 Months Ago
manifest
6 Months Ago
Merge from parent
6 Months Ago
Updated fuel gauge position and seat position on battering ram
6 Months Ago
Merge from mixingtable_click
6 Months Ago
Correctly respect max item stack sizes
6 Months Ago
▅▇▊▍▅▋▉▍ ▄▍▅▌▌▌ ▆▇▅▋ ▉▌▍▍▋▋▌▌ ▊▍ ▄▉▅▌ ▄▋▍▇▆▄▍ ▆▋▄▆▇▌▅▋ ▉▌ ▉▄█▅▅▄▅▉▌▄▆▅
6 Months Ago
▊▄▍▋▋▌▅ ▇▍▉█▄▅▇ ▉▋▋▅ ▉█▌▋ ▉▇▋▆▋ ▇▋▋▋▉▊ ▋▉ ▆██▋▊▍▋▊▆▆▆▇
6 Months Ago
converted to use burst and the jobsystem - still needs thought on multithreading, but about a 10x speedup from burst usage already
6 Months Ago
Moved steering wheel of battering ram forward (WIP). Secured some floating pulleys.
6 Months Ago
Phrase update
6 Months Ago
Merge from main
6 Months Ago
Add backpack to render scene and setup render script.
6 Months Ago
Fixed non-host RPS players needing to own gesture pack to join a game Setup steam item for pack, mark all new gestures as unlocked with the pack
6 Months Ago
packages burst 1.8.16->1.8.17 collections 2.5.1
6 Months Ago
Merge from main
6 Months Ago
Merge from ai_wolf_iteration