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

/* Mission */

github.com/gbdev/pandocs - 1a9d11bcb72f05eed50f3b503a86cfa735086115 authored almost 11 years ago
Merge https://github.com/bentley/rgbds

github.com/gbdev/rgbds - 240d2a7f14a09dbe903a2e43efe77918fbf6593d authored about 11 years ago
Merge https://github.com/bentley/rgbds

github.com/gbdev/rgbds-deb - 240d2a7f14a09dbe903a2e43efe77918fbf6593d authored about 11 years ago
add instruction "ld hl, sp+nn"

The previous "ld hl, [sp+nn]" is incorrect, but remains for compatibility.

github.com/gbdev/rgbds-deb - 2ff286223b49b130983994e5e76a5dcd1ad6344e authored about 11 years ago
add instruction "ld hl, sp+nn"

The previous "ld hl, [sp+nn]" is incorrect, but remains for compatibility.

github.com/gbdev/rgbds - 2ff286223b49b130983994e5e76a5dcd1ad6344e authored about 11 years ago
removed need for token in remember me example

github.com/gbdev/passport-local - 05abe17890a894aaaa8524b5297a29bdf6623049 authored about 11 years ago
Merge https://github.com/yenatch/rgbds

github.com/gbdev/rgbds-deb - af5f8893264ff3bebf14ae73aadf9131c76a7ce1 authored about 11 years ago
Merge https://github.com/yenatch/rgbds

github.com/gbdev/rgbds - af5f8893264ff3bebf14ae73aadf9131c76a7ce1 authored about 11 years ago
Provide a friendlier error when manpage directories don’t exist.

github.com/gbdev/rgbds - 3e92f333195e9be181bf7c556bbc12e4446b8c96 authored about 11 years ago
Provide a friendlier error when manpage directories don’t exist.

github.com/gbdev/rgbds-deb - 3e92f333195e9be181bf7c556bbc12e4446b8c96 authored about 11 years ago
rgbasm: let rgblink try to import undefined symbols

Manual imports are inconvenient and don't provide any functionality.

github.com/gbdev/rgbds-deb - 0ffa4ce9efdb4656fb4126bbdca262d283841f1f authored about 11 years ago
rgbasm: let rgblink try to import undefined symbols

Manual imports are inconvenient and don't provide any functionality.

github.com/gbdev/rgbds - 0ffa4ce9efdb4656fb4126bbdca262d283841f1f authored about 11 years ago
Fix a bug where the first charmap entry wasn't added correctly.

github.com/gbdev/rgbds - 34656f9e5dcbeb5ca36dc812141ddd7a233da43d authored about 11 years ago
Fix a bug where the first charmap entry wasn't added correctly.

github.com/gbdev/rgbds-deb - 34656f9e5dcbeb5ca36dc812141ddd7a233da43d authored about 11 years ago
add a semicolon in the end of line.

github.com/gbdev/passport-local - 10649550b4188b819dd7c209f482671bfc90f6f8 authored about 11 years ago
Remove GNU-specific <getopt.h>. getopt() is defined in <unistd.h> in POSIX, which adding #define _XOPEN_SOURCE 500 causes GCC to include.

github.com/gbdev/rgbds-deb - c61c11221859da2f7a7180d62cc1f9b4d8244a81 authored about 11 years ago
Remove GNU-specific <getopt.h>. getopt() is defined in <unistd.h> in POSIX, which adding #define _XOPEN_SOURCE 500 causes GCC to include.

github.com/gbdev/rgbds - c61c11221859da2f7a7180d62cc1f9b4d8244a81 authored about 11 years ago
Only define _MAX_PATH is it isn't already defined.

github.com/gbdev/rgbds - 55974bc743c8f81e69e37a1a32bad2f316805d55 authored about 11 years ago
Only define _MAX_PATH is it isn't already defined.

github.com/gbdev/rgbds-deb - 55974bc743c8f81e69e37a1a32bad2f316805d55 authored about 11 years ago
Comment out unused variable dest.

github.com/gbdev/rgbds-deb - 94005513a4927af6f278a1002ec3fdd0b13b29a9 authored about 11 years ago
Comment out unused variable dest.

github.com/gbdev/rgbds - 94005513a4927af6f278a1002ec3fdd0b13b29a9 authored about 11 years ago
Add out_BinaryFileSlice() definition to output.h.

github.com/gbdev/rgbds - 36edec6231256cd4ff40dc03261bbc58385382ea authored about 11 years ago
Add out_BinaryFileSlice() definition to output.h.

github.com/gbdev/rgbds-deb - 36edec6231256cd4ff40dc03261bbc58385382ea authored about 11 years ago
Remove all implicit definitions of compiler provided functions.

