userlamalovecancel
repoSandboxGamecancel

611 Commits over 730 Days - 0.03cph!

6 Years Ago
Add properties to get image pixels as Color32 struct
6 Years Ago
Name the generated VS solution whatever the parent folder is called
6 Years Ago
Catch exceptions from gamemode init so it doesn't prevent the menu from spawning
6 Years Ago
Write the generated C# files to compiler temp folder instead of addon folder
6 Years Ago
Remove todo from previous commit
6 Years Ago
Update to latest Roslyn and .NET Core 2.1, compile addons with C# 7.3
6 Years Ago
Need to compile with latest C# version
6 Years Ago
Experimental UnmanagedSerializer using unmanaged constraint
6 Years Ago
Fix reloadassets command stopping if one of them fails to reload
6 Years Ago
Fix crash when assimp import fails, now shows assimp's error message
6 Years Ago
Sort the lists on the start game screen
6 Years Ago
Can remove workspaces with middle mouse click
6 Years Ago
RMB and MMB wrong order
6 Years Ago
Can now add workspaces from the game UI
6 Years Ago
Error handling for workspace switching, add generic modal component
6 Years Ago
Workspace switching improvements
6 Years Ago
Fix vue instance lifecycle hooks not being called
6 Years Ago
Fix vue namespaces not working for some nested components
6 Years Ago
Implementing workspaces
6 Years Ago
wip axis tool
6 Years Ago
Add Quat.FindBetweenNormals and Quat.FindBetweenVectors
6 Years Ago
Mocking up a new tab
6 Years Ago
Fixed some css issues
6 Years Ago
Flexboxed the ingame console
6 Years Ago
endgame console command takes you back to menu
6 Years Ago
Add BaseEntity.Transform, remove internal virtual funcs for position/rotation/scale
6 Years Ago
Project generator tweaks
6 Years Ago
Experimenting with loading models on another thread Currently collisions don't work for some reason. Only assimp importing runs on the thread so this must be some other timing issue
6 Years Ago
Check for git build in project generator
6 Years Ago
Add a flag to prevent subassets from reloading because their parent will handle it
6 Years Ago
Use gamemode name instead
6 Years Ago
Generte launchSettings.json too
6 Years Ago
Overwrite nuget config if it exists
6 Years Ago
Remove out vars
6 Years Ago
Add console command to refresh addon list, add button on menu to use it
6 Years Ago
Fix newline
6 Years Ago
Generate nuget config too, do cleaning in project generator
6 Years Ago
Clean up generted projects so it only shows relevant addons
6 Years Ago
Fix in root project generation
6 Years Ago
Can generate projects for addons outside of game root now
6 Years Ago
Making local addon sources merge together so you can use multiple Fix enumerate performance Allow writing again (files still need to exist though) Enable asset server by default Merge branch 'merge-localfs'
6 Years Ago
Enable asset server by default
6 Years Ago
Allow writing again (files still need to exist though)
6 Years Ago
Fix enumerate performance
6 Years Ago
Making local addon sources merge together so you can use multiple
6 Years Ago
Update Facepunch.Steamworks
6 Years Ago
Fix end game taking you through multiple (fast) load screens
6 Years Ago
Temporary fix for error spam on dedi
6 Years Ago
Addons load from the server properly now maybe
6 Years Ago
Strip names from Addon.json