userlamalovecancel
repoSandboxGamecancel

611 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
Disable import.json cause it would never work as is with these changes
5 Years Ago
Try changing to inline static Lets try giving it what it wants Oh probably this Allow multiple steam users from the same account (to test multiplayer) Test WorldModel is valid before using it PropEntity Editable Merge branch 'master' of github.com:Facepunch/SandboxGame into filesystem-restructure Fix file change filtering, fix loading textures embedded in FBX
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
5 Years Ago
Reload the menu if the gamemode fails to load
5 Years Ago
Remove all the search path stuff
5 Years Ago
Only mount addons when they're active (breaks the icons on the menu, but that's expected)
5 Years Ago
Loading addons without mounting them almost working
5 Years Ago
Missing nuget source
5 Years Ago
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
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
Add a temporary field to addon.json to turn sandboxing off
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
5 Years Ago
Update codesandbox
5 Years Ago
Almost there, just some codesandbox bugs left
5 Years Ago
Expand the whitelist
5 Years Ago
Integrating Facepunch.CodeSandbox, also upgrades to .NET Core 2.1.8 (happened automatically)
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