userlamalovecancel

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

7 Years Ago
Add sound generator functions to get the number of played samples and size of sample queue, fix latency on music box
7 Years Ago
Addons compile again, including Span
7 Years Ago
Bring back references folder, add script to generate it
7 Years Ago
Progress on switching to UE4's voice capture and compression
7 Years Ago
Make Buffer<T> use Span<T> in C#
7 Years Ago
Don't log an error when settings file doesn't exist
7 Years Ago
Update bindinggen, more voice binding stuff
7 Years Ago
Fix null pointer check
7 Years Ago
Update bindinggen, bind voice encode/decode
7 Years Ago
Fix missing filename in parse error, compile error when using unrealptr
7 Years Ago
Lots of pointer work, sorted type definitions again to try and be more deterministic * Can use UE4's smart pointers by applying "unrealptr" modifier to native type * Expanded automatic null checking to work across all pointers instead of just UE4 GC objects * Can have weak smart pointers (both std and UE4)
7 Years Ago
Fix some exceptions from voice
7 Years Ago
Save and load settings from a file
7 Years Ago
Update bindinggen
7 Years Ago
Always use \n for EOL, better indenting
7 Years Ago
Add a way to get custom info out of addon.json, use it to store option definitions
7 Years Ago
Update bindinggen
7 Years Ago
Memcpy array elements coming from C# to prevent unaligned access exceptions
7 Years Ago
Generate mips in background without starving CPU
7 Years Ago
Unwrap exceptions when logging them
7 Years Ago
Missed SpotLight, call base Initialize just in case
7 Years Ago
Show load times for all asset types
7 Years Ago
Record more asset load times Update bindinggen
7 Years Ago
Coalesce null strings properly
7 Years Ago
Limit the number of some assets being loaded at a time Remove redundant async modifiers
7 Years Ago
Use a simpler test model with embedded textures
7 Years Ago
Use textures embedded in models Update bindinggen
7 Years Ago
Move accessibility modifier for types after native/managed so they actually work now
7 Years Ago
Update bindinggen
7 Years Ago
Fix properties being converted into get/set methods when in extensions
7 Years Ago
Show which file errors are from
7 Years Ago
Expand placeholder types to allow deeper type selection
7 Years Ago
Use private modifier to hide extended properties
7 Years Ago
Don't generate ambiguous indexers from extensions (fixes #50)
7 Years Ago
Add FBX model that uses transforms
7 Years Ago
Update assimp
7 Years Ago
Find GTA5 when it's not installed from Steam
7 Years Ago
Addon to find other installed games, currently only Steam
7 Years Ago
Remove the references list, remove reference folder because we can just use the CoreCLR folder
7 Years Ago
Changes from sandbox * Defer HotloadFinish until all references are updated * Catch and log exceptions thrown by INotice * Allow skipping on instances not being swapped (use with caution) * Throw NIE if an array doesn't start at 0
7 Years Ago
Can't skip hotload on instance being swapped
7 Years Ago
Reset button states and don't change mouse when lost focus
7 Years Ago
Don't fall through grates
7 Years Ago
Fix some materials not loading because backslashes got into the paths Also make EntityCreationScope a struct because it can be one
7 Years Ago
Enumerate files in VPK
7 Years Ago
Fix instance count for arrays
7 Years Ago
Fix wrong hotload instance count for arrays
7 Years Ago
Hotload Addon.json
7 Years Ago
CSS tweaks
7 Years Ago
Customize names on options menu with attributes