244,576 Commits over 3,898 Days - 2.61cph!

3 Months Ago
Server can send construction errors debug logs to client, will show up both in chat and logs if errortoasts_debug is true Moved the error handling logic out from BasePlayer to GameTip
3 Months Ago
Fix client / server compile errors
3 Months Ago
Started on voxel networking boilerplate Implement world gen as IModification
3 Months Ago
sword
3 Months Ago
Digital Clock art pass placeholder textures
3 Months Ago
Modeldoc vox importer uses a block size of 8 units instead of 10
3 Months Ago
More doc
3 Months Ago
Some extra docs
3 Months Ago
Update: Add ServerInfo.Protocol enum Avoids us creating a string to track which protocol to use. On average, saves about 0.6allocs (9.56 -> 8.95). We already have a similar enum on the game level, but this has the "Default" member. Tests: none, trivial change
3 Months Ago
Completely client-auth inventory, remove networking for now. Improve world item pickup to reduce/eliminate possibility of two players picking up the item / duplication.
3 Months Ago
Fix scoring and ranking of potential destinations not being respected
3 Months Ago
Undo vislog changes
3 Months Ago
Hide Clouds Convar -> Main
3 Months Ago
Main -> Hide Clouds Convar
3 Months Ago
Remove hardcoded SMG/Sword starting items Dragging an item in/out of the active inventory slot will equip/unequip it Added CraftingRequirements to ItemAsset. Make StatusEffects public so it serializes properly.
3 Months Ago
New Divesite Spawns -> World Update 2
3 Months Ago
Clean up vddraw
3 Months Ago
Add divesite scripts to each prefab Buoy's added Spawnable added Crate spawns wired up
3 Months Ago
Prettier drag drop
3 Months Ago
Better slot styling again
3 Months Ago
Fix modeldoc vox import, only read content size for palette, not 256
3 Months Ago
Hook in effect prefab as well
3 Months Ago
Add sounds to fists, nerf damage a lot
3 Months Ago
Add metal node, metal fragment item
3 Months Ago
If Contact Point returns Vector3.Zero, then position the DamageInstance on the Projectile. Prevents damage numbers from spawning at origin for now
3 Months Ago
Eliminated areas that poked through wallpaper pieces in legacy wood skin
3 Months Ago
cobblestone_wall vox won't import
3 Months Ago
Fixed upgrade blocked errors not detecting sleeping players client-side, the server will send the toast to the player now
3 Months Ago
Remove the random item giver
3 Months Ago
Add fallback weapon (hands) that can resource gather and destroy blocks
3 Months Ago
Can't drag the same item on itself Hopefully fixed all the item moving issues Fixed SMG muzzle position
3 Months Ago
Eliminated areas that poked through wallpaper pieces in Brick skin doorway
3 Months Ago
burst cloth constraints tell you if you mess up the min/max constraint order
3 Months Ago
Eliminated areas that poked through wallpaper pieces in Twig tier walls
3 Months Ago
Tightened wallpaper pieces fitting Eliminated zfighting on wallpaper pieces interior side (visible with Twig tier)
3 Months Ago
Merge from world_update_2
3 Months Ago
missing alpha texture lake_a
3 Months Ago
Changes to buffer and textures used for autoexposure compute shaders ditto
3 Months Ago
Can drop items in inventory
3 Months Ago
Use constant voxel size here
3 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)
3 Months Ago
Fix NRE if trying to drag empty slot
3 Months Ago
Bit more resiliance
3 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
3 Months Ago
Add dummy item for drag drop
3 Months Ago
Fix item dragging
3 Months Ago
Updated backpack pelt constraints
3 Months Ago
Fixed server side errors not being translated by the client when received
3 Months Ago
Test move code
3 Months Ago
Basic Player Nametag