aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiled
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.15.1Dmitry Marakasov2016-02-172-4/+6
| | | | | | | - Install more documentation Notes: svn path=/head/; revision=409037
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Update to 0.15.0Dmitry Marakasov2016-01-073-5/+7
| | | | Notes: svn path=/head/; revision=405489
* - Update to 0.13.1Dmitry Marakasov2015-09-083-15/+14
| | | | | | | | - Switch to options helpers - Add LICENSE Notes: svn path=/head/; revision=396364
* - Switch to options helpersDmitry Marakasov2015-08-231-8/+3
| | | | Notes: svn path=/head/; revision=395140
* - Update to 0.12.3Dmitry Marakasov2015-06-153-3/+4
| | | | | | | Submitted by: Florian Degner <f dot degner at gmx dot de> Notes: svn path=/head/; revision=389681
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.Mathieu Arnold2015-05-182-3/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386691
* - Switch to linguisttools_buildDmitry Marakasov2015-03-161-1/+1
| | | | Notes: svn path=/head/; revision=381392
* - Update to 0.11.0Dmitry Marakasov2015-01-173-9/+27
| | | | Notes: svn path=/head/; revision=377239
* - Cleanup plistDmitry Marakasov2014-09-221-12/+0
| | | | Notes: svn path=/head/; revision=368902
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵Dmitry Marakasov2013-12-161-3/+0
| | | | | | | suggested by Porter's Handbook Notes: svn path=/head/; revision=336650
* Convert to USES=qmakeMax Brazhnikov2013-11-221-6/+2
| | | | | | | Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334584
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Support stagingDmitry Marakasov2013-10-172-7/+8
| | | | Notes: svn path=/head/; revision=330581
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to 0.9.1Dmitry Marakasov2013-08-284-60/+20
| | | | Notes: svn path=/head/; revision=325501
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-07-121-1/+1
| | | | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files Notes: svn path=/head/; revision=322840
* - Update to 0.9.0Dmitry Marakasov2013-03-084-9/+69
| | | | Notes: svn path=/head/; revision=313642
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* Tiled is a general purpose tile map editor. It's built to be easyDmitry Marakasov2012-05-284-0/+91
to use, yet flexible enough to work with varying game engines, whether your game is an RPG, platformer or Breakout clone. Tiled is free software and written in C++, using the Qt application framework. The main features in a nutshell: * General purpose tile map editor with XML-based map format * Supports orthogonal and isometric maps * Custom objects can be placed with pixel precision * Full undo/redo and copy/paste support * Add custom properties to tiles, layers, objects or the map * Automatically reloads tilesets when changed externally * Resize or offset your tile map later as needed * Efficient tile editing tools like stamp and fill brushes * Supports input/output plugins to open and save files in custom formats WWW: http://www.mapeditor.org/ Notes: svn path=/head/; revision=297588