reposbox-hc2cancel

524 Commits over 0 Days - ∞cph!

4 Months Ago
Add WorldModelOffset to ItemAsset, allowing you to scale/reposition the Model in the dropped WorldItem. Make Metal Piece much smaller and have proper origin
4 Months Ago
Fix for possible NRE in Roller state machine
4 Months Ago
Spawn metal piles Model might need scaling down
4 Months Ago
Drones now have a chance to drop Metal Pieces
4 Months Ago
Add `flex-shrink: 0` to CraftingMenu group/headers
4 Months Ago
Fix squished Crafting Menu when selecting item with 3 or more required items
4 Months Ago
Added Tooltips to ItemSlot
4 Months Ago
Fix not being able to punch voxels with fist as connected client
4 Months Ago
Spawn players near beaches
4 Months Ago
Update .sbproj
4 Months Ago
Fix particles colliding with the thing that just died, causing them get stuck. Also fixed particle spawning on connected clients.
4 Months Ago
adjusted standing stones now have their base sunk in the ground Merge branch 'main' of sbox-hc2
4 Months Ago
No mips on ground texture - 1 texel per block probably doesn't need mips
4 Months Ago
Fix ResourceGatherers not being found on connected clients (Allowing resources to be hit properly now)
4 Months Ago
Change camera.prefab to Never Network
4 Months Ago
added assetzoo.scene
4 Months Ago
added lightpost assets
4 Months Ago
Would be good if I hooked this up
4 Months Ago
Put these back Some safety in SetPalette
4 Months Ago
Fix off-by-1 in Carve
4 Months Ago
Show world name if trying to save an existing world
4 Months Ago
Add return buttons
4 Months Ago
Save new world properly
4 Months Ago
Mark voxel textures as used again
4 Months Ago
Use block type icon and tint color for inventory icons if applicable
4 Months Ago
For now make spawnpoints a feature
4 Months Ago
Add items for the 4 current block types
4 Months Ago
Reimplement dirt punching
4 Months Ago
Blocks must specify item type if want to drop
4 Months Ago
Let mining laser destroy soil
4 Months Ago
Fix prop rotation not being deterministic
4 Months Ago
Fixed not being able to drop items [whoops]
4 Months Ago
Change path of loading a world, so it should only load once for host and remote client
4 Months Ago
Generate some soily beaches
4 Months Ago
World gen block tweaks
4 Months Ago
Fixed position for dropped block
4 Months Ago
I don't know what this is doing but it's making everything too dark Make noise texture match voxel resolution
4 Months Ago
Fixed block item temp world model
4 Months Ago
Refactor block spawning
4 Months Ago
Fixed some issues in hotbar
4 Months Ago
Update inventory UI style Crafting menu style improvements
4 Months Ago
Get rid of BlockItem - do it another hacky way for now, solve this problem of multiple item types later Fix
4 Months Ago
Clean this up a bit
4 Months Ago
Send chunk info from host to clients when they join (this is pretty shit), commented out because it's crashing?
4 Months Ago
pine tree and actual fix for tree hit boxes Merge branch 'main' of sbox-hc2
4 Months Ago
added watertank_02
4 Months Ago
Spawn item on block destroy
4 Months Ago
Add BlockItem. Make some stuff in Item virtual. Add Item.Name (virtual). Can use BlockItem.Create( Block, int ) to create a block item.
4 Months Ago
Blocks respect GatherSourceKind
4 Months Ago
hitbox tweak