Ecosyste.ms: OpenCollective

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

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Fix comment bug

There is a bug in processing the comments in source files. It's
related to #326. And this bug co...

github.com/gbdev/rgbds - 38110a833d66bc4560e7cb864e11105a52cf974f authored over 5 years ago by jidoc01 <[email protected]>
Fix comment bug

There is a bug in processing the comments in source files. It's
related to #326. And this bug co...

github.com/gbdev/rgbds-deb - 38110a833d66bc4560e7cb864e11105a52cf974f authored over 5 years ago by jidoc01 <[email protected]>
Handle unprintable characters more gracefully

* Skip UTF-8 byte order mark at beginning of file
* Error on other unexpected unprintable characters

github.com/gbdev/rgbds-deb - 484d15dbb279ca2fca490e278fd81404561b08f7 authored over 5 years ago by dbrotz <[email protected]>
Handle unprintable characters more gracefully

* Skip UTF-8 byte order mark at beginning of file
* Error on other unexpected unprintable characters

github.com/gbdev/rgbds - 484d15dbb279ca2fca490e278fd81404561b08f7 authored over 5 years ago by dbrotz <[email protected]>
Fix out of bounds array access in lexer

If the type char is signed, then in the function
yylex_GetFloatMaskAndFloatLen(), *s can have a n...

github.com/gbdev/rgbds - 1decf5d0d45e8ec6a8a0fc0d4ba640dcc1f2fb13 authored over 5 years ago by dbrotz <[email protected]>
Fix out of bounds array access in lexer

If the type char is signed, then in the function
yylex_GetFloatMaskAndFloatLen(), *s can have a n...

github.com/gbdev/rgbds-deb - 1decf5d0d45e8ec6a8a0fc0d4ba640dcc1f2fb13 authored over 5 years ago by dbrotz <[email protected]>
Check for RPN stack overflow in linker

github.com/gbdev/rgbds-deb - 74e9de1b71c0fd30899c48e0bdddcbb66482f17c authored over 5 years ago by dbrotz <[email protected]>
Check for RPN stack overflow in linker

github.com/gbdev/rgbds - 74e9de1b71c0fd30899c48e0bdddcbb66482f17c authored over 5 years ago by dbrotz <[email protected]>
Fix buffer overflow when creating patches with long RPN expressions

The createpatch() function was using a fixed-size buffer. I've changed it
to be dynamically allo...

github.com/gbdev/rgbds - 015d2b08303df03e81081a7627a2ac48fd7b812d authored over 5 years ago by dbrotz <[email protected]>
Fix buffer overflow when creating patches with long RPN expressions

The createpatch() function was using a fixed-size buffer. I've changed it
to be dynamically allo...

github.com/gbdev/rgbds-deb - 015d2b08303df03e81081a7627a2ac48fd7b812d authored over 5 years ago by dbrotz <[email protected]>
Don't append invalid characters to symbol name

When a macro arg appears in a symbol name, the contents are appended.
However, the contents of th...

github.com/gbdev/rgbds-deb - c75a9539bac624b5e524c74ffa37a065f532585a authored over 5 years ago by dbrotz <[email protected]>
Don't append invalid characters to symbol name

When a macro arg appears in a symbol name, the contents are appended.
However, the contents of th...

github.com/gbdev/rgbds - c75a9539bac624b5e524c74ffa37a065f532585a authored over 5 years ago by dbrotz <[email protected]>
Fix signed integer overflow issues

It seemed that the consensus in our discussions of signed integer
overflow, which invokes undefi...

github.com/gbdev/rgbds - ca6149abcfd089393388ec7b83029d98b82966fc authored over 5 years ago by dbrotz <[email protected]>
Fix signed integer overflow issues

It seemed that the consensus in our discussions of signed integer
overflow, which invokes undefi...

github.com/gbdev/rgbds-deb - ca6149abcfd089393388ec7b83029d98b82966fc authored over 5 years ago by dbrotz <[email protected]>
Terminate standalone bracketed symbol strings

Standalone bracketed symbols like the following weren't being zero-terminated.

X EQUS {Y}

This...

github.com/gbdev/rgbds-deb - b3120aea25b78ebb2e025f8a4ffebbebf473a251 authored over 5 years ago by dbrotz <[email protected]>
Terminate standalone bracketed symbol strings

Standalone bracketed symbols like the following weren't being zero-terminated.

