138,714 Commits over 4,324 Days - 1.34cph!

Just Now
Baseline, added RidableHorse2 prefab and skeleton
4 Minutes Ago
Buildfix: type missmatch Tests: editor compiles
26 Minutes Ago
updating component box performance pass
27 Minutes Ago
Update: add BasePlayerJobs.CalcPlayerSpeedJob Tests: none
28 Minutes Ago
Update: add ScatterValueToJob utility job Tests: none
29 Minutes Ago
Update: add TerrainHeightMap.GetNormalsIndirect Tests: none
46 Minutes Ago
server_browser_phrase_fix -> main
46 Minutes Ago
Remove unused phrases
55 Minutes Ago
Fix a bunch of missing tags on the map creator
55 Minutes Ago
merge from main
1 Hour Ago
merge from deepsea_fixes
1 Hour Ago
Changed world.drawbounds to only send ddraw to the player running the command
1 Hour Ago
▍▊▋▇▇▊ ▋█▆▉▄▇▉▍ ▋▅▇▉▊▊ ▍███▆▇ ▇▉▉▄▋▍▉▊▇▉▍ ▌█▊▋ ▌▇█ ▊▋▄▋▇ ▊▆▅▍▄▉
1 Hour Ago
Buildfix: fix up missed renames Tests: unity compiles
2 Hours Ago
Add some invalid handle checks to shadow rendering
2 Hours Ago
merge cannon_fuseburn to main
2 Hours Ago
Remove exit time between reload -> reloaded state in cannon barrel
2 Hours Ago
merge from deepsea_fixes
2 Hours Ago
Prevent tutorial islands from destroying deep sea portals when closing 🙃
2 Hours Ago
exported updated helicopter reardoor idle anim
2 Hours Ago
Update: AntiHack now track it's own persistent cache of player states - base player internals redirect to the cache when jobs 3 is set Gets synced when player enters and leaves player cache (even if they're disconnecting). This allows us to change jobs level without mesing up player state. Tests: none, WIP
3 Hours Ago
▆ ▄██▇▋▋ ▍▅▆█▇▇▆ █▉▉▍▇▅▋▆ ▍▇▇▉▊▍▅▋ █▉▍█▆▅█▋ ▍█▌▇▆█▌ ▌▄ ▉█ █▆▄█▅▋▍ ▅ ▅▄▋▅▋▌ ▇▌▌▇▍▄▇▄▌ ▄▌▆▇▄█ █▉▉▄█▊▉▇▅ ▋▊▆ ▄▇▊▅▇ ▄█ ▌▊▍ █▄▉▅ █▇▄▉▍ ▇▍▊▊▉▆▄▆ ▆▋▉▋▊▆▋ ▇▊ ▅▍▉ ▅▌▅▋ █▄██▇▅▅▆▉▌ ▆▇▇ ▋▄▌▆▌▆ ▅▅ ▆▌▌▌▌▌▆
3 Hours Ago
update from main
3 Hours Ago
Fix cannon aim jitter on high ping when reloading and lighting the fuse
3 Hours Ago
Update: Gather more player state for Jobs3 work - rewrite how we add to/remove from PlayerCache to add custom handling for specific systems (needed for AntiHack) Tests: none
3 Hours Ago
exported horse animations and rig
3 Hours Ago
boat_highspeed_parenting_fix -> main
3 Hours Ago
merge from /indirect_instancing
3 Hours Ago
Stop high speed dismounting throwing you from your player made boat
3 Hours Ago
merge from main
3 Hours Ago
Merge from turret_paintball_fixes
3 Hours Ago
resolve conflicts
3 Hours Ago
merge from main
3 Hours Ago
* Add an extra update call at the end of the frame after spawning instanced objects to catch spawn-then-move position errors. * Only deal with valid LOD states and skip invalid states both in the middle and at the end of the state array. * Reject renderers without materials outright.
3 Hours Ago
Added a toggle to switch in between remote and local store override data in editor Added a popup warning when uploading
3 Hours Ago
Altimeter works
3 Hours Ago
Fixes for how paintball gun behaves with turrets: - Damage is now increased when a paintball gun in a turret shoots someone wearing paintball overalls, same way when shot by another player wearing overalls - Last applied paintball colour is now retained when placing the paintball gun in a turret Misc changes: - Removed paintball damage scaling in code for hitting different entity types, instead use the protection property assets - HeldEntity cached item is now usable on both client/server - Add sourceWeapon to projectiles, so the client can retrieve the source weapon entity from locally instigated projectiles - HitInfo is now Disposable, same pattern as PooledList - Remove various unnecessary HitInfo allocations
4 Hours Ago
Add a placeholder altimeter prefab. Add placeholder prefab to HAB.
4 Hours Ago
Added two console commands clearcontainer and clearcontainer_radius.
4 Hours Ago
merge from main
4 Hours Ago
Client downloads the store data when refreshing the store and loads all the overrides Added Store/Upload menu item to upload the store content to S3
4 Hours Ago
Fix naval scientist laser sight not being on during the day
4 Hours Ago
Clean up
4 Hours Ago
delay_browser_changes -> main
4 Hours Ago
Move the attack heli altitude guage calculation to a static so that I can use it for HAB consistency.
4 Hours Ago
NRE fix and move GetPriv to OnDeployed from ServerInit
4 Hours Ago
Fix FSMTransitionBase.get_Senses NRE
4 Hours Ago
Revert region changes until next month - bring back ping for now
4 Hours Ago
Fix "SwitchParent Missed scientist2.corpse" log when naval scientist dies
5 Hours Ago
Fix error for boat floor frame. Add a null check to GetBlockedByErrorFromCollider.