userlamalovecancel

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

6 Years Ago
Fix UI masking, fix some broken behavior with buttons
6 Years Ago
Button hit zones (for most things I think)
6 Years Ago
Some platform fixes
6 Years Ago
Need the editor enabled too
6 Years Ago
Compiling without steamworks, more settings
6 Years Ago
Option for vignette Lower resolution unit outlines (plus sample reduction) Disable another Dynamic Decals thing (testing)
6 Years Ago
More project settings adjustments Add an option to force HDR off for some cameras on some platforms Add different render scale options (switching back to 100% is currently bugged) Disable a bunch of other options Mostly fix the squad editor rendering bug Disable Dynamic Decals (its slow and broken here) Some shader tweaks
6 Years Ago
Reset texture settings to default (for now)
6 Years Ago
Fiddle with quality settings Make the post processing and UI blur options static (removes their Update calls) More UILineRenderer optimization Disable crowd animations for now Fix more shader and texture issues
6 Years Ago
Optimize UILineRenderer so it doesn't take 0.5ms to mesh out small line
6 Years Ago
Little bit of fixes
6 Years Ago
Listen for external connections
6 Years Ago
Some fixes for the resolution option
6 Years Ago
Merge from main
6 Years Ago
Merge from ws
6 Years Ago
Use a different websocket library in the editor and standalone
6 Years Ago
Lots of server fixes
6 Years Ago
Merge from main
6 Years Ago
Client can connect without raknet
6 Years Ago
Server builds without raknet
6 Years Ago
Remove the map editor grid from all the map preview images
6 Years Ago
Fix the surrender button not cleaning up properly
6 Years Ago
Fix charger damage previews not accounting for armor
6 Years Ago
Highlight tiles green when they have a friendly unit but are in the chargers attack path (also two small bugs in highlighting)
6 Years Ago
Adjust tile targeting for line attacks, now supports limited height variation as well (charger uses this to go up/down), also disable terrain LOS for charger attack
6 Years Ago
Fix some charger bugs related to holes in the map (animation stopping early, pushing too little)
6 Years Ago
Fix some issues with AI in Update
6 Years Ago
Handle AI in Update instead of a coroutine triggered by events - hopefully more reliable
6 Years Ago
Fix server build (and remove some warnings)
6 Years Ago
Subtract 6328, 6329
6 Years Ago
Missed file
6 Years Ago
Add tracing for player event dispatch, added more player buttons on menu
6 Years Ago
Add a preprocessor flag to toggle tracing
6 Years Ago
Tracing fixes, fix login assert failure
6 Years Ago
Add tracing code to help diagnose the deadlock Pressing D in the console will dump all current traces so we can get async "stacks" of everything that's running Also fixed the editor entity disappearing forever probably
6 Years Ago
Upgrade to Unity 2019.1
6 Years Ago
Add an option to turn off the tutorial prompts
6 Years Ago
Remove all the generated files that have absolute paths in them Missed a project file change
6 Years Ago
Update CodeSandbox, whitelist some more things, enable sandboxing on some addons - SourceImport - Sandbox - QFusion - Citizen
6 Years Ago
UntrustedAssemblies only includes things being processed, not references too
6 Years Ago
Update CodeSandbox to fix verification failures on some initonly fields (readonly)
6 Years Ago
Switch to fork of ILVerification
6 Years Ago
Update CodeSandbox with fix for dependency addons being considered blacklisted
6 Years Ago
Rename <PreprocessedAssemblies> to <UntrustedAssemblies> Changed <TrustedAssemblies> to refer to assemblies which will be trusted 100% Added <ReferenceAssemblies> to refer to assemblies that are not trusted but will not be modified
6 Years Ago
Improve performance of finding values in a column Improve processing performance Fix mistake in string size calc, show correct sizes for strings and arrays Fix int overflow Add a metadata collector to get scene hierarchy info
6 Years Ago
com.unity.memoryprofiler@0.1.0-preview.6
6 Years Ago
com.unity.memoryprofiler@0.1.0-preview.6
6 Years Ago
6 Years Ago
com.unity.memoryprofiler@0.1.0-preview.5 Improve performance of finding values in a column Improve processing performance Fix mistake in string size calc, show correct sizes for strings and arrays Fix int overflow Add a metadata collector to get scene hierarchy info Workaround for metadata implicit collectors not being called
6 Years Ago