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

Don't forget to initialize additional banks when using an overlay

github.com/gbdev/rgbds-deb - babf36e96ece780a985294760fb423c2c58e574f authored almost 5 years ago by ISSOtm <[email protected]>
Don't forget to initialize additional banks when using an overlay

github.com/gbdev/rgbds - babf36e96ece780a985294760fb423c2c58e574f authored almost 5 years ago by ISSOtm <[email protected]>
Fix RGBGFX man page

- Add color curve option to synopsis
- Fix ordering of `-d`'d description

github.com/gbdev/rgbds - d6a43f6a53b129866a657b6c32c1cc0de59e20f8 authored almost 5 years ago by ISSOtm <[email protected]>
Fix RGBGFX man page

- Add color curve option to synopsis
- Fix ordering of `-d`'d description

github.com/gbdev/rgbds-deb - d6a43f6a53b129866a657b6c32c1cc0de59e20f8 authored almost 5 years ago by ISSOtm <[email protected]>
Merge pull request #441 from ISSOtm/linker_error_stack

Make linker output error stacks instead of their top level

github.com/gbdev/rgbds-deb - ff8e38fcc6fbd484bebc4f8f2f4e499a63554cf0 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #441 from ISSOtm/linker_error_stack

Make linker output error stacks instead of their top level

github.com/gbdev/rgbds - ff8e38fcc6fbd484bebc4f8f2f4e499a63554cf0 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #440 from ISSOtm/nested_brackets

Allow nested bracketed symbols

github.com/gbdev/rgbds - 192f2de704c9a0ac06e809cf962e9a9159d0117f authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #440 from ISSOtm/nested_brackets

Allow nested bracketed symbols

github.com/gbdev/rgbds-deb - 192f2de704c9a0ac06e809cf962e9a9159d0117f authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #439 from ISSOtm/tests_locale

Run tests under a specific locale

github.com/gbdev/rgbds-deb - c568b3a97656be4e2287d93d6d77f71893033f05 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #439 from ISSOtm/tests_locale

Run tests under a specific locale

github.com/gbdev/rgbds - c568b3a97656be4e2287d93d6d77f71893033f05 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #438 from ISSOtm/sub_doc_fix

Fix documentation for `sub`, `sbc` and `cp`

github.com/gbdev/rgbds - 9c818ef3e15686fa98a8f13516aa2d66a20584e4 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #438 from ISSOtm/sub_doc_fix

Fix documentation for `sub`, `sbc` and `cp`

github.com/gbdev/rgbds-deb - 9c818ef3e15686fa98a8f13516aa2d66a20584e4 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #434 from ISSOtm/rgblink_rewrite

Rewrite RGBLINK entirely

github.com/gbdev/rgbds-deb - 5aea30f40d2f3354c76988384bcf70347a26d4a3 authored almost 5 years ago by Eldred Habert <[email protected]>
Merge pull request #434 from ISSOtm/rgblink_rewrite

Rewrite RGBLINK entirely

github.com/gbdev/rgbds - 5aea30f40d2f3354c76988384bcf70347a26d4a3 authored almost 5 years ago by Eldred Habert <[email protected]>
Have RGBDS' `err` and `warn` output an error message

The stdlib functions specify the difference between `err` and `errx`
is that the former prints a ...

github.com/gbdev/rgbds - 696feae32e87473811b59da174d7841a165ec42d authored almost 5 years ago by ISSOtm <[email protected]>
Add EOF checking in string reading

Fixes rednex/#422

github.com/gbdev/rgbds - f2e1b7d8683b46f9631b5f550605f396fcf21f65 authored almost 5 years ago by ISSOtm <[email protected]>
Fix error in object file documentation

github.com/gbdev/rgbds - 302b21047090cc3ae11db26915b91f6d0239ea71 authored almost 5 years ago by ISSOtm <[email protected]>
Fix false positives in `readstr`

Reading the byte `EOF & 0xFF` would cause an incorrect termination

github.com/gbdev/rgbds - 8a59994c0dd9e15fd50462d1242377fedcdcdad4 authored almost 5 years ago by ISSOtm <[email protected]>
Fix NULL deref when fetching an unknown symbol in RPN expressions

was being overwritten with the result, so
was meaningless. Using a temporary instead is better.

github.com/gbdev/rgbds - 09c9395ff8b23b5c7beb431d0228d5e2129d56d6 authored almost 5 years ago by ISSOtm <[email protected]>
Make linkerscript errors report file names

github.com/gbdev/rgbds - 5496c2e76f82cee8fdc747bc041f493470752b48 authored almost 5 years ago by ISSOtm <[email protected]>
Fix address-fixed sections potentially incorrectly assigned

