aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/node_2d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-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! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd ↵Emmanuel Leblond2017-01-101-0/+53
| | | | set_global_scale get_global_scale methods.
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-10-091-1/+1
| | | | (cherry picked from commit aa5ade834c8646b81e2320089314393c00ee8020)
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-061-16/+32
| | | | | | | | Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -renamed function get_relative_transform() to ↵reduz2015-12-281-3/+4
| | | | | | get_relative_transform_to_parent(), makes more sense -fixed newly introduced bug in onready keyword, fixes #3155
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-2/+2
| | | | | 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).
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-191-1/+1
|
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-5/+5
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843Juan Linietsky2015-05-121-0/+14
| | | | -Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* added spatial and node2d helper methodsJuan Linietsky2015-03-221-15/+34
| | | | | to perform operations such as translaiton, rotation, etc directly on nodes.
* New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+14
| | | | | | | -Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent)
* -begin work on unidirectional collision detectionJuan Linietsky2015-01-131-5/+23
| | | | | -fixed performance issue in new 2D engine -texscreen() working in shader 2D
* 2D Rewrite Step [1]Juan Linietsky2015-01-101-1/+21
| | | | | | | | -=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance!
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* Add node2d::get_global_pos()marynate2014-07-071-0/+13
|
* 2D Animation ImprovementsJuan Linietsky2014-07-061-3/+3
| | | | | | | | | -=-=-=-=-=-=-=-=-=--=-=-= -Ability to set 2D nodes as bones -Abity to set 2D nodes as IK chains -2D IK Solver -Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
* A bit of everything:Juan Linietsky2014-05-141-0/+28
| | | | | | | | | | | | | -IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM. -New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally. -Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept. -Several fixes and improvements to SurfaceTool. -Anti Aliasing added to WorldEnvironment effects (using FXAA) -2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which. -2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before) -Viewport render target textures can now be filtered. -Few fixes in GDscript make it easier to work with static functions and class members. -Several and many bugfixes.
* -Added ATITC texture supportJuan Linietsky2014-02-261-0/+4
| | | | | -Fixed bug of some tabs showing wrong names -Exported properties for viewport
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+291