reposbox-corewarscancel

919 Commits over 455 Days - 0.08cph!

12 Months Ago
Update voxels submodule
12 Months Ago
Add BlockResource.TintColor and support tinting in shader
12 Months Ago
Don't show liquid block in the editor
12 Months Ago
Update shader to support _hue mask atlas
12 Months Ago
Resize textures + hue
12 Months Ago
Update materials to reduce atlas cell size to 32
12 Months Ago
Update shader
12 Months Ago
Update shader to support hue shift and new format. Update submodule. Add test Min/Max hue shift to grass block.
12 Months Ago
Update submodule
12 Months Ago
Added upside down stairs + icon
12 Months Ago
Update submodule
12 Months Ago
Update voxel submodule
12 Months Ago
Update dev_stairs.block
12 Months Ago
Potentially fixed preview on Editor Area Ghost for rotated voxel blocks
12 Months Ago
Update submodule Merge branch 'main' of sbox-corewars
12 Months Ago
Compressed weapon textures Merge branch 'main' of sbox-corewars
12 Months Ago
Don't forget other conflicting commands
12 Months Ago
Name cmd "cw_say" because calling it "say" conflicts with the base addon command when using s&works
12 Months Ago
Fix chatbox styling and if a player is on no team then send messages to the All channel
12 Months Ago
Added a block name label above the editor hotbar
12 Months Ago
Styling to toast list specific for the editor & autosave icon
12 Months Ago
Add ToastList to EditorHud. Automatically save a backup (world_backup.voxels) every 60 seconds.
12 Months Ago
Delete nameplate on EditorPlayer when destroyed
12 Months Ago
Add nameplates to EditorPlayer and set font on EditorHotbarSlot
12 Months Ago
Update submodule
12 Months Ago
Update submodule
12 Months Ago
Update to SetBlockOnServerKeepState
12 Months Ago
Update submodule. Update all editor tools to set state first, then block (without clearing state) when doing stuff like moving or duplicating blocks. Attempt to suss the best direction for a block when placing with the Place Blocks Tool.
12 Months Ago
Fix align to top on entities tool
12 Months Ago
Added Util.GetPositionMins and Util.GetPositionMaxs. Added support to rotate (R) a selection of blocks before pasting them with the Duplicate Blocks Tool (there's a slight half voxel offset on the preview atm when rotated 90 or 270 degrees...)
12 Months Ago
Add extra information to each editor tool (width, height, depth) and show axis on some
12 Months Ago
Remove DevShader from voxel shader
12 Months Ago
Potential fix
12 Months Ago
Update submodule
12 Months Ago
Fix tool positions in the selector radial menu (sort alphabetically by type name)
12 Months Ago
Do correct footstep sounds for the block the player is walking on
12 Months Ago
Fixed Move Blocks Action
12 Months Ago
Add a display slot number to the EditorHotbarSlot
12 Months Ago
Make some adjustments to building range
12 Months Ago
Added BlockGhost. Refactored how blocks are placed by players. Try to guess where the player wants to play it if they're looking over an edge
12 Months Ago
Only include valid blocks in initial set
12 Months Ago
Respect BlockType.ShowInEditor
12 Months Ago
Update submodule
12 Months Ago
Add a bunch of .block types and remove the old ones as classes unless they contain logic that can't be handled otherwise
12 Months Ago
Update submodule
12 Months Ago
Default detail scale for dev.block is 0.5
12 Months Ago
Added Util.Audio and Util.Color. Added dev.block. Removed DevBlock class. Fixed all team colors.
12 Months Ago
Add BlockTypeExtension and BlockType.GetItemTags() method. Implement tooltip for EditorBlockItem and EditorHotbarSlot.
12 Months Ago
Change TeamUpgradesNPC to TeamUpgradesEntity and ItemStoreNPC to ItemStoreEntity. Add aliases to both for backwards compatibility.
12 Months Ago
Implemented shrine models for item store, upgrades and airdrop Implemented neutralizer properly for explosive blocks Merge branch 'main' of sbox-corewars