Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gbdev/rgbds

Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color
https://github.com/gbdev/rgbds

Fix "build from source" link in README

rondnelson99 opened this pull request about 1 year ago
Build for macOS 10.14 and below

Rangi42 opened this pull request about 1 year ago
Update the man pages' dates and history

Rangi42 opened this pull request about 1 year ago
Update dates in man pages

Rangi42 opened this issue about 1 year ago
Warning/error function refactoring

Rangi42 opened this issue about 1 year ago
Add more RGBGFX tests

Rangi42 opened this issue about 1 year ago
Improve linker scripts a little

ISSOtm opened this pull request about 1 year ago
Scramble banks from the end of the ROM

Rangi42 opened this pull request about 1 year ago
Don't delete script.cpp after building

Rangi42 opened this pull request about 1 year ago
Linker scripts can align to offsets, and require valid alignments

Rangi42 opened this pull request about 1 year ago
Allow specifying align offsets in a linker script

Rangi42 opened this issue about 1 year ago
Use `RANGE` macro to abbreviate `begin`/`end` pairs

Rangi42 opened this pull request about 1 year ago
Warn or error if linker script `ALIGN` is out of range

Rangi42 opened this issue about 1 year ago
Abbreviate `s.begin(), s.end()` with a `RANGE(x)` macro

Rangi42 opened this issue about 1 year ago
Port linkerscript parser to Bison

ISSOtm opened this pull request about 1 year ago
Add LADX disassembly to test suite

Rangi42 opened this pull request about 1 year ago
Add SameBoy's BootROMs to the test suite

Rangi42 opened this pull request about 1 year ago
Add generic Linux x86_64 binaries to old releases

Moth-Tolias opened this issue about 1 year ago
Implement `-X/--max-errors` for RGBASM

Rangi42 opened this pull request about 1 year ago
Add PinoBatch's game Libbet to the test suite

Rangi42 opened this pull request about 1 year ago
Refactor how Makefile invokes Bison for reusability

Rangi42 opened this pull request about 1 year ago
Rewrite the linkerscript parser to use Bison

Rangi42 opened this issue about 1 year ago
Add more tests for RGBASM code coverage

Rangi42 opened this pull request about 1 year ago
Add more test coverage for RGBASM

Rangi42 opened this pull request about 1 year ago
Allow negative alignment offsets

Rangi42 opened this pull request about 1 year ago
Honor `-c` with `rgbgfx -r`

ISSOtm opened this pull request about 1 year ago
Refactor alignment spec parsing

Rangi42 opened this pull request about 1 year ago
Document pre-ASMotor history and add links

Rangi42 opened this pull request about 1 year ago
Remove checkpatch, since it's tuned for C not C++

Rangi42 opened this pull request about 1 year ago
Remove empty .out and .err test files

Rangi42 opened this pull request about 1 year ago
[Feature request] Allow negative alignment offsets

Rangi42 opened this issue about 1 year ago
Allow RGBGFX to output SNES attribute maps

Rangi42 opened this issue about 1 year ago
Remove deprecated RGBGFX options

Rangi42 opened this pull request about 1 year ago
Rename the RGBGFX `--output-*` options to `--auto-*`

Rangi42 opened this pull request about 1 year ago
Avoid building test support programs by default with CMake

ISSOtm opened this pull request about 1 year ago
Rename the RGBGFX `--output-*` options to `--auto-*`

Rangi42 opened this issue about 1 year ago
Fix the hack for `File::c_str` to work

Rangi42 opened this pull request about 1 year ago
Update the reverse color curve

Rangi42 opened this pull request about 1 year ago
Implement `rgbgfx -O`

Rangi42 opened this pull request about 1 year ago
Fix spurious truncation warning

Rangi42 opened this pull request about 1 year ago
`-Wtruncation=1` warns on -$100, -$10000, etc.

aaaaaa123456789 opened this issue about 1 year ago
Some RGBGFX cleanup observed during #1235

Rangi42 opened this pull request about 1 year ago
Switch to using `std::filesystem`

Rangi42 opened this pull request about 1 year ago
Remove references to C compiler from CI

ISSOtm opened this pull request about 1 year ago
Add exact dates for history

Rangi42 opened this pull request about 1 year ago
CI should check code with `clang-format` and/or `clang-tidy`

Rangi42 opened this issue about 1 year ago
Use some more C++20 features

Rangi42 opened this pull request about 1 year ago
Rename some RPN constants for consistency

Rangi42 opened this pull request about 1 year ago
Add tests to improve code coverage

Rangi42 opened this issue about 1 year ago
Use an iterator template for enum sequence loops

