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

Gitignores, re-enable Inter font

github.com/gbdev/pandocs - 4c882893fd45bacbf32a36d711ee0abe51ed6e8d authored over 4 years ago by Antonio Vivace <[email protected]>
Add `gbdiff.bash` script

This script allows diffing two Game Boy ROMs using `xxd` and `diff` and
attempts to augment the ...

github.com/gbdev/rgbds - b16ec83a33f52e44a72bd464aa08128f44e915d4 authored over 4 years ago by ISSOtm <[email protected]>
Add `gbdiff.bash` script

This script allows diffing two Game Boy ROMs using `xxd` and `diff` and
attempts to augment the ...

github.com/gbdev/rgbds-deb - b16ec83a33f52e44a72bd464aa08128f44e915d4 authored over 4 years ago by ISSOtm <[email protected]>
Make more symbol functions `const`

Can't hurt to specify those as they are now. Perhaps it'll enable slightly more
compiler optimiz...

github.com/gbdev/rgbds - ed72baca2a8a6bc1332813e9c21f9117469b4cc4 authored over 4 years ago by ISSOtm <[email protected]>
Make more symbol functions `const`

Can't hurt to specify those as they are now. Perhaps it'll enable slightly more
compiler optimiz...

github.com/gbdev/rgbds-deb - ed72baca2a8a6bc1332813e9c21f9117469b4cc4 authored over 4 years ago by ISSOtm <[email protected]>
Mark a few symbol functions as `static`

github.com/gbdev/rgbds - edb562d2e576e14661860860dd321e4f6fc3933c authored over 4 years ago by ISSOtm <[email protected]>
Mark a few symbol functions as `static`

github.com/gbdev/rgbds-deb - edb562d2e576e14661860860dd321e4f6fc3933c authored over 4 years ago by ISSOtm <[email protected]>
Avoid unnecessary copies in symbol init

github.com/gbdev/rgbds - 6d4b128611cee85bb8955dc1964e61848c3ffdca authored over 4 years ago by ISSOtm <[email protected]>
Avoid unnecessary copies in symbol init

github.com/gbdev/rgbds-deb - 6d4b128611cee85bb8955dc1964e61848c3ffdca authored over 4 years ago by ISSOtm <[email protected]>
Fall back from failure in `time` a bit better

github.com/gbdev/rgbds - e2e01e84faa8b60869e7f9d2a9ffba5e6566ca4e authored over 4 years ago by ISSOtm <[email protected]>
Fall back from failure in `time` a bit better

github.com/gbdev/rgbds-deb - e2e01e84faa8b60869e7f9d2a9ffba5e6566ca4e authored over 4 years ago by ISSOtm <[email protected]>
Fix timestamp symbols on Windows (partially)

Windows does not honor `%F` nor `%T` in `strftime`. These are worked around
by writing the full ...

github.com/gbdev/rgbds-deb - 93ee41756796733c5421f79ebe1d3264871194d7 authored over 4 years ago by ISSOtm <[email protected]>
Fix timestamp symbols on Windows (partially)

Windows does not honor `%F` nor `%T` in `strftime`. These are worked around
by writing the full ...

github.com/gbdev/rgbds - 93ee41756796733c5421f79ebe1d3264871194d7 authored over 4 years ago by ISSOtm <[email protected]>
Link the 144p test suite ROM

github.com/gbdev/pandocs - 4d61a87ac8678de93681782ce500838f98be9ab4 authored over 4 years ago by Antonio Vivace <[email protected]>
Remove aggressive/political comments

github.com/gbdev/pandocs - e7170b0a45bf1ca2c73f9641dddc0bf44bfceb40 authored over 4 years ago by Antonio Vivace <[email protected]>
More clean up

github.com/gbdev/pandocs - d12555dbab9900355af422c1ccad16d39378cb03 authored over 4 years ago by Antonio Vivace <[email protected]>
Clean up LCDC and merge it into the Video Display part

github.com/gbdev/pandocs - 8fdbb7cf3c899905208ff85334c4e1d827b342e2 authored over 4 years ago by Antonio Vivace <[email protected]>
Clean Joypad Input page and merge it

github.com/gbdev/pandocs - 3760513d88ef65c8d1cce1620cceac0bb2ef8a97 authored over 4 years ago by Antonio Vivace <[email protected]>
Clean up of the Sound Controller page and merge it

github.com/gbdev/pandocs - e30abb201256abf8d75ce520fc15c4a4d12eb666 authored over 4 years ago by Antonio Vivace <[email protected]>
Handle single pages and single revisions in mediawiki exports

