userlamalovecancel

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

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
5 Years Ago
Range attribute adds a slider to numeric fields in the inspector
5 Years Ago
Fix range attribute step Add slider field
5 Years Ago
Add Header, Range, and Multiline attributes
5 Years Ago
Maintain property accessibility modifiers in generated proxies
5 Years Ago
Replace another finalizer that would never be called with Destroyed
5 Years Ago
Fix filesystem watcher leak
5 Years Ago
Fix Inspector.RenderDefault
5 Years Ago
Revert "Fixed vue not reacting to variable changes (again)" This reverts commit 5623324fa81ebbb7bef4e18a58285868f1c3e137. Fix combine() mutating arrays the wrong way
5 Years Ago
Make properties with non-public setters show as readonly in inspector
5 Years Ago
Fix in game console scrolling
5 Years Ago
Add HudComponent.Destroyed, hide a bunch of HudComponent stuff that should be private/internal
5 Years Ago
Fix some inspector/imgui style issues
5 Years Ago
Fix ragdoll editor
5 Years Ago
Add imgui addon (refactored from the one in engine) Remove vue component namespaces Remove the old imgui Fix case sentivity issue with vue components Tolerate null RootComponent in AbsoluteLocation/Rotation/Scale Remove debug log from JS Fix some imgui stuff (disabled/readonly flag, scrolling, styles) Inspector bring up Update EntityInspector, other small fixes Enum inspector Fix readonly, handle setting things in structs, other small fixes Remove the old inspector
5 Years Ago
Use json.net to deserialize arguments in JS->C# calls
5 Years Ago
Ctrl+F5 to reload the current gamemode
5 Years Ago
Fix Vue updating a frame late
5 Years Ago
Wait for coherent to finish rendering
5 Years Ago
Make sure HUD stuff ticks in the right order
5 Years Ago
Fix hotload not working correctly with hash based structuresd (Dictionary, HashSet)
5 Years Ago
Fix generated code missing some namespaces Forgot the proxies Strip out the surface tracking with forces for space physics
5 Years Ago
Avoid a possible NRE
5 Years Ago
Track wins, losses and highest elo per season
5 Years Ago
Missed file
5 Years Ago
ThemeEventChange -> ServerStateChange (Network++), also setup a client event and property for season stuff
5 Years Ago
Validate season number changes in database, add console command to start a new season
5 Years Ago
Initial changes to support seasons (will need to review GameHostInternet.OnGameClosed)
5 Years Ago
Add FileSystem.GetFullPath
5 Years Ago
Proxy IntrospectionExtensions Type checking WIP Pull out my verifier into a separate project, switch to using the (extremely new) one from CoreRT
5 Years Ago
Fix entire in game HUD scrolling sometimes Remove some changes made for debugging
5 Years Ago
Add some (failing) tests for the unsafe IL used in System.Runtime.CompilerServices.Unsafe
5 Years Ago
Bring this back to life
5 Years Ago
Namespace change (will probably remove namespacing later though)
5 Years Ago
Radial menu
5 Years Ago
Fix components missing their namespaces
5 Years Ago
Add SetPositionAndRotation with optional collision correction stuff, BaseVehicle will disable physics and collision of the mounted entity
5 Years Ago
Build your own space ship
5 Years Ago
Gravity falloff, automatically disable ship gravity when influenced by planet gravity