| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -1593/+0 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -12/+12 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -2/+0 |
| * | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | 2017-01-13 | 1 | -2/+2 |
| * | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 1 | -8/+8 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -7/+7 |
| * | PopupMenu now emits both index_pressed and id_pressed instead of item_pressed... | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -12/+12 |
| * | Editor settings categories are now tidy and beautiful! | Juan Linietsky | 2017-01-05 | 1 | -9/+9 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -2/+2 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -13/+13 |
| * | Merge pull request #7401 from Zylann/bucket_fill_preview | Rémi Verschelde | 2017-01-02 | 1 | -8/+79 |
| |\ |
|
| | * | Added option to toggle bucket fill preview | Marc Gilleron | 2016-12-31 | 1 | -2/+3 |
| | * | Added bucket fill preview | Marc Gilleron | 2016-12-31 | 1 | -7/+77 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | Tilemap editor: Bucket tool - allow deleting and replacing of tiles | Joscha | 2016-09-02 | 1 | -10/+37 |
| * | editor: Add mouse position information in TileMap | Mark Nokalt | 2016-08-30 | 1 | -0/+11 |
| * | Small usability improvements on the TileMap editor tile palette. | Franklin Sobrinho | 2016-08-16 | 1 | -10/+27 |
| * | Merge pull request #5270 from lonesurvivor/master | Juan Linietsky | 2016-07-10 | 1 | -0/+18 |
| |\ |
|
| | * | Added Tile Origin = Bottom Left option to the TileMap | Patrick Reh | 2016-06-20 | 1 | -0/+18 |
| * | | Add tile index prefixes in tile map editor plugin. #5420 | Samuel Grigolato | 2016-06-28 | 1 | -1/+1 |
| |/ |
|
| * | Completed shortcuts for Tile Map Editor | Daniel J. Ramirez | 2016-06-12 | 1 | -20/+24 |
| * | Added customizable shortcuts for tile map editor | Daniel J. Ramirez | 2016-06-12 | 1 | -27/+23 |
| * | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | 2016-06-12 | 1 | -0/+6 |
| * | Delete unused code in TileMapEditor | Andreas Haas | 2016-05-28 | 1 | -2/+0 |
| * | Reorder tiles into nice columns | Bojidar Marinov | 2016-05-27 | 1 | -3/+6 |
| * | Use scalar to scale TileMap icons | Andreas Haas | 2016-05-27 | 1 | -2/+2 |
| * | Add a slider for zooming TileMap preview icons. | Andreas Haas | 2016-05-24 | 1 | -0/+21 |
| * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -4/+4 |
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -11/+11 |
| * | Tilemap Editor: Fix some last issues of PR-4006 | Franklin Sobrinho | 2016-03-15 | 1 | -2/+3 |
| * | Tilemap Editor: Use ItemList::set_item_icon_region in tile palette | Franklin Sobrinho | 2016-03-14 | 1 | -9/+3 |
| * | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit" | Franklin Sobrinho | 2016-03-14 | 1 | -65/+37 |
| * | Tilemap Editor: Bucket fill | Franklin Sobrinho | 2016-03-14 | 1 | -17/+127 |
| * | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistencies | Franklin Sobrinho | 2016-03-14 | 1 | -103/+114 |
| * | Tilemap Editor: Line drawing and erasing | Franklin Sobrinho | 2016-03-14 | 1 | -9/+131 |
| * | Tilemap Editor: Rectangle drawing/erasing and small improvements | Franklin Sobrinho | 2016-03-14 | 1 | -380/+561 |
| * | avoid crash when scaling tilemap too much, fixes #266 | reduz | 2016-01-24 | 1 | -1/+18 |
| * | TileMap: Properly flip/rotate tiles with non-square region | Ignacio Etcheverry | 2016-01-04 | 1 | -15/+28 |
| * | TileMap: Consider texture offset for rotated tiles | Ignacio Etcheverry | 2016-01-02 | 1 | -5/+13 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | do not allow editing of tilemap if it's invisible, fixes #2601 | reduz | 2015-12-28 | 1 | -1/+2 |
| * | Live edit WORK IN PROGRESS | Juan Linietsky | 2015-08-02 | 1 | -8/+9 |
| * | Small fixes for Grid/Tile map editor palette | Franklin Sobrinho | 2015-06-22 | 1 | -13/+14 |
| * | Grid/Tile map editor new item palette | Franklin Sobrinho | 2015-06-22 | 1 | -36/+87 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | lot of work on 2D lighting and isometric maps | Juan Linietsky | 2015-03-09 | 1 | -3/+37 |
| * | Reorder tile transforms so transpose occurs before flips. Much more intuitive... | Carl Olsson | 2015-02-13 | 1 | -13/+14 |
| * | Moved wrapper function to TileMapEditor. | Carl Olsson | 2015-02-11 | 1 | -5/+11 |