github.com/gbdev/pandocs - 6c31f6087f079bfc7bdcdbd1368a9f15696d5cc7 authored over 4 years ago by Antonio Vivace <[email protected]>
Use `tput` for formatting escape sequences

github.com/gbdev/rgbds - 44cdcd12c386916e4f4b3e9f24eb94189ba4f811 authored over 4 years ago by ISSOtm <[email protected]>
Add test for `db X, @`

It should behave identically to both of these on separate lines

github.com/gbdev/rgbds-deb - ed06981f57cc9913a3d61b98e3708efe116e3010 authored over 4 years ago by ISSOtm <[email protected]>
Use `tput` for formatting escape sequences

github.com/gbdev/rgbds-deb - 44cdcd12c386916e4f4b3e9f24eb94189ba4f811 authored over 4 years ago by ISSOtm <[email protected]>
Add test for `db X, @`

It should behave identically to both of these on separate lines

github.com/gbdev/rgbds - ed06981f57cc9913a3d61b98e3708efe116e3010 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #467 from ISSOtm/report

Report failing file names in comparisons

github.com/gbdev/rgbds - ec6c42e9d60d3695e89f675588195597efbf32ff authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #467 from ISSOtm/report

Report failing file names in comparisons

github.com/gbdev/rgbds-deb - ec6c42e9d60d3695e89f675588195597efbf32ff authored over 4 years ago by Eldred Habert <[email protected]>
Remove undefined behavior from shifts

`asl` and `asr` in `src/link/patch.c` courtesy of @pinobatch, and rearranged in RGBASM
evaluators.

github.com/gbdev/rgbds - b11d121c485014640011d682d4284f3af8ea28ad authored over 4 years ago by ISSOtm <[email protected]>
Remove undefined behavior from shifts

`asl` and `asr` in `src/link/patch.c` courtesy of @pinobatch, and rearranged in RGBASM
evaluators.

github.com/gbdev/rgbds-deb - b11d121c485014640011d682d4284f3af8ea28ad authored over 4 years ago by ISSOtm <[email protected]>
Report failing file names in comparisons

The files being diffed (especially for variants) are temp files, so their
names are pretty nonde...

github.com/gbdev/rgbds - cdf6000618fddd6fc89ba401248c80f7ac4aa313 authored over 4 years ago by ISSOtm <[email protected]>
Report failing file names in comparisons

The files being diffed (especially for variants) are temp files, so their
names are pretty nonde...

github.com/gbdev/rgbds-deb - cdf6000618fddd6fc89ba401248c80f7ac4aa313 authored over 4 years ago by ISSOtm <[email protected]>
Make RGBASM overwrite output files atomically

