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

Add alignment of sections to objects

Aligned sections can now be created with out_NewAlignedSection(). This information is stored in ...

github.com/gbdev/rgbds - e4cbf773f69913a36519e71f7ad159913c382ce7 authored over 7 years ago by Ben10do <[email protected]>
Implement a malloc-based readasciiz()

Instead of reading into a pre-sized buffer, this function now uses malloc to create a buffer, an...

github.com/gbdev/rgbds - b07c04cd74cb97c9dd2d1c083cfac54c8e22f718 authored over 7 years ago by Ben10do <[email protected]>
Implement a malloc-based readasciiz()

Instead of reading into a pre-sized buffer, this function now uses malloc to create a buffer, an...

github.com/gbdev/rgbds-deb - b07c04cd74cb97c9dd2d1c083cfac54c8e22f718 authored over 7 years ago by Ben10do <[email protected]>
Remove duplicate documentation of -E

Remove Sanqui’s documentation of the -E argument to rgbasm, in favour of bentley’s better-worded...

github.com/gbdev/rgbds-deb - 9be7c4c8498352f086e3b83dfb48452885f9b7d3 authored over 7 years ago by Ben10do <[email protected]>
Remove duplicate documentation of -E

Remove Sanqui’s documentation of the -E argument to rgbasm, in favour of bentley’s better-worded...

github.com/gbdev/rgbds - 9be7c4c8498352f086e3b83dfb48452885f9b7d3 authored over 7 years ago by Ben10do <[email protected]>
Contiguous WRAM

github.com/gbdev/rgbds - 6d1c60b0a6ad8160e92f1739cf5d92cdd61b4237 authored over 7 years ago by scnorton <[email protected]>
Contiguous WRAM

github.com/gbdev/rgbds-deb - 6d1c60b0a6ad8160e92f1739cf5d92cdd61b4237 authored over 7 years ago by scnorton <[email protected]>
Fix WRAM0 symbols returning bank 512 to BANK() expression in linker

github.com/gbdev/rgbds-deb - c485ad94f20401f6be5d76fb3772b5b34defd223 authored over 7 years ago by PikalaxALT <[email protected]>
Fix WRAM0 symbols returning bank 512 to BANK() expression in linker

github.com/gbdev/rgbds - c485ad94f20401f6be5d76fb3772b5b34defd223 authored over 7 years ago by PikalaxALT <[email protected]>
16-bank SRAM

github.com/gbdev/rgbds - 998cfe1bdd35229fa4623b543645c1bcfd462b88 authored over 7 years ago by PikalaxALT <[email protected]>
16-bank SRAM

github.com/gbdev/rgbds-deb - 998cfe1bdd35229fa4623b543645c1bcfd462b88 authored over 7 years ago by PikalaxALT <[email protected]>
Add some technical demos/POC and interesting resources

github.com/gbdev/awesome-gbdev - 0126523f25cb2a12e792b3c1e75815add5636903 authored over 7 years ago by Antonio Vivace <[email protected]>
Merge branch 'linker-refactor-assign' of https://github.com/Ben10do/rgbds

github.com/gbdev/rgbds-deb - 5ee058f21718406ff4cd5cd3c0c4811512ed167a authored over 7 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'linker-refactor-assign' of https://github.com/Ben10do/rgbds

github.com/gbdev/rgbds - 5ee058f21718406ff4cd5cd3c0c4811512ed167a authored over 7 years ago by Anthony J. Bentley <[email protected]>
Verify that IFs, REPTs and MACROs are terminated

Ensure that IF constructs, REPT blocks, and MACRO defintions are terminated with ENDC, ENDR, or ...

github.com/gbdev/rgbds - 38372c59edb070d2c0320d21c6cf898e118e3e26 authored over 7 years ago by Ben10do <[email protected]>
Verify that IFs, REPTs and MACROs are terminated

Ensure that IF constructs, REPT blocks, and MACRO defintions are terminated with ENDC, ENDR, or ...

