mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
* Addition of the basic Games Launcher - used to organise networked games with peers.
* New external interface for launcher (rsiface/rsgame.h) * changed pqiservice type Ids from int -> uint32_t. * added NO_DELETE option to pqistreamer. * added HASHDATA flag for BinInterfaces git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@301 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ad8562467f
commit
0712590a99
13 changed files with 1527 additions and 12 deletions
|
@ -54,6 +54,20 @@ const uint16_t RS_SERVICE_TYPE_MSG = 0x0014;
|
|||
const uint16_t RS_SERVICE_TYPE_CHANNEL_MSG = 0x0015;
|
||||
const uint16_t RS_SERVICE_TYPE_PROXY_MSG = 0x0016;
|
||||
|
||||
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_LAUNCHER = 0x1000;
|
||||
|
||||
/* Example Games */
|
||||
/* Board Games */
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QTCHESS = 0x1001;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_QGO = 0x1002;
|
||||
|
||||
/* Card Games */
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_BIGTWO = 0x1003;
|
||||
const uint16_t RS_SERVICE_TYPE_GAME_POKER = 0x1004;
|
||||
|
||||
|
||||
|
||||
/* Combined Cache/Service ids */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue