userLayladcancel
repoarcadecancel

63 Commits over 59 Days - 0.04cph!

9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Added some simple changes to the room browser to make it less confusing.
9 Years Ago
Merge branch 'master' of arcade
9 Years Ago
Added categories to room browser
9 Years Ago
Room description text uses best fit to make better use of the space, allowing a max of 4 lines of text
9 Years Ago
Merge branch 'net-lidgren' of arcade
9 Years Ago
Started on room browser visuals
9 Years Ago
Started on Main Menu UI
9 Years Ago
Improved chatbox visuals
9 Years Ago
Added history fade duration and delay to script to control through the inspector
9 Years Ago
Chatbox now removes history that completely overflows the history region
9 Years Ago
Added fading line history to chatbox to show chat when chatbox is closed
9 Years Ago
Chatbox now closes after submitting and fixed input focus, ActivateInputField was needed before Select
9 Years Ago
Chatbox scroll to bottom now only happens if the scroll is already at the bottom
9 Years Ago
Merge branch 'net-lidgren' of arcade into net-lidgren
9 Years Ago
Added auto scrolling to chatbox when text is added to output
9 Years Ago
Fixed chatbox submit button
9 Years Ago
Chatbox submit with enter press now works
9 Years Ago
Fixed chatbox output
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Improved chat box
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Added door center to door selectable sub-menu
9 Years Ago
Fixed some missing scripts after merge
9 Years Ago
Merge branch 'interior' of arcade into interior
9 Years Ago
Implemented sub-menu UI from the concepts
9 Years Ago
Added OnAltSelect to Selectables so they can choose to open a submenu on right click
9 Years Ago
Added cursor texture
9 Years Ago
Added some simple cos and sin tweening methods to make highlighting work again
9 Years Ago
Added Rebuild methods to RoomStructure and DoorStructure that will mark the room as needing building and builds it.
9 Years Ago
Added Interior accessor to BuildingTool so tools don't have to go through BuildingSettings to get the interior. Added logging when building a room before the interior has finished loading to make sure there's no repeated builds
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Interior now builds rooms and doors on creation if the interior has loaded, this allows the loader to build everything in a batch at the end of loading
9 Years Ago
Renamed RoomStructure.SetDirty to RoomStructure.NeedsBuilding
9 Years Ago
Removed PickingRay and CanPick from BuildingSettings, instead passing pickingRay and rayBlocked through Tool and Selectable active updates
9 Years Ago
Moved some editor logic from RoomStructure to RoomSelectable
9 Years Ago
Moved some editor logic from DoorStructure to DoorSelectable
9 Years Ago
Added room height saving and loading to protobuf
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Added editor toolbar back in
9 Years Ago
Started separating room geometry generation and editor logic
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior
9 Years Ago
Added floor and wall textures
9 Years Ago
Merge branch 'net-lidgren' of arcade into interior