summaryrefslogtreecommitdiffstats
path: root/scene/resources/tile_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-7/+7
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Texture refactorJuan Linietsky2020-02-111-8/+8
* Hide TileSet's properties from the inspectorMichael Alexsander2020-02-041-18/+18
* Added binding for Autotile CenterTrevorPeyton2020-01-271-0/+1
* Fix TileSet shape data not updating when being set via codeMichael Alexsander2020-01-231-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix incorrect offset for old-format tilemapsYuri Roubinsky2019-11-081-10/+35
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-2/+1
* Fix Wrong Shape Offsets in TilesetEmmanuel Barroga2019-08-041-5/+10
* Fix crash with TileSet(again)qarmin2019-07-031-0/+9
* TileSet: Don't error out on tile_ getters with wrong shape idRémi Verschelde2019-06-231-13/+16
* Fix some editor crashesqarmin2019-06-211-13/+22
* Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde2019-06-011-0/+32
|\
| * Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe2018-12-231-0/+32
* | Changed autotile priority picking algorithmMax2019-04-081-4/+24
* | + Added ignore flags to autotile bitmaskMagnus Specht2019-04-081-11/+18
* | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy2019-03-041-2/+28
* | Fix crashes when calling update_bitmask_areaBojidar Marinov2019-01-311-1/+1
* | Fix collision margin being wrongly read by default, fixes #25181Juan Linietsky2019-01-221-1/+1
* | -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-181-0/+29
* | 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-2/+24
|/
* Add z-index to ATLAS_TILEGuilherme Felipe2018-12-171-0/+1
* Fix AutoTile z-index not persisting correctlyGuilherme Felipe2018-12-071-1/+1
* Add Z-Index for AutotileGuilherme Felipe2018-12-071-0/+47
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Tileset: Bind autotile_set_size()/get_size().Ranoller2018-08-301-0/+2
* TileSet: Bind tile_set_shape_offset and getterRémi Verschelde2018-08-271-0/+2
* Backward compatibility for autotile setup from Godot 3.0.XMariano Javier Suligoy2018-08-241-1/+7
* New TileSet EditorMAriano Javier Suligoy2018-08-091-3/+22
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* Expose 'modulate' set/get in TileSet resourceMichael Alexsander Silva Dias2018-07-231-0/+2
* Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-1/+2
* Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-0/+20
* Merge pull request #18072 from AlexHolly/masterGeorge Marques2018-04-081-0/+6
|\
| * expose Tileset TileMode to GDScriptAlexander Holland2018-04-081-0/+6
* | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-231-0/+1
|/
* Tileset Editor ImprovementDamar Indra2018-02-201-16/+15
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-8/+8
* fix updating tileset list when assign texture and set autotile truedamarindra2018-01-111-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add missing parameter namesPoommetee Ketson2017-12-251-2/+2
* Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
* Fix TileSet::AutotileData::ocludder_map typoPJB30052017-12-081-8/+8