Jump to content

Road Map: Difference between revisions

1,054 bytes added ,  7 years ago
no edit summary
No edit summary
No edit summary
Line 11: Line 11:
* <s>Modulate workers</s>
* <s>Modulate workers</s>
* <s>Place workers on fountains</s>
* <s>Place workers on fountains</s>
* Send single worker home
* Send one color/all workers home
* <s>View fountains from portals</s>
* <s>View fountains from portals</s>
* <s>View fountains from placed workers</s>
* <s>View fountains from placed workers</s>
Line 59: Line 61:
= 1.0 =
= 1.0 =
* Fixs bugs found in beta
* Fixs bugs found in beta
= TMP =
define ('ACTION_PROBE_START', 32);
define ('ACTION_TEAM_FOUND', 21);
define ('ACTION_TEAM_RENAME', 22);
define ('ACTION_TEAM_INVITE', 23);
define ('ACTION_TEAM_ACCEPT', 24);
define ('ACTION_TEAM_LEAVE', 25);
define ('ACTION_TEAM_KICK', 26);
define ('ACTION_TEAM_REJECT', 27);
define ('ACTION_TEAM_DISPAND', 34);
define ('ACTION_BUILD_MONUMENT', 39);
define ('ACTION_UPGRADE_MONUMENT', 11);
define ('ACTION_SEND_CONTACT', 40);
define ('ACTION_ESTABLISH_CONTACT', 18);
define ('ACTION_REARRANGE', 28);
define ('ACTION_TRANSMIT', 29);
define ('ACTION_START_TREASURE_HUNT', 36);
define ('ACTION_CLAIM_TREASURE', 37);
define ('ACTION_ACCOUNT_CHANGE_COLOR', 38);
define ('ACTION_TEAM_HANDOVER', 44);
define ('ACTION_LOAD_MAP', 45);
define ('ACTION_LOAD_ALL', 46);
define ('ACTION_PLACE_TRANSMITTER', 47);
define ('ACTION_MERGE_TRANSMITTER_PART', 48);
//define ('ACTION_', 49);
define ('ACTION_CHAT_ADD', 50);
define ('ACTION_TEAM_MSG_ADD', 51);
define ('ACTION_USER_MSG_ADD', 52);