<strings.h> cause strncasecmp to be define.

github.com/gbdev/rgbds-deb - 7d176245d824031a0d29bd295395ec0fe65f674c authored about 11 years ago
Remove all implicit definitions of compiler provided functions.

<strings.h> cause strncasecmp to be define.

github.com/gbdev/rgbds - 7d176245d824031a0d29bd295395ec0fe65f674c authored about 11 years ago
Move local includes below system includes.

github.com/gbdev/rgbds - c65d58c5890c70ffa15054de4bef9c32d005a801 authored about 11 years ago
Move local includes below system includes.

github.com/gbdev/rgbds-deb - c65d58c5890c70ffa15054de4bef9c32d005a801 authored about 11 years ago
This fixes an error with using long label names in macros. If the label name you're using is longer than the string length of the literal macro text, a syntax error would occur. This fix makes sure it at least allocates enough bytes for the largest allowed label name.

github.com/gbdev/rgbds-deb - 1f9fd0f060801ac351007f4ce8064420a63dfaea authored about 11 years ago
This fixes an error with using long label names in macros. If the label name you're using is longer than the string length of the literal macro text, a syntax error would occur. This fix makes sure it at least allocates enough bytes for the largest allowed label name.

github.com/gbdev/rgbds - 1f9fd0f060801ac351007f4ce8064420a63dfaea authored about 11 years ago
Character maps.

github.com/gbdev/rgbds - 1218da79a9ac84a10a49cf2b35a85dd7e8ae5c18 authored about 11 years ago
Character maps.

github.com/gbdev/rgbds-deb - 1218da79a9ac84a10a49cf2b35a85dd7e8ae5c18 authored about 11 years ago
rgbasm: update manpage to include -v

github.com/gbdev/rgbds-deb - fd4b5c89256b0937f385ebdf5908ba0ae17d00fb authored about 11 years ago
rgbasm: update manpage to include -v

github.com/gbdev/rgbds - fd4b5c89256b0937f385ebdf5908ba0ae17d00fb authored about 11 years ago
rgbasm: -v option (verbose)

github.com/gbdev/rgbds - bc99ee2210d3850b08ff5c938608fced0ab55515 authored about 11 years ago
rgbasm: -v option (verbose)

github.com/gbdev/rgbds-deb - bc99ee2210d3850b08ff5c938608fced0ab55515 authored about 11 years ago
unneeded function in ensureAdmin

github.com/gbdev/passport-local - 8d244499152a22cb526b0561a6657f76983ea569 authored over 11 years ago
Add "jp hl" as a valid instruction.

"jp [hl]" has been around for decades even though it makes no sense.
This is better.

github.com/gbdev/rgbds-deb - de269987f75dbf32fe8ddca5ef7501b809f7ed45 authored over 11 years ago
Add "jp hl" as a valid instruction.

"jp [hl]" has been around for decades even though it makes no sense.
This is better.

github.com/gbdev/rgbds - de269987f75dbf32fe8ddca5ef7501b809f7ed45 authored over 11 years ago
Removed connect-flash dependency in package.json

github.com/gbdev/passport-local - 4c0f572cf7077d4b749c27022da2cb3e598debda authored over 11 years ago
Redefine consistent names for section types, and document the changes.

github.com/gbdev/rgbds-deb - 7770827cce8029310c05d93fa9232a3620689ef5 authored over 11 years ago
Redefine consistent names for section types, and document the changes.

github.com/gbdev/rgbds - 7770827cce8029310c05d93fa9232a3620689ef5 authored over 11 years ago
Implement SRAM sections.

github.com/gbdev/rgbds - 7ab9742299276b89a116e51d707541723a433149 authored over 11 years ago
Implement SRAM sections.

github.com/gbdev/rgbds-deb - 7ab9742299276b89a116e51d707541723a433149 authored over 11 years ago
Fix incorrect manpage macro.

github.com/gbdev/rgbds-deb - 6aecf65552b1fc38910793d9829bca8e1781457a authored over 11 years ago
Fix incorrect manpage macro.

github.com/gbdev/rgbds - 6aecf65552b1fc38910793d9829bca8e1781457a authored over 11 years ago
Delete more files on clean.

github.com/gbdev/rgbds - 2571dc459c4424e009aae0a5d27e373da7e6655a authored over 11 years ago
Delete more files on clean.

github.com/gbdev/rgbds-deb - 2571dc459c4424e009aae0a5d27e373da7e6655a authored over 11 years ago
Add a new WRAMX section type, for banked (CGB) WRAM sections.

