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

Deprecate colon-less non-local labels

github.com/gbdev/rgbds-deb - fa10ee435685f9a482f6145cf9291b4ba2ad6505 authored over 4 years ago by ISSOtm <[email protected]>
Ignore unused arguments in a more standard way

github.com/gbdev/rgbds - 5bc8d51a9eea2b3dbd7530a4858f613390ffef29 authored over 4 years ago by ISSOtm <[email protected]>
Ignore unused arguments in a more standard way

github.com/gbdev/rgbds-deb - 5bc8d51a9eea2b3dbd7530a4858f613390ffef29 authored over 4 years ago by ISSOtm <[email protected]>
Increase monospaced font weight: 500 -> 600

github.com/gbdev/pandocs - 5ba00850fbf43294578cf4f5160d8be0b6f04ed9 authored over 4 years ago by Antonio Vivace <[email protected]>
ROM Size table

github.com/gbdev/pandocs - b7eac91588fefc02248acb0f1b530ff718108827 authored over 4 years ago by Antonio Vivace <[email protected]>
Cartridge Type table

github.com/gbdev/pandocs - 2d5adc690cbb8e78ab7cf47b0fa2551a874ec488 authored over 4 years ago by Antonio Vivace <[email protected]>
New Licensee Code table

github.com/gbdev/pandocs - 937750c01da6b552df64370487f38caf3fe84367 authored over 4 years ago by Antonio Vivace <[email protected]>
Add joypad utility constants

