Changes between Version 16 and Version 17 of Alpha23


Ignore:
Timestamp:
Mar 24, 2018, 4:33:13 PM (6 years ago)
Author:
elexis
Comment:

Refactor mapgen part, add r19936

Legend:

Unmodified
Added
Removed
Modified
  • Alpha23

    v16 v17  
    1111Translation Freeze: [[BR]]
    1212Commit Freeze:[[BR]]
    13 Release: [[BR]]
     13Release: [[BR]]
    1414
    1515Release Announcement:[[BR]]
     
    5858
    5959== Game Mechanics ==
    60 r19950 Death damage (#1910, D451)[[BR]]
     60r19950 Damage upon death/destruction (#1910, D451)[[BR]]
    6161r19969 Linear splash damage now uses the correct vector[[BR]]
    6262r20007 Calculate spread from the aimed at position instead of the current target position[[BR]]
     
    9595
    9696== Maps ==
    97 === Improvements ===
    98 r19935 Fix metal mines in latium[[BR]]
    99 r19972 Stop spawning attackers on wiped out sides in Danubius (#4715)[[BR]]
    100 r19974 Attackers now use secondary gates on Danubius)[[BR]]
    101 r19998 Fix tuturial being stuck (#4696, #4697)[[BR]]
    102 r20084, r20085, r20086 Convert the Introductory Tutorial to a tutorial map[[BR]]
     97=== Random Maps ===
     98r19974 Danubius: More gates for the fortress[[BR]]
     99r19972 Danubius: Stop spawning attackers on wiped out sides (#4715)[[BR]]
     100r20123 Polar Sea: Speed up target finding for gaia wolves[[BR]]
     101r19935 Latium: More than two metal mines[[BR]]
     102
     103=== Biome library ===
    103104r20115, r20117, r20118 Allow selecting biomes for random maps[[BR]]
    104 r20123 Speed up target finding for gaia wolves on polar sea[[BR]]
    105105r20127 Move the random biome code to a new library[[BR]]
    106106r20129 Move biome definitions to JS and JSON files to allow mods to add new ones easily[[BR]]
    107107r20131 Remove hardcodings to allow mods to remove biomes.[[BR]]
    108108r20139 Biome descriptions[[BR]]
     109
     110==== Map Generation Library ====
     111r19929 !Fix SimpleGroup and !RandomGroup placement retries (Phab:D249, #4294)[[BR]]
     112
     113=== Tutorial Maps ===
     114r20084, r20085, r20086 Convert the Introductory Tutorial to a tutorial map[[BR]]
     115r19998 Fix tuturial being stuck (#4696, #4697)[[BR]]
    109116
    110117== Renderer ==
     
    167174r20438 Fix lag from sinking ships (#4713)[[BR]]
    168175r20630 Improve Hierarchical Pathfinder Update, somewhat substantially on larger map sizes [[BR]]
     176r19936 Stop copying the territory grid when recomputing the texture.(Phab:D741 )[[BR]]