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

Optimize declaring data in sections

Rangi42 opened this issue 4 months ago
Report any section overflows at the end of assembly

Rangi42 opened this pull request 4 months ago
Implement `INCLUDE_ONCE` directive

sukus21 opened this pull request 4 months ago
Implement a '#' prefix for raw identifiers that may alias keywords

Rangi42 opened this pull request 5 months ago
Test RGBLINK on SDCC object files

Rangi42 opened this pull request 5 months ago
Feature request: `#pragma once` or `include_once` equivalent

sukus21 opened this issue 5 months ago
Add RGBFIX tests for MBC names

Rangi42 opened this pull request 5 months ago
Document `!cc` support alongside `HIGH(r16)` and `LOW(r16)` support

Rangi42 opened this pull request 5 months ago
Improve some documentation

ISSOtm opened this pull request 5 months ago
Enable more testing of RGBGFX output

Rangi42 opened this pull request 5 months ago
Test the RGBASM state file output

Rangi42 opened this pull request 5 months ago
Fix SameBoy CI testing

Rangi42 opened this issue 5 months ago
More tests

Rangi42 opened this pull request 5 months ago
Start refactoring RGBGFX tests

Rangi42 opened this pull request 5 months ago
Allow mirroring only the X or Y axes

Rangi42 opened this pull request 5 months ago
.gitignore .DS_Store

Rangi42 opened this issue 5 months ago
Multiple bugfixes for linking with SDCC object files

RubenZwietering opened this pull request 5 months ago
Implement `--input-tileset`

ISSOtm opened this pull request 5 months ago
Comment the parsers better

Rangi42 opened this pull request 5 months ago
Fix constant expression detection functions

Rangi42 opened this pull request 5 months ago
Build “fat binaries” for macOS

ISSOtm opened this pull request 5 months ago
Implement `__INPUT_FILE__` and `__OUTPUT_FILE__`

Rangi42 opened this pull request 5 months ago
Advise on how to use `-x` to make `-r` work

Rangi42 opened this pull request 5 months ago
Document the behavior of `FMOD`, and other man page cleanup

Rangi42 opened this pull request 5 months ago
Convert the non-CLI docs from man pages to Markdown

ISSOtm opened this issue 5 months ago
Check for consistency of fixed-point precision in operations

ISSOtm opened this issue 5 months ago
Improve fixed-point documentation

ISSOtm opened this pull request 5 months ago
Support 'cmake export' to make RGBDS usable with `find_package()`

Rangi42 opened this pull request 5 months ago
Error messages note when a symbol has been purged

Rangi42 opened this pull request 5 months ago
Show better error messages when a purged symbol is referenced

Rangi42 opened this issue 5 months ago
Implement `BITWIDTH` and `TZCOUNT` functions

Rangi42 opened this pull request 5 months ago
Rephrase this warning to not be identical to another one

Rangi42 opened this pull request 5 months ago
Multiple fixes and enhancements to RPN behavior

Rangi42 opened this pull request 5 months ago
`!Label` can be constant 0 if any known bits are nonzero

Rangi42 opened this issue 5 months ago
`const & non-const` is not computed correctly

Rangi42 opened this issue 5 months ago
LOW and HIGH should have their own RPN codes

Rangi42 opened this issue 5 months ago
Implement `-Wpurge=`

Rangi42 opened this pull request 5 months ago
Remove redundant "unknown option" error messages

Rangi42 opened this pull request 5 months ago
Update test deps

Rangi42 opened this pull request 5 months ago
Output exported numeric constants to sym file

Rangi42 opened this pull request 5 months ago
Deprecate treating multi-unit strings as numbers

Rangi42 opened this pull request 5 months ago
RGBGFX `-r 0` infers a width

Rangi42 opened this pull request 5 months ago
Standardize on "color spec" or "palette spec" language

Rangi42 opened this issue 5 months ago
Implement state file output for RGBASM

Rangi42 opened this pull request 5 months ago
Fix build failure with clang

