summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-27Update tween demosanikoyes
2014-08-25tween:sanikoyes
1、add follow/targeting support 2、update demo
2014-08-22Fix tween seek, add tell functionsanikoyes
2014-08-22Replace object to NodePathsanikoyes
Add time callback support Update demo
2014-08-21Fix resetsanikoyes
2014-08-21Add tween delay supportsanikoyes
Add tween get_runtime function Update demo for tween delay sample
2014-08-20Add missing bind, fix bind argument descriptionsanikoyes
2014-08-20Add tween seek/repeat supportsanikoyes
Add tween demo
2014-08-20Add remove/remove_all for tweensanikoyes
2014-08-20Add tween support for godotsanikoyes
2014-08-14-Fixed pull request overwrite by mistakeJuan Linietsky
-Forgot to mention that lightmap baking to texture was implemented in latest push.
2014-08-14Little BitsJuan Linietsky
-=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
2014-08-14Merge pull request #594 from marynate/PR-fix-rdebug-crashreduz
Fixed failed to connect to remote debugger with -rdebug will crash engine
2014-08-14Merge pull request #595 from marynate/PR-fix-view-gridreduz
Fixed #470 View grid toggle in 3d not working
2014-08-14Merge pull request #608 from TheoXD/timeseek_node_seekreduz
Timeseek works like this
2014-08-14Merge pull request #613 from adolson/joystick-demoreduz
added joysticks demo
2014-08-14Merge pull request #617 from adolson/md5-bindingreduz
added String.md5_text() binding
2014-08-14Merge pull request #618 from siriustnt/bug_fixreduz
ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE
2014-08-13ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITEtnt
2014-08-13added String.md5_text() bindingDana Olson
2014-08-06added joysticks demoDana Olson
2014-08-01Fixes from ArielJuan Linietsky
2014-08-01Small Issues & MaintenanceJuan Linietsky
-=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
2014-07-15Make sure View Grid state saved with scene statemarynate
2014-07-15Fixed #470 View grid toggle in 3d not workingmarynate
2014-07-15Fixed failed to connect to remote debugger with -rdebug will crash enginemarynate
2014-07-07Timeseek works like thisTheo Hallenius
2014-07-07Polygon2DJuan Linietsky
-=-=-=-=- Another gift for those who make 2D games: -Edit polygons, concave or convex, color them, texture them and uv-map them -Corresponding editor -Can have a custom pivot, so they are compatible with bones and IK
2014-07-062D Animation ImprovementsJuan Linietsky
-=-=-=-=-=-=-=-=-=--=-=-= -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)
2014-07-03Merge pull request #569 from marynate/PR-3d-disabled-buildreduz
Fixed #553: Disable 3D nodes for smaller executable
2014-07-03Fixed #553: Disable 3D nodes for smaller executablemarynate
2014-07-02Merge pull request #504 from marynate/PR-pm-filterreduz
Add project list filter for easy finding projects
2014-07-02Merge pull request #568 from marynate/PR-travis-cireduz
Adding travis ci support
2014-07-02Merge pull request #566 from marynate/PR-fix-scene-tree-dock-set-selectedreduz
Forgot to add SceneTreeDock::set_selected change in last PR
2014-07-02Adding travis ci supportmarynate
2014-07-02Forgot to add SceneTreeDock::set_selected change in last PRmarynate
2014-07-02Merge pull request #564 from marynate/PR-fix-open-subscene-tabreduz
Fixed issue #429: in scene tab, clicking on some instance folder, change all the others views
2014-07-02Fixed Bugs & Joypad in AndroidJuan Linietsky
================================ -resolved many graphical glitches with multiple lights in GLES2 render -fixes and WIP apk expansion -joystick support for Android by Ariel
2014-06-30Fixed when opening sub-scene by pressing sub-scene icon in scene tree, tab ↵marynate
changed to script tab
2014-06-30Merge pull request #562 from marynate/PR-fix-internal-res-mod-timereduz
Fix ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed on windows
2014-06-30Fix ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed on ↵marynate
windows due to accessing modifiled time of internal resource when editor gaining focus
2014-06-30fixed bug where resource path is properly exportedJuan Linietsky
2014-06-29hoh# On branch masterJuan Linietsky
2014-06-29Bug FixesJuan Linietsky
-=-=-=-=- -Documentation now shows overridable theme values (though this needs to be documented). -Detect when object transform is flipped and flip normals too. -TileMap can specify bounce and friction for collision. -Removed limit of 4 lights per object -Added is_hovered() to buttons.
2014-06-29Merge pull request #541 from marynate/PR-fix-uv-xformreduz
Fix FixedMaterial uv xform not working bug
2014-06-29Merge pull request #542 from marynate/PR-fix-resource-name-updatereduz
Fixed resource name not updated when saved in resurce dock
2014-06-29Merge pull request #546 from marynate/PR-fix-pin-project-segfaultreduz
Fix #526 segfault when pinning projects
2014-06-29Merge pull request #549 from Felbo/masterreduz
Fixed mouse motion events with captured mouse mode in OS X
2014-06-29Merge pull request #554 from marynate/PR-fix-platformer-demoreduz
Fix 3d platformer demo texture display black on android devices
2014-06-28Missing name on collada-imported materialsJuan Linietsky