branchsbox-foundry/mastercancel

27 Commits over 92 Days - 0.01cph!

9 Months Ago
Fix NRE inside inventory Rebuild node.vmat (didn't have texture??) ResourceNode grants 1 iron ingot per hit for now
9 Months Ago
Cleanup Use iconify for icons, inventoryitem displays item count instead of name Smooth camera Z axis for small changes (better crouching, stairs, etc)
9 Months Ago
Fix nullref inside RecipeLibrary if no recipes exist on an item Interaction refactor "Foundry simple" shader w/ point filtering Placeholder resource node model Basic resource node ent
9 Months Ago
Use separate map for menu scene, designed for that specific purpose
9 Months Ago
Triangulate quads inside obj loader Conveyor is ModelEntity, uses model exported from Hammer w/ hotspot textures
9 Months Ago
Fix chat Set tickrate in project settings Dev map update + full compile Use vmap inside menu scene Tweak menu card styling, don't filter
9 Months Ago
Squash merge of mainmenu branch
11 Months Ago
Squashed commit for all the conveyor stuff
12 Months Ago
tiny inventory style adjustments / fixes Use material icons
12 Months Ago
Make citizen look much less intimidating in inventory menu
12 Months Ago
Inventory UI rework https://files.facepunch.com/alexguthrie/1b3111b1/sbox-dev_ySaBroedEg.png Basic cubic bezier implementation
12 Months Ago
Inventory rewrite
1 Year Ago
Remove crafting bench from dev map Iron plate prefab, update miner & smelter recipes Inventory bugfixes
1 Year Ago
Crafter prefab Miner / smelter prefabs Fix crafting recipes not taking more than 1 of each input from inventory Tidy up building ghosts
1 Year Ago
Hide crafting menu after crafting something Simplify Inventory giving code PlayerControllerMechanic filename reflects class anme Add built-in building placement tool Remove build hammer Fetch inventory items by slot in UI Crafting successful event UI notification system, OnEvent attributes Add prefab reference to crafting recipe Sync BuildToolComponent target, use for building placement Miner prefab tweaks Use warning instead of error for prefabs without tags Hide placement debug stuff behind debug_buildsystem convar Cleanup
1 Year Ago
MenuPanel - set visible class inside OnVisibilityChanged, check for E key as well to close
1 Year Ago
Abstract show/hide into MenuPanel for Inventory/Crafting, add escape to hide
1 Year Ago
Move components into sub-folders, move enums out into their own files
1 Year Ago
Helper method for prefab enumeration Cleanup Auto propagate RunGameEvents Use events to show crafting bench UI Fix NRE when trying to drop blank inventory slot Split dropping and removing logic Basic crafting logic, rename Items to Storage
1 Year Ago
Just use a transform silly!! add Item.IsActive prop Trim unused inputs Interacting uses RMB, ignores buildzone tag Crafting Recipe Library UI cleanup
1 Year Ago
Building placement bounds check Separate build component out logically into multiple files
1 Year Ago
Organise prefabs into folders Fix oversight where entire inv would become highlighted when dropping active item Basic building logic Show character in inventory
1 Year Ago
Inventory debug UI Delete unused pistol/smg prefabs Build hammer prefab 🔨 Highlight active item in hotbar
1 Year Ago
Set max stack size to 100 instead of 64 Half-decent inventory styling Add Item.OnDrop
1 Year Ago
Inventory bugfixes Inventory - trim the fat, move back to prefabs for consistency between all items Split Item into Material and Tool, should help keep things a lot more organised since we can separate their behaviours
1 Year Ago
dev_islands map w/ build dev_islands map as default Build zones Inventory refactor, supports slots, backed by GameResources
1 Year Ago
Initial commit Update .addon, basic inventory Hook inventory UI up Placeholder iron ingot model Iron ingot prefab Debug - give players all item prefabs on spawn Show item names in inventory UI E to open inventory Hotbar UI & inventory logic Shite item dropping