userlamalovecancel

6,638 Commits over 2,557 Days - 0.11cph!

5 Years Ago
Make the default operation for namespace pattern the namespace matcher (allows exact match and all child namespaces)
5 Years Ago
Add TrustedAssemblies pattern
5 Years Ago
Item recipes, bunch of UI work
5 Years Ago
Add shared classes to load and cache data assets, server can now load them all properly
5 Years Ago
Grab the Unity compatibility layer from Clatter so we can read the ScriptableObject data
5 Years Ago
Setting things up for items
5 Years Ago
Stone and copper nodes, new tree model, fix bug in IntervalTimer when the interval isn't 1
5 Years Ago
Progress on inventory UI
5 Years Ago
Implemented materials inventory
5 Years Ago
Change editor to not login as a player (no more extra player stuck in floor + editor gets chunks in range of its camera)
5 Years Ago
Resource nodes automatically refill after being depleted for a while
5 Years Ago
Fix spawn rotation, move with LMB if camera is being controlled
5 Years Ago
Implemented interacting with resource nodes * Very minimal start of an inventory * Player update loop on server * Fixed slow lerping * Player yaw kind of works (not setting it in a few places yet) * More water shader fixes * Server to player messaging (events)
5 Years Ago
Refactor to use EntityId instead of Guid (fixes #3), add the entity update stream resume code back to ChunkRegistry
5 Years Ago
Setup controls and UI for interacting with things in the world (also HUD I think)
5 Years Ago
Player turn controls, fix login message order, play with water shader
5 Years Ago
Split Chunk into two grains, one to just register entities and the other to operate on them (#2)
5 Years Ago
Turnv player with keyboard, actual fix for duplicating entities (I hope)
5 Years Ago
Make the save filesystem go through the main one instead of being separate
5 Years Ago
Camera raycasting, platform ramps
5 Years Ago
Add a platform entity, support changing view parameters (can scale platform)
5 Years Ago
Fix some more issues with spawning (and maybe real fix for player going back to zero?)
5 Years Ago
Abstract logging code so categories can be turned off or stripped from builds Fix entity position not being set sometimes in the editor?
5 Years Ago
Fix a entities being deleted when exiting play mode, add water
5 Years Ago
Fix a bunch of issues related to moving between chunks
5 Years Ago
Implemented deleting entities from the editor
5 Years Ago
Spawn entities as prefab instances in the editor
5 Years Ago
Fix spawning duplicating, implement moving entities in the scene view
5 Years Ago
Add a tree, changing things to allow editing server entities from the unity editor
5 Years Ago
Can now launch two clients and see players move around
5 Years Ago
Fix some things leaking to/from edit mode, implement move handler
5 Years Ago
Almost got the editor to connect to the server (trying to make it so I can edit the server world from it)
5 Years Ago
Client side chunk logic
5 Years Ago
Custom inspector for assigning prefabs to view classes, can spawn in entities from the server now
5 Years Ago
Fix deadlock from cicular dependency in Chunk and Entity init, more client work
5 Years Ago
Client progress (can connect and send position updates)
5 Years Ago
Add TCP frontend for game client to connect to
5 Years Ago
Dirty flag + Autosave timer
5 Years Ago
Fix some bugs with chunk stream aggregation when the server reboots
5 Years Ago
Add code
5 Years Ago
Initial commit
5 Years Ago
Resizable entity inspector and some other stuff
5 Years Ago
Move imgui back into engine addon because it's weird/annoying being separate Remove the old inspector code
5 Years Ago
Add RequiresAuthority attribute, inspector will make those properties readonly when it doesn't have authority
5 Years Ago
Freeze imgui textbox value while it has focus
5 Years Ago
Add ColorOptions attribute for turning off the alpha channel etc, also support readonly flag
5 Years Ago
Fix ColorInput's color not showing up sometimes
5 Years Ago
Switch color picker to use Color values (instead of Color32)
5 Years Ago
Use the color picker in the map builder too
5 Years Ago
Add generic color picker component, hook it up to imgui and inspector