A new release is available, please see here: http://forum.simutrans.com/index.php?topic=7165.0If you do encounter any issues while using TileCutter please submit a bug report by posting in reply to this thread with the following information:
1. Circumstances and description of the issue
2. tilecutter.log and TileCutter5.exe.log (if present) - These can be found under "%USERPROFILE%\Application Data\tilecutter\" on Windows, "~/Library/Logs/tilecutter.log" on OSX and "~/.tilecutter/tilecutter.log" on all other platforms.
3. Copy of the tilecutter.config file - This can be found either in the program's installation directory, at "%USERPROFILE%\Application Data\tilecutter\" on Windows or "~/.tilecutter/tilecutter.config" on all other platforms.Release 0.5.8ADD: Completely new save format (JSON-based)
Older files can still be opened, but all new files will be saved in the new format
New format can be edited by hand if you are careful
CHANGE: Much better code layout and optimisation (ongoing)
FIX: Further Unicode issues which should now be fully resolved
FIX: Opening files again works
CHANGE: About dialog now has no button and closes on any key press
CHANGE: UI layout minor tweaks to look better cross-platform
CHANGE: New larger icons for controls
FIX: Flickering when language changes
FIX: Changing language now resizes the main window properly
ADD: Better hashing system for projects (to check changes) built into new project
Known Bugs
- Panel display bug when choosing different languages, workaround is to resize the window
- Handling of Unicode paths on Windows still isn't perfect - will be fixed in next version
What's newCompletely new save format with much better forward-compatability. This will make it a lot easier to add new features.
Bigger UI icons for a more attractive interface
What's coming in the next version:Max OSX distribution with native App and distribution
MSI installer for Windows
And lots more!
NotesPlease see here for TileCutter documentationAll the paths in the main window are relative to the project save location path. This is intended to allow you to put all your work files in one directory, and then to be able to move or zip that directory and send it to someone else while preserving all the links to the images. Also note that the images are not saved with the project file, only links to them are (this may change at some point).
It's also worth pointing out that in order for the one click exporting to work (e.g. makeobj integration) you need to have filled out the correct details in the dat editing window. The image array information is automatically generated and appended to whatever you type into this box.
DownloadYou can download this release of TileCutter from the following link:
TileCutter_win_0.5.8.zip (5.4 MB)
You can also download a source distribution:
TileCutter_src_0.5.8.zip (232 KB)
NOTE: The source distribution requires that you have
Python 2.6 or better installed already, and depends upon the
wxWidgets library.
And you can check out the source for this release from the SVN, using this URL:
svn://entropy.me.uk/timothy/tilecutter/tags/0.5.8/
And the current latest version from this one:
svn://entropy.me.uk/timothy/tilecutter/trunk/
I recommend upgrading to this version over all previous versions of TileCutter, especially the 0.3 branch.