Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PrismarineJS

Minecraft-compatible server, bot, and API. All written in JavaScript.
Collective - Host: opensource - https://opencollective.com/prismarinejs - Code: https://github.com/PrismarineJS

Merge branch 'master' into feature-packetnames

Conflicts:
lib/protocol.js

github.com/PrismarineJS/node-minecraft-protocol - ffef3f97b5a1dfdd2ccf85b83f0ace53e15f0f91 authored almost 11 years ago
Use node-int64 for 64-bit long integers. Closes GH-1

github.com/PrismarineJS/prismarine-nbt - 18096818f39788b1ca7c557a3b0389bb71761960 authored almost 11 years ago
Change to only decompress with gunzip (not deflate) for browserify compatibility

github.com/PrismarineJS/prismarine-nbt - de26af9b910757eae82542d8d3fd1c392d4dd8a7 authored almost 11 years ago
Add gzip header check. Closes GH-6

Based on @kmpm's commit at kmpm/nbt-js@d4675211b28c489dcd9759bc229bd7fc1efa4c24#diff-f482261c886...

github.com/PrismarineJS/prismarine-nbt - c702fe0e0f477b37459d26f702a99dcf7cb3e901 authored almost 11 years ago
Expose tagTypes and tagTypeNames

github.com/PrismarineJS/prismarine-nbt - a15c29ce65cf0b8f42d61eee7dd80ad20ae88d9f authored almost 11 years ago
Remove test coverage remarks

github.com/PrismarineJS/prismarine-nbt - b76f1cdefbad613cb255e3bd0fd0ecd72d75d4a1 authored almost 11 years ago
Test floating point readers

github.com/PrismarineJS/prismarine-nbt - 9dd8dfc96fa4f72de55beb1c20a3115b971b82a3 authored almost 11 years ago
Test complex type readers

github.com/PrismarineJS/prismarine-nbt - ef12d5daf5ccb20bc12229b68d24dbcdd202c96f authored almost 11 years ago
Travis status image in readme

github.com/PrismarineJS/prismarine-nbt - 6247ac40190a2ae01723d6d66cff77dd69a120e7 authored almost 11 years ago
NPM test script entry

github.com/PrismarineJS/prismarine-nbt - 331ee0e907e6012abba1a7de013fa768aa92ef7c authored almost 11 years ago
Travis configuration

github.com/PrismarineJS/prismarine-nbt - 22ee5b866ae036fb54eb1e7e4b9850728b085b46 authored almost 11 years ago
Fix precedence issue in long reader

github.com/PrismarineJS/prismarine-nbt - dda498fce57e4be6d3719075386b97f0b28a84e2 authored almost 11 years ago
Add tests for reading basic types

github.com/PrismarineJS/prismarine-nbt - b7dab34accab5e2ffabb7a21beeddc5ec7e21b00 authored almost 11 years ago
Return byte arrays as arrays

github.com/PrismarineJS/prismarine-nbt - 468b4136a85d55a8a3725f95a3ca6937fac17f8d authored almost 11 years ago
Rename ValueReader to Reader and expose it

github.com/PrismarineJS/prismarine-nbt - 9badb0e596b3e4aaccf2b714038f5ae02e9b7c91 authored almost 11 years ago
Fix #73 - this string should be unlimited

github.com/PrismarineJS/node-minecraft-protocol - 2d40fec760fc54a4b81f0d5d8490a7bf14a71974 authored almost 11 years ago
Up version to 0.3

github.com/PrismarineJS/prismarine-nbt - 2d6427a607dffbed23186eb76543653b40631e59 authored almost 11 years ago
Note about test coverage

github.com/PrismarineJS/prismarine-nbt - 38a2602548fadf8fc46675338e42e336a49b1a9e authored almost 11 years ago
Missing semicolon

github.com/PrismarineJS/prismarine-nbt - 52aeb0cb93f154921955547012adbcc874fc75c1 authored almost 11 years ago
Turns out the test did not actually work before

github.com/PrismarineJS/prismarine-nbt - dbaf6f9f11f8c54648762e4898d911a03ad226e7 authored almost 11 years ago
Add note about #1 to 64 bit decoder

github.com/PrismarineJS/prismarine-nbt - 6009d40ed635e683887a83f4d542f90a4259d01f authored almost 11 years ago
Merge upstream, fix mistakes in examples

