aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/gi_probe_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-83/+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.
* Remove memdelete of button in GIProbeEditor exitKenneth Lorthioir2017-02-091-2/+0
| | | | This issue was causing a heap corruption on windows.
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
|
* 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).
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-2/+2
| | | | | | | | 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()
* put some limits to max ubo sizes to avoid crashesJuan Linietsky2016-12-231-1/+0
|
* baking now shows a proper button, and bakes can be saved.Juan Linietsky2016-12-231-0/+58