Commit Graph

7 Commits

Author SHA1 Message Date
Matt Atlas
ac35de8417 Fixes exoplanet turf generation. (#12925) 2022-01-18 20:55:28 -03:00
Alberyk
dbebed0075 Ports overmap hazards (#12581) 2021-10-30 14:22:18 +02:00
mikomyazaki
a7b4a44db5 Runtime is now always well lit. (#10580) 2020-11-20 13:34:48 +01:00
Geeves
91536d691f Map Optimization (#8974) 2020-06-02 14:24:17 +02:00
Mykhailo Bykhovtsev
94f215c014 Fixing Z level cable update and substations (#5937)
Oh boi, this one is a tiny in terms of lines, yet a huge impact. It absolutely solves problem with powernet bug of cables not updating through Z levels properly. Spend lots of time and especially intellectual effort to debug this thing and finally comparing Bay's code and debugging ours showed that lines 359 and 364 should be power_list(T, src, 12) because that stands for marked and we have unmarked cables.

Fixes Z level update of cables, now it updates them properly. So the substations work. Fixes #5165 , Fixes #5883 , Fixes #5655

Fixes mapping of cables

Increases charge of runtime SMES

Adds Z powernet to runtime levels for debug and tests

Adds Z level supply pipes and vents for debugging and tests
2019-01-14 10:55:46 +02:00
Lohikar
b4fdd35a1e MZ Fixes (#4936)
changes:

Fixes a regression in GetAbove/GetBelow() that caused passing an atom that wasn't directly on the map to return a false negative.
Fixes runtime's broken Z1 MZ by moving it to Z2.
Fixes some outdated Z-level defines on Runtime.
Moves z_levels global to SSatlas for easier debugging.
Atlas will now list the size of the world in its MC entry.
Map diffs are fucked up because of the index shift, nothing on the maps themselves was actually changed beyond adding a blank Z at the bottom.

Fixes #4692.
2018-06-26 23:16:23 +03:00
Lohikar
ef7bf447a3 Make runtime sort of multiz (#4064) 2018-01-07 11:22:04 +02:00