aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Improve mechanism and fix radio icon rendering.Mariano Javier Suligoy2015-03-013-28/+32
| * | | Add CheckBox control with theme edition and radio icon avaible.Mariano Javier Suligoy2015-03-016-1/+175
| |/ /
* | | Merge pull request #1535 from rollenrolm/hidden_filesJuan Linietsky2015-03-221-5/+14
|\ \ \
| * | | New option to show/hide hidden filesrollenrolm2015-03-211-5/+14
* | | | drag & drop demo (GUI)Juan Linietsky2015-03-221-0/+1
* | | | gui in 3D demo now uses area for inputJuan Linietsky2015-03-222-0/+8
* | | | avoid function naming conflict on light scaleJuan Linietsky2015-03-222-7/+7
* | | | added spatial and node2d helper methodsJuan Linietsky2015-03-228-43/+166
* | | | fixes/cleans upJuan Linietsky2015-03-225-2/+25
* | | | input events on Area2D is now supportedJuan Linietsky2015-03-228-5/+212
|/ / /
* | | signed distance field font supportJuan Linietsky2015-03-213-1/+24
* | | add overlap test function, remove a semicolonJuan Linietsky2015-03-181-1/+1
* | | add functions to test overlap with another body or areaJuan Linietsky2015-03-172-0/+28
* | | Area2D can now detect overlap with other areasJuan Linietsky2015-03-174-18/+265
* | | New option to send canvas to render bufferJuan Linietsky2015-03-163-8/+9
* | | Add missing particles_2d macro bindsanikoyes2015-03-141-0/+5
* | | Fix compile error in back_buffer_copy.hmarynate2015-03-121-1/+1
* | | back buffer copy node, to improve on texscreen()Juan Linietsky2015-03-124-1/+118
* | | small optimizations to isometric light demoJuan Linietsky2015-03-104-1/+40
* | | Fix compie error in TileMap::_fix_cell_transform(...)marynate2015-03-092-6/+7
* | | lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-0911-86/+525
* | | Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-03-0337-228/+3029
|\ \ \
| * | | support for 2D shadow castersJuan Linietsky2015-03-0212-131/+599
| |/ /
| * | Merge pull request #1369 from not-surt/tile_rotationJuan Linietsky2015-02-216-68/+88
| |\ \
| | * \ Merge branch 'master' of https://github.com/okamstudio/godot into tile_rotationCarl Olsson2015-02-161-0/+2
| | |\ \
| | * \ \ Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-1515-22/+1383
| | |\ \ \
| | * | | | Reorder tile transforms so transpose occurs before flips. Much more intuitive...Carl Olsson2015-02-131-7/+10
| | * | | | Moved wrapper function to TileMapEditor.Carl Olsson2015-02-112-6/+0
| | * | | | Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-117-30/+67
| | |\ \ \ \
| | * | | | | Revert variant arg length to 5 and add 5 arg wrapper function for TileMap set...Carl Olsson2015-02-112-0/+6
| | * | | | | Merge branch 'master' of https://github.com/okamstudio/godotCarl Olsson2015-02-025-5/+69
| | |\ \ \ \ \
| | * | | | | | Working TileMap tile transpose transform.Carl Olsson2015-02-025-66/+57
| | * | | | | | Prep for tile transpose transform.Carl Olsson2015-01-192-5/+32
| * | | | | | | added option to disable automatic clearing of viewport render bufferromulox_x2015-02-212-0/+29
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | -improved pathfinding accuracyJuan Linietsky2015-02-192-1/+39
| * | | | | | support for light and normal mapping in 2DJuan Linietsky2015-02-188-30/+203
| * | | | | | -Some more work on 2D Lights (NOT FUNCTIONAL YET!)reduz2015-02-163-0/+264
| | |_|_|_|/ | |/| | | |
| * | | | | Godot UI is quick and snappy again!Juan Linietsky2015-02-151-0/+2
| | |_|_|/ | |/| | |
| * | | | begin new serialization frameworkJuan Linietsky2015-02-151-3/+3
| * | | | Merge pull request #1362 from not-surt/tile_map_body_modeJuan Linietsky2015-02-142-19/+41
| |\ \ \ \
| | * | | | Replace body_mode property with use_kinematic flag.Carl Olsson2015-02-142-14/+14
| | * | | | Added body mode property to TileMap to select between static and kinematic ph...Carl Olsson2015-02-132-20/+42
| | | |_|/ | | |/| |
| * | | | fixes to mouse warpJuan Linietsky2015-02-144-1/+21
| * | | | New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-149-2/+1322
| |/ / /
| * | | Merge pull request #1327 from romulox-x/polygonPathFinderClosestPointJuan Linietsky2015-02-111-9/+17
| |\ \ \
| | * | | changed PolygonPathFinder::get_closest_point to return the closest position i...romulox_x2015-02-011-9/+17
| | | |/ | | |/|
| * | | added missing set_shader_param functionsJuan Linietsky2015-02-113-2/+25
| * | | customizable content margin in styleboxesJuan Linietsky2015-02-101-0/+6
| * | | Merge pull request #1170 from UsernameIsAReservedWord/fix_cubemap_ressource_e...Juan Linietsky2015-02-091-18/+18
| |\ \ \
| | * | | fixes cubemap ressource editor bugyg2f2015-01-101-18/+18