github.com/PrismarineJS/node-minecraft-protocol - 2f90252eaa656514a9a2a7d56f99de37d0d767e4 authored almost 11 years ago
Use ProtocolLib naming scheme. Use hasOwnProperty instead of equality

github.com/PrismarineJS/node-minecraft-protocol - 244ad8ed39018dc5a1d6309b30a6d5f2693a9c25 authored almost 11 years ago
Drop bundled binary library for Buffer

github.com/PrismarineJS/prismarine-nbt - aae08036e88e722e8abb4aae34210a5edf8305e9 authored almost 11 years ago
Linkify stuff in readme

github.com/PrismarineJS/prismarine-nbt - ded6ddbb938a14a519f26d579a9100ee07644df7 authored almost 11 years ago
Readme formatting

github.com/PrismarineJS/prismarine-nbt - 9050cd271f059dddb3098913ecb045155fe9bc17 authored almost 11 years ago
Add “Development and testing” section to readme

github.com/PrismarineJS/prismarine-nbt - 4e51d71208f224c14f18a928ef15272e0d77b58b authored almost 11 years ago
Add basic test using Jasmine

github.com/PrismarineJS/prismarine-nbt - 3410f420ed6ebae2502154671807efba16804186 authored almost 11 years ago
Add grunt watch task

github.com/PrismarineJS/prismarine-nbt - 132965a8922c27d4ccbfcca1b71e03989d0d6eac authored almost 11 years ago
Fix jshint errors in sample.js

github.com/PrismarineJS/prismarine-nbt - 3ee3d66a1e46e82674c9bfcae1d6fe2ca38f3603 authored almost 11 years ago
Fix filename typo

github.com/PrismarineJS/prismarine-nbt - bc6ca4e9a4d7911e5b4de686563877116a917e16 authored almost 11 years ago
Readme is shouting

github.com/PrismarineJS/prismarine-nbt - 3d4f1551e2fb02bce738a11540432fcb6e2f89e8 authored almost 11 years ago
Fix jshint errors

github.com/PrismarineJS/prismarine-nbt - 9169706d5fe38e4fd159017aedb6bd1169f09d60 authored almost 11 years ago
Quote tagTypes keys

github.com/PrismarineJS/prismarine-nbt - d42a2aebcf65017a55748b2a827298237fc548ba authored almost 11 years ago
Add Gruntfile with jshint task

github.com/PrismarineJS/prismarine-nbt - 5d7395fbf8ba9aed2017d281558e03be33773e45 authored almost 11 years ago
Up version to 0.2

github.com/PrismarineJS/prismarine-nbt - 7193097fd4c25d546bcd3eb8ee116b0165450fa1 authored almost 11 years ago
Remove fixed unicode issue from readme

github.com/PrismarineJS/prismarine-nbt - b4737663dc728e30613cb0ae2cda00e02c1445f8 authored almost 11 years ago
Merge pull request #4 from deathcap/zlib_ints

Add TAG_Int_Array support and update to use zlib

github.com/PrismarineJS/prismarine-nbt - eda1cdb3b49d3fd5b2ffc1b9ce5174d6b86e0293 authored almost 11 years ago
I'm incompetent at badges [no-ci]

github.com/PrismarineJS/node-yggdrasil - da6b60dcb921b024b01fc835eaa61e09631a7d81 authored almost 11 years ago
Added Travis badge to README.md

github.com/PrismarineJS/node-yggdrasil - 32b6d03d5e367b8dec9796297b090bcacca7dd0d authored almost 11 years ago
Add int array (type 11) support. Closes GH-3

github.com/PrismarineJS/prismarine-nbt - 3d41875e6973bfee99165c7f5a1f63351f77bdfc authored almost 11 years ago
Use built-in zlib module instead of compress. Closes GH-2

github.com/PrismarineJS/prismarine-nbt - 8685ef456e4c375dc1750acbba4253573c58c399 authored almost 11 years ago
Throw a new Error, not string

See http://www.devthought.com/2011/12/22/a-string-is-not-an-error/

github.com/PrismarineJS/prismarine-nbt - 8c5e83688e1ebf130fd525450ed5bf852b17e41a authored almost 11 years ago
Merge pull request #76 from danny8376/somefix

fix chat problem with multi-byte characters