github.com/gbdev/rgbds-deb - 38372c59edb070d2c0320d21c6cf898e118e3e26 authored over 7 years ago by Ben10do <[email protected]>
Merge pull request #11 from svendahlstrand/patch-1

Remove dead link.

github.com/gbdev/awesome-gbdev - 5446926365fd155695c52dad1b629e70ce549a87 authored over 7 years ago by Antonio Vivace <[email protected]>
Remove dead link.

Domain doesn't exist and no trace of the article in the Wayback Machine.

github.com/gbdev/awesome-gbdev - 8eb39fa3af1412b9620533c2d8db8ef87aa4067f authored over 7 years ago by Sven Dahlstrand <[email protected]>
Fixed some dead links. Updated some links to archive.org snapshot

github.com/gbdev/awesome-gbdev - 24594c2b5af0aadb88c7d30eb3d7bcf0e50314b5 authored over 7 years ago by Antonio Vivace <[email protected]>
Merge pull request #10 from svendahlstrand/urls-http-status

Add script to check HTTP status for URLs.

github.com/gbdev/awesome-gbdev - 9b8a804d18a41db2c28772ed9f7ce056f017c2b5 authored over 7 years ago by Antonio Vivace <[email protected]>
Add script to check HTTP status for URLs.

github.com/gbdev/awesome-gbdev - 03b195c0851d94baeb0ce5348fe97c6c42e464a7 authored over 7 years ago by Sven Dahlstrand <[email protected]>
Refactor section assignment in linker

Deduplicates and generalises a lot of code in assign.c:

- Replace area_AllocAbs*AnyBank() with ...

github.com/gbdev/rgbds-deb - 420ea638a73b30f8dc4cf6cc2ace6c1ca3fe3794 authored over 7 years ago by Ben10do <[email protected]>
Refactor section assignment in linker

Deduplicates and generalises a lot of code in assign.c:

- Replace area_AllocAbs*AnyBank() with ...

github.com/gbdev/rgbds - 420ea638a73b30f8dc4cf6cc2ace6c1ca3fe3794 authored over 7 years ago by Ben10do <[email protected]>
Don't segfault on null bytes in REPTs and MACROs

