branchSandboxGame/mastercancel
562 Commits over 730 Days - 0.03cph!
Fix grenade and tripmine ammo counting in multiplayer
Load Sandbox.Analyzers in addons, fix some sln shit for no reason
Preserve more whitespace in console (fixes up arrows on compile errors)
Bring back explosion and rocket trail effects
Fix generics in compiler proxy, reduce duplication in grenade and tripmine
Add my path to CookContent, remove nocompile
Vector3Range doesn't exist anymore
Bit of weapon cleanup, add rocket launcher pickup
Add tripmine pickups and let us use them
Fix grenade in multiplayer
Split consumables when dropping
Limit consumable amount, add pickup notifications
Don't require base.Tick in HudComponent
Catch and log exceptions thrown in tasks
Remove damage from armour before health
Some grenade shit
Don't immediately delete other instance's temp folder
Fix compiler error about async in generated code
Defer creation of BaseEntity overrides until all code is processed, fixes partial classes
Rename sync context and task scheduler, they aren't unreal specific
Run the webcon server on the thread pool
BindingGen generates the check for these now
Fix player states not being removed
Replicate inventory using NetworkEntityReference
Add entity serializer, fix ImmutableList serialization
More generic network serialization
Add back List<T> serializing
Add a delay task that uses game time, remove old UObject map
Defer creation of InventoryPackage trigger until it can be picked up
Fix Gamemode.Current becoming null after hotload
Fix some issues with hotload
Update bindinggen to hopefully fix hotload
Update bindinggen to fix forward declares
Update bindinggen, cleanup old things in singleton
Update bindinggen to fix forward declares
Update binddinggen, swap defs to demonstrate other error
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