Skip to content

Commit

Permalink
Happy New Year! 0.08 imminent
Browse files Browse the repository at this point in the history
- update copyright year (welcome to the free world Mickey!)
- update hardware.inc
- RGBDS skipped 0.6.2 in favor of 0.7; delete Windows Actions
  artifact download instructions from README.md
  • Loading branch information
pinobatch committed Jan 2, 2024
1 parent cebe915 commit 46a765a
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 66 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Make shadow during jump more visible
* Revamp instructions with visual aids
* Add tutorial floor "Closet"
* SGB, GBC: Lighten green to reduce Helmholtz-Kohlrausch
* SGB, GBC: Lighten green to reduce Helmholtz-Kohlrausch illusion
* SGB: make border tile 0 transparent to reduce flash during fade
* Upgrade to new hardware.inc
* Prepare for RGBDS 0.6: HALT NOP, LD to LDH, SET to =, MACRO name
Expand All @@ -15,7 +15,9 @@
* extractcels.py: add 8x16-pixel object tile support
* extractcels.py: add streaming object tile format
* Make header with rgbfix
* Allow building with out-of-tree RGBDS for regression testing
* Document sound effects driver, including its stream format
* Document some inspirations for the character design
* how_to_encode.md: recommend CamStudio codec (CSCD) (thanks beware)
* how_to_encode.md: vertical video

Expand Down
26 changes: 7 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,15 @@ harder to earn than others.
Building
--------

Building the game requires [RGBDS] 0.6.2 or later, [Python] 3,
[Pillow], and [GNU Make]. Once you have these installed,
run this command:
Building the game requires [RGBDS] 0.7 or later, [Python] 3,
[Pillow], [GNU Make], and GNU Coreutils. Once you have these
installed, run this command:

make

Until RGBDS 0.6.2 is released, use the development version (`master`)
instead. To install the development version on Windows without WSL:

1. Open "Installing [RGBDS]".
2. Follow "using a development version".
3. Scroll down to "Using our CI" and follow "made available on
GitHub".
4. Under "workflow run results", follow the name of the most recent
pull request with a green checkmark next to `master`.
5. Scroll down to "Artifacts" and follow `rgbds-canary-win64`, which
is a link to a zip archive.
6. Install the programs in the archive per the instructions in
"Installing RGBDS".

To add GNU Make to an installation of [Git for Windows], follow
If you're using Windows and not using WSL, it may be convenient to
obtain Coreutils through [Git for Windows], which contains a
distribution of MSYS2. To add GNU Make to Git for Windows, follow
[evanwill's instructions] to download the latest Make without Guile
from [ezwinports].

Expand All @@ -83,7 +71,7 @@ from [ezwinports].
Legal
-----
Copyright 2002, 2012 Martin Korth
Copyright 2018, 2021 Damian Yerrick
Copyright 2018, 2024 Damian Yerrick

This program is free software. Permission is granted to use it
subject to the terms of the zlib License. See the file `LICENSE`.
Expand Down
Loading

0 comments on commit 46a765a

Please sign in to comment.