summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* NavMeshJuan Linietsky2014-11-174-6/+118
* allow Alt+arrow keys to pass through editorDana Olson2014-11-131-2/+8
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-11-132-2123/+2131
|\
| * Merge pull request #879 from DCubix/masterJuan Linietsky2014-11-132-2123/+2131
| |\
| | * Editor goodies updateDiego Lopes2014-11-122-2123/+2131
* | | UDP FixesJuan Linietsky2014-11-138-0/+93
|/ /
* / 3D Import Import & UDPJuan Linietsky2014-11-127-145/+183
|/
* Fix AnimationTreePlayer.node_get_input_source typoBrandon DeRosier2014-11-111-1/+1
* missing files with fixes for shower of bulletsJuan Linietsky2014-11-061-2/+2
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-0588-952/+953
* Bug FixesJuan Linietsky2014-11-0217-61/+361
* -Much improvement to baked light bakerJuan Linietsky2014-10-2715-13/+322
* Fix some more incorrect bindingsGerold312014-10-264-5/+5
* - Fix BaseButton "Click on Press" issue. Now a button correctly show its visu...Guy Rabiller2014-10-241-1/+11
* Fix light was alwasy been disabled in release mode (tools=no)marynate2014-10-161-4/+1
* -added custom metadata to physics shapes (2D only for now)Juan Linietsky2014-10-165-1/+18
* FixesJuan Linietsky2014-10-141-2/+1
* ColladaJuan Linietsky2014-10-1411-141/+140
* offset particle drawing order so that recently emitted particles are always d...romulox_x2014-10-121-1/+7
* Little BitsJuan Linietsky2014-10-1212-10/+193
* Remove camera check for 2D audio listener.Hilton Medeiros2014-10-101-1/+1
* Modified sprite's draw notification call to use floats instead of integers so...romulox_x2014-10-091-7/+7
* Misc BitsJuan Linietsky2014-10-093-960/+0
* -One liner fix for crash, line was removed accidentally.Juan Linietsky2014-10-071-0/+2
* Build System ChangesJuan Linietsky2014-10-0722-3691/+459
* Icons for many new types of nodesJuan Linietsky2014-10-032-0/+2035
* missing fils from yesterday comit.Juan Linietsky2014-10-0310-20/+39
* Huge Amount of BugFixJuan Linietsky2014-10-0326-83/+452
* -added collision exception to 3D Physics API tooJuan Linietsky2014-09-222-0/+28
* -variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr...Juan Linietsky2014-09-229-38/+108
* Fixed too many little issues, check the issues closed today.Juan Linietsky2014-09-218-18/+90
* Fixing Issues...Juan Linietsky2014-09-199-123/+343
* Merge pull request #705 from rollenrolm/vslider-fixJuan Linietsky2014-09-191-1/+4
|\
| * Fix for inverted VSliderRalf Hölzemer2014-09-191-1/+4
* | Fix bug #471, Colour picker labels are incorrect in HSV and RAW modeRalf Hölzemer2014-09-191-17/+28
|/
* More Bug FixesJuan Linietsky2014-09-172-1/+4
* Small FixesJuan Linietsky2014-09-176-12/+42
* Merge pull request #575 from marynate/PR-node2d-set-global-posJuan Linietsky2014-09-172-0/+14
|\
| * Add node2d::get_global_pos()marynate2014-07-072-0/+14
* | Merge pull request #588 from marynate/PR-fix-touchscreenbutton-inputJuan Linietsky2014-09-171-2/+6
|\ \
| * | Fixed potential crash when touchscreenbutton has no texture assignedmarynate2014-07-131-1/+2
| * | Fixed touchscreen was processing input in editormarynate2014-07-131-1/+4
* | | Merge pull request #628 from sanikoyes/PR-tween-supportJuan Linietsky2014-09-174-0/+1867
|\ \ \
| * | | tween:sanikoyes2014-08-252-35/+392
| * | | Fix tween seek, add tell functionsanikoyes2014-08-222-7/+28
| * | | Replace object to NodePathsanikoyes2014-08-222-62/+161
| * | | Fix resetsanikoyes2014-08-211-2/+4
| * | | Add tween delay supportsanikoyes2014-08-212-14/+66
| * | | Add missing bind, fix bind argument descriptionsanikoyes2014-08-201-4/+5
| * | | Add tween seek/repeat supportsanikoyes2014-08-202-4/+56