summaryrefslogtreecommitdiff
path: root/scene/resources/tile_set.cpp
AgeCommit message (Expand)Author
2019-07-03Fix crash with TileSet(again)qarmin
2019-06-23TileSet: Don't error out on tile_ getters with wrong shape idRémi Verschelde
2019-06-21Fix some editor crashesqarmin
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
2019-04-08Changed autotile priority picking algorithmMax
2019-04-08+ Added ignore flags to autotile bitmaskMagnus Specht
2019-03-04TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy
2019-01-31Fix crashes when calling update_bitmask_areaBojidar Marinov
2019-01-22Fix collision margin being wrongly read by default, fixes #25181Juan Linietsky
2019-01-18-Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-23Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe
2018-12-17Add z-index to ATLAS_TILEGuilherme Felipe
2018-12-07Fix AutoTile z-index not persisting correctlyGuilherme Felipe
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-30Tileset: Bind autotile_set_size()/get_size().Ranoller
2018-08-27TileSet: Bind tile_set_shape_offset and getterRémi Verschelde
2018-08-24Backward compatibility for autotile setup from Godot 3.0.XMariano Javier Suligoy
2018-08-09New TileSet EditorMAriano Javier Suligoy
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-23Expose 'modulate' set/get in TileSet resourceMichael Alexsander Silva Dias
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers
2018-04-08Merge pull request #18072 from AlexHolly/masterGeorge Marques
2018-04-08expose Tileset TileMode to GDScriptAlexander Holland
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
2018-02-20Tileset Editor ImprovementDamar Indra
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11fix updating tileset list when assign texture and set autotile truedamarindra
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde
2017-12-08Fix TileSet::AutotileData::ocludder_map typoPJB3005
2017-11-24Fix TileMap and TileSet ClassDB bindingsRuslan Mustakov
2017-11-20Implement auto-tilingMariano Suligoy
2017-11-15Fixing tilemap rotation for non top-left tiles.Vito
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov
2017-06-26Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde
2017-06-25Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov
2017-06-22Add normal map to tilemaps and tilesetsBojidar Marinov