Tiled 0.7.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tiled 0.7.2 (Default branch)
# 1  
Old 01-07-2009
Tiled 0.7.2 (Default branch)

ImageTiled is a general purpose tile map editor. It'sbuilt to be easy to use, yet it is capable ofcatering to a host of varying game engines,whether your game is an RPG, platformer, orBreakout clone. Tiled supports plugins to read andwrite map formats other than its own map format.License: GNU General Public License (GPL)Changes:
This release adds support for associating an image with a map object. Several fixes have also been made, including being able to move an object group and select small map objects, and references to external tilesets that are not in the same directory are now saved correctly. The minimum required Java version is now 1.5.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

View tiled photo thumbnails in command line

Is there a good way of showing around 4 pictures (fairly large thumbnails) at once on the command line, preferably tiled so that all of them are viewable. I tried using display but I'm not sure how to tile them. I'd also prefer if it was read only so that they cannot be altered in the viewer. ... (1 Reply)
Discussion started by: cue
1 Replies
Login or Register to Ask a Question
game-data-packager(6)						   Games Manual 					     game-data-packager(6)

NAME
game-data-packager - build a .deb of game data SYNOPSIS
game-data-packager [ -i ] [ -d out-directory [ -n ] ] game [ game-options ] DESCRIPTION
Many open-source games require game data which is licensed incompatibly with the Debian Free Software Guidelines. game-data-packager is a tool designed to help you locally assemble Debian packages containing such game data from CD-ROMs, the Internet or elsewhere. OPTIONS
-i attempt to install the generated Debian package via dpkg(1) and su(1) -d out-directory writes the generated Debian package to the specified directory. -n Do not attempt to install the generated Debian package. This option must be used in conjunction with -d. game The game being packaged. Running game-data-packager without arguments will display a list of valid games. Running game-data-packager with just the game and no further arguments will display a list of valid options for that game. SEE ALSO
dpkg(1), su(1) AUTHOR
Copyright (C) 2010 Jon Dowland <jmtd@debian.org> Thanks to Branden Robinson for his 'Write the Fine Manual' presentation, once found at <http://people.debian.org/~branden/talks/wtfm/> 2008-07-14 game-data-packager(6)