* [Hyrule Warriors] Fixed coop-gamepad resolution (#212)
Thanks to @offline2007 for making a PR with this fix.
* [BotW] Add more lava artifact spots
Thanks to Soos from the discord for reporting these two spots.
Seems like there's likely some more manual editing that needs to be done, these shaders are just very minor (name) changes on the primarily used lava lake shader.
* Add Minecraft
* Shit pack
Probably only prevents HUD from counting down lmao
* add Splatoon LOD Bias pack
* Add BotW LOD Bias
* Change LOD Bias settings for BotW & Splat
Pretty much NVIDIA Inspector -3 now... If you want -16 you know what to do:
overwriteLodBias = -16
* [SSB4] Replace pixel mess with black screen
Should take care of the character issue, but it's now a black screen...
If you want to go back to the old method, comment out the width and height overrides and uncomment the format override
https://cdn.discordapp.com/attachments/416648220433711116/442867371229708311/unknown.png
* Add Runner2
Blur automatically disabled in res packs, separate pack made for native res users
Will add other regions at later date unless someone beats me to it
* Add other regions to Runner2
Demo title id included
* Switch to Travis CI with multiple builds
This will swap over to Travis which offers native linux builds. It's, against our expectations, slower or equal (probably due to lower specs), then our current Appveyor build. It does allow for a cleaner build and also implements a way to add random resolutions people would like to be added in our new 2 parallel building method. It builds Github Releases that contain multiple assets. This'll also make the common downloaded resolutions be more on their own so that people won't have loading problems. Also, the building process contains less initial spam due to the Travis' line folding. If there's an error from the php script it'll unfold automatically so no information is really hidden.
Description is now fully enclosed, so there's nothing escaping it.
Previously (discovered by NAVras), the brackets (and possibly other stuff) wouldn't be escaped and would result it a failed build.
Time stamp will now be reported as
Updated to v2-84 at 10/21/2017 9:53:56 AM UTC
instead of the
Updated to v2-84 at 2017-10-21T09:53:56.0000000Z
Description fallback will make it so that if there's no commit description it'll put a message instead of the variable name.
Before:
$(appveyor_repo_commit_message_extended)
After:
No description was added to this commit
This will prepare it to be used for Slashiee's master, which will now make it another option to download the graphic packs. This will prepare it for some under the hood work that I've been making.
Here's an example description. It contains some information, but just like a normal commit description doesn't support **markdown**.
It does support a few things like newlines.
Added github releases with correct whitespace (in all of the files, blame Unix).
Added comments on the deployment.
Added suggested changes from Rajkosto.
* Console output compacted and colorized
The installation info took too many lines and won't be revamped while working great as is, so I'd think that it's better to supress any logging. The quiet-mode of the installation doesn't really seem to work either.
The installation part that sometimes errors is irrelevant to the part I've suppressed.