summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-22resolved some cases wehre built-in doc is not properlt generated, fixes #1719Juan Linietsky
2015-04-21corrected project manager popup, fixes #1721Juan Linietsky
2015-04-21ability to get closest owner to point, for navigation and navigation2dJuan Linietsky
2015-04-21-Many fixes and demo for RichTexLabelJuan Linietsky
2015-04-20-oops, duplicated text issue fix..Juan Linietsky
2015-04-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-20-Changed Godot exit to be clean.Juan Linietsky
2015-04-20Merge pull request #1718 from swenner/documentation_fixesJuan Linietsky
2015-04-20updated outdated or missing Plane class documentationSimon Wenner
2015-04-20fixed incorrect constructor descriptions in Matrix3Simon Wenner
2015-04-20fixed typos in the documentationSimon Wenner
2015-04-19-Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky
2015-04-18-fix local and global usage for DirAccess, fixes #791Juan Linietsky
2015-04-18-Fixed post-import script-reload buf, fixes #1683Juan Linietsky
2015-04-18-Throw error if setter and getter reference their member variable with self. ...Juan Linietsky
2015-04-18disable undo properly after ctrl-i, fixes #1688Juan Linietsky
2015-04-18-fixed relative path saving to file, fixes #1694Juan Linietsky
2015-04-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-18-try to avoid errors when path using ".." is present in script include, fixes...Juan Linietsky
2015-04-18Merge pull request #1662 from TheHX/fix_pluginsJuan Linietsky
2015-04-18Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky
2015-04-18Merge pull request #1691 from Faless/area_combine_2dJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-18-fix vector rotation, fixes #1705Juan Linietsky
2015-04-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-18-renamed function to get object from instance idJuan Linietsky
2015-04-17-Added android immersive mode, fixes #303Juan Linietsky
2015-04-14Fix clipping when used in viewport or inside another viewport, fixes #1661Juan Linietsky
2015-04-14Fix operator definition for AreaCMPFabio Alessandrelli
2015-04-14Implement Area2D space_override_mode combineFabio Alessandrelli
2015-04-13-Changed the cubic interpolator, improves situation with PathFollow in #1659Juan Linietsky
2015-04-13-Fix issue of scene import script path being broken on reimport, fixes #1668Juan Linietsky
2015-04-12-Made sure that "free" function appears in documentation and code completion,...Juan Linietsky
2015-04-12scene switcher demo changed to reflect tutorial, fixes #1673Juan Linietsky
2015-04-12fixed broken lighting, closes #1671Juan Linietsky
2015-04-12fixed UV2 source in shader graph, closes #1633Juan Linietsky
2015-04-12-Fixed screen capture for viewports, added a screen capture demo, fixes #1529Juan Linietsky
2015-04-12-Changed bootsplash option to use a file, fixes #1539Juan Linietsky
2015-04-12improved save path error messages for scene, textures and audio, fixes #1514Juan Linietsky
2015-04-12Modified OSX11 to try alternative audio drivers if pulseaudio does not work o...Juan Linietsky
2015-04-12renamed scrts to scripts, fixes #1525Juan Linietsky
2015-04-09Now the script editor highlight all lines of a multiline stringFranklin Sobrinho
2015-04-09Fix toolbar menu position(RichText and MultiMesh plugins)Franklin Sobrinho
2015-04-09fixed navigation tile issue, fixes #1581Juan Linietsky
2015-04-09-function remove_and_delete_child removed. Just use child.free() or child.que...Juan Linietsky
2015-04-09Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-09-Fixes bug in ShaderGraph material, when uniform property is not used, fixes ...Juan Linietsky
2015-04-08Merge pull request #1654 from TheHX/fix_editor_dialogJuan Linietsky
2015-04-08Changed popup_centered by popup_centered_minsize in editor dialogsFranklin Sobrinho
2015-04-08-Better Collada now keeps mesh names properly from blender, makes the "overwr...Juan Linietsky