userLayladcancel
branchsbox-architect/mastercancel

55 Commits over 457 Days - 0.01cph!

2 Years Ago
Move some shit to util Add IntVector2
2 Years Ago
Add preview to placeable tool
2 Years Ago
Add object resource to define placeable objects
2 Years Ago
Placeables use grid coords instead of axis row, easier to manage Remove placeables on map reset Save and load placeables
2 Years Ago
spawn door frame model for placeable
2 Years Ago
debug draw placeables
2 Years Ago
Add axis and row to placeable
2 Years Ago
Clip polygons from walls for placeables
2 Years Ago
Use clipper2
2 Years Ago
wall debug
2 Years Ago
remake hud
2 Years Ago
Get game compiling again
3 Years Ago
fix wall preview fucking up
3 Years Ago
mesh all sides of wall preview
3 Years Ago
Don't simulate current tool if we're driving the camera
3 Years Ago
Allow all tools to use arrow preview
3 Years Ago
fix wall preview
3 Years Ago
Use the new debug overlay thing
3 Years Ago
test the new particle when removing a room
3 Years Ago
Fix bug getting corner half edges or vertices of face
3 Years Ago
change preview color for removing walls
3 Years Ago
Add simple preview rendering for wall tool
3 Years Ago
Fix camera being shit at low fps
3 Years Ago
Only remove distinct edges when removing room
3 Years Ago
Properly remove floors by setting the type to zero and removing any edges that don't have a floor opposite Remove whole rooms with select tool until there's proper selecting
3 Years Ago
Better copying of face properties Don't destroy edge of connecting rooms when removing wall, just set the wall type to zero
3 Years Ago
Try to remove rooms by removing edges that have an outer face
3 Years Ago
Add half edge data to support foundations and platforms Better base tool Create a physics body for each wall, mapping triangle index is unreliable Try to remove walls with delete tool
3 Years Ago
Add command to reset map
3 Years Ago
Don't allocate massive buffers upfront, resize as needed
3 Years Ago
Inherit face data when splitting a face
3 Years Ago
add edge type and face type/height to map save/load
3 Years Ago
temp tool to raise and lower floors
3 Years Ago
Simple tool system
3 Years Ago
Add floor mesh so we can replace with a terrain later
3 Years Ago
Add grid mesh to floors
3 Years Ago
Fix incorrect wall meshing when there's multiple hidden walls around our vertex connection
3 Years Ago
Mesh the sides of floors
3 Years Ago
Add hidden wall type, wall still exists but isn't meshed
3 Years Ago
Optimize floor triangulation by just skipping parallel vertices https://files.facepunch.com/layla/1b2111b1/sbox_0176.mp4
3 Years Ago
Basic floor triangulation
3 Years Ago
Add basic map saving and loading
3 Years Ago
Room detection https://files.facepunch.com/layla/1b1811b1/sbox_0165.mp4
3 Years Ago
Move wall geometry code out of game Add grid object
3 Years Ago
delete empty map, dont need this shit now
3 Years Ago
fix errors yeah baby yeah
3 Years Ago
pan with middle mouse
3 Years Ago
Generate mesh collision instead of convex shapes, faster
3 Years Ago
send client the edge and not the steps, avoids having to rebuild each step, server already confirmed the edge is valid
3 Years Ago
Remove body when we're done with it