Ecosyste.ms: OpenCollective

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

github.com/colyseus/colyseus

⚔ Multiplayer Framework for Node.js
https://github.com/colyseus/colyseus

remove unused Protocol messages. #176

e6170620f4e06227076e2b00ce570be6801b1b1a authored over 5 years ago
remove sessionId from JOIN_ROOM protocol. #176

f0faad684c1e50ede8feb81ea82dd9af6c9c5671 authored over 5 years ago
change ROOM_DATA signature. #176

3de6c3d1e8942c9ebf12f2643bab8dff6371a83d authored over 5 years ago
default argument of setPrivate() is true. #176

5018e73d871b35119dd1b80dd882afec3848d03a authored over 5 years ago
add Room.setPrivate() method. refactoring LocalDriver. #176

5211e34da68c8147e4da180114903db9f7f1cd1d authored over 5 years ago
fixes concurrent joins to avoid creating multiple rooms #176

86723e5fad4819f8bda1c293e4dcbbd1c7264617 authored over 5 years ago
fix ts compilation issue. TCPTransport not working yet. #48

d26ede3feba31fb432eb62269c15800d0921b801 authored over 5 years ago
skip onLeave checks during reconnection. #176

24d9a4cccbdd9b656a326788b9a57d1b7002d3e6 authored over 5 years ago
refactoring seat reservation. pass 'client' instance to onAuth. #176

dabaf7d5ef5577330a31fdfd53444a20f9a42eaf authored over 5 years ago
postmerge transport refactoring. #176

427adeb689e1154e3f10773ff4ec50e8c2bf82c3 authored over 5 years ago
refactoring onJoin/onLeave. #176

0518d9edc18afd117700652915eb72413676fdf3 authored over 5 years ago
fixing joinById. allow to re-connect. #176

cacf465c0b1e82e91e3bd6adce43ff417596e472 authored over 5 years ago
fixes LocalDriver to fulfil await call. #176

e562fd5743636dc7eadf472f5d8ceef1e866a95b authored over 5 years ago
WIP matchmaking drivers to avoid hard mongoose dependency #176

ce9bfa28f466252f45f03c7e40d2ef13fb4ed4af authored over 5 years ago
add RegisteredHandler.sortBy() method. tslint fixes. #176

3f8bdef66f5d74a1a4159696b06e2afc80c72660 authored over 5 years ago
major refactoring on matchmaking. #176

82c4ff7a9787f23fa10422b41b1c27e7e677ad70 authored over 5 years ago
Merge branch 'tcp-transport' into 0.11

3a25e6e8665f3e9b0d27cfa3d55db03b35332f0b authored over 5 years ago
tslint fixes

eba529a7731907645f4f7a88f0aa9eb94705bd4f authored over 5 years ago
implement publish/subscribe on LocalPresence. bump 0.10.9

6c8ceff62314dc291c8d0a23b36aec3926df864f authored over 5 years ago
fixes memory leak on WebSocket client disconnection. upgrade ws to 7.x. bump 0.10.8 closes #239

7f2f9f24ec84b346cb1c085ea33cf89db625901c authored over 5 years ago
expose registerProcessForDiscovery method. publish 0.10.8-alpha.0

fca952063d9518b009164f97a801274654ad433e authored over 5 years ago
add babylonjs example demo link on readme

8c44c55657073e427dec22f4c26be3b21f68507f authored over 5 years ago
add babylonjs example to README

f5a43ac0986cce26494bcd7b92aa49204b651766 authored over 5 years ago
Create FUNDING.yml

3bda9d72c89cec371406a430552182d77437ee51 authored over 5 years ago
update README: add @colyseus/social on tooling

6f3242985129b7797ac6be72563a9786a4b7f79e authored over 5 years ago
fix grammar on readme

89393b337ce03d6bce31e212dd2f2304c28bb5b2 authored over 5 years ago
update readme with create-colyseus-app template

6537c6154de0406f4cc227405b8ab95ddd5328f4 authored over 5 years ago
Merge branch 'master' into tcp-transport

1107f4f97118cc3dbbc00547508de9753c230d7b authored over 5 years ago
update readme

fb60b7fcb6ad5f1fd79004aefb10d0e01ceedf7c authored almost 6 years ago
update 'Tools made by the community' on README

b26572ad07147e3ce836c0ad24963f84e8be971d authored almost 6 years ago
bump 0.10.6. closes #236

553b94ec513a1f1aa9b1aa1c5fe30f072a87276d authored almost 6 years ago
deltaTime is not optional on setSimulationInterval callback. #236

57417ce70bdadf5079df8987588ca230c06fe72f authored almost 6 years ago
bump 0.10.6

