summaryrefslogtreecommitdiff
path: root/scene/resources/tile_set.cpp
AgeCommit message (Expand)Author
2021-02-11Improve resource load cachereduz
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-24Refactored 2D shader and lighting systemreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-04Hide TileSet's properties from the inspectorMichael Alexsander
2020-01-27Added binding for Autotile CenterTrevorPeyton
2020-01-23Fix TileSet shape data not updating when being set via codeMichael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-08Fix incorrect offset for old-format tilemapsYuri Roubinsky
2019-08-09Remove ERR_EXPLAIN from scene/* codeTomasz Chabora
2019-08-04Fix Wrong Shape Offsets in TilesetEmmanuel Barroga
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