This happened if all space before their fixed location was taken

github.com/gbdev/rgbds - 4600f70fef49f070e7fabb2b8f653edb5e0f72b4 authored almost 5 years ago by ISSOtm <[email protected]>
Fix bank-fixed sections going in any bank

github.com/gbdev/rgbds - 9b895e8a0ab5197c66bc1c58317331391c802954 authored almost 5 years ago by ISSOtm <[email protected]>
Fix typo that led to segfault

github.com/gbdev/rgbds - 8c91b31ae6f35fb26eee327d0d47feac95959f8e authored almost 5 years ago by ISSOtm <[email protected]>
Implement INCLUDE keyword in linker scripts

github.com/gbdev/rgbds - 9e33cc998fb889dc057f7a67001761bad085a23d authored almost 5 years ago by ISSOtm <[email protected]>
Only open files when necessary

github.com/gbdev/rgbds - bf75971a3a823a8bac2d4012c8ae0ccf33eec189 authored almost 5 years ago by ISSOtm <[email protected]>
Rework "overflow" error message

github.com/gbdev/rgbds - 81047afb4bf5e73b7f9a388268124241e06b24bd authored almost 5 years ago by ISSOtm <[email protected]>
Fix linkerscript not updating section categorization

github.com/gbdev/rgbds - 50804d661ab53a5a89c1750d3168eb4580cda8a4 authored almost 5 years ago by ISSOtm <[email protected]>
Make linker script error messages more descriptive

Provide file names when appropriate, print memory locations in hex

github.com/gbdev/rgbds - f1441cc962dc5602f2ed600dc7fb6cfa2caaf337 authored almost 5 years ago by ISSOtm <[email protected]>
Write some doc comments

github.com/gbdev/rgbds - 5bd007623374ef0f7e110b59b48e8beaab0c2e82 authored almost 5 years ago by ISSOtm <[email protected]>
Rewrite RGBLINK entirely

The goal was to improve readability, but along the way a few things were
gained.
- Sorted sym and...

github.com/gbdev/rgbds - 0e24adcafdf2c4aab448cad21e4ce596b62d65eb authored almost 5 years ago by ISSOtm <[email protected]>
Make linkerscript errors report file names

github.com/gbdev/rgbds-deb - 5496c2e76f82cee8fdc747bc041f493470752b48 authored almost 5 years ago by ISSOtm <[email protected]>
Rework "overflow" error message

github.com/gbdev/rgbds-deb - 81047afb4bf5e73b7f9a388268124241e06b24bd authored almost 5 years ago by ISSOtm <[email protected]>
Make linker script error messages more descriptive

Provide file names when appropriate, print memory locations in hex

github.com/gbdev/rgbds-deb - f1441cc962dc5602f2ed600dc7fb6cfa2caaf337 authored almost 5 years ago by ISSOtm <[email protected]>
Fix linkerscript not updating section categorization

github.com/gbdev/rgbds-deb - 50804d661ab53a5a89c1750d3168eb4580cda8a4 authored almost 5 years ago by ISSOtm <[email protected]>
Fix address-fixed sections potentially incorrectly assigned

This happened if all space before their fixed location was taken

github.com/gbdev/rgbds-deb - 4600f70fef49f070e7fabb2b8f653edb5e0f72b4 authored almost 5 years ago by ISSOtm <[email protected]>
Implement INCLUDE keyword in linker scripts

github.com/gbdev/rgbds-deb - 9e33cc998fb889dc057f7a67001761bad085a23d authored almost 5 years ago by ISSOtm <[email protected]>
Fix typo that led to segfault

github.com/gbdev/rgbds-deb - 8c91b31ae6f35fb26eee327d0d47feac95959f8e authored almost 5 years ago by ISSOtm <[email protected]>
Fix NULL deref when fetching an unknown symbol in RPN expressions

was being overwritten with the result, so
was meaningless. Using a temporary instead is better.

github.com/gbdev/rgbds-deb - 09c9395ff8b23b5c7beb431d0228d5e2129d56d6 authored almost 5 years ago by ISSOtm <[email protected]>
Fix bank-fixed sections going in any bank

github.com/gbdev/rgbds-deb - 9b895e8a0ab5197c66bc1c58317331391c802954 authored almost 5 years ago by ISSOtm <[email protected]>
Fix error in object file documentation

github.com/gbdev/rgbds-deb - 302b21047090cc3ae11db26915b91f6d0239ea71 authored almost 5 years ago by ISSOtm <[email protected]>
Have RGBDS' `err` and `warn` output an error message

