summaryrefslogtreecommitdiffstats
path: root/scene/resources/tile_set.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Refactored 2D shader and lighting systemreduz2020-10-241-4/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-24/+14
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Texture refactorJuan Linietsky2020-02-111-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde2019-06-011-0/+1
|\
| * Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe2018-12-231-0/+1
* | + Added ignore flags to autotile bitmaskMagnus Specht2019-04-081-5/+15
* | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy2019-03-041-0/+2
* | -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-181-0/+5
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias2018-12-301-0/+1
|/
* Add Z-Index for AutotileGuilherme Felipe2018-12-071-0/+4
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-5/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* New TileSet EditorMAriano Javier Suligoy2018-08-091-1/+1
* Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-0/+1
* Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-1/+6
* expose Tileset TileMode to GDScriptAlexander Holland2018-04-081-0/+1
* Tileset Editor ImprovementDamar Indra2018-02-201-5/+12
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix TileSet::AutotileData::ocludder_map typoPJB30052017-12-081-1/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+6
* Implement auto-tilingMariano Suligoy2017-11-201-2/+78
* Fixing tilemap rotation for non top-left tiles.Vito2017-11-151-0/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-011-4/+4
* Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky2017-07-011-4/+4
* Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-4/+4
* Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-13/+31
|\
| * Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-13/+31
* | Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-221-0/+4
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-3/+3
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-27/+24
* Merge pull request #6519 from RandomShaper/enhance-tilesetJuan Linietsky2017-01-141-0/+7
|\
| * Add modulate (color) to TileSet tilesPedro J. Estébanez2016-11-301-0/+7
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-0/+22
* Merge remote-tracking branch 'upstream/master'Olafur Haukur Flygenring2014-02-191-2/+6
|\