summaryrefslogtreecommitdiffstats
path: root/scene/2d/camera_2d.h
Commit message (Collapse)AuthorAgeFilesLines
* Type renames:Juan Linietsky2017-01-111-1/+1
| | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-1/+1
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Added a few functions to make 2D split screen easier.Juan Linietsky2016-09-141-0/+5
|
* Add an option to smooth camera limits when camera smoothing is enabled.Timo Schwarzer2016-07-131-1/+3
|
* Fix Camera2D header for align()Timo Schwarzer2016-06-301-1/+1
|
* Add align() to realign the Camera2D to its tracked nodeTimo Schwarzer2016-06-291-0/+1
| | | | align() will center the tracked Node if anchor mode is set to DRAG_CENTER, otherwise the camera is set to the Node's position
* Add reset_smoothing() for immediately fixing the camera to the destination ↵Timo Schwarzer2016-06-291-0/+1
| | | | location
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -make smoothing respect camera limits, fixes #3037Juan Linietsky2015-12-121-0/+6
|
* new space shooter demoJuan Linietsky2015-06-111-3/+11
| | | | ortho camera sort fix, closes #2063
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* merges from okam repoJuan Linietsky2015-03-031-94/+95
|
* Implemented Camera2D.Rotating propertyrafalcieslak2014-02-101-0/+4
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+118