Road Map
Currently a big rewrite is being done. The result will become version 1.0.
1.0 alpha
Register accountValidate new device
Map/Fountain/Portal
View fountains from userSpawn workersMerge workersModulate workersPlace workers on fountains- Send single worker home
- Send one color/all workers home
View fountains from portalsView fountains from placed workersPlace portalRemove portalMove portal- Adjust number of portals on facility up/downgrade, team join/leave and build monument
Transmitters/score
Transform workers to transmitter partsMount transmitterPlace transmitterView score
Crystal
Modulate crystal
Facilities
Build facilitiesUpgrade facilities
Chat/Messages
Read public chatWrite in public chatRead system messages
Trade
View offersAccept offerAdd offerRemove offer
1.0 beta
- Bug fixing
- Fixing weird texts
- Making remaining texts translatable
Facilities
- Build facilities
- Downgrade facilitites
Chat/Messages
- Read team chat
- Write in team chat
- Read private messages
- Write private messages
1.0
- 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);