summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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, ↵Juan Linietsky
fixes #1703
2015-04-18Merge pull request #1662 from TheHX/fix_pluginsJuan Linietsky
Fix toolbar menu position(RichText and MultiMesh plugins)
2015-04-18Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky
Now the script editor highlight all lines of a multiline string
2015-04-18Merge pull request #1691 from Faless/area_combine_2dJuan Linietsky
Implement Area2D space_override_mode = COMBINE
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
-added function to get list of tiles used
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 ↵Juan Linietsky
completion, fixes #1664
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
-Added OS.get_splash_tick_msec() to query when splash appeared
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 ↵Juan Linietsky
or user dislikes lennart potering , fixes #1511
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 ↵Juan Linietsky
child.queue_free() instead. Fixes #1603
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
#1634 and #1610
2015-04-08Merge pull request #1654 from TheHX/fix_editor_dialogJuan Linietsky
Changed popup_centered by popup_centered_minsize in editor dialogs
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 ↵Juan Linietsky
"overwrite existing, keep materials" import mode work properly.
2015-04-08fixed re-import of scene when new nodes are added, fixes #1620Juan Linietsky
2015-04-07-fix resolver erase query to avoid running out of slots, fixes #1621Juan Linietsky
2015-04-07fix crash when deleting shader from material, fixes #1631Juan Linietsky
2015-04-07fixed shader graph length node, fixes #1632Juan Linietsky
2015-04-07added assert to disassembly, fixes #1641Juan Linietsky
2015-04-07Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-04-07-Concatenating arrays keeps the shared property if any of the arrays is ↵Juan Linietsky
shared. Fixes #1646
2015-04-07Merge pull request #836 from adolson/new-default-project-iconJuan Linietsky
new default project icon
2015-04-07Merge pull request #1531 from vkbsb/h5_canvas_polygon_fixJuan Linietsky
H5 canvas polygon fix
2015-04-07Merge pull request #1554 from NateWardawg/inspectorupdateJuan Linietsky
Camel casing being capitalized only happens in the inspector now.
2015-04-07Merge pull request #1564 from Faless/area_combine-1Juan Linietsky
Implement combine mode for area
2015-04-07Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky
Pr-GDScript-seed-get-inst
2015-04-07Merge pull request #1568 from sanikoyes/Pr-missing-WM_RBUTTONDBLCLKJuan Linietsky
Pr-missing-WM_RBUTTONDBLCLK
2015-04-07Merge pull request #1569 from sanikoyes/Pr-sort-sample-libraryJuan Linietsky
Pr-sort-sample-library
2015-04-07Merge pull request #1574 from UsernameIsAReservedWord/fix_3d_spot_attenuationJuan Linietsky
fixes_3d_spot_attenuation
2015-04-07Merge pull request #1580 from ↵Juan Linietsky
UsernameIsAReservedWord/fixes_help_background_color_theme fixes #332 : makes EditorHelp uses EditorSettings bg color
2015-04-07Merge pull request #1585 from ↵Juan Linietsky
UsernameIsAReservedWord/add_is_queued_for_deletion_in_objects add : bool Object.is_queued_for_deletion()