summaryrefslogtreecommitdiffstats
path: root/scene/2d/camera_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed Timestep Interpolation: Fix behaviour on pauseRicardo Buring2024-07-071-0/+6
* Update Camera2D gizmos when screen size changeskobewi2024-06-111-0/+16
* Fix Parallax2D fixed timestep interpolationRicardo Buring2024-05-261-1/+3
* Fixed Typo in Camera 2D node's anchor modeBn-Fang2024-04-231-1/+1
* Fix negative value for position_smoothing_speed being allowed.ajreckof2024-04-041-2/+2
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-16/+91
* Add new Parallax2D nodemarkdibarry2024-03-031-2/+4
* Ensure Camera2D scroll is updated on transform like 3.xDanni2023-11-051-1/+1
* Fix screen center position returned for rotated Camera2Dkleonc2023-10-161-3/+3
* Fix Camera2D is not working inside EditorPluginMounir Tohami2023-08-131-32/+45
* Fix Camera2D crash when edited scene root is nullAdam Scott2023-07-181-1/+1
* Merge pull request #73897 from TheSecondReal0/camera-line-widthYuri Sizov2023-03-251-3/+3
|\
| * Draw Camera2D outlines as 2 point primitives instead of 4Asa Sprow2023-03-231-3/+3
* | Fix Camera2D position smoothing properties not being groupedMarcus Elg2023-03-031-7/+7
* | Fix custom viewports in Camera2Dkobewi2023-02-241-4/+8
|/
* Fix camera reparentingkobewi2023-02-101-0/+6
* Fix Camera2D crasheskobewi2023-02-011-3/+3
* Merge pull request #65698 from KoBeWi/cameramanRémi Verschelde2023-01-311-39/+39
|\
| * Rework how current Camera2D is determinedkobewi2022-12-021-39/+39
* | Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Fix for 2D viewport not updating in the editor when the camera movesRichard Adenling2022-12-061-2/+5
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* Rename Camera2D's `smoothing` to `position_smoothing`Micky2022-10-111-23/+23
* Add rotation smoothing to Camera2DLuis Lopez2022-10-041-8/+54
* Reverse Camera2D.`rotating` to `ignore_rotation`Micky2022-09-211-9/+9
* Merge pull request #64880 from Mickeon/rename-camera-positionRémi Verschelde2022-09-061-2/+2
|\
| * Rename Camera2D's `screen_center` and `*_position`Micky2022-08-261-2/+2
* | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-7/+7
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-3/+3
* Ensure changes to Camera2D's limits don't affect smoothed_camera_posMarcel Admiraal2022-07-281-0/+2
* When Camera2D enters tree, ensure first update is not lostMarcel Admiraal2022-07-281-1/+1
* Update camera position when updating camera limitMarcel Admiraal2022-07-171-1/+1
* Add Vector2/3 linking to more propertiesFireForge2022-06-141-1/+1
* Add suffixes to all nodes and resourcesFireForge2022-06-111-6/+6
* Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio2022-05-051-3/+3
* Merge pull request #57392 from madmiraal/implement-3888Rémi Verschelde2022-03-141-9/+10
|\
| * Invert Camear2D zoom to make it intuitiveMarcel Admiraal2022-01-311-9/+10
* | Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-13/+5
* | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
|/
* Rename Project Window width and height settings to match their functionMarcel Admiraal2022-01-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix condition on 'jump to limits' logicEric2021-11-171-1/+1
* Merge pull request #54167 from brunosxs/fix-game-crash-when-sending-a-notific...Rémi Verschelde2021-11-161-0/+1
|\
| * Fixes a game crash caused by instantiating Camera2D and sending a notificatio...BrunoSXS2021-10-231-0/+1
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
|/
* Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-211-1/+1
* fixed camera2d's "current" property getting reset when switching scenesThreeRhinosInAnElephantCostume2021-08-191-0/+1
* Use get_global_* functions instead of using transforms.Anilforextra2021-08-141-5/+5
* Fix some unnecessary includesAaron Franke2021-08-131-4/+1