@timakro I don't know of a 0.7 -> 0.6 converter tool. In fact, since 0.7 tileset introduces new tiles, there is a good chance this will not work. The easiest way to go about it is to make the tileset embedded, not external :)
it actually just loads the 0.6 assets which is fine. but there was another change to the map format which causes tile layers to load as empty when you open a 0.7 map in 0.6 (although 0.7 can load the old format)
10:14
i want to avoid copying the tile layers tile by tile ^^
b77132a add skip for space char u3000 - sirius1242
7d03e50 range change to U+2FFC~U+3000 - sirius1242
dbf6c45 range change to only U+3000 - sirius1242
e809ed6 Merge pull request #2528 from sirius1242/master - oy
e17c508 Add commands to chat history - Learath2
4a2d462 Merge branch 'master' into tw_pr_commandhist - oy
82fb7e6 Merge pull request #2506 from Learath2/tw_pr_co... - oy
Also add defaults for ints later introduced in the protocol.
This allows introducing new fields in the network protocol without
breaking backward compatibility (new client -- old server scenario).
d294fb1 Clean up RegisterCommands - Learath2
d95b206 Don't return if the client doesn't fit - Learath2
cd96bda Don't hardcode 28.0f in CCharacter either - Learath2
06db9bf Use the servers tuning in EvolveCharacter - Learath2
cdc7081 Use SetEmote in CCharacter - Learath2
c1d0c94 Add defaults for ints later introduced in the p... - heinrich5991
73f7182 Make the race record message change backward co... - heinrich5991
ca37bd4 Merge pull request #2536 from heinrich5991/pr_r... - oy