Rangi42 opened this pull request about 1 year ago
AUTHORS and more copyright comments are redundant with CONTRIBUTORS.rst

Rangi42 opened this pull request about 1 year ago
RGBGFX's `--color-curve` may be incorrect

ISSOtm opened this issue about 1 year ago
Have the `eqn` preprocessor run on rgbasm(5) and rgbgfx(1)

Rangi42 opened this pull request about 1 year ago
Fix RGBGFX `-r` with `-d 1`

Rangi42 opened this pull request about 1 year ago
Download libpng source from GitHub, not SourceForge

Rangi42 opened this pull request about 1 year ago
Fix the FOR loop count and increment formulas

Rangi42 opened this pull request about 1 year ago
Build a code coverage report with gcov and lcov

Rangi42 opened this pull request about 1 year ago
Make some changes noticed while porting to C++

Rangi42 opened this pull request about 1 year ago
Reminder to update the Dockerfile version for a release

Rangi42 opened this pull request about 1 year ago
Fix use of input slice without dedup active

ISSOtm opened this pull request about 1 year ago
Shorten license comments and consolidate an AUTHORS file

Rangi42 opened this pull request about 1 year ago
`#!/bin/bash` -> `#!/usr/bin/env bash`

Rangi42 opened this pull request about 1 year ago
Remove deprecated RGBASM features

Rangi42 opened this pull request about 1 year ago
Use libplum for RGBGFX

pinobatch opened this issue about 1 year ago
Update ucity for testing

Rangi42 opened this pull request about 1 year ago
Implement `ENDSECTION`

Rangi42 opened this pull request about 1 year ago
Separate multiple instructions per line with `::`

Rangi42 opened this pull request about 1 year ago
Actually use PNGCFLAGS to build rgbgfx

Rangi42 opened this pull request about 1 year ago
Early local labels sort relative to local ones in the current scope

Rangi42 opened this issue about 1 year ago
Update the ucity repo being tested

Rangi42 opened this pull request about 1 year ago
Implement `DS` for linker scripts

Rangi42 opened this pull request about 1 year ago
Implement SIZEOF and STARTOF for section types

Rangi42 opened this pull request about 1 year ago
[Feature request] `SIZEOF` and `STARTOF` for section types

Rangi42 opened this issue about 1 year ago
Output the map file summary at the top of the file

Rangi42 opened this pull request about 1 year ago
Download libpng source for Windows from a more reliable site

Rangi42 opened this issue about 1 year ago
Explicitly specify which files build with `PNGCFLAGS`

Rangi42 opened this pull request about 1 year ago
Fix the rgbgfx color curve

Rangi42 opened this pull request about 1 year ago
`rgbgfx --color-curve` gives dark-looking results

Rangi42 opened this issue about 1 year ago
Update the pret repos being tested

Rangi42 opened this pull request about 1 year ago
Correct documentation for `rgbgfx -r`

Rangi42 opened this pull request about 1 year ago
Warn when SGB compatibility is set without old licensee 0x33

Rangi42 opened this pull request about 1 year ago
Make requested revisions to recent PRs

Rangi42 opened this pull request about 1 year ago
Remove previously deprecated things for 0.7.0

Rangi42 opened this issue about 1 year ago
Deprecate DEF-less definitions

Rangi42 opened this pull request about 1 year ago
Allow rgbgfx to generate a palette from a spec, without an image

Rangi42 opened this pull request about 1 year ago
Clarify documentation of RGBGFX deduplication

Rangi42 opened this pull request about 1 year ago
Revise documentation for `rgbasm -p`

Rangi42 opened this pull request about 1 year ago
Improve incorrect object file revision error

Rangi42 opened this pull request about 1 year ago
Deprecate DEF-less definitions

Rangi42 opened this issue about 1 year ago
Document STRUPR/STRLWR as ASCII-only

Rangi42 opened this pull request about 1 year ago
Sort symbols by address, then parentage, then index

Rangi42 opened this pull request about 1 year ago
Don't export anonymous labels

Rangi42 opened this pull request about 1 year ago
Implement `INCHARMAP` function

Rangi42 opened this pull request about 1 year ago
Fix CI warnings about unknown printf format conversions

Rangi42 opened this issue about 1 year ago
RGBGFX can't use input slice without deduplication

quinnyo opened this issue about 1 year ago
Implement `ds align[alignment, offset]`

Rangi42 opened this pull request about 1 year ago
ENDL restores the label scope from before LOAD

Rangi42 opened this pull request about 1 year ago
Consistent behavior with missing or incorrect arguments

Rangi42 opened this pull request about 1 year ago