The stdlib functions specify the difference between `err` and `errx`
is that the former prints a ...

github.com/gbdev/rgbds-deb - 696feae32e87473811b59da174d7841a165ec42d authored almost 5 years ago by ISSOtm <[email protected]>
Rewrite RGBLINK entirely

The goal was to improve readability, but along the way a few things were
gained.
- Sorted sym and...

github.com/gbdev/rgbds-deb - 0e24adcafdf2c4aab448cad21e4ce596b62d65eb authored almost 5 years ago by ISSOtm <[email protected]>
Write some doc comments

github.com/gbdev/rgbds-deb - 5bd007623374ef0f7e110b59b48e8beaab0c2e82 authored almost 5 years ago by ISSOtm <[email protected]>
Add EOF checking in string reading

Fixes rednex/#422

github.com/gbdev/rgbds-deb - f2e1b7d8683b46f9631b5f550605f396fcf21f65 authored almost 5 years ago by ISSOtm <[email protected]>
Fix false positives in `readstr`

Reading the byte `EOF & 0xFF` would cause an incorrect termination

github.com/gbdev/rgbds-deb - 8a59994c0dd9e15fd50462d1242377fedcdcdad4 authored almost 5 years ago by ISSOtm <[email protected]>
Only open files when necessary

github.com/gbdev/rgbds-deb - bf75971a3a823a8bac2d4012c8ae0ccf33eec189 authored almost 5 years ago by ISSOtm <[email protected]>
Increase version number to 0.3.9

github.com/gbdev/rgbds-deb - 323738e7b8426e59aa753ca1f1d623d5c1f24368 authored almost 5 years ago by ISSOtm <[email protected]>
Increase version number to 0.3.9

github.com/gbdev/rgbds - 323738e7b8426e59aa753ca1f1d623d5c1f24368 authored almost 5 years ago by ISSOtm <[email protected]>
Regenerate wwwman

github.com/gbdev/rgbds - a1d132cd35b8763aaf202b3e01441da12a96f762 authored almost 5 years ago by ISSOtm <[email protected]>
Regenerate wwwman

github.com/gbdev/rgbds-deb - a1d132cd35b8763aaf202b3e01441da12a96f762 authored almost 5 years ago by ISSOtm <[email protected]>
Fix errors in `make develop`

github.com/gbdev/rgbds-deb - f7c2665e14e03499f8b361e2a02834e45f6b01f9 authored almost 5 years ago by ISSOtm <[email protected]>
Fix errors in `make develop`

github.com/gbdev/rgbds - f7c2665e14e03499f8b361e2a02834e45f6b01f9 authored almost 5 years ago by ISSOtm <[email protected]>
Disable cron job

github.com/gbdev/awesome-gbdev - a3bdd5a6eb36bf1520a7a04279fea03c86ce056b authored almost 5 years ago by Antonio Vivace <[email protected]>
Update ci.yml

github.com/gbdev/awesome-gbdev - 2282a0f34737029836dfad53f49fa1b5adc61103 authored almost 5 years ago by Antonio Vivace <[email protected]>
Merge pull request #149 from svendahlstrand/lint-action: CI workflow with linter

github.com/gbdev/awesome-gbdev - bb752bb1b7d796ead250a0f5519ca9e68dd289f8 authored almost 5 years ago by Antonio Vivace <[email protected]>
Use gbdev fork of the linter

github.com/gbdev/awesome-gbdev - 1215cafea5c90a70f50e0bf4fa84ea1c8101f7f3 authored almost 5 years ago by Antonio Vivace <[email protected]>
Make workflow run daily.

github.com/gbdev/awesome-gbdev - 00bee60fbc7e503b4d758d0c86044efe6dae4653 authored about 5 years ago by Sven Dahlstrand <[email protected]>
Remove old URL status script.

Dead links are found by `awesome-lint`.

github.com/gbdev/awesome-gbdev - 397189cce533f981ab03135564ed31dc597961f4 authored about 5 years ago by Sven Dahlstrand <[email protected]>
Create FUNDING.yml

github.com/gbdev/awesome-gbdev - 47902572b4fbe98ddfb588c948d5098395d7c499 authored about 5 years ago by Antonio Vivace <[email protected]>
Remove old website build instructions

github.com/gbdev/gbdev.github.io - 20a8a0b13b3c7d99d49da1db081a1d1dee4fe2f3 authored about 5 years ago by Antonio Vivace <[email protected]>
Remove old website

github.com/gbdev/gbdev.github.io - d5387bebe2d89b2fc0b2851340c81f7cb066cf58 authored about 5 years ago by Antonio Vivace <[email protected]>
Add and enable favicons by @LIJI32

