aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tiled
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* - Update to 0.18.2amdmi32017-02-232-4/+4
|
* - Update to 0.18.1amdmi32017-01-242-4/+4
|
* - Update to 0.18.0amdmi32016-12-233-4/+7
|
* - Update to 0.17.2amdmi32016-12-063-14/+14
|
* - Update to 0.17.1amdmi32016-11-122-4/+4
|
* - Update to 0.17.0amdmi32016-08-193-6/+5
|
* - Update to 0.16.2amdmi32016-08-152-4/+5
|
* - Update to 0.16.1amdmi32016-05-103-3/+4
|
* - Update to 0.16.0amdmi32016-04-063-4/+6
|
* - Update to 0.15.1amdmi32016-02-172-4/+6
| | | | - Install more documentation
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-2/+1
| | | | Approved by: portmgr blanket
* - Update to 0.15.0amdmi32016-01-083-5/+7
|
* - Update to 0.13.1amdmi32015-09-083-15/+14
| | | | | - Switch to options helpers - Add LICENSE
* - Switch to options helpersamdmi32015-08-241-8/+3
|
* - Update to 0.12.3amdmi32015-06-153-3/+4
| | | | Submitted by: Florian Degner <f dot degner at gmx dot de>
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-192-3/+5
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to linguisttools_buildamdmi32015-03-161-1/+1
|
* - Update to 0.11.0amdmi32015-01-183-9/+27
|
* - Cleanup plistamdmi32014-09-221-12/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵amdmi32013-12-171-3/+0
| | | | suggested by Porter's Handbook
* Convert to USES=qmakemakc2013-11-221-6/+2
| | | | Approved by: portmgr (blanket approval)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery)
* - Support stagingamdmi32013-10-172-7/+8
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - Update to 0.9.1amdmi32013-08-284-60/+20
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Trim Makefile headersamdmi32013-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
* - Update to 0.9.0amdmi32013-03-084-9/+69
|
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* Tiled is a general purpose tile map editor. It's built to be easyamdmi32012-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/