aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/mesh_instance_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-334/+0
| | | | | | 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.
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+28
| | | | | | | | | Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain).
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a ↵Juan Linietsky2017-01-101-1/+1
| | | | container!
* PopupMenu now emits both index_pressed and id_pressed instead of ↵Juan Linietsky2017-01-081-1/+1
| | | | item_pressed, closes #3188
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-2/+2
| | | | | | -Modified help to display properties GDScript can still not make use of them, though.
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-3/+3
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Don't create outlines from dummy meshes. Fixes #4718MarianoGNU2016-06-201-0/+6
|
* Added 3 more translatable stringsDimOkGamer2016-06-011-1/+1
| | | | | | | and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization.
* -Improve resource previewsJuan Linietsky2016-05-231-0/+300
-Also fixed draw_texture_rect() tile parameter