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

documentation for block comments

github.com/gbdev/rgbds-deb - 5230104852a7af729105f2b13f1de78d95c3f9c8 authored about 4 years ago by anderoonies <[email protected]>
documentation for block comments

github.com/gbdev/rgbds - 5230104852a7af729105f2b13f1de78d95c3f9c8 authored about 4 years ago by anderoonies <[email protected]>
Monospaced font styling

github.com/gbdev/pandocs - c602eaae2721d8a346bf9f7c969b7b52cf8351cc authored about 4 years ago by Antonio Vivace <[email protected]>
LCDC overview as table

github.com/gbdev/pandocs - 28226c087d7c44f9c905a6957ff890c248c8771a authored about 4 years ago by Antonio Vivace <[email protected]>
Typography: Use Fira Code variable font as monospaced

github.com/gbdev/pandocs - f5b261efd65eab65b91d815b0e70f373cbd51be8 authored about 4 years ago by Antonio Vivace <[email protected]>
Update noise instrument export to new format

github.com/gbdev/rgbds-live - 48de3a7beaf82d940ff17c1637a56f68963df675 authored about 4 years ago by Daid <[email protected]>
Replace ' with " and fix GB Printer Table (#72)

* Replace all single quotes with double quotes

* Fix rowspan of GB Printer

Co-authored-by:...

github.com/gbdev/pandocs - 1885ab39b8d0021c85da6e96a3535ff6ae9d6afe authored about 4 years ago by Hpmason <[email protected]>
Improve framerate of emulator

github.com/gbdev/rgbds-live - 52004c844f570a8e3e7562f9958a0f09371da9b2 authored about 4 years ago by Daid <[email protected]>
discard block comments delimited with /* */

github.com/gbdev/rgbds - 55be77be69fb2392404203ab6735e05a9fcea067 authored about 4 years ago by anderoonies <[email protected]>
discard block comments delimited with /* */