Previously, the copyrept() and copymacro() functions would halt their
first loop (in which they ...

github.com/gbdev/rgbds - 951c9b66f40592d26fc9cd9f97b05af3a7cb711e authored over 7 years ago by Ben10do <[email protected]>
Don't segfault on null bytes in REPTs and MACROs

Previously, the copyrept() and copymacro() functions would halt their
first loop (in which they ...

github.com/gbdev/rgbds-deb - 951c9b66f40592d26fc9cd9f97b05af3a7cb711e authored over 7 years ago by Ben10do <[email protected]>
Fix division by zero crashes in instructions

Previously, rgbasm could crash with a floating point exception if an
instruction includes a divi...

github.com/gbdev/rgbds-deb - 0a66e143071d423b118e677c5e5b1a8a77a2923b authored over 7 years ago by Ben10do <[email protected]>
Fix division by zero crashes in instructions

Previously, rgbasm could crash with a floating point exception if an
instruction includes a divi...

github.com/gbdev/rgbds - 0a66e143071d423b118e677c5e5b1a8a77a2923b authored over 7 years ago by Ben10do <[email protected]>
Add ldi a, [hl] and ldd a, [hl] instructions

These are equivalent to ld a, [hl+] and ld a, [hl-] respectively.

github.com/gbdev/rgbds - b40c567aeecca9708fca3c6baa91a1848835bb52 authored over 7 years ago by Ben10do <[email protected]>
Add ldi a, [hl] and ldd a, [hl] instructions

These are equivalent to ld a, [hl+] and ld a, [hl-] respectively.

github.com/gbdev/rgbds-deb - b40c567aeecca9708fca3c6baa91a1848835bb52 authored over 7 years ago by Ben10do <[email protected]>
Merge branch 'fatal-error-noreturn' of https://github.com/Ben10do/rgbds

github.com/gbdev/rgbds-deb - 547abfefc1bcc45a906329c51f180de703d1ced9 authored over 7 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'fatal-error-noreturn' of https://github.com/Ben10do/rgbds

github.com/gbdev/rgbds - 547abfefc1bcc45a906329c51f180de703d1ced9 authored over 7 years ago by Anthony J. Bentley <[email protected]>
Emit a single error when using BANK incorrectly

Previously, if BANK is used when defining a section that’s not ROMX,
WRMAX, SRAM or VRAM, a seco...

github.com/gbdev/rgbds - 06f0472f81600459cbe5ae74d7a5253523fd2fc2 authored over 7 years ago by Ben10do <[email protected]>
Emit a single error when using BANK incorrectly

Previously, if BANK is used when defining a section that’s not ROMX,
WRMAX, SRAM or VRAM, a seco...

github.com/gbdev/rgbds-deb - 06f0472f81600459cbe5ae74d7a5253523fd2fc2 authored over 7 years ago by Ben10do <[email protected]>
Add noreturn attribute to fatalerror()

Should silence compiler warnings that expect fatalerror() to return.

github.com/gbdev/rgbds-deb - defd4f589e0553da304a66d0a8dcad0f3a1ee98c authored over 7 years ago by Ben10do <[email protected]>
Add noreturn attribute to fatalerror()

Should silence compiler warnings that expect fatalerror() to return.

github.com/gbdev/rgbds - defd4f589e0553da304a66d0a8dcad0f3a1ee98c authored over 7 years ago by Ben10do <[email protected]>
Simplify string copy by using strlcpy().

github.com/gbdev/rgbds - dc4a98048dff10c1c39e358faa66d485d33cf41a authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Simplify string copy by using strlcpy().

github.com/gbdev/rgbds-deb - dc4a98048dff10c1c39e358faa66d485d33cf41a authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Add .gitignore.

github.com/gbdev/rgbds-deb - efaa6d9ff7c0c1f53cc28ea00721b782c722cb18 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Add .gitignore.

github.com/gbdev/rgbds - efaa6d9ff7c0c1f53cc28ea00721b782c722cb18 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'include-cli' of https://github.com/AntonioND/rgbds

github.com/gbdev/rgbds - ab19dab8996bd07581629ac1a1e8ad7e020f5bb7 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'include-cli' of https://github.com/AntonioND/rgbds

github.com/gbdev/rgbds-deb - ab19dab8996bd07581629ac1a1e8ad7e020f5bb7 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Fix the name of the GNUmakefile

GNU make actually looks for ‘GNUmakefile’, not ‘GNUMakefile’.

Consequently, GNU make would erro...

github.com/gbdev/rgbds-deb - e86a70d2cb7fa602373f926ca9cd1f15612c246e authored almost 8 years ago by Ben10do <[email protected]>
Fix the name of the GNUmakefile

GNU make actually looks for ‘GNUmakefile’, not ‘GNUMakefile’.

Consequently, GNU make would erro...

github.com/gbdev/rgbds - e86a70d2cb7fa602373f926ca9cd1f15612c246e authored almost 8 years ago by Ben10do <[email protected]>
Increase number of include paths through CLI

Increase number of include paths that can be passed through the
command line interface. The prev...

github.com/gbdev/rgbds - a91187d8dc823677dc0d1edab56d31e3eca14aeb authored almost 8 years ago by AntonioND <[email protected]>
Increase number of include paths through CLI

Increase number of include paths that can be passed through the
command line interface. The prev...

github.com/gbdev/rgbds-deb - a91187d8dc823677dc0d1edab56d31e3eca14aeb authored almost 8 years ago by AntonioND <[email protected]>
Output error messages for command line includes

The code that adds an include path to the array of paths doesn't check
the lenght of the path (w...

github.com/gbdev/rgbds-deb - 0b5e0745917d065b30fd87fc3abb3e061634ee87 authored almost 8 years ago by AntonioND <[email protected]>
Output error messages for command line includes

The code that adds an include path to the array of paths doesn't check
the lenght of the path (w...

github.com/gbdev/rgbds - 0b5e0745917d065b30fd87fc3abb3e061634ee87 authored almost 8 years ago by AntonioND <[email protected]>
Emulators classification, some cleanup

github.com/gbdev/awesome-gbdev - 5c9e2b356301fcee05a0dcdcc3627edcbd911623 authored almost 8 years ago by Antonio Vivace <[email protected]>
Fixed some dead links, new resources

github.com/gbdev/awesome-gbdev - a3e0a7c74cc71111bf1bbd179b5334b68daf983a authored almost 8 years ago by Antonio Vivace <[email protected]>
Fixed some links. Added some games

github.com/gbdev/awesome-gbdev - c89385d4740184cd72270bdc0aad805d9d0cdcc0 authored almost 8 years ago by Antonio Vivace <[email protected]>
Added an Intro section with 2 great videos

github.com/gbdev/awesome-gbdev - 4f73d6641322b4754eec4b653de1e7f07c9023fe authored almost 8 years ago by Antonio Vivace <[email protected]>
Added a Cartridges resource

github.com/gbdev/awesome-gbdev - 9944335e01dcc8f72d842548b560c7bf02fa9c07 authored almost 8 years ago by Antonio Vivace <[email protected]>
Removed duplicates. Fixed some internal links

github.com/gbdev/awesome-gbdev - bb73efa66113e8af156f763cdae7b23b6ac32357 authored almost 8 years ago by Antonio Vivace <[email protected]>
Subsections, minor assemblers, sources

github.com/gbdev/awesome-gbdev - 9a55397b2b72543784fd80f66322644bfb2dcb82 authored almost 8 years ago by Antonio Vivace <[email protected]>
Add a thin wrapper makefile for GNU Make.

GNU Make 3.x doesn't support the "!=" syntax for shell assignment,
although 4.x does, BSD Makes ...

github.com/gbdev/rgbds-deb - f8531ed41003759e81a42d94dc410e9f725f1532 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Add a thin wrapper makefile for GNU Make.

GNU Make 3.x doesn't support the "!=" syntax for shell assignment,
although 4.x does, BSD Makes ...

github.com/gbdev/rgbds - f8531ed41003759e81a42d94dc410e9f725f1532 authored almost 8 years ago by Anthony J. Bentley <[email protected]>
Fixes rgbgfx linkage issues with old libpng (pre 1.4.2)

github.com/gbdev/rgbds - 0a8401741d0e42c8134701ca173a979ca040944b authored almost 8 years ago by Francisco Requena <[email protected]>
Fixes rgbgfx linkage issues with old libpng (pre 1.4.2)

github.com/gbdev/rgbds-deb - 0a8401741d0e42c8134701ca173a979ca040944b authored almost 8 years ago by Francisco Requena <[email protected]>
broken links

github.com/gbdev/awesome-gbdev - f6ab56b925a9cccdd93d7b2edd056c2c59530305 authored almost 8 years ago by Antonio Vivace <[email protected]>
Add a note about installing libpng.

github.com/gbdev/rgbds-deb - a079a69b7c717500850e286d68a809fb13331b0a authored about 8 years ago by Anthony J. Bentley <[email protected]>
Add a note about installing libpng.

github.com/gbdev/rgbds - a079a69b7c717500850e286d68a809fb13331b0a authored about 8 years ago by Anthony J. Bentley <[email protected]>
Rename png.h to makepng.h, to avoid conflicts with libpng's png.h.

github.com/gbdev/rgbds - d86cb419721a470b38790e27650fa84ff13cafbc authored about 8 years ago by Anthony J. Bentley <[email protected]>
Rename png.h to makepng.h, to avoid conflicts with libpng's png.h.

github.com/gbdev/rgbds-deb - d86cb419721a470b38790e27650fa84ff13cafbc authored about 8 years ago by Anthony J. Bentley <[email protected]>
8 MiB ROM Size, for completeness. Densha de Go! 2 is the only such cartridge, it seems.

github.com/gbdev/pandocs - 9733cef25b355fe4e4b510a117bb5c952da52c56 authored about 8 years ago by Emma <>
Merge pull request #5 from davidsharp/patch-1

Various Awesome list text fixes

github.com/gbdev/awesome-gbdev - 63abe16a254cb6e3457136faf834ddc98e87b7e0 authored about 8 years ago by Antonio Vivace <[email protected]>
Fix the order of flags when including libpng.

This apparently does matter.

github.com/gbdev/rgbds-deb - 95cd960b3b11554c27c7b2952b08fc43f02cb5cf authored about 8 years ago by yenatch <[email protected]>
Fix the order of flags when including libpng.

This apparently does matter.

github.com/gbdev/rgbds - 95cd960b3b11554c27c7b2952b08fc43f02cb5cf authored about 8 years ago by yenatch <[email protected]>
Various Awesome list text fixes

Corrected a few missing full stops, spelling errors and formatting issues. Most importantly gave...

github.com/gbdev/awesome-gbdev - 25c7b369cdc48dc1c8a3b121d7c8632f70e9f2ed authored about 8 years ago by David Sharp <[email protected]>
Update README.md

github.com/gbdev/awesome-gbdev - b65e848c4c970bcccbdb9b0d2d176100a45e3f4d authored about 8 years ago by Antonio Vivace <[email protected]>
Update LICENSE

github.com/gbdev/awesome-gbdev - 341cdf51c2778b6cfb699a38d62afd754e32c0a2 authored about 8 years ago by Antonio Vivace <[email protected]>
Add gitter badge

github.com/gbdev/awesome-gbdev - 668600f6900c60514c10ec869918a05ad2006298 authored about 8 years ago by Antonio Vivace <[email protected]>
Add "Booting the Game Boy with a custom logo

github.com/gbdev/awesome-gbdev - 2edb3de9b49609e425e301f682569dfe599e051a authored about 8 years ago by Antonio Vivace <[email protected]>
revision 2016-09-12T22:44:53Z

github.com/gbdev/pandocs - acc2da3bc24c7d276a71c2b122cce37a9de6441d authored about 8 years ago by Mantidactyle <>
Merge pull request #3 from catskull/master

Add header utility

github.com/gbdev/awesome-gbdev - 78f1d027f308f2f407906695b4ecb645168ea3d3 authored about 8 years ago by Antonio Vivace <[email protected]>
Add header utility

github.com/gbdev/awesome-gbdev - 980c25795517fe097ffc06ed6bfc7bca867f08f9 authored about 8 years ago by David DeGraw <[email protected]>
Merge pull request #2 from loociano/master

Fix devrs.com/gb URL

github.com/gbdev/awesome-gbdev - 5d419fc190699890f6a2fa8d2ed8dee14b0287d0 authored about 8 years ago by Antonio Vivace <[email protected]>
Fix devrs.com/gb URL

github.com/gbdev/awesome-gbdev - 018751928825b3bac4e40e16af3edd99d32bbf5f authored about 8 years ago by Luc Rubio <[email protected]>
Dashes

github.com/gbdev/awesome-gbdev - e48ea5ca462df68c19a75ebb976fc7aec5621ee1 authored about 8 years ago by Antonio Vivace <[email protected]>
Added 'The Game Boy Printer', 'DMG bootrom'.

github.com/gbdev/awesome-gbdev - 4b6ff951d7ad18ab4cfd2e73c2fc72e34201f6a1 authored about 8 years ago by Antonio Vivace <[email protected]>
Fixed icon

github.com/gbdev/awesome-gbdev - aaf226b3378fd736ca013d909e0776aa320a40eb authored about 8 years ago by Antonio Vivace <[email protected]>
removed 404ed icon, fixed contributing internal link

github.com/gbdev/awesome-gbdev - 55295d269c9bf818911ebb25f1f2760a764101d9 authored about 8 years ago by Antonio Vivace <[email protected]>
Formatting and adapting for compliance to the awesome-lists guidelines.

Link - Description is now adopted as a scheme.
Added some last decriptions to link.
Now using th...

github.com/gbdev/awesome-gbdev - 573b31c3e5b739ec097736a3b1bc9365260e74ef authored about 8 years ago by Antonio Vivace <[email protected]>
Document rgbasm -E.

github.com/gbdev/rgbds-deb - bed43d253016fa8bb0a3a8eddabe214ee3b26762 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Document rgbasm -E.

github.com/gbdev/rgbds - bed43d253016fa8bb0a3a8eddabe214ee3b26762 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'export-all-2' of https://github.com/Sanqui/rgbds

github.com/gbdev/rgbds - c02b04f7d239b14e94811f8124c26ed5b99cc98f authored about 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'export-all-2' of https://github.com/Sanqui/rgbds

github.com/gbdev/rgbds-deb - c02b04f7d239b14e94811f8124c26ed5b99cc98f authored about 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'an/fix-gfx-prefix' of https://github.com/AntonioND/rgbds

github.com/gbdev/rgbds-deb - 2339f0fbae61334c425584f4101e313847bce0f4 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Merge branch 'an/fix-gfx-prefix' of https://github.com/AntonioND/rgbds

github.com/gbdev/rgbds - 2339f0fbae61334c425584f4101e313847bce0f4 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Removed the wrong pkg-config.

github.com/gbdev/rgbds - a8c603a7e89320d4fe501058804b8409380283b2 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Declare string uppercase/lowercase functions unconditionally.

Avoid naming them str*(), because such names are reserved by ISO C.

github.com/gbdev/rgbds - 6e0aca47d4c95c46d1e77994aaae48b9aa619a84 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Removed the wrong pkg-config.

github.com/gbdev/rgbds-deb - a8c603a7e89320d4fe501058804b8409380283b2 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Declare string uppercase/lowercase functions unconditionally.

Avoid naming them str*(), because such names are reserved by ISO C.

github.com/gbdev/rgbds-deb - 6e0aca47d4c95c46d1e77994aaae48b9aa619a84 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Remove duplicate PKG_CONFIG.

github.com/gbdev/rgbds-deb - 97a31c8fc07e419b783cc2610251acb4856adc43 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Remove duplicate PKG_CONFIG.

github.com/gbdev/rgbds - 97a31c8fc07e419b783cc2610251acb4856adc43 authored about 8 years ago by Anthony J. Bentley <[email protected]>
Add rgbgfx.

github.com/gbdev/rgbds - c3c31138ddbd8680d4e67957e387f2816798a71b authored about 8 years ago by Anthony J. Bentley <[email protected]>
Add rgbgfx.

github.com/gbdev/rgbds-deb - c3c31138ddbd8680d4e67957e387f2816798a71b authored about 8 years ago by Anthony J. Bentley <[email protected]>
Initial revision for compliance to awesome-lists guidelines

github.com/gbdev/awesome-gbdev - b5d0af5cfe5704fd90ab2580ed232b0d820ff91b authored about 8 years ago by Antonio Vivace <[email protected]>
Update README.md

github.com/gbdev/awesome-gbdev - c38869340e255716ee671ad88a7206c3d654792b authored about 8 years ago by Antonio Vivace <[email protected]>
/* A000-BFFF - RAM Bank 00-0F, if any (Read/Write) */ use bytes instead of bits

github.com/gbdev/pandocs - 7fc34f246e9c3663ec8a18f0b4cf3adee370fed4 authored about 8 years ago by Fylwind <>
Link to [[The Cartridge Header#0148_-_ROM_Size]]

github.com/gbdev/pandocs - 71a37f37092626d4ddd28371ea77996e3d645015 authored about 8 years ago by Fylwind <>