userlamalovecancel
branchSandboxGame/mastercancel

562 Commits over 730 Days - 0.03cph!

6 Years Ago
Limit the number of some assets being loaded at a time Remove redundant async modifiers
6 Years Ago
Use a simpler test model with embedded textures
6 Years Ago
Use textures embedded in models Update bindinggen
6 Years Ago
Update bindinggen
6 Years Ago
Add FBX model that uses transforms
6 Years Ago
Update assimp
6 Years Ago
Find GTA5 when it's not installed from Steam
6 Years Ago
Addon to find other installed games, currently only Steam
6 Years Ago
Remove the references list, remove reference folder because we can just use the CoreCLR folder
6 Years Ago
Can't skip hotload on instance being swapped
6 Years Ago
Reset button states and don't change mouse when lost focus
6 Years Ago
Don't fall through grates
6 Years Ago
Fix some materials not loading because backslashes got into the paths Also make EntityCreationScope a struct because it can be one
6 Years Ago
Enumerate files in VPK
6 Years Ago
Fix wrong hotload instance count for arrays
6 Years Ago
Hotload Addon.json
6 Years Ago
CSS tweaks
6 Years Ago
Customize names on options menu with attributes
6 Years Ago
Update option values on menu when they're changed
6 Years Ago
Skip hotload on ValveBspFile, unregister old assembly before registering new one
6 Years Ago
Allow skip attribute on non-static classes, apply it to ValvePackage
6 Years Ago
Settings now editable
6 Years Ago
Javascript
6 Years Ago
Optionally allow Vue's data function
6 Years Ago
Only call HotloadFinish after all references are updated, call addon reload when hotload completes
6 Years Ago
Addon reload event, base class for addon entry so its less verbose
6 Years Ago
Revert "Cleaner build script?" This reverts commit 091948ec7af7704f1a7c071b0674974b4b59371d.
6 Years Ago
Build tools first
6 Years Ago
Keep track of types used to store settings Assembly monitors in addon resources, split up settings Remove hotload test code Unload gamemode addon when returning to menu Save the selected gamemode so we don't always have to pick it Some coherent debugger css patches Options page lists properties, add callback to set property on change Update hotload Add hotload roots for custom filesystems and assembly monitors Merge branch 'settings'
6 Years Ago
Lock when accessing registered classes
6 Years Ago
Fix NRE if addon entry fails, launch game from vscode
6 Years Ago
Change path back
6 Years Ago
Remove archive hack used for gtasa
6 Years Ago
Update Zio, lock when setting assembly monitors
6 Years Ago
Update bindinggen to allow null strings
6 Years Ago
Cleaner build script?
6 Years Ago
SanAndreas was inside out
6 Years Ago
Add FileSystem.DirectoryExists, remove some old stuff
6 Years Ago
Remove existing coreclr directory when generating it again
6 Years Ago
Cleanup addon json
6 Years Ago
Entry point for addons, automatically unmount and clear paths on unload
6 Years Ago
Fix some project output paths
6 Years Ago
Shorten map names on UI
6 Years Ago
Reference System.Diagnostics.Tools
6 Years Ago
Fix C# file paths in debug info
6 Years Ago
Fix some FS watching issues, support watching WebFileSystem
6 Years Ago
Fix map selection
6 Years Ago
Working on using Zio to abstract filesystem nicely Update Zio Use Zio for filesystem watching, make game load again Fix paths to source files for debugger, update Zio Bindings changed SanAndreasImport needs physical filesystem Demo loading asset over HTTP Bindings changed Merge pull request #111 from Facepunch/use-zio Use zio
6 Years Ago
Fix crosshair component conflict
6 Years Ago
Make component JS show up in coherent debugger, fix bottom of sources list cutting off