github.com/gbdev/gbdev.github.io - d9ae9f406c102c3e853264e8f60acb62eb1c158e authored about 5 years ago by Antonio Vivace <[email protected]>
Add GBCamcorder

github.com/gbdev/awesome-gbdev - e1a2a9ef3ef774712e067dc6a037317e077a8d38 authored about 5 years ago by Antonio Vivace <[email protected]>
Add 0dmg

github.com/gbdev/awesome-gbdev - 72464d348b2a7ef386a61b14accb5ef3fb4b322f authored about 5 years ago by Antonio Vivace <[email protected]>
Add Work Master OS (#148)

github.com/gbdev/awesome-gbdev - 04c4c732c85790f4ecf575dc3cda5f4d8379476e authored about 5 years ago by Antonio Vivace <[email protected]>
/* VRAM Tile Data */ Add link to ShantyTown's explanation of the graphics format

github.com/gbdev/pandocs - fe6290894122cd11a878e4270d81608980b6199f authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #147 from svendahlstrand/dmg-cpu-re

Add DMG-CPU-Inside by furrtek

github.com/gbdev/awesome-gbdev - f7bab0bb96415bbf34824e30ac609278c685fd15 authored about 5 years ago by Eldred Habert <[email protected]>
Add CI workflow with awesome-lint.

github.com/gbdev/awesome-gbdev - 81fab5818055bf57302cabce03fea15d94adc47d authored about 5 years ago by Sven Dahlstrand <[email protected]>
Add DMG-CPU-Inside by furrtek.

github.com/gbdev/awesome-gbdev - 6bc5bfa0f1476948c94465364a3fd9097247ad98 authored about 5 years ago by Sven Dahlstrand <[email protected]>
Make linker output error stacks instead of their top level

github.com/gbdev/rgbds - ae0b95ec6d6df17eec9e31d96ba311c322d9283e authored about 5 years ago by ISSOtm <[email protected]>
Make linker output error stacks instead of their top level

github.com/gbdev/rgbds-deb - ae0b95ec6d6df17eec9e31d96ba311c322d9283e authored about 5 years ago by ISSOtm <[email protected]>
Add test for nested brackets

github.com/gbdev/rgbds-deb - cdd82009369ff348ccce7b40267c5079c8439679 authored about 5 years ago by ISSOtm <[email protected]>
Add test for nested brackets

github.com/gbdev/rgbds - cdd82009369ff348ccce7b40267c5079c8439679 authored about 5 years ago by ISSOtm <[email protected]>
Allow nested bracketed symbols

Fixes #320

github.com/gbdev/rgbds - 694075e840a4c080ed23aa7a02a4ac55d87a7101 authored about 5 years ago by ISSOtm <[email protected]>
Allow nested bracketed symbols

Fixes #320

github.com/gbdev/rgbds-deb - 694075e840a4c080ed23aa7a02a4ac55d87a7101 authored about 5 years ago by ISSOtm <[email protected]>
Run tests under a specific locale

Fixes #427

github.com/gbdev/rgbds-deb - d76f9943188cabe32d10fd78700a4f970378b61f authored about 5 years ago by ISSOtm <[email protected]>
Run tests under a specific locale

Fixes #427

github.com/gbdev/rgbds - d76f9943188cabe32d10fd78700a4f970378b61f authored about 5 years ago by ISSOtm <[email protected]>
Fix flag documentation for `sub`, `sbc` and `cp`

github.com/gbdev/rgbds - 11b7052f9403944fef5fddf1d2815f37a9cf5c3b authored about 5 years ago by ISSOtm <[email protected]>
Fix flag documentation for `sub`, `sbc` and `cp`

github.com/gbdev/rgbds-deb - 11b7052f9403944fef5fddf1d2815f37a9cf5c3b authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #425 from ISSOtm/eexpansion_error

Add info about string expansions in error reports

github.com/gbdev/rgbds-deb - e93d65d736a42f8317370b8e091cefafdc4a665b authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #425 from ISSOtm/eexpansion_error

Add info about string expansions in error reports

github.com/gbdev/rgbds - e93d65d736a42f8317370b8e091cefafdc4a665b authored about 5 years ago by Eldred Habert <[email protected]>
/* SGB Command 0Ch - ATRC_EN */ Describe screen savers, which I suspect this relates to

github.com/gbdev/pandocs - 019d5505345cb4079259a43e94ec55a254088c9f authored about 5 years ago by PinoBatch <[email protected]>
/* SGB Command 12h - JUMP */ JUMP notes from fullsnes

github.com/gbdev/pandocs - 756a163c562312b38615818201b4524e9a172e87 authored about 5 years ago by PinoBatch <[email protected]>
/* SGB Command 0Ch - ATRC_EN */ When GB controls are left idle?

github.com/gbdev/pandocs - 85007da3ba11eee2ce19bcdef6f45dd901f093c8 authored about 5 years ago by PinoBatch <[email protected]>
/* SGB Command 14h - PCT_TRN */ All borders repeat tiles

github.com/gbdev/pandocs - b4b5b901954f699dc6b6da751889bf5a4bd71b1a authored about 5 years ago by PinoBatch <[email protected]>
Link to the original @exezin article

Discussion: https://github.com/gbdev/awesome-gbdev/commit/ffe7e4bf883d7d6ebd108fc1bbe05cbecb33388f

github.com/gbdev/awesome-gbdev - 08556c1cc85393f5febaf3c7a71ec624c5c659f3 authored about 5 years ago by Antonio Vivace <[email protected]>
Add OAM DMA tutorial adapted from Exezin's

github.com/gbdev/awesome-gbdev - ffe7e4bf883d7d6ebd108fc1bbe05cbecb33388f authored about 5 years ago by Eldred Habert <[email protected]>
Have `make clean` delete all .o files in source directory

This will work better if files are rearranged in the future.
This appears to be POSIX-compliant, ...

github.com/gbdev/rgbds - 0f4d543aebbfe37ecd2e19aefb00084798c5f89b authored about 5 years ago by ISSOtm <[email protected]>
Have `make clean` delete all .o files in source directory

This will work better if files are rearranged in the future.
This appears to be POSIX-compliant, ...

github.com/gbdev/rgbds-deb - 0f4d543aebbfe37ecd2e19aefb00084798c5f89b authored about 5 years ago by ISSOtm <[email protected]>
Fix location of all relevant SECTIONs in tests

If section placement is changed such that those are no longer guaranteed to be
placed at zero, te...

github.com/gbdev/rgbds-deb - dab5f59ed9b1aefddb035e6938df1440c7dec46f authored about 5 years ago by ISSOtm <[email protected]>
Fix location of all relevant SECTIONs in tests

If section placement is changed such that those are no longer guaranteed to be
placed at zero, te...

github.com/gbdev/rgbds - dab5f59ed9b1aefddb035e6938df1440c7dec46f authored about 5 years ago by ISSOtm <[email protected]>
Merge pull request #419 from dbrotz/fix-blackslash-tab-at-eof

Handle tabs after backslash at end of file

github.com/gbdev/rgbds - 22a6a82642a14d2893a4bf400f2ad115f4dcd660 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #419 from dbrotz/fix-blackslash-tab-at-eof

Handle tabs after backslash at end of file

github.com/gbdev/rgbds-deb - 22a6a82642a14d2893a4bf400f2ad115f4dcd660 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #420 from dbrotz/disallow-null-char

Reject input that contains null characters

github.com/gbdev/rgbds-deb - 7b592eff8a8db5b3475e9aeb7d8a53b7b2086124 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #420 from dbrotz/disallow-null-char

Reject input that contains null characters

github.com/gbdev/rgbds - 7b592eff8a8db5b3475e9aeb7d8a53b7b2086124 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #416 from ISSOtm/makefile

Improve Makefile

github.com/gbdev/rgbds - 4be81d9ffd1751508345227ae1fefcde256e64a2 authored about 5 years ago by Eldred Habert <[email protected]>
Merge pull request #416 from ISSOtm/makefile

Improve Makefile

github.com/gbdev/rgbds-deb - 4be81d9ffd1751508345227ae1fefcde256e64a2 authored about 5 years ago by Eldred Habert <[email protected]>
Replace game boy cribsheet with a more recent version, as suggested by #146 by @ihonen

github.com/gbdev/awesome-gbdev - eb8a746f9c6200163ddcfac47f27c4e7d191ecec authored about 5 years ago by Antonio Vivace <[email protected]>
Add Tools Tilemap GB and Tilemap Helper (#145)

* Add Tilemap GB to Tools section

* Add Tilemap Helper to Tools section

github.com/gbdev/awesome-gbdev - a9893564ccb9356622980680511a55d798b1bee0 authored about 5 years ago by bbbbbr <[email protected]>
Add info about string expansions in error reports

This is especially useful when an EQUS expands to another one, to help
track them.
This is done s...

github.com/gbdev/rgbds - 55fbecee497b7971b9b773fe7136ff953b10e186 authored about 5 years ago by ISSOtm <[email protected]>