lp:~mapeditor.org/tiled/snapshot

Created by Thorbjørn Lindeijer and last modified
Get this branch:
bzr branch lp:~mapeditor.org/tiled/snapshot

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
mapeditor.org
Project:
Tiled
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/bjorn/tiled.git,branch=snapshot.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on russkaya and finished taking 50 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

2275. By Thorbjørn Lindeijer

Merge branch '1.0'

2274. By Thorbjørn Lindeijer

Fixed terrain brush eraser mode

2273. By Thorbjørn Lindeijer

Limited the area processed by the Terrain Brush

This is mainly useful for making the brush work on infinite maps, but in
general it is good to prevent the tool from going crazy when it doesn't
have a complete set of transition tiles.

The area modified by the tool is now limitd to the maximum distance
between any two terrains, as counted by the number of transitions
needed.

A 'checked' boolean was added to each Cell so that the terrain tool can
use the chunked allocation logic of TileLayer, while still having a
fast place to store whether it processed a certain location or not.

This helps a lot with issue #1632

2272. By Thorbjørn Lindeijer

docs: Switched to familiar Read The Docs theme

2271. By Thorbjørn Lindeijer

docs: Checked in the translation source files

2270. By Thorbjørn Lindeijer

docs: Switch MkDocs to Sphinx

Sphinx provides more powerful documentation features, like out of the
box support for including notes and warnings, making references,
producing PDF or epub formats and providing translations.

Thanks to Pandoc, a universal document converter, for doing most of the
work of converting from Markdown to reStructuredText format.

Not everything has been ported over yet, in particular the "New in Tiled
1.0" labels and the "Future Extensions" sections still need styling
work.

2269. By Thorbjørn Lindeijer

docs: Fixed typo

2268. By Cuong Nguyen <email address hidden>

Added RPG Maker MV into support document (#1660)

2267. By Ketan Gupta <email address hidden>

Show red highlight over brush item on locked layer (#1658)

2266. By Thorbjørn Lindeijer

Changed tile, tileset and image layer images to use a URL

A URL is used in order to be able to refer to remote files. Custom
properties of type "file" now also support URLs.

Using a QUrl instead of a QString makes it easier to ensure all the
involved code parts are adjusted as needed.

This change does not enable actually loading remote files.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.