userlamalovecancel

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

7 Years Ago
Update bindinggen
7 Years Ago
Add support for indexers (fixes #46)
7 Years Ago
Update bindinggen
7 Years Ago
Fix duplicate method check for extensions
7 Years Ago
Update Zio
7 Years Ago
Working on using Zio to abstract filesystem nicely
7 Years Ago
Add INetworkSerializable for networking custom types
7 Years Ago
Working on using Zio to abstract filesystem nicely
7 Years Ago
Add a keybind for voice chat instead of always being on
7 Years Ago
Update bindinggen
7 Years Ago
Prefix initialize function with namespace to avoid collisions
7 Years Ago
Allow forward declaration for native types to be changed to struct
7 Years Ago
Add some extra references
7 Years Ago
Update nuget packages before updating .net core Update .net core to release version
7 Years Ago
Crossbow doesn't shoot rockets
7 Years Ago
Attach decals so they don't float around
7 Years Ago
Add ancestors property to entity
7 Years Ago
Add missing bind
7 Years Ago
Add functions to change audio parameters while playing, update bindinggen
7 Years Ago
Add wrapper marshaler to do some null checks (fixes #37)
7 Years Ago
Add method aliases (fixes #48)
7 Years Ago
Selectively allow passing the class instance to static extension methods
7 Years Ago
First pass for extension methods
7 Years Ago
Accessibility modifiers
7 Years Ago
Add network serializer for arrays Make SoundStream usable Some progress on voice chat
7 Years Ago
Don't require unsafe to use voice
7 Years Ago
Better check for owner, should fix DS?
7 Years Ago
Pickup sound fixes
7 Years Ago
Fix attenuation on sound generator
7 Years Ago
Beepy grenades
7 Years Ago
Update bindinggen to fix some bad casts
7 Years Ago
No more auto/var unless its DynamicCast (fixes #47), fix DynamicCast on set props
7 Years Ago
Add option for setting attenuation on local sounds
7 Years Ago
Binding sound attenuation stuff
7 Years Ago
Allow parameterless unreal ctor Fix argument null exception when using unreal constructor on derived type
7 Years Ago
Fix some issues with PIE
7 Years Ago
Update README.md
7 Years Ago
Update README.md
7 Years Ago
Extract extension parameters by index
7 Years Ago
Update bindinggen
7 Years Ago
Prefix extension names so they can't collide
7 Years Ago
"Generic" extensions, allow the extension property to optionally be generated
7 Years Ago
Property extensions
7 Years Ago
Don't set owner in possess
7 Years Ago
Fix ragdolling
7 Years Ago
Always allow client to call client RPC
7 Years Ago
Throw when calling client RPC and owner is null
7 Years Ago
Fix NRE on server when placing tripmine
7 Years Ago
Fix promise crashes in sound generator, update bindinggen Move SineSound test to sandbox gamemode
7 Years Ago
Assign out params to default when catching exception (fixes #45)