5581cd80991940c7c7861509470592e0721175fd authored almost 6 years ago
fix: typing of setState argument (#234)

There was an issue wherein the created typing for the setState method would accept any state ins...

afa4c3db185ed2e2ef6973cd948e598eb4e68cd5 authored almost 6 years ago
update port numbers and use default serializer to avoid misunderstanding

d2ebe0804285feb5e4a1481a3a93c8d2629b080d authored almost 6 years ago
allow to deploy colyseus on any URL segment, without root path.

462c240278edcfcc98c25c85d24cadcef92f3b55 authored almost 6 years ago
add proxy tool to readme

4d20809e5399a603cd3f0b1edde9200c41c91642 authored almost 6 years ago
add @types/redis as dependency. support 'strict: true' from consumer side.

e9a214cb7f4e104426de62ec2fdce7092f4f14f9 authored almost 6 years ago
remove memshared example

b3da6bf190698f08e55586aa5e9931b5958f3f72 authored almost 6 years ago
ensure LocalPresence is set on Server. #176

980a2b91113a1e1d0c62137197a8b8ed0fb9f28c authored almost 6 years ago
bump 0.10.2. #176

63c064071aa4ec3278854d6b92f3d4f0e8531a77 authored almost 6 years ago
add service discovery layer. register upon .listen() and unregister on shutdown

955bcab151b9b2b7b3cc3ab021e68315242a35a9 authored almost 6 years ago
refactoring remote room messages. now compatible with proxying.

142975da4d3deb4e1089973107b7b1849bf491d8 authored almost 6 years ago
fixes using 'url' module for url.parse

bd0bf5688e79b882e1bd5f9a801c5e3fa1e396b3 authored almost 6 years ago
fixes inter-process communication to allow using a proxy

171a0ea4f8967b74bce2c82604fa9055233c732d authored almost 6 years ago
expose processId during REQUEST_JOIN. deprecate RemoteClient and memshared

0ac8f4d18349034cae4384fe3d6b0efc4a4e8129 authored almost 6 years ago
use Node.js built-in assert module

c1710a79ed7cf685b6ba40973347ef12cbbd7037 authored almost 6 years ago
use 'esModuleInterop'. export as 'es5' to prevent 'cannot be invoked without new' errors

929284421c10905dd6555b20726a9a97f8598389 authored almost 6 years ago
fix tslint

ccd9ff6c274bdc44b127375864cc51b546eef21e authored almost 6 years ago
fix when joining a room without a state schema.

64e73050f06b8f20e0c004a32dfda05c515e0af4 authored almost 6 years ago
bump 0.10.0

ee239975dc4f2e5da30759619e86ee85d79feacc authored almost 6 years ago
bump @colyseus/schema to 0.4.0

3e38445bd27fc78bb3fbee0797eb8de2d3899d18 authored almost 6 years ago
fixes detecting filters when setting state

900f66dfba61a44fd2ddd4e7c0a3ed4c4c7bd7da authored almost 6 years ago
tslint

aaac318db0ddfd9cb9fc2fb2ffa07dd0daeafb8e authored almost 6 years ago
refactoring how to apply patches. use SchemaSerializer by default. #58 #59

13b7b4e6651d7eddb631c1f69802cff4e4f5f2cf authored almost 6 years ago
fix tests for RemoteClient

37a4432287a530f5baf6da92e0ee03477a588c5e authored almost 6 years ago
bump version

382c1be10206c74644a62ee71d0360a5866cf8e4 authored almost 6 years ago
implement ROOM_LIST protocol

f53bc9bdbe9c4608aee304bb08f28b5d052c0a1a authored almost 6 years ago
do not export JSONPatchSerializer. #58

85e258579f9e143b138aff52cb3ecf768a0a4ada authored almost 6 years ago
export JSONPatchSerializer. #58

307223bd7c913c52bf2322cd9cb351bce8bee3d2 authored almost 6 years ago
add comment section to JSONPatchSerializer

4b820f7ee3e8d8e5422271a986acb5627cc599f1 authored almost 6 years ago
use optimized change detection if using Schema along with fossil-delta. #58

63dcf53c95bb9f889b823e7e99c608724aa60d2c authored almost 6 years ago
use latest version of @colyseus/schema. #58

4ff34a61c900e40f4a82ba36660a67ffa0aad39f authored almost 6 years ago
fixes protocol testcases to meet new standard. #58

97192cdb43c7971bb6f5b73c4e638c3c70679b8e authored almost 6 years ago
tidying up Protocol

9fa8283c3912e2a4a4d4b4d9cdc5bca134375460 authored almost 6 years ago
tslint

947debed187f57791a12249168cb47b0a441954c authored almost 6 years ago
implement serializer handshake on JOIN_ROOM. #58

ce2cba47bcfa64aa8977f3b9ecb4f389d0b9cf61 authored almost 6 years ago
EntityMap was confusing and its going to be deprecated.

5184e9aebc3a5d5da503ebc453e7281aa558b170 authored almost 6 years ago
remove unused timeline dependency

2f67a475d8408429a23f9ce97646f4c85bbfd0d1 authored almost 6 years ago
Merge branch 'master' into serialization

bf076308d79d69070a4250871da184a3db207b70 authored almost 6 years ago
prevent unecessary files from being packed to npm

0f606f566996ef7956306ce9a758a6b5805a85ee authored almost 6 years ago
use encodeAll to send the the whole state to connected clients

fa0ab5bffccbc2ec16f04484ab443104499de0c3 authored almost 6 years ago
support async onInit. closes #137

a168d43189e1658bab6bfc108db6b663880dc4df authored almost 6 years ago
fixes disconnecting an empty room. bump 0.9.31

7e5a78c19d9ab780188ac2d18d1e0deebaa3c5e0 authored almost 6 years ago
fixes reconnection feature. bump 0.9.30

162ef18ffcaab8c275bdf534877134c5dd7f1191 authored almost 6 years ago
ensure client is connected when sending room messages. colyseus/colyseus#58

899c5a5522dcfda07f387eba01085e026d39e882 authored almost 6 years ago
rewriting protocol messages. #58

e087465609f9e0ae318242d0999eb3e652fe5322 authored almost 6 years ago
refactoring protocol messages

6150d6e812827d8b45a5f64469044025e746ed3a authored almost 6 years ago
Merge branch 'master' into serialization

533a07f868000474ba3e93d488ebcf741e661fed authored almost 6 years ago
allow optional 'afterNextPatch' on broadcast. bump 0.9.29. closes #218

14f331b6174956c0d67f2065cd825500a9283014 authored almost 6 years ago
Update README.md

8afae746b9b00225d73ae9018dd25d20aa03cb17 authored almost 6 years ago
list colyseus-pixijs-boilerplate example on readme

9c6c463d32d581a9a9b7e602eb94bb22d349bde5 authored almost 6 years ago
tslint fix

50acaf1b20e776de9a7b8a6b7878bf8beb35c827 authored almost 6 years ago
prevent 'remote room timeout' on 'getAvailableData'. closes #196

9ad8b180c3db88529ee3ee173aca7dd31a6757fa authored almost 6 years ago
Merge branch 'master' into serialization

8f20e30c6302c42e7e78058d9bce94f7dc57ae01 authored almost 6 years ago
tslint fix

d404665570e49bcf8c341c4d70ac01a140615aee authored almost 6 years ago
promise rejections on onLeave and onDispose do not prevent room from disposing.

7fed0f6657fbe9b673f7ea8de680335e3f82938b authored almost 6 years ago
use regular timeout of checking stale rooms on redis.

c9e2ebd47bd6b47cb806ba7a1e50c4efa448a64d authored almost 6 years ago
general improvements on async stability using RedisPresence.

2c14268766e57d11b6b34d94d5baa29f8e8c9b46 authored almost 6 years ago
update readme. add community java client.

f031b7c5258f0e2a44175ac582041cfc9a1225b4 authored almost 6 years ago
update header on README

40641a680feea881b94def482fc1ba84842ce2e8 authored almost 6 years ago
add @colyseus/schema as a dependency.

768410b45217081e7120fe516e775d680bbd87b6 authored almost 6 years ago
add experimental colyseus-loadtest to README

7cc7a83baf83a21da3302b96ff2f164cba40d500 authored about 6 years ago
allow to customize serializer through '@serialize' decorator

2368cc3d50c9c4b268db878a0ba353944254ba8a authored about 6 years ago
add Serializer API to allow to speficying a different method. #58

2e03df0f3c9cc2f1c6ddc3c86c02175120a8b3c2 authored about 6 years ago
update README links to 'colyseus' organization

c43398176a03ab085159cf457c312e1b4e737f03 authored about 6 years ago
add cocos2d-x to list of official clients

7bb55e5bad461cba5bb2b3df218c816be1efcc27 authored about 6 years ago
allowReconnection throws an error immediately if room is disconnecting

698544cd03eafb26979b80031d877b01b6162bea authored about 6 years ago
force room to dispose when disconnect() is called.

14a3e02923e64edb136292474f2abd1e7fb9d181 authored about 6 years ago
prevent room lock moving from explicit to un-explicit during rejoin

306196ea5375b4603cffbf5ae6291d1d44372ed3 authored about 6 years ago