blob: be2b438eaa1e2798ac989b26dbfd5e5e17497884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
* Card generation (extended card)
VISUALIZATION
* arrange a "shift" of the viewport to select a layer
- and restriction on movement
+ each viewport has its own layer
LOGICS
dungeon:
unavailability:
* flood
* landscape change
* building
* houses
* trees
* water
* factories
* bridges
* tunnels
* airports
* roads at the intersection of layers
? generator
? rivers, cities
* edges (independent lifting, void)
activity restriction
synchronization of landscape changes
GUI
** construction of a two-level station
- construction of a worm-hole from one layer to a neighbour layer
** work with the station (construction, removal / blocking of parts / cost)
* menu template for management / construction
+ add selection of number of layers
+ only show layer switches for available layers
? only show tiles of current layer
- fix the coordinates in the "help area"
- fix the coordinates in the start screen
- signatures, station names (on all layers), effects (on the desired layer)
BAGI
+ station deletion (departure)
* Expansion of the underground station does not work (when adding cells, a new one is added)
- GF. "jumps" (the non-editable part of the station changes randomly when the station is modified)
|