github.com/PrismarineJS/node-minecraft-protocol - 36b57663b683e8319b887e39c9ae2feeade8b35a authored almost 11 years ago
modify some packet variable name

fix chat problem with multi-byte characters

github.com/PrismarineJS/node-minecraft-protocol - aa0402979eca7ca6cdd6bedd2cef9400b55a235d authored almost 11 years ago
rename github.com/superjoe30 to github.com/andrewrk

github.com/PrismarineJS/node-minecraft-protocol - 4e48226c8c76025546d1a54b08554ce550ead21b authored about 11 years ago
rename github.com/superjoe30 to github.com/andrewrk

github.com/PrismarineJS/mineflayer - 3fa3141dc54f2e74b4bce291511ab6b67c1e11f2 authored about 11 years ago
Merge pull request #170 from JonnyD/patch-1

Adding my project: Skynet.js

github.com/PrismarineJS/mineflayer - b23e1584e000b85f46742a8b19f53ed72bfae007 authored about 11 years ago
Adding my project: Skynet.js

github.com/PrismarineJS/mineflayer - 09b47d4a5656679dc212b377b81dde1fcd0cb871 authored about 11 years ago
Expose yggdrasil to API consumer

The Yggdrasil library should be exposed to API consumer.

github.com/PrismarineJS/node-minecraft-protocol - d1490e928a6a5c85be22d78babd8589123dac00a authored about 11 years ago
Merge pull request #69 from roblabla/feature-mc1.7

Feature mc1.7

github.com/PrismarineJS/node-minecraft-protocol - c6d228d7dec00d466aa90de6d87141eb41ad4464 authored about 11 years ago
Add new chat client example

github.com/PrismarineJS/node-minecraft-protocol - 018fb6407f3d90b0aed83e434c3b0e3759d4e908 authored about 11 years ago
Protocol 1.7 support, Yggdrasil login support, new Client State API

github.com/PrismarineJS/node-minecraft-protocol - 875d10ed0bd040ccc7db78b11cdaad1715acc9a4 authored about 11 years ago
Reduced benchmark execution time

github.com/PrismarineJS/node-minecraft-protocol - 2b594399eae06b2a17fcf9cac1b00226de32c27e authored about 11 years ago
Merge branch 'master' of github.com:superjoe30/mineflayer

