summaryrefslogtreecommitdiffstats
path: root/scene/2d/parallax_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Parallax2D repeats being not relative to its transformkleonc2024-08-191-7/+1
* Avoid mirror scaling for ParallaxLayermarkdibarry2024-03-241-2/+2
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+3
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
* Merge pull request #58567 from madmiraal/fix-26470Rémi Verschelde2022-09-181-6/+4
|\
| * Remove ParallaxLayer's invalid dependence on screen_offsetMarcel Admiraal2022-02-261-6/+4
* | Add Vector2/3 linking to more propertiesFireForge2022-06-141-1/+1
* | Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* | String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-1/+1
|/
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-2/+2
* Fix ParallaxLayer's transform resetting in editorSeleckyErik2021-09-011-0/+4
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Use Array for node configuration warningsNathan Franke2021-04-111-7/+4
* Use real_t in non-physics 2D nodesAaron Franke2021-03-191-3/+3
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* 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-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-14/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed error in ParallaxLayer when set_mirroring is called before entering the...PouleyKetchoupp2019-08-141-0/+3
* Fix ParallaxBackground breaking when moving it out the scene treeColin Redman2019-05-041-0/+5
* 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
* Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias2018-05-141-1/+0
* Removed strange custom world2d in CanvasLayer, been there since always and no...Juan Linietsky2018-04-071-1/+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
* Fixed #13167. Restored ParallaxLayer mirroring that was broken by pull reque...Sofox2017-11-231-6/+10
* Overhauled the ParallaxBackground system so that it works properly regardless...Sofox2017-10-261-9/+11
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-15/+6
* Change order of Null check for ParallaxLayerHein-Pieter van Braam2017-08-221-4/+4
* Add null check to ParallaxLayer get_parent() callsHein-Pieter van Braam2017-08-221-0/+6
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-1/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-52/+37
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-6/+6