github.com/gbdev/rgbds-deb - da19380cc41a61537801944205e1a178cb52459d authored over 11 years ago
Add a new WRAMX section type, for banked (CGB) WRAM sections.

github.com/gbdev/rgbds - da19380cc41a61537801944205e1a178cb52459d authored over 11 years ago
Improve error message.

github.com/gbdev/rgbds - ab47428c0e3e9fc68621a20f42bb6e7372fa3358 authored over 11 years ago
Improve error message.

github.com/gbdev/rgbds-deb - ab47428c0e3e9fc68621a20f42bb6e7372fa3358 authored over 11 years ago
Fix bug recently introduced to fatalerror().

github.com/gbdev/rgbds-deb - 23b29a9ae1a4f0f6be1ef7a2db4f59f4aace17c5 authored over 11 years ago
Fix bug recently introduced to fatalerror().

github.com/gbdev/rgbds - 23b29a9ae1a4f0f6be1ef7a2db4f59f4aace17c5 authored over 11 years ago
Implement VRAM banks.

github.com/gbdev/rgbds - 35448887afcd54313435ad7e4dd3b9ef0950e7f7 authored over 11 years ago
Implement VRAM banks.

github.com/gbdev/rgbds-deb - 35448887afcd54313435ad7e4dd3b9ef0950e7f7 authored over 11 years ago
Make it possible to disable emitting nop after halt.

github.com/gbdev/rgbds-deb - 6ccd386587c671250cf71c5099c0f9b6b0bd507a authored over 11 years ago
Make it possible to disable emitting nop after halt.

github.com/gbdev/rgbds - 6ccd386587c671250cf71c5099c0f9b6b0bd507a authored over 11 years ago
Remove unused variable.

github.com/gbdev/rgbds - 34d40a67c91cf4f9763a6fc2768dd5d6e68115ce authored over 11 years ago
Remove unused variable.

github.com/gbdev/rgbds-deb - 34d40a67c91cf4f9763a6fc2768dd5d6e68115ce authored over 11 years ago
Improve error messages.

github.com/gbdev/rgbds-deb - c21c0f458fdc51335ae6b2773e60e5e6e3423ed1 authored over 11 years ago
Improve error messages.

github.com/gbdev/rgbds - c21c0f458fdc51335ae6b2773e60e5e6e3423ed1 authored over 11 years ago
Remove some dead code.

github.com/gbdev/rgbds - 51c01e3aaded3886f5ee8b8aa4b710f4639412fb authored over 11 years ago
Remove some dead code.

github.com/gbdev/rgbds-deb - 51c01e3aaded3886f5ee8b8aa4b710f4639412fb authored over 11 years ago
Fix accidental case fallthrough.

github.com/gbdev/rgbds-deb - d0d85abb97fc61f4a5a158746453153f9fb4894f authored over 11 years ago
Fix accidental case fallthrough.

github.com/gbdev/rgbds - d0d85abb97fc61f4a5a158746453153f9fb4894f authored over 11 years ago
Merge pull request #38 from andr3w321/master

Converted jake tasks to grunt in mongoose multiple files example

github.com/gbdev/passport-local - 64b75627306c02966a865ea19abee13a4b2d9de9 authored over 11 years ago
converted jake tasks to grunt

github.com/gbdev/passport-local - 548e5ff79ce01306282d0bb4b059eb5d21a4ed20 authored over 11 years ago
Merge pull request #37 from wdholmes/master

ensureAuthenticated redirect fix

github.com/gbdev/passport-local - b125d4e8853fd6e79f447d3957151a73eac85f9f authored almost 12 years ago
fix a bug in ensureAuthenticated.

github.com/gbdev/passport-local - 3e3c122b56f441302c1e7dad927c3774a3a35fae authored almost 12 years ago
Add HTML manuals to the clean target.

github.com/gbdev/rgbds-deb - 88ac0282e4919f941d147c665a75eaa9f3d8056d authored almost 12 years ago
Add HTML manuals to the clean target.

github.com/gbdev/rgbds - 88ac0282e4919f941d147c665a75eaa9f3d8056d authored almost 12 years ago
rgbfix: exit on invalid usage.

github.com/gbdev/rgbds - 8811784b7158c81bf8d457b995cc68ad744a9e21 authored almost 12 years ago
rgbfix: exit on invalid usage.

github.com/gbdev/rgbds-deb - 8811784b7158c81bf8d457b995cc68ad744a9e21 authored almost 12 years ago
Merge pull request #30 from andr3w321/master

Added express3-mongoose-multiple-files example

github.com/gbdev/passport-local - 4e1a550395850963a4c7c4dc8d0b886f56c0b75a authored almost 12 years ago
added express3-mongoose-multiple files example

