aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/tile_set_editor_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* TileSetEditorPlgn: use EditorHandle icon as handlePoommetee Ketson2018-03-021-0/+3
|
* TileSetEditorPlgn: Fix a leakPoommetee Ketson2018-02-271-0/+1
|
* Tileset Editor ImprovementDamar Indra2018-02-201-64/+58
|
* Fix ObjectDB Instances still existPoommetee Ketson2018-01-221-0/+1
| | | | | | | | | | | | ``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ```
* fix updating tileset list when assign texture and set autotile truedamarindra2018-01-111-0/+1
|
* Fixing weird behaviour on autotile editordamarindra2018-01-051-0/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Merge pull request #15185 from damarindra/masterRémi Verschelde2018-01-031-0/+1
|\ | | | | Improve : ease of use TileSet Editor
| * Improve : ease of use TileSet Editordamarindra2018-01-021-0/+1
| |
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/ | | | Happy new year to the wonderful Godot community!
* Autotile Enhancementdamarindra2017-12-281-4/+22
|
* Implement auto-tilingMariano Suligoy2017-11-201-0/+119
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Fix #8819. Adds _import_node() that, when used in conjunction with ↵Jon Ross2017-05-191-0/+1
| | | | _import_scene, recurses through the scene tree and exports all available nodes.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-19/+8
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+101
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.