Rangi42 opened this pull request 5 months ago
Implement numeric constant "state file" for RGBASM

Rangi42 opened this pull request 5 months ago
Some refactoring and reformatting

Rangi42 opened this pull request 5 months ago
Fix bugs in parsing textual palette files

ISSOtm opened this pull request 5 months ago
Implement multi-value charmaps

Rangi42 opened this pull request 5 months ago
Fix use-after-free when keeping pointers to args from at-files

ISSOtm opened this pull request 5 months ago
Fix RGBGFX reversal

Rangi42 opened this pull request 5 months ago
RGBGFX does not apply mirroring in reverse mode

Rangi42 opened this issue 5 months ago
Implement `EXPORT DEF` to define and export symbols

Rangi42 opened this pull request 5 months ago
Push and modify stacks in one step (for PUSHS, PUSHO, and PUSHC)

Rangi42 opened this pull request 5 months ago
RGBGFX does not validate tile indices

ISSOtm opened this issue 5 months ago
Fix bison.sh for patch-less bison versions

Rangi42 opened this pull request 6 months ago
Fix generating a palette overriding a previous pal spec

Rangi42 opened this pull request 6 months ago
Keep the object version as RGB9; only increment the revision to 10

Rangi42 opened this pull request 7 months ago
[Feature request] rgbgfx 8x16 sprite option

CharlesVanEeckhout opened this issue 7 months ago
Miscellaneous refactoring of code and docs

Rangi42 opened this pull request 7 months ago
Remove unsupported macOS 11 from CI

Rangi42 opened this pull request 7 months ago
Add more test cases

Rangi42 opened this pull request 7 months ago
Give names to links in man pages

Rangi42 opened this pull request 7 months ago
Allow a suffix (e.g. the version) to be added when installing

Rangi42 opened this pull request 7 months ago
Allow NUL characters in strings

Rangi42 opened this pull request 7 months ago
Fix reading ACO palette files

Rangi42 opened this pull request 7 months ago
Fix ACO palette file parsing

Rangi42 opened this issue 7 months ago
[Feature request] Allow `expr * 0` to be constant 0

Rangi42 opened this issue 7 months ago
Refactor macros for fixing/trashing header values

Rangi42 opened this pull request 7 months ago
Specify a custom logo file to use instead of the Nintendo logo

Rangi42 opened this pull request 7 months ago
`X && 0` and `X & 0` are constant 0; `X || 1` is constant 1

Rangi42 opened this pull request 7 months ago
[Feature request] Support arbitrary logos in the fixed header

Rangi42 opened this issue 7 months ago
Added rgbfix support for the Analogue Pocket

alkazar opened this pull request 8 months ago
Use the standard stream buffer size for the lexer buffer

Rangi42 opened this pull request 8 months ago
Allow padding to coexist with overlay file

Rangi42 opened this pull request 8 months ago
Update some error messages

Rangi42 opened this pull request 9 months ago
Fix rectangular rgbgfx --reverse --columns

sfiera opened this pull request 9 months ago
can't build

BrightEyesDEV opened this issue 9 months ago
Replace `assert` with `assume` for release build optimization

Rangi42 opened this pull request 9 months ago
Use `std::variant` for RPN expression value

Rangi42 opened this pull request 9 months ago
Fix two bugs with RGBASM fixed-point math

Rangi42 opened this pull request 9 months ago
math.asm test failure with armv7a-unknown-linux-gnueabihf

orbea opened this issue 9 months ago
Add more RGBLINK tests

Rangi42 opened this pull request 9 months ago
Make test built of 'libbet' reproducible with old Pillow versions

Rangi42 opened this pull request 9 months ago
Verify ROM hashes for all CI test projects

Rangi42 opened this pull request 9 months ago
Use standard bit builtins instead of compiler extensions

ISSOtm opened this pull request 9 months ago
Implement smart linking, take 3

Rangi42 opened this pull request 9 months ago