Commit Graph

36 Commits

Author SHA1 Message Date
Michael
e041adc33b Re-add AppVeyor so things don't immediately break 2018-05-13 13:10:37 -07:00
Milan
5623b7ffed Switch to Travis CI with multiple builds (#218)
* [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.
2018-05-13 13:10:06 -07:00
Milan
f1b1da3ca3
Fix failing builds
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.
2017-11-04 14:16:58 +01:00
Michael
5faeac1f3e Don't compile tag releases
prevents duplicate builds
2017-10-22 01:00:22 -07:00
Michael
0e9a6575e1 only compile master branch 2017-10-22 00:56:36 -07:00
Michael
fb2cd6bae7 forgot to edit the description 2017-10-22 00:48:22 -07:00
Michael
839305982b fix appveyor build 2017-10-22 00:46:19 -07:00
Michael
eaae5be481 simplify tag 2017-10-22 00:40:48 -07:00
Milan
b0c137b7b2 Multiple Releases 2017-10-22 09:34:51 +02:00
Michael
dc45af446c slashiee doesn't change underscore to dashes 2017-10-21 22:36:49 -07:00
Michael
8aa180f5f7 appveyor_project_name doesn't change underscore to dashes 2017-10-21 22:34:32 -07:00
Michael
cc5264fc8a some appveyor.yml modifications 2017-10-21 22:31:24 -07:00
Milan
af84a01bef Added UTC after the timestamp 2017-10-21 19:11:15 +02:00
Milan
6f38b640c5 Fixed timestamp 2017-10-21 18:32:26 +02:00
Milan
c4c36caeb5 Fixed build
Apparently it's fixed by adding another set quote's...
2017-10-21 12:32:10 +02:00
Milan
f980144072 Better Timestamp readability + Description Fallback
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
2017-10-21 12:10:46 +02:00
Michael
b9ccf1a96f Add timestamp to release description 2017-10-20 23:28:23 -07:00
Michael
26343a993c revert artifact name 2017-10-20 22:58:49 -07:00
Michael
7c4affbfd7 make tag consistent 2017-10-20 19:23:37 -07:00
Michael
59ba0283b6 Rename artifact file name back 2017-10-20 19:20:59 -07:00
Milan
20579de860 Update Github Releases token to be set in UI
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.
2017-10-20 22:16:20 +02:00
Milan
d2ceb67e00 Updated Github Releases with full description
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.
2017-10-20 13:07:04 +02:00
Milan
348d136ef2 Added Github Releases
Added github releases with correct whitespace (in all of the files, blame Unix).
Added comments on the deployment.
Added suggested changes from Rajkosto.
2017-10-20 09:33:16 +02:00
Milan
2eb4360922 Shortened and Colorized Appveyor output (#120)
* 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.
2017-10-19 23:22:18 +02:00
Milan
b7edab12e2 Don't display file names while copying with Xcopy
Just hides the part with the file names, will show errors.
2017-10-19 17:21:53 +02:00
Michael
6d6be19f5d Move readme.txt and Performance to AppVeyor folder 2017-10-18 22:10:20 -07:00
Michael
12ef8a48ed Update GitHub Pages to directly link to master builds 2017-10-18 19:21:09 -07:00
Rajko Stojadinovic
8907bd5edf Put back missing version directive from previous config 2017-10-18 05:50:06 +02:00
Rajko Stojadinovic
1058f99020 Execute build.sh during appveyor build phase using Cygwin 2017-10-18 05:31:55 +02:00
Michael
d2d955825a [AppVeyor] Ignore other branches 2017-10-17 18:35:30 -07:00
Michael
5ba5748a7d Fix AppVeyor (again) 2017-10-15 22:17:18 -07:00
Michael
08758f68cb Fix AppVeyor build 2017-10-15 22:14:49 -07:00
Michael
1290855b2f Add readme that nobody will read 2017-10-15 22:08:40 -07:00
Michael
fd8530b325 Rename Cheats to Modifications 2017-10-09 21:09:01 -07:00
Michael
e8f3224ce9 [AppVeyor] Make AppVeyor actually work 2017-09-23 15:50:22 -07:00
Michael
9861fe2dea Add AppVeyor
puts all the graphics packs into one zip file. makes it an easy drag and drop that way
2017-09-23 15:48:24 -07:00