summaryrefslogtreecommitdiff
path: root/scene/2d/camera_2d.cpp
AgeCommit message (Collapse)Author
2016-07-10Merge pull request #5490 from timoschwarzer/masterJuan Linietsky
Add new Camera2D alignment functions
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
2016-06-29Add align() to realign the Camera2D to its tracked nodeTimo Schwarzer
align() will center the tracked Node if anchor mode is set to DRAG_CENTER, otherwise the camera is set to the Node's position
2016-06-29Add reset_smoothing() for immediately fixing the camera to the destination ↵Timo Schwarzer
location
2016-06-21Fix a inherited transform bug with Camera2D preview drawingBojidar Marinov
Closes #5339
2016-04-23Fix continious update with Camera2DBojidar Marinov
Closes #4406
2016-04-19Merge pull request #4380 from bojidar-bg/camera2d-fix-zoomRémi Verschelde
Fix Camera2D ignoring zoom when checking limits
2016-04-19Fix Camera2D ignoring zoom when checking limitsBojidar Marinov
Closes #1912
2016-04-19Add preview of the Camera2D's screen boundariesBojidar Marinov
Closes #3365
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
2015-12-12-make smoothing respect camera limits, fixes #3037Juan Linietsky
2015-09-03Fix for smoothing camera2D when you change zoom, fix #2074.Guilherme Felipe
2015-06-11new space shooter demoJuan Linietsky
ortho camera sort fix, closes #2063
2015-05-06optional formal changesehriche
2015-04-30-some cleanupsJuan Linietsky
-added tesselation function to curve and curve2d
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-03merges from okam repoJuan Linietsky
2014-11-05SceneMainLoop -> SceneTreeJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
2014-03-13-fix bug in cache for atlas import/exportJuan Linietsky
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
2014-02-10Fixed accidentally broken identationrafalcieslak
2014-02-10Implemented Camera2D.Rotating propertyrafalcieslak
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky