summaryrefslogtreecommitdiffstats
path: root/editor/plugins/lightmap_gi_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+1
|\
| * Add lightmap bake cancellingBad Sector2024-11-211-1/+1
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-3/+7
|\|
| * Improve "No meshes to bake" LightmapGI error dialog in the editorHugo Locurcio2024-11-011-3/+7
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Check RenderingDevice availability to display LightmapGI configuration warningsHugo Locurcio2024-09-281-0/+17
* Lightmapper: Prevent infinite loop when blitting lightmaps into an atlasBlueCube33102024-07-131-0/+3
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Merge pull request #86583 from reduz/lightmapper-dda-fixRémi Verschelde2024-01-111-1/+1
|\
| * Tiny fix for lightmapper DDAJuan Linietsky2024-01-101-1/+1
* | Add texel_scale property to LightmapGIMarcin Nowak2024-01-041-0/+3
|/
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+4
* Propagate error correctly when max texture size for lightmaps is too small.Dario2023-09-111-0/+3
* Add EditorStringNames singletonkobewi2023-09-031-1/+1
* Add null checking when finding a lightmap baking pathKongfa Waroros2023-06-021-1/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Disable navmesh, lightmap, and VoxelGI generation on foreign dataSaracenOne2023-01-061-10/+46
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Merge pull request #56367 from Calinou/bakedlightmap-print-time-request-atten...Rémi Verschelde2022-01-071-2/+10
|\
| * Print time taken and request attention when lightmaps are done bakingHugo Locurcio2021-12-311-2/+10
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename GI Classesreduz2021-06-051-0/+138