summaryrefslogtreecommitdiff
path: root/scene/2d/camera_2d.cpp
AgeCommit message (Expand)Author
2023-03-13Fix Camera2D position smoothing properties not being groupedMarcus Elg
2023-02-24Fix custom viewports in Camera2Dkobewi
2023-02-10Fix camera reparentingkobewi
2023-02-01Fix Camera2D crasheskobewi
2023-01-31Merge pull request #65698 from KoBeWi/cameramanRémi Verschelde
2023-01-30Hide clip_children for non-drawn CanvasItemsNinni Pipping
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-06Fix for 2D viewport not updating in the editor when the camera movesRichard Adenling
2022-12-02Rework how current Camera2D is determinedkobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-11Rename Camera2D's `smoothing` to `position_smoothing`Micky
2022-10-04Add rotation smoothing to Camera2DLuis Lopez
2022-09-21Reverse Camera2D.`rotating` to `ignore_rotation`Micky
2022-09-06Merge pull request #64880 from Mickeon/rename-camera-positionRémi Verschelde
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-26Rename Camera2D's `screen_center` and `*_position`Micky
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-28Ensure changes to Camera2D's limits don't affect smoothed_camera_posMarcel Admiraal
2022-07-28When Camera2D enters tree, ensure first update is not lostMarcel Admiraal
2022-07-17Update camera position when updating camera limitMarcel Admiraal
2022-06-14Add Vector2/3 linking to more propertiesFireForge
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-05Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio
2022-03-14Merge pull request #57392 from madmiraal/implement-3888Rémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-31Invert Camear2D zoom to make it intuitiveMarcel Admiraal
2022-01-04Rename Project Window width and height settings to match their functionMarcel Admiraal
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-17Fix condition on 'jump to limits' logicEric
2021-11-16Merge pull request #54167 from brunosxs/fix-game-crash-when-sending-a-notific...Rémi Verschelde
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-23Fixes a game crash caused by instantiating Camera2D and sending a notificatio...BrunoSXS
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-08-19fixed camera2d's "current" property getting reset when switching scenesThreeRhinosInAnElephantCostume
2021-08-14Use get_global_* functions instead of using transforms.Anilforextra
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-27Fixed Camera2D's reset_smoothing() does not work as describedvitika9
2021-07-03add viewport.get_camera_2d()Josh Chandler
2021-06-30Enable Camera2D smoothing on limit changeEric
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-05-27Tweak Camera2D editor line colors for better visibilityHugo Locurcio
2021-03-19Use real_t in non-physics 2D nodesAaron Franke
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-03-01Make Camera2D's editor helper code only be compiled on editor buildsMichael Alexsander
2021-02-18Refactor Process Modereduz
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename Camera2D offset_h and offset_v propertiesMarcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal