summaryrefslogtreecommitdiffstats
path: root/scene/2d/light_occluder_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-7/+7
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-7/+7
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\|
| * creating LightOccluder2D polygon makes exclamation mark in scene tree disappearJannik Seemann2024-10-291-0/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+15
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Unify and streamline connecting to Resource changeskobewi2023-07-171-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+3
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+0
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-2/+2
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-32/+36
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use Array for node configuration warningsNathan Franke2021-04-111-11/+5
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-3/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Rename LightOccluder2D light_mask to occluder_light_maskAaron Franke2020-12-041-2/+2
* Implement signed distance fields for 2D shadersreduz2020-11-261-0/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-3/+11
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-3/+11
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-2/+3
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-16/+16
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+7
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Merge pull request #24171 from YeldhamDev/occluder_polygon_grabMichael Alexsander Silva Dias2019-04-151-0/+61
|\
| * Make OccluderPolygon2D draggable in the editorMichael Alexsander Silva Dias2018-12-051-0/+61
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix binding some core API methods only in tools buildsIgnacio Etcheverry2018-04-291-4/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-3/+3
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* | Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+3
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2