summaryrefslogtreecommitdiffstats
path: root/scene/2d/light_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* doc: Sync classref with current source + fixup some bindingsRémi Verschelde2020-11-041-5/+3
* Implement DirectionalLight2Dreduz2020-11-041-138/+171
* Refactored 2D shader and lighting systemreduz2020-10-241-14/+0
* Better validate CollisionShape3D config. warning after #38743Rémi Verschelde2020-10-021-1/+2
* Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-2/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+9
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-47/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-28/+28
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Modified light rendering to make it more compatible.Juan Linietsky2020-02-111-16/+0
* 2D lighting seems more or less complete.Juan Linietsky2020-02-111-4/+2
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Control/Light2D: Preventing setting 0 as scale as for Node2DRémi Verschelde2020-01-131-0/+4
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Tweak some editor property hints to be more flexible and consistentHugo Locurcio2019-06-161-1/+1
* Light2D height range expanded to -2048 to 2048.Jared2019-04-051-1/+1
* Do not restrict light texture type (wont work with atlas, though)Juan Linietsky2019-01-271-1/+1
* Fixes to 2D lights, closes #24750Juan Linietsky2019-01-171-1/+1
* 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
* Only allow StreamTexture, ImageTexture in Light2D, closes #15194Juan Linietsky2018-09-061-1/+1
* Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-2/+10
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-17/+19
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-4/+4
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+7
* add shadow_filter variant PCF7letheed2017-09-011-1/+1
* Merge pull request #10622 from letheed/patch-1Rémi Verschelde2017-08-281-1/+1
|\
| * Allow to disable shadow gradients in Light2D Letheed2017-08-241-1/+1
* | 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-4/+4
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-1/+3
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+3
* | Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov2017-08-141-1/+1
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Add object type hint for docsPoommetee Ketson2017-07-191-2/+2
* -Fixed occluder rendering, closes #8560Juan Linietsky2017-06-131-0/+16
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-198/+165
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-40/+40
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-20/+20
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+1