FichteFoll

FichteFoll deleted branch bugfix/invert-zip-size-check at FichteFoll/dawn

4 months ago

FichteFoll deleted branch feature/override-debug at FichteFoll/dawn

4 months ago

FichteFoll closed issue Krock/dawn#461

Updater predowload does not work on 4.2.0 -> 4.3.0

4 months ago

FichteFoll commented on issue Krock/dawn#461

Updater predowload does not work on 4.2.0 -> 4.3.0

Closing since it's not reproducible currently and I forgot to archive the old JSON. Will reopen or file a PR when it also occurs for the next patch.

4 months ago

FichteFoll created pull request Krock/dawn#462

Coalesce `DEBUG` variable with a default

4 months ago

FichteFoll pushed to feature/override-debug at FichteFoll/dawn

  • 4c640cf4e6 Coalesce `DEBUG` variable with a default Allows setting it outside of the script without having to modify the file.
  • e14e1d7c92 Scripts for 4.3.0 (no patch)
  • 9f376317c6 Preparation for 4.3.0 (no patch)
  • 77e0e487c9 Improve the error 31-4302 troubleshooting steps WINEPREFIX solution according to Issue#458
  • e35175149a Fix launcher.bat domain checks for 4.2.0

4 months ago

FichteFoll created new branch feature/override-debug at FichteFoll/dawn

4 months ago

FichteFoll commented on issue Krock/dawn#461

Updater predowload does not work on 4.2.0 -> 4.3.0

Hm, after pulling the latest changes I can run the normal update (without predownload) but I couldn't before. Predownload also still doesn't work, but that may be because of upstream JSON changes now that the patch is out.

4 months ago

FichteFoll opened issue Krock/dawn#461

Updater predowload does not work on 4.2.0 -> 4.3.0

4 months ago

FichteFoll commented on issue Krock/dawn#451

Running Reverse: 1999 on Linux

C program worked just fine (I named it `reverse1999.exe`, obviously).

6 months ago

FichteFoll commented on issue Krock/dawn#451

Running Reverse: 1999 on Linux

Though not technically necessary, you may also want to restore the executable bit on the newly written file `chmod +x reverse1999.exe`.

6 months ago

FichteFoll created pull request Krock/dawn#447

Invert condition to check for empty zip file

8 months ago

FichteFoll pushed to bugfix/invert-zip-size-check at FichteFoll/dawn

  • d2d10f4531 Invert condition to check for empty zip files
  • 4da3c2dadb Revise 4.0.1 scripts
  • 6b0805d8b0 Update script: Skip empty zip files stat was chosen over the 'unzip -Z -t file.zip' status code to properly differentiate between broken archives and empty ones. This commit also replaces accidential job parallelization
  • e751760122 Draft patch scripts for 4.0.1 Same as 4.0.0. The scripts will be updated as soon as possible. Untested. Provided for proper launcher functionality. Written and committed on a smartphone.
  • 6f6c2ea64c Draft patch scripts for 4.0.0 The final patch script for 4.0.0 will be delayed due to an absence. Hence, this draft assumes Wine compatiblity like seen in version 3.8.0. TROUBLESHOOTING.md now contains a workaround in case this behaviour changes.

8 months ago

FichteFoll created new branch bugfix/invert-zip-size-check at FichteFoll/dawn

8 months ago

FichteFoll commented on issue Krock/dawn#442

Progress of the 4.0.0 script

The update worked only halfway because the english voiceover hdiff is … empty or broken, not sure. The main update succeeded.

8 months ago

FichteFoll deleted branch pr/misc at FichteFoll/dawn

9 months ago

FichteFoll deleted branch pr/no-echo-piping at FichteFoll/dawn

9 months ago

FichteFoll commented on issue Krock/dawn#434

Prefer here strings over `echo`

I should note that I did not test running the script with these changes but did some experiments in a temporary script regarding the syntax and shellcheck didn't complain about anything.

10 months ago

FichteFoll created pull request Krock/dawn#434

Prefer here strings over `echo`

10 months ago

FichteFoll pushed to pr/no-echo-piping at FichteFoll/dawn

  • ec603cb45c Prefer here strings over `echo` This time prefixing the here string to align reading order with data flow direction. The advantage of using here strings instead of pipes is that it avoids spawning an additional subshell and the contents of the variables that are used for `echo` are already in-memory anyway, meaning we don't profit from streaming them via the usage of pipes anyway. Unfortunately, that does not work with statements like `while` loops, where the here string must be provided after the statement.
  • 362385216b Update script: Remove parallel subshells Linear/subsequent execution makes code easier to debug
  • 1e8d7ba769 Re-add support for non-segmented game download This does not implement segmented downloads but makes the incremental patch update to 3.8 work. Partially reverts 76f6c9af4d.
  • 7008bf28aa Resolve remaining shellcheck warnings
  • 973e319699 Use associative arrays for maps instead of `eval` According to the shebang, we're using `bash` and not a POSIX shell.

10 months ago