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

Explicitly error out if no input image is given

github.com/gbdev/rgbds-deb - ef473de75aa6fc25bf142141b470f867ec6d009f authored over 2 years ago by ISSOtm <[email protected]>
Implement bit flipping with a lookup table

Should improve performance.
This version is cooler, and also does not suffer from iteration limits

github.com/gbdev/rgbds - 7a7126f3b87d444039237d001fe8faa36d5f77e2 authored over 2 years ago by ISSOtm <[email protected]>
Avoid initializing the PNG row

It gets overwritten right after, and uncovers an error in the interlaced read

github.com/gbdev/rgbds - d569c6392c98a5f3037814add1f03a0dc149a86e authored over 2 years ago by ISSOtm <[email protected]>
Implement preliminary version of "reverse" feature

Not hooked to all RGBGFX flags yet, but good enough for most use cases
(and as a base for future...

github.com/gbdev/rgbds-deb - cc27169ecdd4e29944e207acc4a39f25e78b0a8f authored over 2 years ago by ISSOtm <[email protected]>
Clean up randtilegen

Apply review comments

github.com/gbdev/rgbds-deb - 843022772be7e72c5348a72709d61dce1c62adb6 authored over 2 years ago by ISSOtm <[email protected]>
Implement "at-files" for RGBGFX

Useful for persisting flags outside of the build system

github.com/gbdev/rgbds-deb - 75f8b16f334ba23fee68658c23ce65a43a8c9ba9 authored over 2 years ago by ISSOtm <[email protected]>
Rename `convert` to `process`

More consistent with its "main" function's name

github.com/gbdev/rgbds-deb - 188027bccce01fc744a845c0626c7c6c8559966c authored over 2 years ago by ISSOtm <[email protected]>
Fix alpha channel checking in RGBGFX test driver

Compare CGB colors only, including ignoring RGB components if alpha says
the color is transparent

github.com/gbdev/rgbds - 82012f698edfe39a0c7d2e2e17f6c7278c0d051a authored over 2 years ago by ISSOtm <[email protected]>
Ignore tested sub-projects

github.com/gbdev/rgbds-deb - 79adcdb7eac7e7ea22e2a65f33092f2c764f550a authored over 2 years ago by ISSOtm <[email protected]>
Import fixes to random image generator

github.com/gbdev/rgbds-deb - 8ed65078dab6a5832b857de46c5d461c26e46746 authored over 2 years ago by ISSOtm <[email protected]>
Record "seed" when generating images as well

For reproducibility

github.com/gbdev/rgbds-deb - 7d54145e56dcb39430362719a528aff6eebe2edc authored over 2 years ago by ISSOtm <[email protected]>
Fix transparency handling

Ensure that the color count is properly used, and that
transparency is not counted as a color wh...

github.com/gbdev/rgbds-deb - 7311fc9ef81bcab931b9ca768f018a627f281933 authored over 2 years ago by ISSOtm <[email protected]>
Clean up randtilegen

Apply review comments

github.com/gbdev/rgbds - 843022772be7e72c5348a72709d61dce1c62adb6 authored over 2 years ago by ISSOtm <[email protected]>
Add program by @aaaaaa123456789 to generate RGBGFX-able images

github.com/gbdev/rgbds-deb - e753b62d1ace56de6f83e058f834c867dbf46476 authored over 2 years ago by ISSOtm <[email protected]>
Make some style corrections

Co-Authored-By: Rangi <[email protected]>

github.com/gbdev/rgbds-deb - 6ed220b4c10c0c3ceb994f7bd2273e6bdfd6414f authored over 2 years ago by ISSOtm <[email protected]>
Implement "palette map" output

github.com/gbdev/rgbds - 05e36767b0d3dcf64e9a37bbd0a2cc93771dfbfd authored over 2 years ago by ISSOtm <[email protected]>
Factor out row bitplanes extraction into a common function

github.com/gbdev/rgbds-deb - e49fb457eaaff0ec733da56187f980c5b158d067 authored over 2 years ago by ISSOtm <[email protected]>
Implement transparency handling

Though none of this has been tested so far...

github.com/gbdev/rgbds-deb - 3c9d5b05d6984ba912a27552e9a5b34db77abc57 authored over 2 years ago by ISSOtm <[email protected]>
Check the range of the CLI-specified palette size

github.com/gbdev/rgbds-deb - e86eb9337a8e11b029327cef43861ee15e660285 authored over 2 years ago by ISSOtm <[email protected]>
Fix -TAP being non-functional

github.com/gbdev/rgbds-deb - 493b94919f06da05ce20b8ecae74e867a61f646e authored over 2 years ago by ISSOtm <[email protected]>
Correct "is this palette empty?" function

This notably caused decantation to delete non-empty palettes, which crashes

github.com/gbdev/rgbds-deb - 71e22f3bfe52a4e33b6a77e860dd6f80f4bb7e53 authored over 2 years ago by ISSOtm <[email protected]>
Do not do anything if option parsing goes wrong

github.com/gbdev/rgbds-deb - b0f8e04fb7d307700424935181bc7d6530b53d64 authored over 2 years ago by ISSOtm <[email protected]>
Make randtilegen report the file names it fails to open

Which of the two is erroring out can be inferred from the file name,
anyway.

github.com/gbdev/rgbds - 75b9d4899061d4e329aab7cf5e5d37697d59fa81 authored over 2 years ago by ISSOtm <[email protected]>
Clean up palette packing a bit

Rename a poorly-named attribute, and add a bunch of debug logging

github.com/gbdev/rgbds-deb - ac02382632dc78631aa4f9256b9216093a3d19e4 authored over 2 years ago by ISSOtm <[email protected]>
Implement max palette count

github.com/gbdev/rgbds-deb - 943d631701e61bdea952502f522f1133f5946a17 authored over 2 years ago by ISSOtm <[email protected]>
Add corrupted PNGs to check error handling

This is not intended to test libpng as much as checking that
we behave correctly if libpng gives...

github.com/gbdev/rgbds - 531092f5bdc790c52827dce30dfc29c073ccaa15 authored over 2 years ago by ISSOtm <[email protected]>
Document accepted number formats

github.com/gbdev/rgbds-deb - d2f9cc7e8c378e07f9077d5d74d6069479cae50c authored over 2 years ago by ISSOtm <[email protected]>
Parse bank capacities

github.com/gbdev/rgbds-deb - 76bb950be581e9fda94f231f235954290780665a authored over 2 years ago by ISSOtm <[email protected]>
Move randtilegen to test/gfx subdir

It's tool-specific, so categorize it where it belongs

github.com/gbdev/rgbds - 3aabe9c79942736c1f7ebbfac3dee45927e39438 authored over 2 years ago by ISSOtm <[email protected]>
Print RGBGFX test names

github.com/gbdev/rgbds - 01cf0c5f98ffae99a85a32457f0310f17b748326 authored over 2 years ago by ISSOtm <[email protected]>
Provide a per-option sane default when number parsing fails

github.com/gbdev/rgbds-deb - f29c5d81ec304813fd5be546b7802eddc191cb52 authored over 2 years ago by ISSOtm <[email protected]>
Make randtilegen and rgbgfx_test compile with MSVC

github.com/gbdev/rgbds - 3cfe7800c7dd02eb17f76b81e2659701ceb49c93 authored over 2 years ago by ISSOtm <[email protected]>
Parse base tile IDs

github.com/gbdev/rgbds-deb - 230798187862bbcaf6d3a251ee71d3a4d6d8f74d authored over 2 years ago by ISSOtm <[email protected]>
Transfer test programs as well for cross-testing

github.com/gbdev/rgbds - 159efe12578bd2063713d27af81c8e0e5b2cb108 authored over 2 years ago by ISSOtm <[email protected]>
Use `cinttypes` instead of `inttypes.h`

Fixes build on some compilers for some reason I fail to understand

github.com/gbdev/rgbds - 71cb2854e8268a253c0a6e3181bea45ee32c771f authored over 2 years ago by ISSOtm <[email protected]>
Implement `-m`

Though none of the code involved has been tested in any capacity yet, lol

github.com/gbdev/rgbds - 779c8c9368d234da7d17bdf708e9bbd7fee9d803 authored over 2 years ago by ISSOtm <[email protected]>
Handle base tile IDs in "optimized" output

github.com/gbdev/rgbds-deb - 35e57a55c92e5b4ac9708b09d0d9064b7a0f11e5 authored over 2 years ago by ISSOtm <[email protected]>
Add different verbosity levels

And also some ASCII art, perhaps?

github.com/gbdev/rgbds-deb - 6bab2ea5c8f124a09ce5e62e3a87087905ca7eb8 authored over 2 years ago by ISSOtm <[email protected]>
Remove old C headers

github.com/gbdev/rgbds - 21e9a65f0bced514e94f41eeb56253cae9645f87 authored over 2 years ago by ISSOtm <[email protected]>
Parse base tile IDs

github.com/gbdev/rgbds - 230798187862bbcaf6d3a251ee71d3a4d6d8f74d authored over 2 years ago by ISSOtm <[email protected]>
Remove old C headers

github.com/gbdev/rgbds-deb - 21e9a65f0bced514e94f41eeb56253cae9645f87 authored over 2 years ago by ISSOtm <[email protected]>
Handle base tile IDs in "optimized" output

github.com/gbdev/rgbds - 35e57a55c92e5b4ac9708b09d0d9064b7a0f11e5 authored over 2 years ago by ISSOtm <[email protected]>
Implement `-m`

Though none of the code involved has been tested in any capacity yet, lol

github.com/gbdev/rgbds-deb - 779c8c9368d234da7d17bdf708e9bbd7fee9d803 authored over 2 years ago by ISSOtm <[email protected]>
Include libstdc++-6.dll in 32-bit MinGW build

github.com/gbdev/rgbds-deb - e855b6f6222d4e5fab0fd203cf348d1c1ad04d90 authored over 2 years ago by ISSOtm <[email protected]>
Fix Windows-breaking use of `struct` vs `class`

MSVC's (broken) ABI breaks otherwise.
What the f@!$#ck, Microsoft?
(Thank you based Clang for wa...

github.com/gbdev/rgbds-deb - 3b1808cc8fc19fca1545967647a2890ce855baf8 authored over 2 years ago by ISSOtm <[email protected]>
Remove incorrect check for reversed image width

That check was when the image width was in tiles, and another check right below
is the correct e...

github.com/gbdev/rgbds - 5be2b96b4042ad5101e7dd38e26de84a54987527 authored over 2 years ago by ISSOtm <[email protected]>
Avoid using `transform_reduce`

Not available in libstdc++ 7, apparently

github.com/gbdev/rgbds-deb - 2099a25ee06bad044e366278878126f8184ef9e3 authored over 2 years ago by ISSOtm <[email protected]>
Set C++ compiler in CI as well

Duh

github.com/gbdev/rgbds-deb - b9de65c9a2f2f6377394bf7ac09267ad6618b1a9 authored over 2 years ago by ISSOtm <[email protected]>
Use `cinttypes` instead of `inttypes.h`

Fixes build on some compilers for some reason I fail to understand

github.com/gbdev/rgbds-deb - 71cb2854e8268a253c0a6e3181bea45ee32c771f authored over 2 years ago by ISSOtm <[email protected]>
Explicitly specify queue template param

GCC 7 fails to deduce the contained type

github.com/gbdev/rgbds-deb - c82cce6d95876c49116826becc116b8e20162a14 authored over 2 years ago by ISSOtm <[email protected]>
Revamp number parsing and remove <charconv>

Support all intended formats and allow partial parsing
<charconv> is not available in GCC 7

github.com/gbdev/rgbds-deb - 97965c9766e689ccacd30faff48070bb7aafd812 authored over 2 years ago by ISSOtm <[email protected]>
Change `UseTab` to `ForIndentation`

This fixes many whitespace issues

github.com/gbdev/rgbds-deb - 5efc49cb127300c765bde6baf4ce0fa3ac8b51ab authored over 2 years ago by ISSOtm <[email protected]>
Implement enough functionality to compile & match pokecrystal

github.com/gbdev/rgbds - 3fa1854332735f4817bd43eee748b44cdc811c06 authored over 2 years ago by ISSOtm <[email protected]>
Avoid calling `skipEmpty()` for `AssignedProtos::end()`

github.com/gbdev/rgbds - 3d79f76e416c90223cb21cae118c41ace021da2c authored over 2 years ago by ISSOtm <[email protected]>
Provide a per-option sane default when number parsing fails

github.com/gbdev/rgbds - f29c5d81ec304813fd5be546b7802eddc191cb52 authored over 2 years ago by ISSOtm <[email protected]>
Record "seed" when generating images as well

For reproducibility

github.com/gbdev/rgbds - 7d54145e56dcb39430362719a528aff6eebe2edc authored over 2 years ago by ISSOtm <[email protected]>
Remove <filesystem>

Should fix compilation with GCC before 9

github.com/gbdev/rgbds-deb - c4361b965c965a1274fc43286c30c8769e8ebdd4 authored over 2 years ago by ISSOtm <[email protected]>
Flesh out man page

Describe current options, and add some TODOs for functionality to be implemented

github.com/gbdev/rgbds-deb - 8d00a61602df064d4fe5c4ea5acc72357f451400 authored over 2 years ago by ISSOtm <[email protected]>
Implement some external palette specs

PSP, ACT, and ACO are complete

github.com/gbdev/rgbds - 91071009a8892793ff2a434de347d2d57cf313dd authored over 2 years ago by ISSOtm <[email protected]>
Add compatibility hack for unused colors in indexed PNGs

github.com/gbdev/rgbds-deb - 20442c8a43286a1712ae97b43860cbf2f2bdac41 authored over 2 years ago by ISSOtm <[email protected]>
Fully implement decanting step

github.com/gbdev/rgbds-deb - b95c26c886728a0958b9f89454c1f116f946f642 authored over 2 years ago by ISSOtm <[email protected]>
Avoid calling `skipEmpty()` for `AssignedProtos::end()`

github.com/gbdev/rgbds-deb - 3d79f76e416c90223cb21cae118c41ace021da2c authored over 2 years ago by ISSOtm <[email protected]>
Optimize `AssignedProtos::empty()` to stop early

Also allow counting an `AssignedProtos`'s number of proto-palettes

github.com/gbdev/rgbds-deb - a96aa1725f6d0760d3df39c5a1a44eb196f7c8c6 authored over 2 years ago by ISSOtm <[email protected]>
Allow computing the combined weight of any proto-palette set

github.com/gbdev/rgbds-deb - fdfedc45a62c14c226cc897d076f20453e587f7e authored over 2 years ago by ISSOtm <[email protected]>
Implement `-C`

github.com/gbdev/rgbds-deb - c98d92a4c4d97e8118bc3ad122b500e16aefa5f2 authored over 2 years ago by ISSOtm <[email protected]>
Correctly handle "multiple" overlap between proto-palettes

As explained by the comment

github.com/gbdev/rgbds-deb - d438838db4ce2aabc6d9c18526f8c1009ef4e8bc authored over 2 years ago by ISSOtm <[email protected]>
Skip initializing the PNG pixel array

We are about to set all of the pixels anyway

github.com/gbdev/rgbds-deb - d675523e4903951bb6547a8eddafbc30fda4db5f authored over 2 years ago by ISSOtm <[email protected]>
Implement (stub) handling for all options

github.com/gbdev/rgbds-deb - ad07c9deb9398ed3a7b9279362f38e37ccb40f0d authored over 2 years ago by ISSOtm <[email protected]>
Update `checkdiff` to check for `gfx/main.cpp`

github.com/gbdev/rgbds-deb - f0eca86c52406f091f8ac5627cfe804c7f22a246 authored over 2 years ago by ISSOtm <[email protected]>
Print all configuration on verbose startup

github.com/gbdev/rgbds-deb - e8d8ae4c787977635a37991c2e4168001470b3ed authored over 2 years ago by ISSOtm <[email protected]>
Fix RGBGFX number parsing

github.com/gbdev/rgbds-deb - d9b1402ef872edf36884670dbff30fdd2467efda authored over 2 years ago by ISSOtm <[email protected]>
Reorder `Options` members by usage order

github.com/gbdev/rgbds-deb - bf9f99ebf54fe79d4130c464a9524c62acc5de06 authored over 2 years ago by ISSOtm <[email protected]>
Use MinGW C++ compiler as well

github.com/gbdev/rgbds-deb - 0cc62824b934f318f944253165cbc56c427418be authored over 2 years ago by ISSOtm <[email protected]>
Parse bank capacities

github.com/gbdev/rgbds - 76bb950be581e9fda94f231f235954290780665a authored over 2 years ago by ISSOtm <[email protected]>
Print file paths in a platform-independent way

Conversion may be unspecified, but Windows better do the right thing (or else.)

github.com/gbdev/rgbds-deb - 2fb1eb91364347e1afae57314eee3279a1b1b7d0 authored over 2 years ago by ISSOtm <[email protected]>
Fix unchecked narrowing conversion of tile IDs

The conversion is OK because of the tile amount cap

github.com/gbdev/rgbds-deb - bde380f38b1d2a57d7d9aa35b7210a47085f41a7 authored over 2 years ago by ISSOtm <[email protected]>
Add missing return type for `unreachable_()`

github.com/gbdev/rgbds-deb - 38e8024ffab83dd0b19f6b0f436d4a589fc87eef authored over 2 years ago by ISSOtm <[email protected]>
Have CMake build and install steps be verbose

github.com/gbdev/rgbds - 0dbcebfeb4f802289a09dc52471eb52bc931508d authored over 2 years ago by ISSOtm <[email protected]>
Tag `AssignedProtos` iterator as forward

That's what it actually is, oops
(Required for `minmax_element`)

github.com/gbdev/rgbds-deb - 3bd60785373ddb2d9c201c92933271a12a177ba1 authored over 2 years ago by ISSOtm <[email protected]>
Add missing header for `strcasecmp`

github.com/gbdev/rgbds-deb - 5409d0d15a257232fb09147021e66530b71e926d authored over 2 years ago by ISSOtm <[email protected]>
Update subprojects and patch pokecrystal

github.com/gbdev/rgbds-deb - 638d02404074f27af64f2cbf196fbac51cf81099 authored over 2 years ago by ISSOtm <[email protected]>
Fix compiling with Clang

Force version.c to be compiled as C++ (bodge, will need a proper fix for `version.c`)
Remove use...

github.com/gbdev/rgbds-deb - 9262fefd07ede247f5fbc226857875cecb69a44a authored over 2 years ago by ISSOtm <[email protected]>
Fix duplicated CGB color calculation in pal sorting

And also the inverted alpha channel condition causing the wrong colors
to be treated as transparent

github.com/gbdev/rgbds-deb - d30e507270ab476011b69706ee60a550d55974a0 authored over 2 years ago by ISSOtm <[email protected]>
Implement enough functionality to compile & match pokecrystal

github.com/gbdev/rgbds-deb - 3fa1854332735f4817bd43eee748b44cdc811c06 authored over 2 years ago by ISSOtm <[email protected]>
Implement more features and fix bugs

github.com/gbdev/rgbds-deb - 6e406b22bbe3e5f66193a94364114aafacc8b8da authored over 2 years ago by ISSOtm <[email protected]>
Add corrupted PNGs to check error handling

This is not intended to test libpng as much as checking that
we behave correctly if libpng gives...

github.com/gbdev/rgbds-deb - 531092f5bdc790c52827dce30dfc29c073ccaa15 authored over 2 years ago by ISSOtm <[email protected]>
Add RGBGFX tests

github.com/gbdev/rgbds - cbf6fadcdbf7402845adbeb840de1cb8fcb41be4 authored over 2 years ago by ISSOtm <[email protected]>
CI: move to Node 16.x to build the react app

github.com/gbdev/rgbds-www - 97e622b007d016e9de4ebcaa9997e793f4a1c4e3 authored over 2 years ago by Antonio Vivace <[email protected]>
Add "Resources" section (#38)

Co-authored-by: Antonio Vivace <[email protected]>

github.com/gbdev/rgbds-www - 4438a2f0de24493fc093cb3b187c179ad21bd8e4 authored over 2 years ago by Eldred Habert <[email protected]>
docusaurus: upgrade to 2.0.0-beta.21

github.com/gbdev/rgbds-www - 2123a7b60f52bc04c893d3e9d94787c9b2843935 authored over 2 years ago by Antonio Vivace <[email protected]>
Fix shebangs (#992)

github.com/gbdev/rgbds-deb - 34bc650341ab2ab4f94cc25b506785d1531f59a8 authored over 2 years ago by DaKnig <[email protected]>
Fix shebangs (#992)

github.com/gbdev/rgbds - 34bc650341ab2ab4f94cc25b506785d1531f59a8 authored over 2 years ago by DaKnig <[email protected]>
Game: improve seo and add link to improve metadata on git

github.com/gbdev/virens - da4775ca40c50411f7efbe8d99d4239bea6c7981 authored over 2 years ago by Antonio Vivace <[email protected]>
Improve metadata and add a screenshot for freebie-gbs-2018

github.com/gbdev/database - 7f8bade543b62fc6275a7bdce8214a0b13e53965 authored over 2 years ago by Antonio Vivace <[email protected]>
docs: improve deploy paragraph and explain how to change API server

github.com/gbdev/virens - 8b8c467d9b99a0a244b897568cfcad690d0c6cc6 authored over 2 years ago by Antonio Vivace <[email protected]>
Test that the CLI is valid

Not perfect, but still a safety net

github.com/gbdev/rgbobj - 776577cce5ca4d15574b151cb24ab56bc79cb42a authored over 2 years ago by ISSOtm <[email protected]>
Add lockfile

github.com/gbdev/rgbobj - 7d1ebcd378b9b8352b994e01e08247bce41e35e9 authored over 2 years ago by ISSOtm <[email protected]>
Fix card in home page (#17)

github.com/gbdev/virens - 9dbb1ea87358b24e6e38591c5285d76c76ecc5b7 authored over 2 years ago by Antonio Vivace <[email protected]>
Allow setting the palette from a query param (#7)

github.com/gbdev/virens - b88dbe29689acf1f83f1b1ddbc2063c972563cf1 authored over 2 years ago by Antonio Vivace <[email protected]>
Sync doc URL

github.com/gbdev/rgbobj - 3e63f0713e981a2308e11cb0bb93ac98fb0d7898 authored over 2 years ago by ISSOtm <[email protected]>