github.com/gbdev/passport-local - a5de8c91122b8c4b318d6834b15ddaffe1b50d31 authored almost 12 years ago
Merge pull request #26 from evilpacket/master

Express 3 and connect-flash added to login example

github.com/gbdev/passport-local - 6e1e9a3976b24e93fab599a02d41bda2986d0aff authored almost 12 years ago
updated to support express 3 without warnings. Added connect-flash to example so it wouldn't crash

github.com/gbdev/passport-local - d908e971149e1a938cd36db820ed205750141c43 authored almost 12 years ago
Merge pull request #24 from andr3w321/master

Added Remember Me example

github.com/gbdev/passport-local - f7a7139aaf4d52b35b958be3a1405f6184ab474c authored almost 12 years ago
added remember me example

github.com/gbdev/passport-local - 85845d8d932d2f2dcd78093487af042f69c11258 authored almost 12 years ago
Add back logging for when server is started.

github.com/gbdev/passport-local - d32ff4b358474c7b2294a9873b6df7fc64b6fd94 authored almost 12 years ago
Continue using flash in express3 example.

github.com/gbdev/passport-local - bc11106ea99bd885fd8c55125fb156f4dd42d5b5 authored almost 12 years ago
Merge branch 'master' of https://github.com/andr3w321/passport-local into examples

github.com/gbdev/passport-local - b0fb48e6e5eb6582414c45b0818c78013be75122 authored almost 12 years ago
Merge remote-tracking branch 'origin'

Conflicts:
examples/express3/app.js

github.com/gbdev/passport-local - 78641c6f7f319053400bdae036ab2daf496479f7 authored almost 12 years ago
added mongoose example

github.com/gbdev/passport-local - 6b2badea8b6272ddfb6a2ed3a68e2864f007ed49 authored almost 12 years ago
added no-connect-flash example

github.com/gbdev/passport-local - 22f76911e6be7fe87d1737094f429137bceae6a6 authored almost 12 years ago
Update README.

github.com/gbdev/passport-local - 030fa932420b7f82e95d6d1f82da7936c4e8d418 authored almost 12 years ago
Merge pull request #19 from TechplexEngineer/patch-1

Update app.js to use express()

github.com/gbdev/passport-local - 94f5bbb6af9350f90134adc18e39f47623d97c7e authored almost 12 years ago
Update project metadata.

github.com/gbdev/passport-local - 8484ea057fc341c85d7aa13454cc43ceac05843d authored almost 12 years ago
Test on Node 0.8 using Travis CI.

github.com/gbdev/passport-local - a18e94c8c1b86767a923fd8b2dbd2fd47abff0cd authored almost 12 years ago
Update ignore files.

github.com/gbdev/passport-local - 279fb02c9bf02a47c2d52126ea812a87f7d0d6d0 authored almost 12 years ago
removed deprecated express.createServer()

removed unecessary util and flash dependencies and updated the way flash
messages are handled fo...

github.com/gbdev/passport-local - f8ff6ad6406a84ea35aeee48793988bbda4804b9 authored almost 12 years ago
Add support for 8 MiB ROMs, the largest size possible with MBC5.

github.com/gbdev/rgbds-deb - 6579743410f64c8781da66ae6b0baa88df4a31dd authored about 12 years ago
Add support for 8 MiB ROMs, the largest size possible with MBC5.

github.com/gbdev/rgbds - 6579743410f64c8781da66ae6b0baa88df4a31dd authored about 12 years ago
Readability (whitespace).

github.com/gbdev/rgbds - b90406861d2262c77c23513becceaba5d08b3161 authored about 12 years ago
Readability (whitespace).

github.com/gbdev/rgbds-deb - b90406861d2262c77c23513becceaba5d08b3161 authored about 12 years ago
Update app.js to use express()

In express 3.x express.createServer() is depreciated.

github.com/gbdev/passport-local - 062792509e661f4867d14ad42387da2eac74b76e authored about 12 years ago
revision 2012-12-09T23:03:34Z

github.com/gbdev/pandocs - 7a1fcefc34068fb41a0606cb029b0a48f64bd1e0 authored about 12 years ago
Merge pull request #5 from vegard/lexer-fix-for-bentley

Prevent lexer from reading beyond the end of the buffer

github.com/gbdev/rgbds-deb - 2f35d10373f495544db4511dff818d88341960f0 authored about 12 years ago
Merge pull request #5 from vegard/lexer-fix-for-bentley

Prevent lexer from reading beyond the end of the buffer

github.com/gbdev/rgbds - 2f35d10373f495544db4511dff818d88341960f0 authored about 12 years ago