Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | was fetching incorrect meta data for tab titles | Dana Olson | |
closes #650 | |||
2014-08-28 | add/fix GDScript bindings for add_tab/remove_tab | Dana Olson | |
closes #651 | |||
2014-08-14 | -Fixed pull request overwrite by mistake | Juan Linietsky | |
-Forgot to mention that lightmap baking to texture was implemented in latest push. | |||
2014-08-14 | Little Bits | Juan 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-14 | Merge pull request #594 from marynate/PR-fix-rdebug-crash | reduz | |
Fixed failed to connect to remote debugger with -rdebug will crash engine | |||
2014-08-14 | Merge pull request #595 from marynate/PR-fix-view-grid | reduz | |
Fixed #470 View grid toggle in 3d not working | |||
2014-08-14 | Merge pull request #608 from TheoXD/timeseek_node_seek | reduz | |
Timeseek works like this | |||
2014-08-14 | Merge pull request #613 from adolson/joystick-demo | reduz | |
added joysticks demo | |||
2014-08-14 | Merge pull request #617 from adolson/md5-binding | reduz | |
added String.md5_text() binding | |||
2014-08-14 | Merge pull request #618 from siriustnt/bug_fix | reduz | |
ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE | |||
2014-08-13 | ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE | tnt | |
2014-08-13 | added String.md5_text() binding | Dana Olson | |
2014-08-06 | added joysticks demo | Dana Olson | |
2014-08-01 | Fixes from Ariel | Juan Linietsky | |
2014-08-01 | Small Issues & Maintenance | Juan 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-15 | Make sure View Grid state saved with scene state | marynate | |
2014-07-15 | Fixed #470 View grid toggle in 3d not working | marynate | |
2014-07-15 | Fixed failed to connect to remote debugger with -rdebug will crash engine | marynate | |
2014-07-07 | Timeseek works like this | Theo Hallenius | |
2014-07-07 | Polygon2D | Juan 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-06 | 2D Animation Improvements | Juan 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-03 | Merge pull request #569 from marynate/PR-3d-disabled-build | reduz | |
Fixed #553: Disable 3D nodes for smaller executable | |||
2014-07-03 | Fixed #553: Disable 3D nodes for smaller executable | marynate | |
2014-07-02 | Merge pull request #504 from marynate/PR-pm-filter | reduz | |
Add project list filter for easy finding projects | |||
2014-07-02 | Merge pull request #568 from marynate/PR-travis-ci | reduz | |
Adding travis ci support | |||
2014-07-02 | Merge pull request #566 from marynate/PR-fix-scene-tree-dock-set-selected | reduz | |
Forgot to add SceneTreeDock::set_selected change in last PR | |||
2014-07-02 | Adding travis ci support | marynate | |
2014-07-02 | Forgot to add SceneTreeDock::set_selected change in last PR | marynate | |
2014-07-02 | Merge pull request #564 from marynate/PR-fix-open-subscene-tab | reduz | |
Fixed issue #429: in scene tab, clicking on some instance folder, change all the others views | |||
2014-07-02 | Fixed Bugs & Joypad in Android | Juan Linietsky | |
================================ -resolved many graphical glitches with multiple lights in GLES2 render -fixes and WIP apk expansion -joystick support for Android by Ariel | |||
2014-06-30 | Fixed when opening sub-scene by pressing sub-scene icon in scene tree, tab ↵ | marynate | |
changed to script tab | |||
2014-06-30 | Merge pull request #562 from marynate/PR-fix-internal-res-mod-time | reduz | |
Fix ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed on windows | |||
2014-06-30 | Fix 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-30 | fixed bug where resource path is properly exported | Juan Linietsky | |
2014-06-29 | hoh# On branch master | Juan Linietsky | |
2014-06-29 | Bug Fixes | Juan 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-29 | Merge pull request #541 from marynate/PR-fix-uv-xform | reduz | |
Fix FixedMaterial uv xform not working bug | |||
2014-06-29 | Merge pull request #542 from marynate/PR-fix-resource-name-update | reduz | |
Fixed resource name not updated when saved in resurce dock | |||
2014-06-29 | Merge pull request #546 from marynate/PR-fix-pin-project-segfault | reduz | |
Fix #526 segfault when pinning projects | |||
2014-06-29 | Merge pull request #549 from Felbo/master | reduz | |
Fixed mouse motion events with captured mouse mode in OS X | |||
2014-06-29 | Merge pull request #554 from marynate/PR-fix-platformer-demo | reduz | |
Fix 3d platformer demo texture display black on android devices | |||
2014-06-28 | Missing name on collada-imported materials | Juan Linietsky | |
2014-06-28 | Fix 3d platformer demo texture display black on android devices | marynate | |
2014-06-27 | Misc Fixes | Juan Linietsky | |
========== -NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk) -WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store -Feaures in the new tutorials are all present in the sourcecode -This (hopefully) should get rid of the animation list order getting corrupted -Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing? -In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource -Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo | |||
2014-06-26 | Fixed mouse motion events with captured mouse mode in OS X | James Emselle | |
2014-06-26 | Merge pull request #548 from Felbo/master | reduz | |
mouse_mode implementation on OS X. | |||
2014-06-26 | mouse_mode implementation on OS X | James Emselle | |
2014-06-25 | Fix pinning project segfault | marynate | |
2014-06-23 | Fixed resource name not updated when saved in resurce dock | marynate | |
2014-06-21 | Fix FixedMaterial uv xform not working bug | marynate | |