X EQUS {Y}

This...

github.com/gbdev/rgbds - b3120aea25b78ebb2e025f8a4ffebbebf473a251 authored over 5 years ago by dbrotz <[email protected]>
Merge pull request #343 from phs/phs/docker

Have a docker file

github.com/gbdev/rgbds - 54e5bf0f0c60b7ccc80215bfe10571267474e7f8 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #343 from phs/phs/docker

Have a docker file

github.com/gbdev/rgbds-deb - 54e5bf0f0c60b7ccc80215bfe10571267474e7f8 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #329 from NieDzejkob/allow-stdin-input

Allow using - to indicate input from stdin (resolves #305)

github.com/gbdev/rgbds-deb - 847cae5b95c43b6ff5317335b4185ac22161bd52 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #329 from NieDzejkob/allow-stdin-input

Allow using - to indicate input from stdin (resolves #305)

github.com/gbdev/rgbds - 847cae5b95c43b6ff5317335b4185ac22161bd52 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Handle zero-byte files gracefully

github.com/gbdev/rgbds - df15c97b6e85ab622e21889137184038c0476987 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Handle zero-byte files gracefully

github.com/gbdev/rgbds-deb - df15c97b6e85ab622e21889137184038c0476987 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Avoid potentially implementation-defined behavior when using a pipe as input

github.com/gbdev/rgbds-deb - 0d97b5826534055fd224c61178b483c9c37f2c99 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Avoid potentially implementation-defined behavior when using a pipe as input

github.com/gbdev/rgbds - 0d97b5826534055fd224c61178b483c9c37f2c99 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Automatic tests for input from stdin

github.com/gbdev/rgbds - f7bc61e874ebde2e29dad4075ab3834d78998df6 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Automatic tests for input from stdin

github.com/gbdev/rgbds-deb - f7bc61e874ebde2e29dad4075ab3834d78998df6 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Allow using - to indicate input from stdin

github.com/gbdev/rgbds-deb - 20f949289927024e8f64542996af7a4592d437b9 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Handle non-seekable input correctly

github.com/gbdev/rgbds-deb - 8d5a53f52950638b4234ce411529ca45f04aad16 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Handle non-seekable input correctly

github.com/gbdev/rgbds - 8d5a53f52950638b4234ce411529ca45f04aad16 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Allow using - to indicate input from stdin

github.com/gbdev/rgbds - 20f949289927024e8f64542996af7a4592d437b9 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Merge pull request #356 from NieDzejkob/add-narg-test

Add a test for the behavior of NARG after SHIFT

github.com/gbdev/rgbds - 3cd1d46a1bf66df5fafe04dde885cc6f3dfcdb28 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #356 from NieDzejkob/add-narg-test

Add a test for the behavior of NARG after SHIFT

github.com/gbdev/rgbds-deb - 3cd1d46a1bf66df5fafe04dde885cc6f3dfcdb28 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Add GitHub API rate limit alert (#82)

Co-authored-by: Sindre Sorhus <[email protected]>

github.com/gbdev/list-linter - 0aafda85989e32f6e2996ffd5947429cb893331b authored over 5 years ago by Tiago Danin <[email protected]>
Improve awesome/git-repo-age error message (#83)

github.com/gbdev/list-linter - e21376886aec19bb9e9d8ddfa12fd2e7be9df2bb authored over 5 years ago by Diomidis Spinellis <[email protected]>
Add `awesome/heading` rule (#70)

github.com/gbdev/list-linter - bce4a90c8aa72437e1e95c72bec6efb6d4d51830 authored over 5 years ago by Itai Steinherz <[email protected]>
Add a test for the behavior of NARG after SHIFT

github.com/gbdev/rgbds - 88eceec25755cf1ec0405c7744c71129d246b0c8 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Add a test for the behavior of NARG after SHIFT

github.com/gbdev/rgbds-deb - 88eceec25755cf1ec0405c7744c71129d246b0c8 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Merge pull request #351 from dbrotz/fix-strsub-strlen

Use code points instead of bytes for STRSUB/STRLEN

github.com/gbdev/rgbds-deb - d00ec024a25be214377f0b1449e6676053bf392b authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #351 from dbrotz/fix-strsub-strlen

Use code points instead of bytes for STRSUB/STRLEN

github.com/gbdev/rgbds - d00ec024a25be214377f0b1449e6676053bf392b authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #346 from qguv/tilemap-mirrored-duplicates

gfx: Add mirrored tile check when generating tilemap

github.com/gbdev/rgbds - 0bcd53778ac7ccdae249c7aa4b89586d533e26ad authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #346 from qguv/tilemap-mirrored-duplicates

gfx: Add mirrored tile check when generating tilemap

github.com/gbdev/rgbds-deb - 0bcd53778ac7ccdae249c7aa4b89586d533e26ad authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #354 from NieDzejkob/test-runner-stuff

Various test running fixes

github.com/gbdev/rgbds-deb - 7592eaf42bc121b5cb1e48f32423baf3d362b270 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #354 from NieDzejkob/test-runner-stuff

Various test running fixes

github.com/gbdev/rgbds - 7592eaf42bc121b5cb1e48f32423baf3d362b270 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #353 from qguv/checkpatch-path-override

Clarify how to override checkpatch.pl path

github.com/gbdev/rgbds - 12ed9e044adbb902fae4dc3e83775b74ebf8d94f authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #353 from qguv/checkpatch-path-override

Clarify how to override checkpatch.pl path

github.com/gbdev/rgbds-deb - 12ed9e044adbb902fae4dc3e83775b74ebf8d94f authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Ignore the .git folder of the test repositories

Before this change, doing `git add test` would also add
pokecrystal and the other test repos, ev...

github.com/gbdev/rgbds-deb - 0a3af87aee82357980bf33ad8a43ddd5463f31b1 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Ignore the .git folder of the test repositories

Before this change, doing `git add test` would also add
pokecrystal and the other test repos, ev...

github.com/gbdev/rgbds - 0a3af87aee82357980bf33ad8a43ddd5463f31b1 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Clean the test repositories before running tests

github.com/gbdev/rgbds - 4dee999f680f9066c081d10e670ed5b0bae9c942 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Clean the test repositories before running tests

github.com/gbdev/rgbds-deb - 4dee999f680f9066c081d10e670ed5b0bae9c942 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Allow running the tests from outside of the test folder

github.com/gbdev/rgbds-deb - 9a4941c7946720ffda3085ee5531a4f9e60ee2e0 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Allow running the tests from outside of the test folder

github.com/gbdev/rgbds - 9a4941c7946720ffda3085ee5531a4f9e60ee2e0 authored over 5 years ago by Jakub Kądziołka <[email protected]>
Clarify how to override checkpatch.pl path

github.com/gbdev/rgbds - 2d0fd7115994b1e4d6fb074a7c6d2053b0d1c9bf authored over 5 years ago by Quint Guvernator <[email protected]>
Clarify how to override checkpatch.pl path

github.com/gbdev/rgbds-deb - 2d0fd7115994b1e4d6fb074a7c6d2053b0d1c9bf authored over 5 years ago by Quint Guvernator <[email protected]>
Regenerate wwwman

github.com/gbdev/rgbds-deb - 327582be3174658a28c5b1d2df16bcd36485cd05 authored over 5 years ago by Quint Guvernator <[email protected]>
Regenerate wwwman

github.com/gbdev/rgbds - 327582be3174658a28c5b1d2df16bcd36485cd05 authored over 5 years ago by Quint Guvernator <[email protected]>
gfx: Add mirrored tile check when generating tilemap

github.com/gbdev/rgbds - 21aea281bdd1a5b8aa0cb4cc73c58b3b9e86b9e7 authored over 5 years ago by Quint Guvernator <[email protected]>
gfx: Add mirrored tile check when generating tilemap

github.com/gbdev/rgbds-deb - 21aea281bdd1a5b8aa0cb4cc73c58b3b9e86b9e7 authored over 5 years ago by Quint Guvernator <[email protected]>
Use code points instead of bytes for STRSUB/STRLEN

github.com/gbdev/rgbds-deb - 975f85260da45ee2e12b55204bfd7434e15960ac authored over 5 years ago by dbrotz <[email protected]>
Use code points instead of bytes for STRSUB/STRLEN

github.com/gbdev/rgbds - 975f85260da45ee2e12b55204bfd7434e15960ac authored over 5 years ago by dbrotz <[email protected]>
/* INT 58 - Serial Interrupt */ No wake-on-LAN, per gekkio

github.com/gbdev/pandocs - c4455ea00e6ce1bb3c69a2ccc7a1a9d14cb1c45c authored over 5 years ago by PinoBatch <[email protected]>
/* Pitfalls */ Make pitfalls section into a list, add note about CH3 being inverted on GBA

github.com/gbdev/pandocs - 80f0185cb29f37d926bab3de829cb4e212cc7905 authored over 5 years ago by ISSOtm <[email protected]>
/* Pitfalls */ Add discovery on CH3 being inverted. To quote Liji: This is idiotic / It's intentional, but why would they do it

github.com/gbdev/pandocs - 9854ee2fcd32d7989615a62583671c6e8a1b926e authored over 5 years ago by ISSOtm <[email protected]>
/* APU technical explanation */ Fix mistakes

github.com/gbdev/pandocs - 8a010b2c5a5de9eaefb79a7bf887fb9ace97a40d authored over 5 years ago by ISSOtm <[email protected]>
/* Pitfalls */ Reword and fix CH3 latching explanation (credits go to PinoBatch), add note about output level

github.com/gbdev/pandocs - b7e92e21a5cd68a23111a19b57521b68eff7b548 authored over 5 years ago by ISSOtm <[email protected]>
/* Pitfalls */ Add another condition under which a pop my be heard

github.com/gbdev/pandocs - a4725668a4ae862449629b3fca3262d1f0e96686 authored over 5 years ago by ISSOtm <[email protected]>
Add sections about technical explanations

github.com/gbdev/pandocs - a5bad666afc58bae549543b6bb5a905e4b90a28d authored over 5 years ago by ISSOtm <[email protected]>
Set all of expr struct's fields in mergetwoexpressions()

github.com/gbdev/rgbds - f29d768989cf23a2f77a3f6e018863c5e0b8ace0 authored over 5 years ago by dbrotz <[email protected]>
Set all of expr struct's fields in mergetwoexpressions()

github.com/gbdev/rgbds-deb - f29d768989cf23a2f77a3f6e018863c5e0b8ace0 authored over 5 years ago by dbrotz <[email protected]>
Have a docker file

github.com/gbdev/rgbds-deb - 9bd7ecad4c0ac02e4c0fa87cf3e4214f6048a642 authored over 5 years ago by Phil Smith <[email protected]>
Have a docker file

github.com/gbdev/rgbds - 9bd7ecad4c0ac02e4c0fa87cf3e4214f6048a642 authored over 5 years ago by Phil Smith <[email protected]>
Fix a few checkpatch issues

github.com/gbdev/rgbds - cc458a96937cc35abacb7c1b22654e194ac76b02 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Fix a few checkpatch issues

github.com/gbdev/rgbds-deb - cc458a96937cc35abacb7c1b22654e194ac76b02 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #337 from dbrotz/one-pass

Use only one pass

github.com/gbdev/rgbds-deb - d2bd9a23684507dbb413028770c9121e01500bb0 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Merge pull request #337 from dbrotz/one-pass

Use only one pass

github.com/gbdev/rgbds - d2bd9a23684507dbb413028770c9121e01500bb0 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Replace lmmendes/game-boy-opcodes with gbdev/gb-opcodes

github.com/gbdev/awesome-gbdev - 7fb3b898c61cc38a4f70f1b719ed76af237ed266 authored over 5 years ago by Antonio Vivace <[email protected]>
Include symbol name in 'symbol too long' error message

github.com/gbdev/rgbds - b909a5063aca9b29abe15e65eb137de0904100cc authored over 5 years ago by dbrotz <[email protected]>
Include symbol name in 'symbol too long' error message

github.com/gbdev/rgbds-deb - b909a5063aca9b29abe15e65eb137de0904100cc authored over 5 years ago by dbrotz <[email protected]>
Add dots game. Add some screenshots and improve existing entries (#46)

github.com/gbdev/database - 1698db7aa1f020254ddd1cc6454ca20cc826304b authored over 5 years ago by Leonine9 <[email protected]>
Create funding.yml

github.com/gbdev/list-linter - cf053c46e9f6ebe4da1d24a9cf4c9bff849f5341 authored over 5 years ago by Sindre Sorhus <[email protected]>
Add OOPBoy to list of open-source emulators (#140)

github.com/gbdev/awesome-gbdev - a3150b05c3dfc41739dd3595b7420015e906be28 authored over 5 years ago by Garrett Gu <[email protected]>
Update jekyll configuration for the new namespaces

github.com/gbdev/gb-opcodes - 8c7ef80ed29a85fced7022e224941f254339eaa9 authored over 5 years ago by Antonio Vivace <[email protected]>
Properly set all 16 characters in ROM header title

github.com/gbdev/rgbds - b2c1f6122eb5ed5a9070c8cf0450f0cf826f6edd authored over 5 years ago by Marcus Huderle <[email protected]>
Properly set all 16 characters in ROM header title

github.com/gbdev/rgbds-deb - b2c1f6122eb5ed5a9070c8cf0450f0cf826f6edd authored over 5 years ago by Marcus Huderle <[email protected]>
Run checkpatch against origin/master

The develop branch has been deleted. Remove references to it.

github.com/gbdev/rgbds-deb - a761e98e183c2a8479944d30a2e73d8b1fa4eb1d authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Run checkpatch against origin/master

The develop branch has been deleted. Remove references to it.

github.com/gbdev/rgbds - a761e98e183c2a8479944d30a2e73d8b1fa4eb1d authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Don't assign PC to macro symbols

Macros have nothing to do with the current PC, so this doesn't make any sense.
The value isn't ev...

github.com/gbdev/rgbds - e12e7b2acca41ad2aff9ca111d34dce32ecd1c7a authored over 5 years ago by dbrotz <[email protected]>
Don't assign PC to macro symbols

Macros have nothing to do with the current PC, so this doesn't make any sense.
The value isn't ev...

github.com/gbdev/rgbds-deb - e12e7b2acca41ad2aff9ca111d34dce32ecd1c7a authored over 5 years ago by dbrotz <[email protected]>
Add test for referencing a symbol before setting it

github.com/gbdev/rgbds-deb - f927c41abb317fd2d43606a05f2f1f538ed1084e authored over 5 years ago by dbrotz <[email protected]>
Add test for referencing a symbol before setting it

github.com/gbdev/rgbds - f927c41abb317fd2d43606a05f2f1f538ed1084e authored over 5 years ago by dbrotz <[email protected]>
Prevent non-reloc symbol from shadowing reloc symbol

github.com/gbdev/rgbds - 249acace08d76c34b19b2340f6210bf2146574a1 authored over 5 years ago by dbrotz <[email protected]>
Prevent non-reloc symbol from shadowing reloc symbol

github.com/gbdev/rgbds-deb - 249acace08d76c34b19b2340f6210bf2146574a1 authored over 5 years ago by dbrotz <[email protected]>
Remove develop branch from contributing guide

This branch was meant to contain changes that were considered too risky
to be in master. However...

github.com/gbdev/rgbds-deb - fa37922ca76b749ce046f1ce1f15f7e1322c9244 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
Remove develop branch from contributing guide

This branch was meant to contain changes that were considered too risky
to be in master. However...

github.com/gbdev/rgbds - fa37922ca76b749ce046f1ce1f15f7e1322c9244 authored over 5 years ago by Antonio Niño Díaz <[email protected]>
0.10.0

github.com/gbdev/list-linter - a7b88fd4e717c8e4f41b91bdf08fe4998361dc90 authored over 5 years ago by Sindre Sorhus <[email protected]>
Properly check if a symbol's full name is too long

github.com/gbdev/rgbds - 021990b8e0c3c05684b3b46595741a146367c0a4 authored over 5 years ago by dbrotz <[email protected]>
Properly check if a symbol's full name is too long

github.com/gbdev/rgbds-deb - 021990b8e0c3c05684b3b46595741a146367c0a4 authored over 5 years ago by dbrotz <[email protected]>
Add missing space to error message

github.com/gbdev/rgbds-deb - 540564694c0189c6b26a033c16f1393cb0184f9a authored over 5 years ago by dbrotz <[email protected]>
Add missing space to error message

github.com/gbdev/rgbds - 540564694c0189c6b26a033c16f1393cb0184f9a authored over 5 years ago by dbrotz <[email protected]>
Use sym_FindSymbol() where possible

github.com/gbdev/rgbds - 8da4feb83c5bc9bb3879ea590ab2f7104733196f authored over 5 years ago by dbrotz <[email protected]>
Use sym_FindSymbol() where possible

github.com/gbdev/rgbds-deb - 8da4feb83c5bc9bb3879ea590ab2f7104733196f authored over 5 years ago by dbrotz <[email protected]>