userlamalovecancel

6,993 Commits over 2,771 Days - 0.11cph!

6 Years Ago
Some shader stripping
6 Years Ago
Move LWRP to Packages folder, hopefully Unity doesn't delete it Deleted LWRP documentation cause plastic got confused by it
6 Years Ago
Fixed all the alpha channel problems (LWRP is now in repo, with one change to ShaderPreprocessor.cs)
6 Years Ago
Alpha corrector changes, fix NRE when offline + saving player record
6 Years Ago
Always include the EdgeDraw shader too
6 Years Ago
Fix broken reflection probes in builds (need those unity shaders in always included shaders)
6 Years Ago
Fix window size always resetting when in windowed mode
6 Years Ago
Hide the file not found message when the HUD tries to load something (will show in coherent's log - why does less even load these?)
6 Years Ago
Setup vue-router for the menu
6 Years Ago
Add GetComponent in JS to get Vue component templates (returns a promise)
6 Years Ago
Disable graphics jobs (crashes in standalone builds)
6 Years Ago
Workaround for alpha channel being cleared (which doesn't work for some reason), disable avatar rendering in squad editor
6 Years Ago
Bumped up some texture settings
6 Years Ago
Add Clatter Blinn-Phong node to ASE so we can do cheaper (non-PBR) lit things
6 Years Ago
Specular working
6 Years Ago
Some progress
6 Years Ago
Disable post processing everywhere when we don't want it on
6 Years Ago
Don't use PBR shader for arena and tiles
6 Years Ago
Scaled down that huge texture
6 Years Ago
Namespace
6 Years Ago
More textures, did sounds too
6 Years Ago
Fix shader assignments, disable shader swapper in editor
6 Years Ago
Add an option to disable crowds
6 Years Ago
Render the menu avatar manually instead, seems to do better
6 Years Ago
Vignette toggling
6 Years Ago
Forgot file for texture quality
6 Years Ago
Fix back buttons on customisation screen
6 Years Ago
Add a texture quality option
6 Years Ago
Restrict panning a bit more
6 Years Ago
Pinch zooming
6 Years Ago
Change click events to trigger when releasing the button instead of when it's first pressed
6 Years Ago
Fix camera moving on Y axis when middle clicking
6 Years Ago
Fix render probes (need to render from scripting now)
6 Years Ago
Switch it to panning instead
6 Years Ago
Drag to rotate camera
6 Years Ago
Fix customisation editor back buttons when button hit zones are larger
6 Years Ago
Fix broken left click (how'd that happen)
6 Years Ago
Merge from main
6 Years Ago
Fix career debug mode cheat NRE on career creation screen
6 Years Ago
Merge from lwrp
6 Years Ago
Upgrade the Clatter and Temple scenes to 2019 (testing for merge)
6 Years Ago
Merge from confirmactions/m
6 Years Ago
Grabber animation for when it doesn't grab anything
6 Years Ago
Fix charger being able to push units onto gaps
6 Years Ago
Fix UI hotloading for things loaded by coherent (including less imports)
6 Years Ago
Fix the stylesheet list not loading less files as less
6 Years Ago
Reduced reflection probe resolution
6 Years Ago
Shader swapper
6 Years Ago
Ton of texture settings
6 Years Ago
Support relative paths when using less in vue components (also removed dotLess)