github.com/gbdev/hardware.inc - a4b15b2d4f5e226164e746d7efd5ec5fb1d8f904 authored over 4 years ago by Eldred Habert <[email protected]>
GBAdev disambiguation (#164)

github.com/gbdev/awesome-gbdev - 64bb43da3bb0b49272699dcc2372b11950bd495c authored over 4 years ago by Antonio Vivace <[email protected]>
List review (#162): remove/move old links, move section to the bottom of the Documentation section

github.com/gbdev/awesome-gbdev - c19fe895a496205cea95418c0ed8c8bc727cb98b authored over 4 years ago by Antonio Vivace <[email protected]>
Add z80gboy.txt as reference

github.com/gbdev/pandocs - 3e0470f8a39d8a6c6f15aeaa304d3019b2e5c849 authored over 4 years ago by Antonio Vivace <[email protected]>
List review (#161): reorder, update Pan Docs link, specify historical relevance for the official manual.

github.com/gbdev/awesome-gbdev - 1976f5050c617b24a233797bfdc749a02ea76260 authored over 4 years ago by Antonio Vivace <[email protected]>
List review (#160): Remove wiki, move devrs down to Websites. Improve link names.

github.com/gbdev/awesome-gbdev - 16086e4eda73922846d507409859265270e7328e authored over 4 years ago by Antonio Vivace <[email protected]>
List review (#159): Move down PyBoy to Emulator Development section

github.com/gbdev/awesome-gbdev - fa4147d170c9a7ef7548a46e99baf0458a5254e6 authored over 4 years ago by Antonio Vivace <[email protected]>
Merge pull request #437 from rednex/locals

Prevent local symbols that are not labels

github.com/gbdev/rgbds-deb - 361d6cf5176ee41a397b0b965de5fb0506af38ad authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #437 from rednex/locals

Prevent local symbols that are not labels

github.com/gbdev/rgbds - 361d6cf5176ee41a397b0b965de5fb0506af38ad authored over 4 years ago by Eldred Habert <[email protected]>
Make RGBLINK check divisions by zero

github.com/gbdev/rgbds-deb - 6800609fa74f76f446b7e80cb7c81f072ec49fbd authored over 4 years ago by ISSOtm <[email protected]>
Make RGBLINK check divisions by zero

github.com/gbdev/rgbds - 6800609fa74f76f446b7e80cb7c81f072ec49fbd authored over 4 years ago by ISSOtm <[email protected]>
Add string format checking to err.h functions

And fix all problems this detected... oops

github.com/gbdev/rgbds-deb - dac13ba4bbaccfd6f8e64466bb27826a18d7e7f1 authored over 4 years ago by ISSOtm <[email protected]>
Add forgotten file name argument to `err`

github.com/gbdev/rgbds - 702075eba6c9bbb05353a796f4573c45b3b5ea8e authored over 4 years ago by ISSOtm <[email protected]>
Add forgotten file name argument to `err`

github.com/gbdev/rgbds-deb - 702075eba6c9bbb05353a796f4573c45b3b5ea8e authored over 4 years ago by ISSOtm <[email protected]>
Add string format checking to err.h functions

And fix all problems this detected... oops

github.com/gbdev/rgbds - dac13ba4bbaccfd6f8e64466bb27826a18d7e7f1 authored over 4 years ago by ISSOtm <[email protected]>
Bundle GCC runtime in Win32 bin package

After discussing with some Windows user, this actually seems to be
a common thing to do (it seem...

github.com/gbdev/rgbds - 3b62bd0bce8ca9986e8f49f1e56f91c2d2c873e6 authored over 4 years ago by ISSOtm <[email protected]>
Bundle GCC runtime in Win32 bin package

After discussing with some Windows user, this actually seems to be
a common thing to do (it seem...

github.com/gbdev/rgbds-deb - 3b62bd0bce8ca9986e8f49f1e56f91c2d2c873e6 authored over 4 years ago by ISSOtm <[email protected]>
Add `ds cnt, byte` syntax

As suggested by https://github.com/rednex/rgbds/issues/350#issuecomment-498030458
The order `cou...

github.com/gbdev/rgbds-deb - 4cc24f436947890f41a3e16392a3c7ec7e8949ba authored over 4 years ago by ISSOtm <[email protected]>
Add `ds cnt, byte` syntax

As suggested by https://github.com/rednex/rgbds/issues/350#issuecomment-498030458
The order `cou...

github.com/gbdev/rgbds - 4cc24f436947890f41a3e16392a3c7ec7e8949ba authored over 4 years ago by ISSOtm <[email protected]>
Make writing patches not affect the expression

This also removes one int member from the struct that shouldn't be there

github.com/gbdev/rgbds-deb - cfe21876e5d1793fbcf1c8544f1e27c4fc234919 authored over 4 years ago by ISSOtm <[email protected]>
Make writing patches not affect the expression

This also removes one int member from the struct that shouldn't be there

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

github.com/gbdev/pandocs - 6dc8a64887520a26860b82e6a39f1bf3204defb9 authored over 4 years ago by Antonio Vivace <[email protected]>
Head styling

github.com/gbdev/pandocs - 6cbf995ab22dc7c8bc8c238793a25aa63098d80c authored over 4 years ago by Antonio Vivace <[email protected]>
Reduce h1, h2, h3 sizes. Flatten h4 and h5 sizes

github.com/gbdev/pandocs - ecda6cf30e6241bedb9ff71d9de03e52a124b4de authored over 4 years ago by Antonio Vivace <[email protected]>
Reduce margin on tight viewports

github.com/gbdev/pandocs - 239081679e485100503427a9861556fed00fdac4 authored over 4 years ago by Antonio Vivace <[email protected]>
Add a thin space on h2 with gray backgrounds

github.com/gbdev/pandocs - 7124633b9e0ac8dad0e665ea98e028e285d205c5 authored over 4 years ago by Antonio Vivace <[email protected]>
Tentative fixes for #18. Try an overhaul of the classic style with #19

github.com/gbdev/pandocs - 1c86f99bafd6c1b4e6c185b29f94c720ddc3f63a authored over 4 years ago by Antonio Vivace <[email protected]>
Gray boxes behind H2, imitate gbatex/original pandocs style

github.com/gbdev/pandocs - f17d85b89227bd8c08d1e8319df1db1971d31515 authored over 4 years ago by Antonio Vivace <[email protected]>
Merge branch 'develop' of github.com:gbdev/pandocs into develop

github.com/gbdev/pandocs - dc20b8208a8577372fdde38a3828d98db407e834 authored over 4 years ago by Antonio Vivace <[email protected]>
Tentative style fixes for #17

Font size 18 -> 16px. Increase content width on mobile and medium viewports. Slightly reduce lin...

github.com/gbdev/pandocs - 654ef913ae76ad85516d9bd1737e03d60d5a7ba5 authored over 4 years ago by Antonio Vivace <[email protected]>
Store patch file line in the file name

It's more consistent with how it's stored for all other entries in the stack

github.com/gbdev/rgbds - ef2bfe4ea0cd6d91edc9baec999506721d28439c authored over 4 years ago by ISSOtm <[email protected]>
Store patch file line in the file name

It's more consistent with how it's stored for all other entries in the stack

github.com/gbdev/rgbds-deb - ef2bfe4ea0cd6d91edc9baec999506721d28439c authored over 4 years ago by ISSOtm <[email protected]>
Use the GitHub-provided base ref for checkpatch testing

github.com/gbdev/rgbds - 14731c0a1dc7f4e0154a46e823dfca7c1ea2b522 authored over 4 years ago by ISSOtm <[email protected]>
Use the GitHub-provided base ref for checkpatch testing

github.com/gbdev/rgbds-deb - 14731c0a1dc7f4e0154a46e823dfca7c1ea2b522 authored over 4 years ago by ISSOtm <[email protected]>
Allow overriding the base ref for checkpatch

The default is sane, but not a catch-all.

github.com/gbdev/rgbds - 93747af2156e11ac38c625479fbce68ddec661af authored over 4 years ago by ISSOtm <[email protected]>
Allow overriding the base ref for checkpatch

The default is sane, but not a catch-all.

github.com/gbdev/rgbds-deb - 93747af2156e11ac38c625479fbce68ddec661af authored over 4 years ago by ISSOtm <[email protected]>
Prevent local symbols that are not labels

Fixes errors brought up in #423

github.com/gbdev/rgbds-deb - 76efd26da019f29ed0ddf236fcbd0c9aea1b60d9 authored over 4 years ago by ISSOtm <[email protected]>
Prevent local symbols that are not labels

Fixes errors brought up in #423

github.com/gbdev/rgbds - 76efd26da019f29ed0ddf236fcbd0c9aea1b60d9 authored over 4 years ago by ISSOtm <[email protected]>
Allow compiling parser in debug mode with `-DYYDEBUG=1`

github.com/gbdev/rgbds - cf2001de5fd542b4605d14f249f3aa7c6159ada5 authored over 4 years ago by ISSOtm <[email protected]>
Allow compiling parser in debug mode with `-DYYDEBUG=1`

github.com/gbdev/rgbds-deb - cf2001de5fd542b4605d14f249f3aa7c6159ada5 authored over 4 years ago by ISSOtm <[email protected]>
Prevent infinite loop with line continuations without newlines

github.com/gbdev/rgbds-deb - 6d00877231196cd2c9f903f660613b3e61516c03 authored over 4 years ago by ISSOtm <[email protected]>
Prevent infinite loop with line continuations without newlines

github.com/gbdev/rgbds - 6d00877231196cd2c9f903f660613b3e61516c03 authored over 4 years ago by ISSOtm <[email protected]>
Improve naming of CI build artifacts

github.com/gbdev/rgbds - 6755a0912b7b1d36c0f3fcfb7d6e0455773c8a68 authored over 4 years ago by ISSOtm <[email protected]>
Improve naming of CI build artifacts

github.com/gbdev/rgbds-deb - 6755a0912b7b1d36c0f3fcfb7d6e0455773c8a68 authored over 4 years ago by ISSOtm <[email protected]>
Remove Travis CI files

Obsoleted by GitHub Actions since #486

github.com/gbdev/rgbds - b6ac23be3d7909b202dd33ab190a9b12db94134b authored over 4 years ago by ISSOtm <[email protected]>
Remove Travis CI files

Obsoleted by GitHub Actions since #486

github.com/gbdev/rgbds-deb - b6ac23be3d7909b202dd33ab190a9b12db94134b authored over 4 years ago by ISSOtm <[email protected]>
Make locals in main scope a non-fatal error

github.com/gbdev/rgbds - e941cafedb46bc89e5e699bc9a462d8564085b1a authored over 4 years ago by ISSOtm <[email protected]>
Make locals without parent a non-fatal error

github.com/gbdev/rgbds - 03fe077b41ae81d240e2c467bdf7275d57b3c462 authored over 4 years ago by ISSOtm <[email protected]>
Make locals without parent a non-fatal error

github.com/gbdev/rgbds-deb - 03fe077b41ae81d240e2c467bdf7275d57b3c462 authored over 4 years ago by ISSOtm <[email protected]>
Make locals in main scope a non-fatal error

github.com/gbdev/rgbds-deb - e941cafedb46bc89e5e699bc9a462d8564085b1a authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #486 from ISSOtm/actions

Switch CI to GitHub Actions

github.com/gbdev/rgbds - 12ef87986058f1d5343cf53a359e7aa064fbae7c authored over 4 years ago by Eldred Habert <[email protected]>
Merge pull request #486 from ISSOtm/actions

Switch CI to GitHub Actions

github.com/gbdev/rgbds-deb - 12ef87986058f1d5343cf53a359e7aa064fbae7c authored over 4 years ago by Eldred Habert <[email protected]>
Add Windows testing

github.com/gbdev/rgbds - 179e04747499b9ae132b46bab7c41a050ca52f55 authored over 4 years ago by ISSOtm <[email protected]>
Add Windows testing

github.com/gbdev/rgbds-deb - 179e04747499b9ae132b46bab7c41a050ca52f55 authored over 4 years ago by ISSOtm <[email protected]>
Add checkpatch testing

github.com/gbdev/rgbds - 7471f46a0768e1b5a646d48d5c2cefb8dbc3f7af authored over 4 years ago by ISSOtm <[email protected]>
Use `develop` in CI when possible

github.com/gbdev/rgbds - e078c1e793c82e53def885c351192f21ad3d3e55 authored over 4 years ago by ISSOtm <[email protected]>
Upload binaries after compilation

github.com/gbdev/rgbds - 8cee3c3c3e14215c7fe3f58bf3253c74d2396739 authored over 4 years ago by ISSOtm <[email protected]>
Do not zip artifacts ourselves

GitHub does it, this creates zips of zips...

github.com/gbdev/rgbds - d497190aa12716117f651e1af0eeb06047fd77ca authored over 4 years ago by ISSOtm <[email protected]>
Add GitHub Actions for regression testing

github.com/gbdev/rgbds - 97bcbf5d84a076eebe0ad5c6d683334928ea6217 authored over 4 years ago by ISSOtm <[email protected]>
Add GitHub Actions for regression testing

github.com/gbdev/rgbds-deb - 97bcbf5d84a076eebe0ad5c6d683334928ea6217 authored over 4 years ago by ISSOtm <[email protected]>
Upload binaries after compilation

github.com/gbdev/rgbds-deb - 8cee3c3c3e14215c7fe3f58bf3253c74d2396739 authored over 4 years ago by ISSOtm <[email protected]>
Add checkpatch testing

github.com/gbdev/rgbds-deb - 7471f46a0768e1b5a646d48d5c2cefb8dbc3f7af authored over 4 years ago by ISSOtm <[email protected]>
Use `develop` in CI when possible

github.com/gbdev/rgbds-deb - e078c1e793c82e53def885c351192f21ad3d3e55 authored over 4 years ago by ISSOtm <[email protected]>
Do not zip artifacts ourselves

GitHub does it, this creates zips of zips...

github.com/gbdev/rgbds-deb - d497190aa12716117f651e1af0eeb06047fd77ca authored over 4 years ago by ISSOtm <[email protected]>
Have Wine shim explicitly require bash

I didn't know the substitution was Bash-only..!

github.com/gbdev/rgbds-deb - 3fce9ed9a44eb55cd36b1520740b433a0f11685b authored over 4 years ago by ISSOtm <[email protected]>
Have Wine shim explicitly require bash

I didn't know the substitution was Bash-only..!

github.com/gbdev/rgbds - 3fce9ed9a44eb55cd36b1520740b433a0f11685b authored over 4 years ago by ISSOtm <[email protected]>
Don't use `echo -e` for creating the Wine shim

Apparently that's not as portable as I expected.

github.com/gbdev/rgbds - 21ffcc74db3077b2cf298ace7445e5993300b2fe authored over 4 years ago by ISSOtm <[email protected]>
Don't use `echo -e` for creating the Wine shim

Apparently that's not as portable as I expected.

github.com/gbdev/rgbds-deb - 21ffcc74db3077b2cf298ace7445e5993300b2fe authored over 4 years ago by ISSOtm <[email protected]>
Allow `\r` in strings

Fixes #484

github.com/gbdev/rgbds - 9e99db9a8e2071113da1f54695476c10d26c0221 authored over 4 years ago by ISSOtm <[email protected]>
Allow `\r` in strings

Fixes #484

github.com/gbdev/rgbds-deb - 9e99db9a8e2071113da1f54695476c10d26c0221 authored over 4 years ago by ISSOtm <[email protected]>
Adding GingerBread and Game Boy Assembly Programming for the Modern Game Developer (#152)

* Added GingerBread and the related book

Added GingerBread and the book Game Boy Assembly Pro...

github.com/gbdev/awesome-gbdev - 0fbb21f0c50a8523a1a7e0698cff71ec869ee467 authored over 4 years ago by Martin Ahrnbom <[email protected]>
Update Instagram and Twitter handles (gb_things -> gbdev0)

github.com/gbdev/gbdev.github.io - 8e59f990f7f916b11a4c0a426f808bb0ee3cbd74 authored over 4 years ago by Antonio Vivace <[email protected]>
Update Instagram and Twitter handles (gb_things -> gbdev0)

github.com/gbdev/gbdev.github.io - cd6bf789e06917fcbf875e8f4698ff6d5a05d694 authored over 4 years ago by Antonio Vivace <[email protected]>
Do not try to link libpng statically

github.com/gbdev/rgbds - 5fd38c5f6771cf7c79daee0f464b3cd4d601501e authored over 4 years ago by ISSOtm <[email protected]>
Do not try to link libpng statically

github.com/gbdev/rgbds-deb - 5fd38c5f6771cf7c79daee0f464b3cd4d601501e authored over 4 years ago by ISSOtm <[email protected]>
Give reason to why writing the object file fails

github.com/gbdev/rgbds - 03ed9147147c5858a667eeea34e10e2e6a4358d9 authored over 4 years ago by ISSOtm <[email protected]>
Give reason to why writing the object file fails

github.com/gbdev/rgbds-deb - 03ed9147147c5858a667eeea34e10e2e6a4358d9 authored over 4 years ago by ISSOtm <[email protected]>
Make the Wine shims a separate target

github.com/gbdev/rgbds-deb - 42faffe6f3960ef5d1543e0f1de1abce64c284a4 authored over 4 years ago by ISSOtm <[email protected]>
Make the Wine shims a separate target

github.com/gbdev/rgbds - 42faffe6f3960ef5d1543e0f1de1abce64c284a4 authored over 4 years ago by ISSOtm <[email protected]>
Fix two code style errors

github.com/gbdev/rgbds - bc80e910edc5e94cce5a6ae883bb747d1777c454 authored over 4 years ago by ISSOtm <[email protected]>
Fix two code style errors

github.com/gbdev/rgbds-deb - bc80e910edc5e94cce5a6ae883bb747d1777c454 authored over 4 years ago by ISSOtm <[email protected]>
Improve testing PC

github.com/gbdev/rgbds - 30a95d735ac2f62c6ae3705fb4c052812e7a3472 authored over 4 years ago by ISSOtm <[email protected]>
Improve testing PC

github.com/gbdev/rgbds-deb - 30a95d735ac2f62c6ae3705fb4c052812e7a3472 authored over 4 years ago by ISSOtm <[email protected]>
Fix non-const labels with callbacks having incorrect values when diffed

Basically, this broke PC, which is currently the only label-typed symbol
with a callback.

github.com/gbdev/rgbds - f01a227470c9fa8eb89b272190533e8ac3b7814f authored over 4 years ago by ISSOtm <[email protected]>
Fix non-const labels with callbacks having incorrect values when diffed

Basically, this broke PC, which is currently the only label-typed symbol
with a callback.

github.com/gbdev/rgbds-deb - f01a227470c9fa8eb89b272190533e8ac3b7814f authored over 4 years ago by ISSOtm <[email protected]>
Add include guards and license header to section.h

github.com/gbdev/rgbds - 91b65c9380bcfadc96a1fab304f0a55a53d65e75 authored over 4 years ago by ISSOtm <[email protected]>
Add include guards and license header to section.h

github.com/gbdev/rgbds-deb - 91b65c9380bcfadc96a1fab304f0a55a53d65e75 authored over 4 years ago by ISSOtm <[email protected]>
Check if sections referenced in linker script exist

github.com/gbdev/rgbds - 18c47843f1c4ed3e9c480559bccf5f8a059ddd97 authored over 4 years ago by ISSOtm <[email protected]>
Check if sections referenced in linker script exist

github.com/gbdev/rgbds-deb - 18c47843f1c4ed3e9c480559bccf5f8a059ddd97 authored over 4 years ago by ISSOtm <[email protected]>
Merge pull request #482 from ISSOtm/conflict

Fix one shift/reduce and one reduce/reduce conflict

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

Fix one shift/reduce and one reduce/reduce conflict

github.com/gbdev/rgbds-deb - d5fe377c114c66bac141c1e05918eb0d169a5012 authored over 4 years ago by Eldred Habert <[email protected]>
Rename productions to "reloc" when not really constant

github.com/gbdev/rgbds-deb - ed4a61347300a0212c7d4f87665360e014f87809 authored over 4 years ago by ISSOtm <[email protected]>
Rename productions to "reloc" when not really constant

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