initial commit, lordsawar source, slightly modified
[lordsawar] / src / editor / README
1 The editor is currently in the earliest possible alpha stage. If you create
2 a map, it is perfectly possible that it is not playable at all.
3
4 TODO (trying to go from the simplest to the more difficult things):
5
6 - create basic design                                       (done)
7 - ability to create a new map (incomplete, but
8   without inconsistencies, e.g. supply neutral player)      (done)
9 - ability to use MapGenerator to create a map               (done)
10 - change terrain (different area covering!)                 (done)
11     - better images for the area covering buttons
12 - saving and loading                                        (done)
13 - place cities, temples, ruins and remove them              (done)
14 - ability to use MapGenerator to place cities etc.          (done)
15 - modify cities, temples, ruins                             (done)
16 - modify stacks                                             (done)
17 - place stacks                                              (done)
18 - resolve items being stacked (e.g. stack on ruin)          (done)
19 - add + modify players                                      (done)
20 - find items on the map by id                               (done)
21 - create and modify events                                  (done)
22 - move objects
23 - distribute items
24 - reports(city, stacks, temples, ruins)
25 - keyboard support (always refresh!)
26 - improve layout and handling (look for TODO: in the code)
27 - translation check and comments etc.
28 - advanced setup:
29     - assign quests
30     - area selection + drag'n drop (?)
31     - make event dialogs non-modal, so user can look up id's