summaryrefslogtreecommitdiff
path: root/scene/2d/camera_2d.cpp
AgeCommit message (Expand)Author
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-29Fix inverted use of Camera2D.offset_vEevee
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-06Tweaks related to Camera2D drag marginsTomasz Chabora
2019-07-05Camera2D's offset now ignores the limit propertyLikeLakers2
2019-06-12Cleanup some unecessary editor/ includes in scene/Rémi Verschelde
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-01-06Add process_mode property to Camera2DTimo Schwarzer
2019-01-01Fix viewport not updating with make_current() for Camera2DBrody Eller
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-04fix enum cast warnings on clangkarroffel
2018-05-16Fix Camera2D drag margin property is affected by zoom property #18912Anthony Rey
2018-01-27Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-08Update Camera2D scroll using NOTIFICATION_INTERNAL_PROCESSBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-26Overhauled the ParallaxBackground system so that it works properly regardless...Sofox
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-06-25Added some editor enhancements to Camera2D. Added the option to draw Camera2D...TwistedTwigleg
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Renamed call_group to call_group_flags, made call_group without flags the def...Juan Linietsky
2017-01-12Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-15Center camera2D with the proper viewport sizeJuan Linietsky
2016-09-14Added a few functions to make 2D split screen easier.Juan Linietsky
2016-07-13Add an option to smooth camera limits when camera smoothing is enabled.Timo Schwarzer