-
RGBGFX currently depends on zlib and libpng. These dependencies have proven to cause inconvenience, especially when building for Windows. When zlib or libpng maintainers issue certain kinds of update,…
-
Include guards are a common problem in languages with include files. In some C/C++ compilers, the problem is remedied by supporting the `#pragma once` precompiler directive. I would like to suggest th…
-
People often leave previews in Discord links, and https://rgbds.gbdev.io appears as its logo image, a low-res square RGB icon.
Looking at GitHub's "social media preview" feature, this HTML header c…
-
RGBASM `-i` is now `-I`, and `-h` must be removed.
```diff
diff --git a/Makefile b/Makefile
index 244f179..fce4930 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ ASMFILES := $(foreach …
-
Most sections created by SDCC are indeterminate, which causes linking to fail at https://github.com/gbdev/rgbds/blob/master/src/link/section.cpp#L231 .
See https://github.com/gbdev/rgbds/blob/master/…
-
For example,
`DEBUG=1`
etc.
I think it's related to #111
-
Feedback by @Bananattack on [Discord](https://discordapp.com/channels/303217943234215948/666927302348636160/673967141652791298):
> Hmm, I noticed the formatting for registers on the new pandocs…
-
I've had a new issue pop up recently in regards to rendering songs and hUGETracker refusing to give me any files.
-Attempt using RGBDS 0.7.0
Would act as if rendering a piece of music, but does no…
-
Now that we have (https://github.com/gbdev/rgbds/commit/7a39e9e569783962d54265809d8ec654b91c318b) a working Dockerimage to build and run rgbds, a GitHub action should upload and tag a new image every …
-
- [ ] Build, lint and `clippy` on commit
- [ ] Automate release publication (via `cargo-dist`)