github.com/gbdev/rgbds-deb - 55be77be69fb2392404203ab6735e05a9fcea067 authored about 4 years ago by anderoonies <[email protected]>
on chromium browsers, wait for window 'load' event before following URL hash pointer (#71)

github.com/gbdev/pandocs - 79c28ebaca12025b25e15ea96965d38ee6c70283 authored about 4 years ago by Andy Bayer <[email protected]>
Update autocomplete and add tooltips for constants.

github.com/gbdev/rgbds-live - 04d570e380c821c0835be4a5fd4b2d2708e8ef14 authored about 4 years ago by daid <[email protected]>
Merge pull request #602 from NieDzejkob/shiftstorm

Report only one error when invalid shift has argument

github.com/gbdev/rgbds - 42b3a173566a70c665066bf9e1f8d2568b9b176c authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #602 from NieDzejkob/shiftstorm

Report only one error when invalid shift has argument

github.com/gbdev/rgbds-deb - 42b3a173566a70c665066bf9e1f8d2568b9b176c authored about 4 years ago by Eldred Habert <[email protected]>
Improve error message for negative shift arguments

github.com/gbdev/rgbds-deb - 4e1d79081c3aba476daf38ba42180281752a8e3b authored about 4 years ago by Jakub Kądziołka <[email protected]>
Improve error message for negative shift arguments

github.com/gbdev/rgbds - 4e1d79081c3aba476daf38ba42180281752a8e3b authored about 4 years ago by Jakub Kądziołka <[email protected]>
Mention setting CMAKE_BUILD_TYPE to Release when using CMake

Not *necessary*, but if you don't know better, you should probably use it.
Fixes rgbds-www#9

github.com/gbdev/rgbds - 4ce4fdec711df0c0f3af7ab955140161165716be authored about 4 years ago by ISSOtm <[email protected]>
Mention setting CMAKE_BUILD_TYPE to Release when using CMake

Not *necessary*, but if you don't know better, you should probably use it.
Fixes rgbds-www#9

github.com/gbdev/rgbds-deb - 4ce4fdec711df0c0f3af7ab955140161165716be authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #604 from NieDzejkob/narg-overwrite

Don't overwrite symbol when it's not allowed

github.com/gbdev/rgbds-deb - 05256946ac03124188b0157ebd8f75a26f3b43e6 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #604 from NieDzejkob/narg-overwrite

Don't overwrite symbol when it's not allowed

github.com/gbdev/rgbds - 05256946ac03124188b0157ebd8f75a26f3b43e6 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #605 from NieDzejkob/invalid-labels

Don't consider difference of invalid labels constant

github.com/gbdev/rgbds - 73396166aaca4542fc1708d6febd0a959e05df88 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #605 from NieDzejkob/invalid-labels

Don't consider difference of invalid labels constant

github.com/gbdev/rgbds-deb - 73396166aaca4542fc1708d6febd0a959e05df88 authored about 4 years ago by Eldred Habert <[email protected]>
Don't consider difference of invalid labels constant

If a label is defined outside of a section, avoid trying to obtain its
value.

github.com/gbdev/rgbds-deb - 4c5d5c708591fa878fcba297172da2d51579f908 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Don't consider difference of invalid labels constant

If a label is defined outside of a section, avoid trying to obtain its
value.

github.com/gbdev/rgbds - 4c5d5c708591fa878fcba297172da2d51579f908 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Report only one error when invalid shift has argument

Not to mention that incrementing a variable in a loop is kinda dumb.

github.com/gbdev/rgbds - 045a9e8b93048379b60afc9992d6f245d5129a89 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Report only one error when invalid shift has argument

Not to mention that incrementing a variable in a loop is kinda dumb.

github.com/gbdev/rgbds-deb - 045a9e8b93048379b60afc9992d6f245d5129a89 authored about 4 years ago by Jakub Kądziołka <[email protected]>
remove dead function: sym_GetDefinedValue

github.com/gbdev/rgbds-deb - 4419f0d54f32eaf3e34b8b9154b71d832bdb903c authored about 4 years ago by Jakub Kądziołka <[email protected]>
remove dead function: sym_GetDefinedValue

github.com/gbdev/rgbds - 4419f0d54f32eaf3e34b8b9154b71d832bdb903c authored about 4 years ago by Jakub Kądziołka <[email protected]>
Don't overwrite symbol when it's not allowed

When a user tried to overwrite a builtin symbol, it would change its
type despite the error, mak...

github.com/gbdev/rgbds - b07aa00d5cfda645978747d25c20643b7cc1ee7e authored about 4 years ago by Jakub Kądziołka <[email protected]>
Don't overwrite symbol when it's not allowed

When a user tried to overwrite a builtin symbol, it would change its
type despite the error, mak...

github.com/gbdev/rgbds-deb - b07aa00d5cfda645978747d25c20643b7cc1ee7e authored about 4 years ago by Jakub Kądziołka <[email protected]>
Merge pull request #603 from NieDzejkob/rpn-realloc

reserveSpace: don't assume one doubling is enough

github.com/gbdev/rgbds-deb - e4f5df1306c4eb09de57728f9756b951b41565aa authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #603 from NieDzejkob/rpn-realloc

reserveSpace: don't assume one doubling is enough

github.com/gbdev/rgbds - e4f5df1306c4eb09de57728f9756b951b41565aa authored about 4 years ago by Eldred Habert <[email protected]>
reserveSpace: don't assume one doubling is enough

github.com/gbdev/rgbds - dc62d60e9b3ff28667e4d6652c7d51491ff8e918 authored about 4 years ago by Jakub Kądziołka <[email protected]>
reserveSpace: don't assume one doubling is enough

github.com/gbdev/rgbds-deb - dc62d60e9b3ff28667e4d6652c7d51491ff8e918 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Casing

github.com/gbdev/database - 7d0ff01175c25071d01c673adf21f5f3ff5aece6 authored about 4 years ago by Antonio Vivace <[email protected]>
Fix malformed JSONs, bad casing

github.com/gbdev/database - e4fb64d92b3e2e6ca47599a321e153302ddbfb2d authored about 4 years ago by Antonio Vivace <[email protected]>
Add CMake defines to enable tracing lexer and parser

github.com/gbdev/rgbds-deb - 71d8aeb4c276d29764bf0f76879a2b6047c85803 authored about 4 years ago by ISSOtm <[email protected]>
Add CMake defines to enable tracing lexer and parser

github.com/gbdev/rgbds - 71d8aeb4c276d29764bf0f76879a2b6047c85803 authored about 4 years ago by ISSOtm <[email protected]>
Fix malformed json

github.com/gbdev/database - 39818b4be12d1934a850bba97140c290dabfc260 authored about 4 years ago by Antonio Vivace <[email protected]>
ROM -> Files

github.com/gbdev/database - bdacd778c0fd872409952adb496db465f02b576b authored about 4 years ago by Antonio Vivace <[email protected]>
Add games: Pluto's Corner and Petris (#56)

github.com/gbdev/database - 0786ba399f3d6aa2d779a6af8739190ce4ab3dc5 authored about 4 years ago by bbbbbr <[email protected]>
Register location didn't match register type (#69)

github.com/gbdev/pandocs - 67c95c71e12180cc24e440051100a2e8a55bda40 authored about 4 years ago by NoamRodrik <[email protected]>
Merge pull request #601 from NieDzejkob/utf8decoder

utf8decoder: Use byte-sized byte argument

github.com/gbdev/rgbds-deb - 0836f67d429d2f545f43e203023d174ca4442779 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #601 from NieDzejkob/utf8decoder

utf8decoder: Use byte-sized byte argument

github.com/gbdev/rgbds - 0836f67d429d2f545f43e203023d174ca4442779 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #600 from NieDzejkob/stray-shift

Report error when shifting outside a macro

github.com/gbdev/rgbds - 176a57a1e96c53513b82b093b105bb9b4f92da6c authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #600 from NieDzejkob/stray-shift

Report error when shifting outside a macro

github.com/gbdev/rgbds-deb - 176a57a1e96c53513b82b093b105bb9b4f92da6c authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #599 from NieDzejkob/stray-align

Report error when aligning outside of a section

github.com/gbdev/rgbds-deb - 0d02355dbf9fef92c2cf40be09e304601a931014 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #599 from NieDzejkob/stray-align

Report error when aligning outside of a section

github.com/gbdev/rgbds - 0d02355dbf9fef92c2cf40be09e304601a931014 authored about 4 years ago by Eldred Habert <[email protected]>
utf8decoder: Use byte-sized byte argument

This prevents passing a negative value out of a signed char by accident.
Also renders some casts...

github.com/gbdev/rgbds - 6767d11c23a15f1085ff203c94a6fa0b60aa4352 authored about 4 years ago by Jakub Kądziołka <[email protected]>
utf8decoder: Use byte-sized byte argument

This prevents passing a negative value out of a signed char by accident.
Also renders some casts...

github.com/gbdev/rgbds-deb - 6767d11c23a15f1085ff203c94a6fa0b60aa4352 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Tentative fix for #70

github.com/gbdev/pandocs - f280171f4ac06f22e725788659e9baf693e2f39c authored about 4 years ago by Antonio Vivace <[email protected]>
Remove two stale variables from `parser.y`

They were made useless with the lexer rewrite

github.com/gbdev/rgbds-deb - 2dd9015dc60c8e0bf4fffa25039395e14827eb93 authored about 4 years ago by ISSOtm <[email protected]>
Remove two stale variables from `parser.y`

They were made useless with the lexer rewrite

github.com/gbdev/rgbds - 2dd9015dc60c8e0bf4fffa25039395e14827eb93 authored about 4 years ago by ISSOtm <[email protected]>
Report error when shifting outside a macro

github.com/gbdev/rgbds - 217c10ddac43fa0b87566bb44bef8236b0eab316 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Report error when shifting outside a macro

github.com/gbdev/rgbds-deb - 217c10ddac43fa0b87566bb44bef8236b0eab316 authored about 4 years ago by Jakub Kądziołka <[email protected]>
Report error when aligning outside of a section

github.com/gbdev/rgbds-deb - 822e4e7c44a8b7e1d1d2e2172f34ac57aec6a06e authored about 4 years ago by Jakub Kądziołka <[email protected]>
Report error when aligning outside of a section

github.com/gbdev/rgbds - 822e4e7c44a8b7e1d1d2e2172f34ac57aec6a06e authored about 4 years ago by Jakub Kądziołka <[email protected]>
Indicate cur offset in linkerscript "backwards org" message

github.com/gbdev/rgbds - 0b1d01792d0b370e79fcf6c5fef2bef6161c8097 authored about 4 years ago by ISSOtm <[email protected]>
Indicate cur offset in linkerscript "backwards org" message

github.com/gbdev/rgbds-deb - 0b1d01792d0b370e79fcf6c5fef2bef6161c8097 authored about 4 years ago by ISSOtm <[email protected]>
Rename `asmy` to more explicit `parser`

This should make the purpose of that file clearer to newcomers

github.com/gbdev/rgbds-deb - 01637768cf19aedf85882b0d9f53284299239037 authored about 4 years ago by ISSOtm <[email protected]>
Rename `asmy` to more explicit `parser`

This should make the purpose of that file clearer to newcomers

github.com/gbdev/rgbds - 01637768cf19aedf85882b0d9f53284299239037 authored about 4 years ago by ISSOtm <[email protected]>
Update rgbds patch to new master. Untested

github.com/gbdev/rgbds-live - 9bc9a5cc0f5c9b120ffe10aa7af14281adc5794f authored about 4 years ago by Daid <[email protected]>
Mention that SHIFT updates _NARG

Fixes #598

github.com/gbdev/rgbds - 6a8ae643d5e900b2dbe7d741a1f14df5912cede8 authored about 4 years ago by ISSOtm <[email protected]>
Mention that SHIFT updates _NARG

Fixes #598

github.com/gbdev/rgbds-deb - 6a8ae643d5e900b2dbe7d741a1f14df5912cede8 authored about 4 years ago by ISSOtm <[email protected]>
Enable master docs update workflow always

There seems to be no way to make the check work, and Actions are disabled
in forks by default an...

github.com/gbdev/rgbds-deb - fd83d46ba0d9847c8095068fc871102e38772f89 authored about 4 years ago by ISSOtm <[email protected]>
Enable master docs update workflow always

There seems to be no way to make the check work, and Actions are disabled
in forks by default an...

github.com/gbdev/rgbds - fd83d46ba0d9847c8095068fc871102e38772f89 authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect documentation of accepted sym names

No, they cannot start with a digit!

github.com/gbdev/rgbds - 914856342ce02d23bfa2424eb06da6d644e9e946 authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect documentation of accepted sym names

No, they cannot start with a digit!

github.com/gbdev/rgbds-deb - 914856342ce02d23bfa2424eb06da6d644e9e946 authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #593 from Rangi42/issue586

Fix #586: Update the `charmaps` hashmap when an existing charmap is resized

github.com/gbdev/rgbds-deb - 91889fc14abbf705271bb484e89e349e08f76477 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #593 from Rangi42/issue586

Fix #586: Update the `charmaps` hashmap when an existing charmap is resized

github.com/gbdev/rgbds - 91889fc14abbf705271bb484e89e349e08f76477 authored about 4 years ago by Eldred Habert <[email protected]>
Add a test case for charmaps that segfaults prior to this fix

github.com/gbdev/rgbds - 7c8ec5a5edbdae184ce5c0f6bbcde6037340f209 authored about 4 years ago by Rangi <[email protected]>
Add a test case for charmaps that segfaults prior to this fix

github.com/gbdev/rgbds-deb - 7c8ec5a5edbdae184ce5c0f6bbcde6037340f209 authored about 4 years ago by Rangi <[email protected]>
Fix noise instrument data with placeholder zero data for now.

github.com/gbdev/rgbds-live - 0f3edd1a714fdf657f3ee91ba2386c01baf54dd1 authored about 4 years ago by Daid <[email protected]>
Fix driver url

github.com/gbdev/rgbds-live - 930dd754fc1b5cf5ad13c80bf1dea379cc87824c authored about 4 years ago by Daid <[email protected]>
Fix #586 segfault: Update the `charmaps` hashmap when an existing charmap is resized

github.com/gbdev/rgbds - effc6788ebe0958f64b3218fbd341b4091ed016b authored about 4 years ago by Rangi <[email protected]>
Fix #586 segfault: Update the `charmaps` hashmap when an existing charmap is resized

github.com/gbdev/rgbds-deb - effc6788ebe0958f64b3218fbd341b4091ed016b authored about 4 years ago by Rangi <[email protected]>
Store some tracker work

github.com/gbdev/rgbds-live - 06ef1d5a5899fd323f85e1fbb4fd046ee65948a4 authored about 4 years ago by Daid <[email protected]>
Merge pull request #585 from ISSOtm/msvc-ci

Add MSVC in CI

github.com/gbdev/rgbds - f9daf27511bfa49a100fa45648c5098098d696b5 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #585 from ISSOtm/msvc-ci

Add MSVC in CI

github.com/gbdev/rgbds-deb - f9daf27511bfa49a100fa45648c5098098d696b5 authored about 4 years ago by Eldred Habert <[email protected]>
Have lexer not require <unistd.h> on MSVC

Required for `open`, `close`, `read`, and `STDIN_FILENO`,
which are defined elsewhere on MSVC.

github.com/gbdev/rgbds-deb - 21e50eeff1bac67817406cc9df8e5dce5712eb6e authored about 4 years ago by ISSOtm <[email protected]>
Avoid using VLA in EQUS dumping

MSVC does not support those...
Also add a `develop` warning about VLAs, to avoid future incidents

github.com/gbdev/rgbds-deb - 06f7387466eb7d9ee3d9963d3a52a8f455bcaaf2 authored about 4 years ago by ISSOtm <[email protected]>
Have lexer not require <unistd.h> on MSVC

Required for `open`, `close`, `read`, and `STDIN_FILENO`,
which are defined elsewhere on MSVC.

github.com/gbdev/rgbds - 21e50eeff1bac67817406cc9df8e5dce5712eb6e authored about 4 years ago by ISSOtm <[email protected]>
Avoid using VLA in EQUS dumping

MSVC does not support those...
Also add a `develop` warning about VLAs, to avoid future incidents

github.com/gbdev/rgbds - 06f7387466eb7d9ee3d9963d3a52a8f455bcaaf2 authored about 4 years ago by ISSOtm <[email protected]>
Compile with MSVC as well in CI

github.com/gbdev/rgbds - fd4cec93cd5d50bb478655f488a0a8420f96fdd0 authored about 4 years ago by ISSOtm <[email protected]>
Compile with MSVC as well in CI

github.com/gbdev/rgbds-deb - fd4cec93cd5d50bb478655f488a0a8420f96fdd0 authored about 4 years ago by ISSOtm <[email protected]>
Fix implicit cast between `enum`s

This caused `make develop` to fail

github.com/gbdev/rgbds-deb - 92f2055a6c3328a101e2560d26c75fdc4fe1f8be authored about 4 years ago by ISSOtm <[email protected]>
Fix implicit cast between `enum`s

This caused `make develop` to fail

github.com/gbdev/rgbds - 92f2055a6c3328a101e2560d26c75fdc4fe1f8be authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #584 from Xeyler/master

Add directory summary to README.rst

github.com/gbdev/rgbds - be9b1198e940ed36c95778d30099a11cbf803860 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #584 from Xeyler/master

Add directory summary to README.rst

github.com/gbdev/rgbds-deb - be9b1198e940ed36c95778d30099a11cbf803860 authored about 4 years ago by Eldred Habert <[email protected]>
Add directory summary to README.rst

github.com/gbdev/rgbds-deb - 56bea083f966306c49156d38f5c5d15d010994e9 authored about 4 years ago by Brigham Campbell <[email protected]>
Add directory summary to README.rst

github.com/gbdev/rgbds - 56bea083f966306c49156d38f5c5d15d010994e9 authored about 4 years ago by Brigham Campbell <[email protected]>
Merge pull request #583 from JL2210/cmake-build-type

Modularize CMake build configuration

github.com/gbdev/rgbds - fdfc02ab963ed2ccdcae08cb3ad7231bf9b40bda authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #583 from JL2210/cmake-build-type

Modularize CMake build configuration

github.com/gbdev/rgbds-deb - fdfc02ab963ed2ccdcae08cb3ad7231bf9b40bda authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #551 from NieDzejkob/errors-after-unknown-symbol

link: Suppress cascading errors.

github.com/gbdev/rgbds-deb - fc7f042ad6ee4b5af83cf7908e5621a184864ea0 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #551 from NieDzejkob/errors-after-unknown-symbol

link: Suppress cascading errors.

github.com/gbdev/rgbds - fc7f042ad6ee4b5af83cf7908e5621a184864ea0 authored about 4 years ago by Eldred Habert <[email protected]>
Modularize CMake build configuration

Build type no longer defaults to Release (!)
have separate options for extra warning flags and s...

github.com/gbdev/rgbds - 761c775043d22718811297147f5bd75c6118d84e authored about 4 years ago by James Larrowe <[email protected]>
Modularize CMake build configuration

Build type no longer defaults to Release (!)
have separate options for extra warning flags and s...

github.com/gbdev/rgbds-deb - 761c775043d22718811297147f5bd75c6118d84e authored about 4 years ago by James Larrowe <[email protected]>
link: Suppress cascading errors.

github.com/gbdev/rgbds-deb - b421c983d6cd577905b0bafe2c5c200f681552ef authored about 4 years ago by Jakub Kądziołka <[email protected]>
link: Suppress cascading errors.

github.com/gbdev/rgbds - b421c983d6cd577905b0bafe2c5c200f681552ef authored about 4 years ago by Jakub Kądziołka <[email protected]>
Merge pull request #557 from ISSOtm/new-lexer-electric-boogaloo

New lexer 2 — Electric Boogaloo

github.com/gbdev/rgbds - 3036b5859894be1bc4523d7e309fca5015728679 authored about 4 years ago by Eldred Habert <[email protected]>