userlamalovecancel

6,973 Commits over 2,741 Days - 0.11cph!

6 Years Ago
Make PooledList<T> use FP.System's pooling so it wont allocate as much
6 Years Ago
Use generics to store PoolCollections instead of a Dictionary
6 Years Ago
Make sure FoW map is set when initializing drawer
6 Years Ago
Moved the campfire light source down a bit so it stays under the spit
6 Years Ago
Fix some things that blocked loading savegames
6 Years Ago
Zero allocation fog of war
6 Years Ago
Specialized fog of war for full circles so it's not as slow
6 Years Ago
AOT serialization and other changes for IL2CPP
6 Years Ago
Limit camera angles
6 Years Ago
Binds for camera angle clamping Fix a crash when initial workspace fails to load
6 Years Ago
Directional lines, other behavior tweaks, spectator UI fixes
6 Years Ago
Add code
6 Years Ago
Initial commit
6 Years Ago
Switch to anime.js
6 Years Ago
Enable debug mode for velocity.js
6 Years Ago
Allow mouse capture on any element, not just div
6 Years Ago
Fix an exception preventing the game from running a second time in editor
6 Years Ago
Re-save shaders
6 Years Ago
Allow GetEntitiesInRadius to search for interfaces too Include all entities in GetEntitiesInRadius' search
6 Years Ago
Fix some broken icons
6 Years Ago
Upgrade to FontAwesome 5.1 (switch to class fas instead of fa)
6 Years Ago
Add Vector2.Random
6 Years Ago
Add Vector2.Dot
6 Years Ago
`Make Quat.FromAngles accept Angles, getter for viewport size and camera aspect ratio
6 Years Ago
Vector2 length property, distance method
6 Years Ago
Only serialize required fields for vector and box structs
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
DangerousGetPinnableReference -> GetPinnableReference
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