Updated CHANGELOG

This commit is contained in:
Chicken man
2014-02-24 15:35:47 -05:00
parent cf3cc43a28
commit efb718a109

View File

@@ -88,6 +88,7 @@ NEW:
Added RenderNameTag trait to show the player's name above an actor. Added RenderNameTag trait to show the player's name above an actor.
Fixed performance issues with units pathing to naval transports. Fixed performance issues with units pathing to naval transports.
Fixed unit moving to transports that have moved. Fixed unit moving to transports that have moved.
Updated shroud-based traits to use world units.
Server: Server:
Message of the day is now shared between all mods and a default motd.txt gets created in the user directory. Message of the day is now shared between all mods and a default motd.txt gets created in the user directory.
Asset Browser: Asset Browser:
@@ -97,6 +98,7 @@ NEW:
Fixed being unable to use the flood fill tool on similar grass/snow/desert tiles. Fixed being unable to use the flood fill tool on similar grass/snow/desert tiles.
Utility: Utility:
Added an improved INI/MPR map import. Added an improved INI/MPR map import.
Added an --upgrade-mod feature to upgrade the yaml of mods to the latest specifications.
Mod / Custom map compatibility: Mod / Custom map compatibility:
Altitude is no longer parsed from actor templates in maps. Specify CenterPosition instead. Altitude is no longer parsed from actor templates in maps. Specify CenterPosition instead.
system.yaml has been split into four files for all mods: system-actor.yaml, system-ai.yaml, system-player.yaml and system-world.yaml. system.yaml has been split into four files for all mods: system-actor.yaml, system-ai.yaml, system-player.yaml and system-world.yaml.