summaryrefslogtreecommitdiffstats
path: root/scene/2d/back_buffer_copy.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+2
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix BackBufferCopy `rect` property appearing when not relevant in inspectorHugo Locurcio2022-12-081-0/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-3/+3
* 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
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-0/+1
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+1
* 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-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-5/+4
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* 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
* compile fixJuan Linietsky2015-06-241-1/+1
* Fix compile error in back_buffer_copy.hmarynate2015-03-121-1/+1
* back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-121-0/+41