252,616 Commits over 3,990 Days - 2.64cph!

6 Months Ago
Add divesite scripts to each prefab Buoy's added Spawnable added Crate spawns wired up
6 Months Ago
Prettier drag drop
6 Months Ago
Better slot styling again
6 Months Ago
Fix modeldoc vox import, only read content size for palette, not 256
6 Months Ago
Hook in effect prefab as well
6 Months Ago
Add sounds to fists, nerf damage a lot
6 Months Ago
Add metal node, metal fragment item
6 Months Ago
If Contact Point returns Vector3.Zero, then position the DamageInstance on the Projectile. Prevents damage numbers from spawning at origin for now
6 Months Ago
Eliminated areas that poked through wallpaper pieces in legacy wood skin
6 Months Ago
cobblestone_wall vox won't import
6 Months Ago
Fixed upgrade blocked errors not detecting sleeping players client-side, the server will send the toast to the player now
6 Months Ago
Remove the random item giver
6 Months Ago
Add fallback weapon (hands) that can resource gather and destroy blocks
6 Months Ago
Can't drag the same item on itself Hopefully fixed all the item moving issues Fixed SMG muzzle position
6 Months Ago
Eliminated areas that poked through wallpaper pieces in Brick skin doorway
6 Months Ago
burst cloth constraints tell you if you mess up the min/max constraint order
6 Months Ago
Eliminated areas that poked through wallpaper pieces in Twig tier walls
6 Months Ago
Tightened wallpaper pieces fitting Eliminated zfighting on wallpaper pieces interior side (visible with Twig tier)
6 Months Ago
Merge from world_update_2
6 Months Ago
missing alpha texture lake_a
6 Months Ago
Changes to buffer and textures used for autoexposure compute shaders ditto
6 Months Ago
Can drop items in inventory
6 Months Ago
Use constant voxel size here
6 Months Ago
Can now click-and-drag a stack onto another stack and it will combine them. Putting any max stack overflow into it's own slot Containers now save/load their inventory index in ISaveData (So stacks dont get automatically combined and placed in the first slot on load)
6 Months Ago
Fix NRE if trying to drag empty slot
6 Months Ago
Bit more resiliance
6 Months Ago
Optim: further reduce allocs for ServerInfo Couple easy wins - Changeset is unused so removed, construct ConnectionString on demand, avoid identifying tags if already identified. Should've removed 2allocs per ctor, but data shows reduction by 3allocs on average(12.94 -> 9.56). Tests: None, trivial changes
6 Months Ago
Add dummy item for drag drop
6 Months Ago
Fix item dragging
6 Months Ago
Updated backpack pelt constraints
6 Months Ago
Fixed server side errors not being translated by the client when received
6 Months Ago
Test move code
6 Months Ago
Basic Player Nametag
6 Months Ago
Inventory drag drop logic
6 Months Ago
Update: Allow StringView to implicitly convert to ReadOnlySpan This allows StringView to be friendly with APIs that Span, like int.TryParse(). It also removes 3 allocations, and weirdly my tests show a reduction of 4 allocations per ctor invocation on average. Also merging stragler tag lookup into the main loop(avoids an extra traversal and extra lambda allocation). Tests: Checked ServerBrowser, player count was sane.
6 Months Ago
Frontier bag cloth material
6 Months Ago
Get rid of log
6 Months Ago
Style the slots a little bit
6 Months Ago
Projectiles damage voxel world too
6 Months Ago
smg icon
6 Months Ago
added meshcull (15m) to seaweedplane prefab, tweaked max salmon size down to 3 from 4, divesite_e more foliage
6 Months Ago
WIP inventory item interaction
6 Months Ago
Make sure neighbouring chunks are marked dirty on voxel edit
6 Months Ago
Update SMG.prefab smg prefab updated with gun
6 Months Ago
Backpack pelt constraints
6 Months Ago
assault rifle changes
6 Months Ago
Update collision shape on voxel remove
6 Months Ago
Voxel removal fixes
6 Months Ago
WIP voxel mining
6 Months Ago
Implemented MoveSpeed modifier type. Added Dart as new ModifierSource type.