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 string expansion reporting

And fix line counting with expansion-made newlines.
This has the same bug as the old lexer (equs...

github.com/gbdev/rgbds-deb - 61b2fd98160f3aa9f7f66f00273090412623002b authored about 4 years ago by ISSOtm <[email protected]>
Fix string expansion reporting

More expansions were allowed than the limit specified, and reporting code
did not account for th...

github.com/gbdev/rgbds-deb - 38bda7e1bb91586e20f41cd52254a49b2a549d5e authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect freeing of expansions

Freeing an expansion should free its children, not its siblings...
Fixes a use-after-free report...

github.com/gbdev/rgbds-deb - 149db9a0228a08760fb0b8d080b359e1c36fed67 authored about 4 years ago by ISSOtm <[email protected]>
Add EQUS expansion

github.com/gbdev/rgbds-deb - 5ad7a9375076f1d352a9825379e0abee43c2fdfc authored about 4 years ago by ISSOtm <[email protected]>
Fix mmap read offset not being initialized

github.com/gbdev/rgbds-deb - 2ec10012b6633f5e23012330fd5faddcfea490b8 authored about 4 years ago by ISSOtm <[email protected]>
Fix PC's name not being passed to parser

github.com/gbdev/rgbds-deb - e56c6cc2918003f404edfd7c8575c0ab343ba2da authored about 4 years ago by ISSOtm <[email protected]>
Fix nested expansions being incorrectly handled

The biggest problem was simply that the length of children expansions was
not accounted for when...

github.com/gbdev/rgbds - fed252bc4975f48116e49301a0b21266edcf6c35 authored about 4 years ago by ISSOtm <[email protected]>
Fix mmap read offset not being initialized

github.com/gbdev/rgbds - 2ec10012b6633f5e23012330fd5faddcfea490b8 authored about 4 years ago by ISSOtm <[email protected]>
Fix PC's name not being passed to parser

github.com/gbdev/rgbds - e56c6cc2918003f404edfd7c8575c0ab343ba2da authored about 4 years ago by ISSOtm <[email protected]>
Add string expansion reporting

And fix line counting with expansion-made newlines.
This has the same bug as the old lexer (equs...

github.com/gbdev/rgbds - 61b2fd98160f3aa9f7f66f00273090412623002b authored about 4 years ago by ISSOtm <[email protected]>
Fix string expansion reporting

More expansions were allowed than the limit specified, and reporting code
did not account for th...

github.com/gbdev/rgbds - 38bda7e1bb91586e20f41cd52254a49b2a549d5e authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect freeing of expansions

Freeing an expansion should free its children, not its siblings...
Fixes a use-after-free report...

github.com/gbdev/rgbds - 149db9a0228a08760fb0b8d080b359e1c36fed67 authored about 4 years ago by ISSOtm <[email protected]>
Add EQUS expansion

github.com/gbdev/rgbds - 5ad7a9375076f1d352a9825379e0abee43c2fdfc authored about 4 years ago by ISSOtm <[email protected]>
Implement almost all functionality

Add keywords and identifiers
Add comments
Add number literals
Add strings
Add a lot of new token...

github.com/gbdev/rgbds - 4c9a929a14d76609c26c06eeac0371d531f670c8 authored about 4 years ago by ISSOtm <[email protected]>
Implement almost all functionality

Add keywords and identifiers
Add comments
Add number literals
Add strings
Add a lot of new token...

github.com/gbdev/rgbds-deb - 4c9a929a14d76609c26c06eeac0371d531f670c8 authored about 4 years ago by ISSOtm <[email protected]>
Implement infrastructure around new lexer

The lexer itself is very much incomplete, but this is intended to be a
safe point to revert to s...

github.com/gbdev/rgbds-deb - 6dc4ce65999d9f26703c4728ed983fbec90635c1 authored about 4 years ago by ISSOtm <[email protected]>
Implement more functionality

Macro arg detection, first emitted tokens, primitive (bad) column counting

github.com/gbdev/rgbds-deb - 71f88717024cd5434ff7ee541a112ece86082121 authored about 4 years ago by ISSOtm <[email protected]>
Implement infrastructure around new lexer

The lexer itself is very much incomplete, but this is intended to be a
safe point to revert to s...

github.com/gbdev/rgbds - 6dc4ce65999d9f26703c4728ed983fbec90635c1 authored about 4 years ago by ISSOtm <[email protected]>
Implement more functionality

Macro arg detection, first emitted tokens, primitive (bad) column counting

github.com/gbdev/rgbds - 71f88717024cd5434ff7ee541a112ece86082121 authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #582 from ISSOtm/rewrite-charmap

Rewrite charmap system

github.com/gbdev/rgbds - 3a44cc7722315a305561cb89b63ecba674a6cdaa authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #582 from ISSOtm/rewrite-charmap

Rewrite charmap system

github.com/gbdev/rgbds-deb - 3a44cc7722315a305561cb89b63ecba674a6cdaa authored about 4 years ago by Eldred Habert <[email protected]>
Rewrite charmap system

Avoid allocating a *ton* of data per charmap
Stop relying on uninitialized data in charmap nodes...

github.com/gbdev/rgbds-deb - 4cfed3c98f014445d07ccdf7b91dc1c1f2ba0eaf authored about 4 years ago by ISSOtm <[email protected]>
Rewrite charmap system

Avoid allocating a *ton* of data per charmap
Stop relying on uninitialized data in charmap nodes...

github.com/gbdev/rgbds - 4cfed3c98f014445d07ccdf7b91dc1c1f2ba0eaf authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #581 from JL2210/cmake-docs

Install manpages with CMake

github.com/gbdev/rgbds - 6af57ff026c297b3572bd3b439fefc65e917d77d authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #581 from JL2210/cmake-docs

Install manpages with CMake

github.com/gbdev/rgbds-deb - 6af57ff026c297b3572bd3b439fefc65e917d77d authored about 4 years ago by Eldred Habert <[email protected]>
Clean up label generation

Only check for localness when we already know we have a local

github.com/gbdev/rgbds-deb - 2e3db9d56ac9ebd6daee9d411764c5011dc2242a authored about 4 years ago by ISSOtm <[email protected]>
Clean up label generation

Only check for localness when we already know we have a local

github.com/gbdev/rgbds - 2e3db9d56ac9ebd6daee9d411764c5011dc2242a authored about 4 years ago by ISSOtm <[email protected]>
Install manpages with CMake

github.com/gbdev/rgbds - f8d9fa87eddff68366e46dafa08dea6ad2507a56 authored about 4 years ago by James Larrowe <[email protected]>
Install manpages with CMake

github.com/gbdev/rgbds-deb - f8d9fa87eddff68366e46dafa08dea6ad2507a56 authored about 4 years ago by James Larrowe <[email protected]>
Remove whoami step from Windows CI

A carry-over from testing

github.com/gbdev/rgbds-deb - f53ad359a64472dc9d4e0b51b603040c943cb8eb authored about 4 years ago by ISSOtm <[email protected]>
Remove whoami step from Windows CI

A carry-over from testing

github.com/gbdev/rgbds - f53ad359a64472dc9d4e0b51b603040c943cb8eb authored about 4 years ago by ISSOtm <[email protected]>
Enable `make develop` on Ubuntu 20.04 CI as well

github.com/gbdev/rgbds - 84de86beb55c6dbe4fc5dfef3784fe1b4a329767 authored about 4 years ago by ISSOtm <[email protected]>
Enable `make develop` on Ubuntu 20.04 CI as well

github.com/gbdev/rgbds-deb - 84de86beb55c6dbe4fc5dfef3784fe1b4a329767 authored about 4 years ago by ISSOtm <[email protected]>
Merge pull request #579 from ISSOtm/cmake-ci

Enable CMake in CI

github.com/gbdev/rgbds-deb - 04e7af2675b7287ace31a625f62e5d34695f60d4 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #579 from ISSOtm/cmake-ci

Enable CMake in CI

github.com/gbdev/rgbds - 04e7af2675b7287ace31a625f62e5d34695f60d4 authored about 4 years ago by Eldred Habert <[email protected]>
Merge pull request #578 from JL2210/cmake-pkgconfig

Use pkg-config to detect libpng

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

Use pkg-config to detect libpng

github.com/gbdev/rgbds-deb - 4f13a336b9610c5a58bc1a63a04220a89d07253b authored about 4 years ago by Eldred Habert <[email protected]>
Use CMake in CI as well

github.com/gbdev/rgbds-deb - 03508119e5e4c7e8dbc124ac34b5bb757e729309 authored about 4 years ago by ISSOtm <[email protected]>
Use CMake in CI as well

github.com/gbdev/rgbds - 03508119e5e4c7e8dbc124ac34b5bb757e729309 authored about 4 years ago by ISSOtm <[email protected]>
Use pkg-config to detect libpng

Only fall back to findpng

github.com/gbdev/rgbds - 03e20138d37722ba2a9c9a22d36f45262adf0348 authored about 4 years ago by James Larrowe <[email protected]>
Use pkg-config to detect libpng

Only fall back to findpng

github.com/gbdev/rgbds-deb - 03e20138d37722ba2a9c9a22d36f45262adf0348 authored about 4 years ago by James Larrowe <[email protected]>
Fix comma splice

github.com/gbdev/pandocs - 034c5d25b10b1c7be8bcb06a1f4862761d421e49 authored about 4 years ago by Antonio Vivace <[email protected]>
Updated Gamegenie (#64)

* Updated Gamegenie

I fixed the info about how many codes you can put into the gamegenie, and...

github.com/gbdev/pandocs - c5b2df469ff35c8af0660b38e89c819b54f03b30 authored about 4 years ago by wawesomeNOGUI <[email protected]>
Updated Spelling And Language (#63)

I fixed some spelling errors and added words to make the text easier to understand.

github.com/gbdev/pandocs - 1b102424ec12141dd33dc636f52282bb12923b97 authored about 4 years ago by wawesomeNOGUI <[email protected]>
Don't make @LIJI32 angry

github.com/gbdev/gbdev.github.io - d85118a59fcac84d8efac0d29c43c91123b7c58a authored about 4 years ago by Antonio Vivace <[email protected]>
Fix broken links (#15)

github.com/gbdev/gbdev.github.io - 69342eaf7b8e963133a93659298fd503c407e4aa authored about 4 years ago by Antonio Vivace <[email protected]>
Add RGBDS, descriptions and links

github.com/gbdev/gbdev.github.io - 210e9a5cd8c668acbe8e1498edf7c3d36157e7ff authored about 4 years ago by Antonio Vivace <[email protected]>
Hacktoberfest promo page

github.com/gbdev/gbdev.github.io - c532ad724d5f5571e6f9fdddafb156ca5757b46b authored about 4 years ago by Antonio Vivace <[email protected]>
Fix many malformed local links (#62)

In the process, I removed a few links specific to the original wiki:

BGB, which originally li...

github.com/gbdev/pandocs - 202f1abb8f338bc02904db0bf8c672d1f28a80f4 authored about 4 years ago by RetroEdit <[email protected]>
test: Update commit of uCity used for testing

This one updates the code to fix all warnings introduced in the last few
months because of updat...

github.com/gbdev/rgbds - dfcba364487a775a88e196ec0a2a2d4d29d80ec5 authored about 4 years ago by Antonio Niño Díaz <[email protected]>
test: Update commit of uCity used for testing

This one updates the code to fix all warnings introduced in the last few
months because of updat...

github.com/gbdev/rgbds-deb - dfcba364487a775a88e196ec0a2a2d4d29d80ec5 authored about 4 years ago by Antonio Niño Díaz <[email protected]>
Remove assertions from release builds

I believe the CMakeLists already did that, but the Makefile did not.

github.com/gbdev/rgbds-deb - 8e4a9a5c21bc34b25356f991423bfa5cb98f21d0 authored about 4 years ago by ISSOtm <[email protected]>
Remove assertions from release builds

I believe the CMakeLists already did that, but the Makefile did not.

github.com/gbdev/rgbds - 8e4a9a5c21bc34b25356f991423bfa5cb98f21d0 authored about 4 years ago by ISSOtm <[email protected]>
Make newlines explicit in error messages

In preparation for a change a PR is about to make

github.com/gbdev/rgbds - a1286e6f0e3db80acf482f6904632fe87985a799 authored about 4 years ago by ISSOtm <[email protected]>
Make newlines explicit in error messages

In preparation for a change a PR is about to make

github.com/gbdev/rgbds-deb - a1286e6f0e3db80acf482f6904632fe87985a799 authored about 4 years ago by ISSOtm <[email protected]>
Silence the mingw test

Use "quiet" instead of "count"...

github.com/gbdev/rgbds-deb - c0808246e5fbd6e0f1ac175606be2e2d51b12b55 authored about 4 years ago by ISSOtm <[email protected]>
Silence the mingw test

Use "quiet" instead of "count"...

github.com/gbdev/rgbds - c0808246e5fbd6e0f1ac175606be2e2d51b12b55 authored about 4 years ago by ISSOtm <[email protected]>
Factor printing assert failures into functions

Saves some code duplication

github.com/gbdev/rgbds - ba051e10fbe2c339f78359eb3a9c1f0d8683d69b authored about 4 years ago by ISSOtm <[email protected]>
Factor printing assert failures into functions

Saves some code duplication

github.com/gbdev/rgbds-deb - ba051e10fbe2c339f78359eb3a9c1f0d8683d69b authored about 4 years ago by ISSOtm <[email protected]>
Add hUGETracker, a Game Boy music tracker by @SuperDisk

github.com/gbdev/awesome-gbdev - 65674292e7e47fd0ddf755d67fdabd23e03a9787 authored about 4 years ago by Antonio Vivace <[email protected]>
Fix typo in object file format doc

Thanks @ax6!

github.com/gbdev/rgbds - 9fee0603b13309fce63aea2360e7ba898608b322 authored about 4 years ago by ISSOtm <[email protected]>
Fix typo in object file format doc

Thanks @ax6!

github.com/gbdev/rgbds-deb - 9fee0603b13309fce63aea2360e7ba898608b322 authored about 4 years ago by ISSOtm <[email protected]>
Fix master docs update CI script

GitHub documentation about the syntax is unclear, this should be right
according to the examples...

github.com/gbdev/rgbds-deb - be8ebe6db92a0acd483d5023a57912b63e8c3144 authored about 4 years ago by ISSOtm <[email protected]>
Fix master docs update CI script

GitHub documentation about the syntax is unclear, this should be right
according to the examples...

github.com/gbdev/rgbds - be8ebe6db92a0acd483d5023a57912b63e8c3144 authored about 4 years ago by ISSOtm <[email protected]>
Correct previously-introduced test being a no-op

Forgot to invoke the macro due to a copy-paste error

github.com/gbdev/rgbds - 548e3dc31c02fd722a8e6b1008b711ac2e15b3d4 authored about 4 years ago by ISSOtm <[email protected]>
Correct previously-introduced test being a no-op

Forgot to invoke the macro due to a copy-paste error

github.com/gbdev/rgbds-deb - 548e3dc31c02fd722a8e6b1008b711ac2e15b3d4 authored about 4 years ago by ISSOtm <[email protected]>
Add a test for purging a macro while running

This could cause a crash if the macro name is then used for error reporting

github.com/gbdev/rgbds-deb - 9440086d7777cdf6bef4d7307956c4fc3b15ae88 authored about 4 years ago by ISSOtm <[email protected]>
Add a test for purging a macro while running

This could cause a crash if the macro name is then used for error reporting

github.com/gbdev/rgbds - 9440086d7777cdf6bef4d7307956c4fc3b15ae88 authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect obj file documentation

Bit 7 of section types was actually documented in the symbol type
Bit 6 of section types was not...

github.com/gbdev/rgbds - ec5a1bc71f66d133dff23784ff97ca627bcd68b6 authored about 4 years ago by ISSOtm <[email protected]>
Fix incorrect obj file documentation

Bit 7 of section types was actually documented in the symbol type
Bit 6 of section types was not...

github.com/gbdev/rgbds-deb - ec5a1bc71f66d133dff23784ff97ca627bcd68b6 authored about 4 years ago by ISSOtm <[email protected]>
Run the quote in file name except on Windows

This should make the CI function again

github.com/gbdev/rgbds-deb - 9742fa731c40336001cdd47b8401ee2c657f9867 authored about 4 years ago by ISSOtm <[email protected]>
Run the quote in file name except on Windows

This should make the CI function again

github.com/gbdev/rgbds - 9742fa731c40336001cdd47b8401ee2c657f9867 authored about 4 years ago by ISSOtm <[email protected]>
Enable running regression tests on PRs as well

github.com/gbdev/rgbds - 91a3c538d96c3dfac7f304a0b8f4a35e386f3d77 authored about 4 years ago by ISSOtm <[email protected]>
Enable running regression tests on PRs as well

github.com/gbdev/rgbds-deb - 91a3c538d96c3dfac7f304a0b8f4a35e386f3d77 authored about 4 years ago by ISSOtm <[email protected]>
Make code style errors fail their CI job

Mimics the behavior of the old Travis script

github.com/gbdev/rgbds-deb - e98485da3f59aff7ebeb6095940b9574935e889f authored about 4 years ago by ISSOtm <[email protected]>
Make code style errors fail their CI job

Mimics the behavior of the old Travis script

github.com/gbdev/rgbds - e98485da3f59aff7ebeb6095940b9574935e889f authored about 4 years ago by ISSOtm <[email protected]>
Fix checkpatch in CI

github.com/gbdev/rgbds - 6528a955fee82f5e96666b4beb2a7de519734c0b authored about 4 years ago by ISSOtm <[email protected]>
Fix checkpatch in CI

github.com/gbdev/rgbds-deb - 6528a955fee82f5e96666b4beb2a7de519734c0b authored about 4 years ago by ISSOtm <[email protected]>
Also update master docs when updating script

github.com/gbdev/rgbds-deb - 431f77127e884848e0c0f44ca48b6460c6459484 authored about 4 years ago by ISSOtm <[email protected]>
Also update master docs when updating script

github.com/gbdev/rgbds - 431f77127e884848e0c0f44ca48b6460c6459484 authored about 4 years ago by ISSOtm <[email protected]>
Do not try updating docs if no key is set

This will avoid this randomly failing in forks, unless we want to run it

github.com/gbdev/rgbds - 2cc58723cb24c785735f19449f515912118c87c0 authored about 4 years ago by ISSOtm <[email protected]>
Do not try updating docs if no key is set

This will avoid this randomly failing in forks, unless we want to run it

github.com/gbdev/rgbds-deb - 2cc58723cb24c785735f19449f515912118c87c0 authored about 4 years ago by ISSOtm <[email protected]>
Fix the effect popup size mismatch

github.com/gbdev/rgbds-live - 90ed1a8cc6022743d0edadc6e4f39771dbca28f6 authored about 4 years ago by Daid <[email protected]>
Allow adding/removing sequence entries

github.com/gbdev/rgbds-live - 1b9e7de0d6e9319da9d12dcd06908c8935492854 authored about 4 years ago by Daid <[email protected]>
Avoid warning about /* fallthrough */ comments

We do not have `fallthrough;`, so...

github.com/gbdev/rgbds - 268219d74efea33dca8b74ceb2ea11c4b05f1bb7 authored about 4 years ago by ISSOtm <[email protected]>
Avoid warning about /* fallthrough */ comments

We do not have `fallthrough;`, so...

github.com/gbdev/rgbds-deb - 268219d74efea33dca8b74ceb2ea11c4b05f1bb7 authored about 4 years ago by ISSOtm <[email protected]>
Prevent out of range pattern indexes. Add some more navigation keys

github.com/gbdev/rgbds-live - bb7f38ef88d8a40d233423e6bc237447a02f3f38 authored about 4 years ago by Daid <[email protected]>
Get rid of flex as a dependency in CMakeLists

It will actually not be needed for new lexer

github.com/gbdev/rgbds - d09ed3e52e6d1ce3d26cf6dc08bdb4e74245a680 authored about 4 years ago by ISSOtm <[email protected]>
Get rid of flex as a dependency in CMakeLists

It will actually not be needed for new lexer

github.com/gbdev/rgbds-deb - d09ed3e52e6d1ce3d26cf6dc08bdb4e74245a680 authored about 4 years ago by ISSOtm <[email protected]>
Add regression test for #546

Check for quotes in `__FILE__`

github.com/gbdev/rgbds-deb - 421d1f54900b4549a9457b87c621fb75446e6734 authored about 4 years ago by ISSOtm <[email protected]>
Add regression test for #546

Check for quotes in `__FILE__`

github.com/gbdev/rgbds - 421d1f54900b4549a9457b87c621fb75446e6734 authored about 4 years ago by ISSOtm <[email protected]>
Fix documentation not mentioning `SECTION FRAGMENT`syntax

github.com/gbdev/rgbds - 66784b7122217c0f133a2e7e49cffbe88a374b0f authored about 4 years ago by ISSOtm <[email protected]>
Fix documentation not mentioning `SECTION FRAGMENT`syntax

github.com/gbdev/rgbds-deb - 66784b7122217c0f133a2e7e49cffbe88a374b0f authored about 4 years ago by ISSOtm <[email protected]>
Various things.

github.com/gbdev/rgbds-live - cbf9b417c2d7fd3be7ab38a9267475ea101c3158 authored about 4 years ago by Daid <[email protected]>
Apply two minor fixes to rgbasm(5)

Mustn't → must not
Add a comma to INCBIN sentence to mirror INCLUDE's

github.com/gbdev/rgbds - 54f2d99ce78a5fd4172e30210eec4306581f7d1e authored about 4 years ago by ISSOtm <[email protected]>
Apply two minor fixes to rgbasm(5)

Mustn't → must not
Add a comma to INCBIN sentence to mirror INCLUDE's

github.com/gbdev/rgbds-deb - 54f2d99ce78a5fd4172e30210eec4306581f7d1e authored about 4 years ago by ISSOtm <[email protected]>
Update README to point to online install instructions

github.com/gbdev/rgbds-deb - 557c799ec940ae75ba678d2a2eb765b40546b719 authored about 4 years ago by ISSOtm <[email protected]>
Update README to point to online install instructions

github.com/gbdev/rgbds - 557c799ec940ae75ba678d2a2eb765b40546b719 authored about 4 years ago by ISSOtm <[email protected]>
Update help text to redirect to new online docs

github.com/gbdev/rgbds - d22a6670951108d308ad2f24bfb666105e729fa3 authored about 4 years ago by ISSOtm <[email protected]>
Update help text to redirect to new online docs

github.com/gbdev/rgbds-deb - d22a6670951108d308ad2f24bfb666105e729fa3 authored about 4 years ago by ISSOtm <[email protected]>