summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-06Merge pull request #3927 from TheHX/issue-3645Rémi Verschelde
Added search box in Class List dialog (Script Editor)
2016-03-06Merge pull request #3931 from TheHX/issue-3876Rémi Verschelde
Fix Sprite doesn't updating region_rect value in certain conditions
2016-03-06Merge pull request #3932 from TheHX/issue-807Rémi Verschelde
The help page now show the entire object hierarchy
2016-03-05The help page now show the entire object hierarchyFranklin Sobrinho
2016-03-05Merge pull request #3930 from TheHX/issue-3801Rémi Verschelde
Removed "__editor_plugin_screen__" metadata creation
2016-03-05Fix Sprite doesn't updating region_rect value in certain conditionsFranklin Sobrinho
2016-03-05Removed "__editor_plugin_screen__" metadata creationFranklin Sobrinho
2016-03-05Merge pull request #3922 from chuckeles/docRémi Verschelde
GDScript Documentation
2016-03-05Write GDScript documentationMartin Chuckeles
2016-03-05Merge pull request #3893 from leezh/diraccess_fixRémi Verschelde
Added relative paths for DirAccess::remove()
2016-03-05Merge pull request #3920 from Hinsbart/js_echo_keysRémi Verschelde
html5: workaround for echo key events.
2016-03-05Added search box in Class List dialog (Script Editor)Franklin Sobrinho
2016-03-04html5: workaround for echo key events.hondres
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
-New HTTPRequest node, to make HTTP requests simpler.
2016-03-04Merge pull request #3910 from chuckeles/completion-tooltipRémi Verschelde
Completion tooltip
2016-03-04Add editor settings for call hint placementMartin Chuckeles
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
2016-03-03Hide hint if completion is activeMartin Chuckeles
2016-03-03Move the call hint under the current lineMartin Chuckeles
2016-03-03Merge pull request #3907 from Stabington/masterRémi Verschelde
set_time_scale docs
2016-03-03set_time_scale docsStabington
This is correct?
2016-03-02Merge pull request #3898 from volzhs/fix-android-gradleRémi Verschelde
fix gradle build on windows
2016-03-02fix gradle build on windowsvolzhs
2016-03-01Merge pull request #3894 from akien-mga/pr-revert-3814Rémi Verschelde
Revert "Merge pull request #3814 from est31/iterators_for_for"
2016-03-01Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
2016-03-01Merge pull request #3858 from JoshuaGrams/blend3Rémi Verschelde
AnimationTreePlayer (Blend3): process all inputs.
2016-03-01Merge pull request #3757 from JoshuaGrams/animation-tree-blendingRémi Verschelde
AnimationTreePlayer: blend value tracks (intended to close #2299)
2016-03-01AnimationTreePlayer: blend value tracks (closes #2299)Josh Grams
Variant: - zero() sets a Variant to the appropriate type of zero value - blend() blends part of one Variant on top of another.
2016-03-01Added relative paths for DirAccess::remove()Zher Huei Lee
Follows similar behaviour to DirAccess::rename()
2016-03-01Quick fixes to tween documentation formattingRémi Verschelde
Maybe the reST parser should be improved instead though ;)
2016-02-29Merge pull request #3880 from Hinsbart/joy_namesRémi Verschelde
use joystick name from mapping-db if available
2016-02-29use joystick name from mapping-db if availablehinsbart
2016-02-29-wip on addon editorJuan Linietsky
-fixes instantiable subclasses not working, as reported in #3871
2016-02-29Merge pull request #3875 from est31/masterRémi Verschelde
Fix crash with release mode
2016-02-29Fix bug with nearest_power_of_2_templatedest31
We have to shift log(num of bits) many times not num of bytes many.
2016-02-28Merge pull request #3864 from leezh/editorplugin_extrasJuan Linietsky
Adds EditorPlugin::remove_control_from_bottom_panel()
2016-02-28deleted files added accidentallyAriel Manzur
2016-02-28Merge pull request #3693 from SaracenOne/hardware_skinning_fixRémi Verschelde
Fixed hardware-accelerated skinning support.
2016-02-28Merge pull request #3814 from est31/iterators_for_forRémi Verschelde
Add Iterators and use them for for
2016-02-28Use xrange for common "for i in range(...)" use caseest31
Make the parser eliminate a wasteful allocation and initialisation of a possibly large array.
2016-02-28Add xrange builtin functionest31
Also update classes.xml in order to document xrange
2016-02-28Add RangeIterator class for loopssheepandshepherd
2016-02-28Merge pull request #3863 from bojidar-bg/PR-document-tweenRémi Verschelde
Document Tween class
2016-02-28Updated the docs for EditorPluginZher Huei Lee
One thing to note is that visibilty of the bottom panel items are automatically managed by the buttons along the bottom.
2016-02-28Document Tween classBojidar Marinov
2016-02-28Adds EditorPlugin::remove_control_from_bottom_panel()Zher Huei Lee
Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too.
2016-02-28Remove grey capsule on official logoRémi Verschelde
It had been added by a contributor without prior discussion with the rest of the team, but the grey capsule did not look so good. Closes #3848. Also renamed godot_{icon,logo} to just {icon,logo}.
2016-02-28AnimationTreePlayer (Blend3): process all inputs.Josh Grams
Always call _process_node on all three inputs so that looped animations don't get out of sync.
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
2016-02-27screen_shaders: convert demo images to JPGRémi Verschelde
2016-02-27normalmap demo: convert images to JPGRémi Verschelde
To make the demos lighter