summaryrefslogtreecommitdiffstats
path: root/scene/2d/canvas_modulate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-2/+7
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-5/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Don't modulate canvas on invisible color changeTomasz Chabora2019-05-241-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+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
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-32/+24
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-2/+2
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-4/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-2/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-2/+27
* Make CanvasModulate deactivate when hidden, fixes #2437Juan Linietsky2016-01-011-2/+11
* support for light and normal mapping in 2DJuan Linietsky2015-02-181-0/+46