Changes between Version 7 and Version 8 of Alpha23


Ignore:
Timestamp:
Sep 30, 2017, 11:39:44 AM (7 years ago)
Author:
leper
Comment:

Update to r20242. Maybe we should change the (un)placeable template moves entries to one entry that explains the reasoning (see D878 and D935, and somewhere in the Hyrule Conquest forum topic) and then lists the specific changes.

Legend:

Unmodified
Added
Removed
Modified
  • Alpha23

    v7 v8  
    44Release Announcement:[[BR]] Tickets: https://trac.wildfiregames.com/query?status=closed&group=resolution&milestone=Alpha+23 [[BR]]
    55
    6 [[BR]] An overview of all tickets handled is found at the respective [http://trac.wildfiregames.com/query?milestone=Alpha+23&max=50 milestone] on trac.[[BR]] To download and install the developmental release of 0 A.D., have a look at the [wiki:BuildInstructions build instructions].[[BR]] [[BR]] The following list presents all changes noticeable to the enduser up to r20100 , more important ones first.[[BR]] Many small bugfixes, typo fxies, and code cleanups are not mentioned here.[[BR]]
     6[[BR]] An overview of all tickets handled is found at the respective [http://trac.wildfiregames.com/query?milestone=Alpha+23&max=50 milestone] on trac.[[BR]] To download and install the developmental release of 0 A.D., have a look at the [wiki:BuildInstructions build instructions].[[BR]] [[BR]] The following list presents all changes noticeable to the enduser up to r20242 , more important ones first.[[BR]] Many small bugfixes, typo fxies, and code cleanups are not mentioned here.[[BR]]
    77
    88
     
    2020r20162 Template loading from the AI (#4611)[[BR]]
    2121r20175 Account for diminishing returns of fields[[BR]]
     22r20209 Stop trying to defend some structures in unconnected territory where there is no chance to defend them.[[BR]]
    2223
    2324== Art ==
     
    3132r20058 Add scrollbars to all tabs. Should make Atlas more usable on small resolutions.[[BR]]
    3233
     34== Audio ==
     35r20236, r20211 Projectile impact sounds even if the firing unit died meanwhile. New siege impact sounds. (#4779)[[BR]]
     36
    3337== Balancing ==
    3438r19956 Change CtR default to 2[[BR]]
    3539r19967 Unsuccessfully bribed people get to keep your money (#4623)[[BR]]
     40r20210 Healers, fishing boats, and merchant ships are no longer conquest critical[[BR]]
    3641
    3742== Game Mechanics ==
     
    4449r20156 You can only win once[[BR]]
    4550r20193 Mark exhausted resources as not available, improves gatherer behaviour in cases where a resource is depleted[[BR]]
     51r20204 Delayed damage (currently used by the fire raiser (#1911)[[BR]]
     52r20223 Less random random walks for animals.[[BR]]
    4653
    4754== GUI ==
     
    6370r20097 Display the move order indicator in the SoD[[BR]]
    6471r20101 Use tabs for the options page[[BR]]
    65 r20195 Make the text in the mod selection screen readable.
     72r20195 Make the text in the mod selection screen readable.[[BR]]
     73r20224 Align session dialogs[[BR]]
    6674
    6775== Maps ==
     
    103111
    104112  To keep the current behaviour add `<FloatDepth>0.0</FloatDepth>` to all `<Position>` tags of your templates (probably as high up in the inheritance hierarchy as possible).[[BR]]
     113r20203 Move damage types definition to a helper similar to how resources are handled.
     114
     115  This should make it somewhat easier to add new damage types. (See #4801 for more improvements.)[[BR]]
     116r20204 Delayed damage. Can be used for grenades or similar. (#1911)
     117
     118  To keep the current behaviour for ranged attacks add  `<Delay>0</Delay>` to the `<Ranged>` tag of your `<Attack>` tags.[[BR]]
     119r20215 Remove `special_units/` by using inheritance.[[BR]]
     120r20241 Move formation templates from `formations/` to `special/formations`.
     121
     122  Part of the placeable/unplaceable restructuring.
     123 
     124  Make the same moves for your mods, also update all templates specifying formations (`<Formations>` tag within `<Identity>` tags).
     125
     126  Update your civ.json files. Prefix `special/` for all entries in the `"Formations"` property array.[[BR]]
     127r20242 Move `special_filter/` templates to `special/filter/`.
     128
     129  Move any filters you have in your mod to the new folder.[[BR]]