github.com/PrismarineJS/mineflayer - 4daa1f8a1f4282755b723df4bb748f6602784744 authored about 11 years ago
fixed non-JSON chat message parsing (related with issue #163)

github.com/PrismarineJS/mineflayer - 0c6895b78ef5687ae60e975097aa4a50aaad7da6 authored about 11 years ago
Merge pull request #68 from Darthfett/master

Cleanup code

github.com/PrismarineJS/node-minecraft-protocol - 63dea28babbc72c6753c68224dc04f2d7e727a2c authored about 11 years ago
Cleanup: terminate all statements with semicolons, remove unnecessary semicolons, remove unused variables, add hasOwnProperty checks in 'for x in y' loops.

github.com/PrismarineJS/node-minecraft-protocol - 9b274df54a402f7cdc9daadf328cbc6d508001bd authored about 11 years ago
Updated protocol version to support 1.6.4

github.com/PrismarineJS/node-minecraft-protocol - 5e75cdf75d537ee5460d44ccf80f90528c515af8 authored over 11 years ago
Merge pull request #162 from innoying/patch-1

Updated invalid link name in README

github.com/PrismarineJS/mineflayer - 64d2475a0584012b9545319bbdb78c12fdbd50f7 authored over 11 years ago
Updated invalid link name in README

github.com/PrismarineJS/mineflayer - 3abd88f374fdb58a9654b154abf597596692d797 authored over 11 years ago
Merge pull request #160 from pratham2003/master

Added boolean swing arm parameter to attack

github.com/PrismarineJS/mineflayer - 43dd5a3f4108656ff2d8b29baec2576e4f395bce authored over 11 years ago
Merge pull request #62 from dividuum/master

New way to handle conditional fields in packets

github.com/PrismarineJS/node-minecraft-protocol - 300292746622498ee7e5085e72b4938fac2b2a41 authored over 11 years ago
set unavailable fields to null

github.com/PrismarineJS/node-minecraft-protocol - de220e1fa1a46b1405b15ae7e4e253c13d56f4a9 authored over 11 years ago
New way to handle conditional fields in packets

Some packets have conditional fields. The previous way to handle
those was to provide a single c...

github.com/PrismarineJS/node-minecraft-protocol - 170566d70011214bfcf77b6e285a6f7fc5031c17 authored over 11 years ago
Fixed indentation.

github.com/PrismarineJS/mineflayer - cb72781574e6a55415c0ffad3bb73e60a89904af authored over 11 years ago
Merge pull request #21 from gipsy-king/master

do not emit 'arrived' twice

github.com/PrismarineJS/mineflayer-navigate - 3ec631986068b7d8d8fb3e56af9c5ceead68d04f authored over 11 years ago
do not emit 'arrived' twice

github.com/PrismarineJS/mineflayer-navigate - e24cb6a868ce64ae43bea2d035832c15ed01d301 authored over 11 years ago
Update entities.js

Added swing parameter to attack function.

github.com/PrismarineJS/mineflayer - 1875f8d2dd17103988bb054ee7f097f46f74a336 authored over 11 years ago
Update entities.js

Added swing boolean parameter.
function attack(target, swing)

github.com/PrismarineJS/mineflayer - 03c57bf5154bbc27d4f18c94629c3d207355c836 authored over 11 years ago
make chat messages compatible with craftbukkit and old minecraft servers (related with issue #159)

github.com/PrismarineJS/mineflayer - a35a2d83d37890c402cd8a3ba4bb17803a2f6807 authored over 11 years ago
Check "translate" field type correctly inside chat messages (related with issue #159)

github.com/PrismarineJS/mineflayer - fe2a7f1bbfff5442e1d09d95c88300ff55921e51 authored over 11 years ago
0x03: server chat packet test fixed

github.com/PrismarineJS/node-minecraft-protocol - bdc703a3f0ba8863a4094e5b0c2d339910dc49bf authored over 11 years ago
Add an unlimited string length for server chat packet

github.com/PrismarineJS/node-minecraft-protocol - 6a530522a6e0f2199735b31d5a51863cc96563d0 authored over 11 years ago
README: added npm version badge

github.com/PrismarineJS/mineflayer - 9be648e55432979c56634227b40cd71da6932d3b authored over 11 years ago
tests: fixed chat tests

github.com/PrismarineJS/mineflayer - 92367b33dd6a93eb2f98f73cbb5abb4350a40f30 authored over 11 years ago
doc/api: chat messages documentation updated

github.com/PrismarineJS/mineflayer - 05d53f048f886a60aeaedc7730578a765c2b7ddc authored over 11 years ago
Merge pull request #157 from superjoe30/mc-1.6.2

Minecraft 1.6.2 support

github.com/PrismarineJS/mineflayer - 57f6da12a0c80b701f0422a49a7718cd89c518bd authored over 11 years ago
minecraft-protocol version updated to support 1.6.2

github.com/PrismarineJS/mineflayer - 05beb0f9e7f2ce121dad9ea4a474cf3d03da6b04 authored over 11 years ago
Chat messages format updated to support 1.6.2

github.com/PrismarineJS/mineflayer - a94060a68b5ee001a7802d3ace9765f240c434ba authored over 11 years ago
packet 0x2c: writing fixed, UUID format simplified

github.com/PrismarineJS/node-minecraft-protocol - c0a66738a31d25995567e6bfe7a0ce96bbd5cfd6 authored over 11 years ago
README: added propertyArray example

github.com/PrismarineJS/node-minecraft-protocol - 8e06879cda0e947b2057020fda38a7241c7ded56 authored over 11 years ago
packet 0x2c: properties updated to support 1.6.2 version (elementList added)

github.com/PrismarineJS/node-minecraft-protocol - c597436b70b309b39433c93f000c2da981e1bd8f authored over 11 years ago
Added packet 0x85 (Tile Editor Open)

github.com/PrismarineJS/node-minecraft-protocol - 6b09737decb343cdcf879ba131d575966b13bc81 authored over 11 years ago
packet 0xfe (ping): some fields renamed, put the correct protocol version in mc.ping()

github.com/PrismarineJS/node-minecraft-protocol - ae2046d991f2b2240d42402124eb3a61d3a9a999 authored over 11 years ago
Bumped protocol version for 1.6.2

github.com/PrismarineJS/node-minecraft-protocol - f3657f74e0df342fedc75f7997074893ff8bab55 authored over 11 years ago