userlamalovecancel
branchSandboxGame/mastercancel

562 Commits over 730 Days - 0.03cph!

5 Years Ago
Fix inconsistent accessibility errors from generated code
5 Years Ago
Add FileSystem.FindInAddons to search addons that haven't been mounted yet Remove some unused stuff
5 Years Ago
Fix data func and methods so code that runs on regular vue just works
5 Years Ago
Update to Cecil 10.4
5 Years Ago
Map the rename event to two changes
5 Years Ago
Fix the in game menu header buttons Merge branch 'master' of github.com:Facepunch/SandboxGame
5 Years Ago
Bring back lodash
5 Years Ago
jQuery and Lodash are banned (and promise polyfill that we don't need)
5 Years Ago
Hide the file not found message when the HUD tries to load something (will show in coherent's log - why does less even load these?)
5 Years Ago
Setup vue-router for the menu
5 Years Ago
Add GetComponent in JS to get Vue component templates (returns a promise)
5 Years Ago
Namespace
5 Years Ago
Fix UI hotloading for things loaded by coherent (including less imports)
5 Years Ago
Fix the stylesheet list not loading less files as less
5 Years Ago
Support relative paths when using less in vue components (also removed dotLess)
5 Years Ago
Fix Coherent inspector path
5 Years Ago
Remove all the generated files that have absolute paths in them Missed a project file change
5 Years Ago
Update CodeSandbox, whitelist some more things, enable sandboxing on some addons - SourceImport - Sandbox - QFusion - Citizen
5 Years Ago
Update CodeSandbox to fix verification failures on some initonly fields (readonly)
5 Years Ago
Update CodeSandbox with fix for dependency addons being considered blacklisted
5 Years Ago
Bring the Addons folder back, but don't support enumerating or watching on it
5 Years Ago
Loading addons without mounting them almost working Only mount addons when they're active (breaks the icons on the menu, but that's expected) Remove all the search path stuff Reload the menu if the gamemode fails to load Merge branch 'master' of github.com:Facepunch/SandboxGame into filesystem-restructure Fix file change filtering, fix loading textures embedded in FBX Disable import.json cause it would never work as is with these changes Merge branch 'filesystem-restructure'
5 Years Ago
Missing nuget source
5 Years Ago
Integrating Facepunch.CodeSandbox, also upgrades to .NET Core 2.1.8 (happened automatically) Expand the whitelist Almost there, just some codesandbox bugs left Update codesandbox Add a temporary field to addon.json to turn sandboxing off Code sandboxer loads the dependencies on other addons as trusted (they get sandboxed on their own) Disable sandboxing in MapBuilder, MenuSystem, and SourceUtils. Fix SpacePhysics build
5 Years Ago
Make the save filesystem go through the main one instead of being separate
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