userlamalovecancel

7,059 Commits over 2,833 Days - 0.10cph!

7 Years Ago
Update bindinggen
7 Years Ago
Automatic null checking for unreal types
7 Years Ago
Fix player states not being removed
7 Years Ago
Update to .NET Core 2.0
7 Years Ago
Replicate inventory using NetworkEntityReference
7 Years Ago
Add entity serializer, fix ImmutableList serialization
7 Years Ago
More generic network serialization Add back List<T> serializing
7 Years Ago
Reload times
7 Years Ago
Add a delay task that uses game time, remove old UObject map
7 Years Ago
Update bindinggen
7 Years Ago
Oops
7 Years Ago
Defer creation of InventoryPackage trigger until it can be picked up
7 Years Ago
Update hotload
7 Years Ago
Cleanup static field replacement, skip static compiler generated types
7 Years Ago
Bringing changes over from SandboxGame
7 Years Ago
Fix Gamemode.Current becoming null after hotload
7 Years Ago
Hope MyGet still has 3.5 SDK
7 Years Ago
How about now
7 Years Ago
Fix CI?
7 Years Ago
Update project files, add test for recent issue, also fix NRE in DelegateTest7 because ctor didn't assign all fields
7 Years Ago
Fix some issues with hotload
7 Years Ago
Add flag to prevent dispose from being called multiple times
7 Years Ago
Update bindinggen
7 Years Ago
Don't use move
7 Years Ago
Update bindinggen
7 Years Ago
Improve GCHandle logging, fix a GCHandle leak
7 Years Ago
Update bindinggen to hopefully fix hotload
7 Years Ago
Replace GCHandle with our own implementation (required for hotload)
8 Years Ago
Fix forward declares for managed definitions
8 Years Ago
Update bindinggen to fix forward declares
8 Years Ago
Use Cast<T> instead of dynamic_cast<T> for Unreal types (fixes #40)
8 Years Ago
Update bindinggen, cleanup old things in singleton
8 Years Ago
Implement dispose pattern, increase memory pressure when handles are in use
8 Years Ago
Update bindinggen to fix forward declares
8 Years Ago
Always forward declare in header, don't do it inline
8 Years Ago
Update binddinggen, swap defs to demonstrate other error
8 Years Ago
Sort definitions by dependencies, not just inheritance
8 Years Ago
Cleanup C# projects
8 Years Ago
Updating to .NET Core 2.0 (preview 2), not working yet dynamic is BANNED Merge pull request #89 from Facepunch/netcore2.0 Upgrade to .NET Core 2.0 preview 2
8 Years Ago
dynamic is BANNED
8 Years Ago
Updating to .NET Core 2.0 (preview 2), not working yet
8 Years Ago
Update bindinggen
8 Years Ago
Show a message when skipping file writes
8 Years Ago
Update bindinggen
8 Years Ago
Don't write files if existing content is the same
8 Years Ago
Don't return invalid pointers from object map
8 Years Ago
Fixes "Invalid object in GC" crash
8 Years Ago
Update README.md
8 Years Ago
Update bindinggen to fix broken weak handles
8 Years Ago
Fix locking weak handles, it needs to clone to a strong handle