Road Map

From ColorPlanet
Revision as of 06:59, 10 July 2016 by Melker (talk | contribs)

Currently a big rewrite is being done. The result will become version 1.0.

1.0 alpha

  • Register account
  • Validate new device

Map/Fountain/Portal

  • View fountains from user
  • Spawn workers
  • Merge workers
  • Modulate workers
  • Place workers on fountains
  • Send single worker home
  • Send one color/all workers home
  • View fountains from portals
  • View fountains from placed workers
  • Place portal
  • Remove portal
  • Move portal
  • Adjust number of portals on facility up/downgrade, team join/leave and build monument

Transmitters/score

  • Transform workers to transmitter parts
  • Mount transmitter
  • Place transmitter
  • View score

Crystal

  • Modulate crystal

Facilities

  • Build facilities
  • Upgrade facilities

Chat/Messages

  • Read public chat
  • Write in public chat
  • Read system messages

Trade

  • View offers
  • Accept offer
  • Add offer
  • Remove 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);