branchsbox-dungeons/maincancel

81 Commits over 212 Days - 0.02cph!

10 Months Ago
Reset explored minimap when generating new Action bar + fixed pointer events
10 Months Ago
Bit of optimization on fog of war
10 Months Ago
Minimap fog of war Overlay minimap, toggled with +iv_score
10 Months Ago
Fix minimap not showing on start Sharpen minimap texture
10 Months Ago
Reimplement doorways and player icon
10 Months Ago
Temporary fog of war TextureDrawer utility Redo minimap to use a generated texture
10 Months Ago
Fit corner minimap inside background image
10 Months Ago
ServerCmd to generate random dungeon Zoom minimap in, center it to player's position
10 Months Ago
Fix node names
10 Months Ago
Draw monsters on the minimap
10 Months Ago
Fix agent not putting itself back on grid while moving
10 Months Ago
Fix start node getting overwritten Tweak random node placement so all cells are routed
10 Months Ago
Add minimap iv_score to toggle minimap, iv_menu to toggle inventory
10 Months Ago
Tighten up camera
10 Months Ago
Fix affix ui Light radius stat, player default, and affix Implement LightRadius stat to player's light Dungeon determines fog
10 Months Ago
Let affixes only support certain item types
10 Months Ago
Affix selection during item generation Item & affix levels Show item & affix levels in tooltip Fix up affix tier rolling
10 Months Ago
StashableIcon -> ItemIcon Dedicated panel for item tooltips
10 Months Ago
Add item rarity StashableDetailData -> ItemData
10 Months Ago
Give cap & shield implicit armor
10 Months Ago
ImplicitAffixData -> ImplicitStat User friendly display of implicits and explicits in item tooltip
10 Months Ago
Item Implicit affixes Give items their own seed on generation, apply implicits on equip
10 Months Ago
Highlight cells an item can be placed into when moving item
10 Months Ago
Item affix system Give items affixes, apply them when equipping an item
10 Months Ago
Add note Update .addon Player stat system
10 Months Ago
Style tweak Pickup item on pressed, not down Cleanup
10 Months Ago
Add constraint for occupied inventory slots Add leather cap item
10 Months Ago
Stash cell constraints - can't wear belt on head Client-side constraint hints
10 Months Ago
Spawn player with a few more items Fix skipping slot 0 on insert
10 Months Ago
Minor tweaks
10 Months Ago
Tooltip style
10 Months Ago
Font & inventory styling
10 Months Ago
Cleanup, don't allow placing items into occupied slots
10 Months Ago
Add leather belt Skip input until player releases mouse after clicking an item
10 Months Ago
Item game resource Align equipment slots, add main hand and off hand slots Show items icon and name in ground labels and inventory
10 Months Ago
Place item in first available slot
10 Months Ago
Clean up player input, hovering item labels lets simulation know you're hovering that label's entity Make player walk to item before picking it up
10 Months Ago
Items can be dropped to world Show labels for items on floor Click item's label to pick it up
10 Months Ago
Equipment inventory slots
10 Months Ago
cellcount -> cells
10 Months Ago
Add second stash to player's inventory, make it all work
10 Months Ago
Remove unused stuff StashManager to handle moving items to different cells or inventories
10 Months Ago
Insert and remove items into inventory grid, automatically maintains their position Tippy style adjustment Remove old bs inventory grid
10 Months Ago
Inventory style adjustments No hover effect on occupied slots Much simpler grid inventory panel Layout if rect has changed Set cell count, columns, margin via html attributes
10 Months Ago
Fix error on start
10 Months Ago
Fix pointer events sometimes preventing game input Complain when agents occupy the same space Fix up visual issues when rebuilding and laying out inventory/grid cells Fix drag canvas z'ing over items Repivot tooltip if its off screen
10 Months Ago
Pass cell spacing as a parameter Give the player an item on spawn Fix up tooltip Enable pointer events on stash panel
10 Months Ago
Inventory ui refactor Simple ui management Don't run player input when ui is hovered
10 Months Ago
Player's inventory ui
10 Months Ago
Update .addon Simple stash data & logic UI grid layout helper Stash & tooltip ui