From 9aeabe045be5c911f5cffce7edc39871d472f89d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lindeijer?= Date: Sun, 15 Jun 2008 22:01:12 +0000 Subject: [PATCH] Some small updates for the release. --- CHANGES | 4 +++- INSTALL | 3 ++- README | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4eb2e17..a55b378 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -trunk +0.7.0 - June X, 2008 * Added support for arbitrary objects and zones placement (by ElvenProgrammer) * Added ability to create stamp brushes from the tile palette @@ -8,6 +8,8 @@ trunk * Tiles and layers panels are now both floatable and dockable * Report out of memory error when saving map as image * Properties table now displays the properties in alphabetical order +* Properties are now saved in the .tmx format in alphabetical order +* Multiline properties are now saved as character data instead of as attribute * Fixed properties dialog to also save values that were still being edited * Fixed automatically adding the file extension when not given * Worked around an issue with the open file dialog on GNU classpath diff --git a/INSTALL b/INSTALL index 6e1c539..adc7c24 100644 --- a/INSTALL +++ b/INSTALL @@ -20,7 +20,8 @@ Take the following steps to build Tiled from source: - From the command line, you can run the following from the directory where you placed Tiled: - java -jar dist/tiled.jar + cd dist (if you have compiled Tiled yourself) + java -jar tiled.jar - You can also use the Java webstart link on the website, see "Start Now!" diff --git a/README b/README index fef3dfd..c04beba 100644 --- a/README +++ b/README @@ -60,4 +60,4 @@ TRANSLATORS - Hendrik Brummermann for improving error reporting on map loading - Nader Akhres for the JSON map writer plugin - William C. Bubel for the Lua map writer plugin -- Matthias Kievernagel for a nice HexMapView \ No newline at end of file +- Matthias Kievernagel for a nice HexMapView