Fixes rednex/#446.
I am not sure this is the best (in cases where the target directory
is not wri...

github.com/gbdev/rgbds-deb - a9cb4f8245c0143ddd963b9eb0cf7226b4369746 authored over 4 years ago by ISSOtm <[email protected]>
Allow RGBASM to overwrite object files on Windows

github.com/gbdev/rgbds-deb - 2e8094b71237c139d08ab373513112b258c143e4 authored over 4 years ago by ISSOtm <[email protected]>
Allow RGBASM to overwrite object files on Windows

github.com/gbdev/rgbds - 2e8094b71237c139d08ab373513112b258c143e4 authored over 4 years ago by ISSOtm <[email protected]>
Make RGBASM overwrite output files atomically

Fixes rednex/#446.
I am not sure this is the best (in cases where the target directory
is not wri...

github.com/gbdev/rgbds - a9cb4f8245c0143ddd963b9eb0cf7226b4369746 authored over 4 years ago by ISSOtm <[email protected]>
Colors

github.com/gbdev/pandocs - 827295c7a73419f4ffbebec85cb1a10170474843 authored over 4 years ago by Antonio Vivace <[email protected]>
Set up VuePress and eject the default theme

github.com/gbdev/pandocs - e13d03010737b670838aea3d9cec952d737288e3 authored over 4 years ago by Antonio Vivace <[email protected]>
Move the render and merging outside the content source folder

github.com/gbdev/pandocs - 816d39471db1b66c6acc336b5b0d60bb9e73c1a0 authored over 4 years ago by Antonio Vivace <[email protected]>
Basic workflow to produce the merged final document

github.com/gbdev/pandocs - 06aba2a33f444d3e139886ac94a8197b44f333a5 authored over 4 years ago by Antonio Vivace <[email protected]>
Don't use `diff` to compare bin files in tests

github.com/gbdev/rgbds - 1bd41bf79ae9af867e473f13ca23d036f6f27174 authored over 4 years ago by ISSOtm <[email protected]>
Don't use `diff` to compare bin files in tests

github.com/gbdev/rgbds-deb - 1bd41bf79ae9af867e473f13ca23d036f6f27174 authored over 4 years ago by ISSOtm <[email protected]>
Add a basic About paragraph

github.com/gbdev/pandocs - 6363e6c00f7cb305c81f309d7d28ee3e3e3c0586 authored over 4 years ago by Antonio Vivace <[email protected]>
Add Technical specifications

github.com/gbdev/pandocs - a107a71060ec99240ebcb4cef125adb46ae15eb0 authored over 4 years ago by Antonio Vivace <[email protected]>
Clean up, code blocks

github.com/gbdev/pandocs - 1a5f030bc5eb6a56254097fe2760cc8d77cfaecc authored over 4 years ago by Antonio Vivace <[email protected]>
Fix table, clean up

github.com/gbdev/pandocs - 639c2a7fdaa4d9c6d7a396347549e4f98378956a authored over 4 years ago by Antonio Vivace <[email protected]>
Add swotGB notes page to the emulator development section (#155)

I found this page which gives some insight into the development process of swotGB, a javascript ...

github.com/gbdev/awesome-gbdev - d9c974b9daf350089aaed484d703ce29d4b602c9 authored over 4 years ago by Pierre Borckmans <[email protected]>
Fix a few checkpatch warnings in `symbol.h`

github.com/gbdev/rgbds - 08ab34cf57756913c0d6eae2322ea1b2e36fed20 authored over 4 years ago by ISSOtm <[email protected]>
Fix a few checkpatch warnings in `symbol.h`

github.com/gbdev/rgbds-deb - 08ab34cf57756913c0d6eae2322ea1b2e36fed20 authored over 4 years ago by ISSOtm <[email protected]>
Allow outputting dep files to stdout using `-`

github.com/gbdev/rgbds-deb - 6fc50972786b987d1692edc1489dc0b9cf77c1d2 authored over 4 years ago by ISSOtm <[email protected]>
Fix partial paths being output to dep files with `-i`

github.com/gbdev/rgbds-deb - 7bb55469fe80dd089019b0fcb198ab8efc24eb45 authored over 4 years ago by ISSOtm <[email protected]>
Add -MG

This option allows for automatic dependency detection and generation:
as soon as a missing file i...

github.com/gbdev/rgbds - 12f2f654dd9e524048b37654760b0f5d9edc3d13 authored over 4 years ago by ISSOtm <[email protected]>
Reimplement `-M` variants using long options

github.com/gbdev/rgbds - a29dd738f2486752dab0eac1f59204da00e0c67e authored over 4 years ago by ISSOtm <[email protected]>
Fix partial paths being output to dep files with `-i`

github.com/gbdev/rgbds - 7bb55469fe80dd089019b0fcb198ab8efc24eb45 authored over 4 years ago by ISSOtm <[email protected]>
Allow outputting dep files to stdout using `-`

github.com/gbdev/rgbds - 6fc50972786b987d1692edc1489dc0b9cf77c1d2 authored over 4 years ago by ISSOtm <[email protected]>
Fix `-MG` always being enabled

github.com/gbdev/rgbds - 4a98b41d577ae5c699dd6737b543b622681d4c98 authored over 4 years ago by ISSOtm <[email protected]>
Fix `-MG` always being enabled

github.com/gbdev/rgbds-deb - 4a98b41d577ae5c699dd6737b543b622681d4c98 authored over 4 years ago by ISSOtm <[email protected]>
Add -MG

This option allows for automatic dependency detection and generation:
as soon as a missing file i...

github.com/gbdev/rgbds-deb - 12f2f654dd9e524048b37654760b0f5d9edc3d13 authored over 4 years ago by ISSOtm <[email protected]>
Reimplement `-M` variants using long options

github.com/gbdev/rgbds-deb - a29dd738f2486752dab0eac1f59204da00e0c67e authored over 4 years ago by ISSOtm <[email protected]>
Allow specifying multiple dependency targets

This is done to match GCC's behavior.
Also, this unifies the code of -MT and -MQ.

github.com/gbdev/rgbds-deb - 0649b360fb4b6b195641b74031c70047d981b11e authored over 4 years ago by ISSOtm <[email protected]>
Add -MP option

Adds a phony target to every included file, mimicking gcc's

github.com/gbdev/rgbds-deb - bfa8da78a6240935b82caa8f15966f53aaf55bb0 authored over 4 years ago by ISSOtm <[email protected]>
Add -MP option

Adds a phony target to every included file, mimicking gcc's

github.com/gbdev/rgbds - bfa8da78a6240935b82caa8f15966f53aaf55bb0 authored over 4 years ago by ISSOtm <[email protected]>
Allow specifying multiple dependency targets

This is done to match GCC's behavior.
Also, this unifies the code of -MT and -MQ.

github.com/gbdev/rgbds - 0649b360fb4b6b195641b74031c70047d981b11e authored over 4 years ago by ISSOtm <[email protected]>
Add -MT option

Allows overriding the output file in dependencies, which also allows
outputting those without als...

github.com/gbdev/rgbds-deb - 1fb9f90f0f0d1a170910116c47d9d72c2e954ff9 authored over 4 years ago by ISSOtm <[email protected]>
Add -MQ

Just like GCC's -MQ, this is basically -MT but the file name is escaped.

github.com/gbdev/rgbds-deb - f1f314270d814a13a56f7cf84dee68a81ac79d88 authored over 4 years ago by ISSOtm <[email protected]>
Add -MQ

Just like GCC's -MQ, this is basically -MT but the file name is escaped.

github.com/gbdev/rgbds - f1f314270d814a13a56f7cf84dee68a81ac79d88 authored over 4 years ago by ISSOtm <[email protected]>
Add -MT option

Allows overriding the output file in dependencies, which also allows
outputting those without als...

github.com/gbdev/rgbds - 1fb9f90f0f0d1a170910116c47d9d72c2e954ff9 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #472 from ISSOtm/romx-tiny

Allow ROMX and WRAMX sections in restricted modes

github.com/gbdev/rgbds-deb - fb81733b2b9d9b74a9cd560531be88399c22626e authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #472 from ISSOtm/romx-tiny

Allow ROMX and WRAMX sections in restricted modes

github.com/gbdev/rgbds - fb81733b2b9d9b74a9cd560531be88399c22626e authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #477 from ISSOtm/sym_overhaul

Overhaul the symbol system

github.com/gbdev/rgbds-deb - e7eac583daf97ff6eb69b7d6b36cb227fcee6876 authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #477 from ISSOtm/sym_overhaul

Overhaul the symbol system

github.com/gbdev/rgbds - e7eac583daf97ff6eb69b7d6b36cb227fcee6876 authored over 4 years ago by Eldred Habert <[email protected]>
Add GB Studio

github.com/gbdev/awesome-gbdev - 59af0ef0d6659ed3e38209a3dcb878a41e4d771f authored over 4 years ago by Antonio Vivace <[email protected]>
Merge pull request #154 from Akatsuki-py/addWorldwide

EMULATORS.md: add Worldwide

github.com/gbdev/awesome-gbdev - 46cd87ea739b3f6b7f3455c8950a0de55149e99c authored over 4 years ago by Antonio Vivace <[email protected]>
Specify the emulator is documented/commented in Japanese

github.com/gbdev/awesome-gbdev - c62e36532495b212e1d7d2124eaa7cbd71f31b0e authored over 4 years ago by Antonio Vivace <[email protected]>
add my own emulator into EMULATORS.md

github.com/gbdev/awesome-gbdev - ed19edf2839b10ed1431257b7a5af1f1e162136a authored over 4 years ago by akatsuki-py <[email protected]>
Remove Memory_Map revisions

github.com/gbdev/pandocs - f9180888ebd2815613493daa14259da6a0b8dad7 authored over 4 years ago by Antonio Vivace <[email protected]>
Delete Memory_Map285.md

github.com/gbdev/pandocs - d44e39b767f690468fca1816aead8af084f7d448 authored over 4 years ago by Antonio Vivace <[email protected]>
More clean up

github.com/gbdev/pandocs - 93f4bf11cdeae8d7a9b77142a7c0e122295ee0fd authored over 4 years ago by Antonio Vivace <[email protected]>
Fix table

github.com/gbdev/pandocs - 533d313b7c2eb5e73ca36a39b112371d01d433dd authored over 4 years ago by Antonio Vivace <[email protected]>
Clean up, fix code blocks

github.com/gbdev/pandocs - 9bbe0ee0c21d7365780f7a0cb7c03983f5b48e41 authored over 4 years ago by Antonio Vivace <[email protected]>
Test new working label subtractions

github.com/gbdev/rgbds-deb - cd107855e7b705b6677afa0777a19c55849743e5 authored over 4 years ago by ISSOtm <[email protected]>
Test new working label subtractions

github.com/gbdev/rgbds - cd107855e7b705b6677afa0777a19c55849743e5 authored over 4 years ago by ISSOtm <[email protected]>
Rename export type enum to that

This prevents a conflict in the next commit

github.com/gbdev/rgbds - a7c0616cd8f2e2f141e0d7233702bb5516c09031 authored over 4 years ago by ISSOtm <[email protected]>
Remove local label error checking

This is actually not necessary, because RGBLINK would warn about missing labels.
Besides, through...

github.com/gbdev/rgbds - e3ef194b4fc35c5d004c586c10a30c02e8707456 authored over 4 years ago by ISSOtm <[email protected]>
Clean up symbol management

Stop using that bitfield for everything, including what can be determined otherwise
It also makes...

github.com/gbdev/rgbds-deb - ab9307ac617c6abc2e8cb055656842a71e38541e authored over 4 years ago by ISSOtm <[email protected]>
Make symbol ref in patch symbols constant

github.com/gbdev/rgbds - ab4ca9ad8c3e7a590291e12b3e1b1011a3d279b3 authored over 4 years ago by ISSOtm <[email protected]>
Remove local label error checking

This is actually not necessary, because RGBLINK would warn about missing labels.
Besides, through...

github.com/gbdev/rgbds-deb - e3ef194b4fc35c5d004c586c10a30c02e8707456 authored over 4 years ago by ISSOtm <[email protected]>
Clean up symbol management

Stop using that bitfield for everything, including what can be determined otherwise
It also makes...

github.com/gbdev/rgbds - ab9307ac617c6abc2e8cb055656842a71e38541e authored over 4 years ago by ISSOtm <[email protected]>
Rename export type enum to that

This prevents a conflict in the next commit

github.com/gbdev/rgbds-deb - a7c0616cd8f2e2f141e0d7233702bb5516c09031 authored over 4 years ago by ISSOtm <[email protected]>
Actually rely on `createsymbol` never returning NULL

This reduces complexity, basically

github.com/gbdev/rgbds-deb - 3fb5648880bccdd52b627c137d18710b687d8e1f authored over 4 years ago by ISSOtm <[email protected]>
Make symbol ref in patch symbols constant

github.com/gbdev/rgbds-deb - ab4ca9ad8c3e7a590291e12b3e1b1011a3d279b3 authored over 4 years ago by ISSOtm <[email protected]>
Actually rely on `createsymbol` never returning NULL

This reduces complexity, basically

github.com/gbdev/rgbds - 3fb5648880bccdd52b627c137d18710b687d8e1f authored over 4 years ago by ISSOtm <[email protected]>
Test subtracting labels

github.com/gbdev/rgbds-deb - 51d5ff056766b327c939edf7f4b5323b69cba5d3 authored over 4 years ago by ISSOtm <[email protected]>
Test subtracting labels

github.com/gbdev/rgbds - 51d5ff056766b327c939edf7f4b5323b69cba5d3 authored over 4 years ago by ISSOtm <[email protected]>
Report line info on empty RPN stack

github.com/gbdev/rgbds-deb - 0665146dcdfd83c5f8576a4fbf8a26240e268d0a authored almost 5 years ago by ISSOtm <[email protected]>
Report line info on empty RPN stack

github.com/gbdev/rgbds - 0665146dcdfd83c5f8576a4fbf8a26240e268d0a authored almost 5 years ago by ISSOtm <[email protected]>
Test that `all-instructions` does not error out

github.com/gbdev/rgbds-deb - 1f8422575ee90a9421771f0abfd2a374061fa3c4 authored almost 5 years ago by ISSOtm <[email protected]>
Test that `all-instructions` does not error out

github.com/gbdev/rgbds - 1f8422575ee90a9421771f0abfd2a374061fa3c4 authored almost 5 years ago by ISSOtm <[email protected]>
Systemize RGBLINK testing

github.com/gbdev/rgbds - 61c381a62c24833a0f26509d74410a27f39e794a authored almost 5 years ago by ISSOtm <[email protected]>
Systemize RGBLINK testing

github.com/gbdev/rgbds-deb - 61c381a62c24833a0f26509d74410a27f39e794a authored almost 5 years ago by ISSOtm <[email protected]>
Do not run `.pipe` tests if the normal variant fails

They'll most likely fail as well, just adding redundant error output

github.com/gbdev/rgbds - 56d5f1588a8737ea13139342a952060f8977bc5c authored almost 5 years ago by ISSOtm <[email protected]>
Do not run `.pipe` tests if the normal variant fails

They'll most likely fail as well, just adding redundant error output

github.com/gbdev/rgbds-deb - 56d5f1588a8737ea13139342a952060f8977bc5c authored almost 5 years ago by ISSOtm <[email protected]>