Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-05 | The help page now show the entire object hierarchy | Franklin Sobrinho | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Merge pull request #3910 from chuckeles/completion-tooltip | Rémi Verschelde | |
Completion tooltip | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||
2016-03-03 | Hide hint if completion is active | Martin Chuckeles | |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles | |
2016-03-03 | Merge pull request #3907 from Stabington/master | Rémi Verschelde | |
set_time_scale docs | |||
2016-03-03 | set_time_scale docs | Stabington | |
This is correct? | |||
2016-03-02 | Merge pull request #3898 from volzhs/fix-android-gradle | Rémi Verschelde | |
fix gradle build on windows | |||
2016-03-02 | fix gradle build on windows | volzhs | |
2016-03-01 | Merge pull request #3894 from akien-mga/pr-revert-3814 | Rémi Verschelde | |
Revert "Merge pull request #3814 from est31/iterators_for_for" | |||
2016-03-01 | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | |
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||
2016-03-01 | Merge pull request #3858 from JoshuaGrams/blend3 | Rémi Verschelde | |
AnimationTreePlayer (Blend3): process all inputs. | |||
2016-03-01 | Merge pull request #3757 from JoshuaGrams/animation-tree-blending | Rémi Verschelde | |
AnimationTreePlayer: blend value tracks (intended to close #2299) | |||
2016-03-01 | AnimationTreePlayer: 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-01 | Quick fixes to tween documentation formatting | Rémi Verschelde | |
Maybe the reST parser should be improved instead though ;) | |||
2016-02-29 | Merge pull request #3880 from Hinsbart/joy_names | Rémi Verschelde | |
use joystick name from mapping-db if available | |||
2016-02-29 | use joystick name from mapping-db if available | hinsbart | |
2016-02-29 | -wip on addon editor | Juan Linietsky | |
-fixes instantiable subclasses not working, as reported in #3871 | |||
2016-02-29 | Merge pull request #3875 from est31/master | Rémi Verschelde | |
Fix crash with release mode | |||
2016-02-29 | Fix bug with nearest_power_of_2_templated | est31 | |
We have to shift log(num of bits) many times not num of bytes many. | |||
2016-02-28 | Merge pull request #3864 from leezh/editorplugin_extras | Juan Linietsky | |
Adds EditorPlugin::remove_control_from_bottom_panel() | |||
2016-02-28 | deleted files added accidentally | Ariel Manzur | |
2016-02-28 | Merge pull request #3693 from SaracenOne/hardware_skinning_fix | Rémi Verschelde | |
Fixed hardware-accelerated skinning support. | |||
2016-02-28 | Merge pull request #3814 from est31/iterators_for_for | Rémi Verschelde | |
Add Iterators and use them for for | |||
2016-02-28 | Use xrange for common "for i in range(...)" use case | est31 | |
Make the parser eliminate a wasteful allocation and initialisation of a possibly large array. | |||
2016-02-28 | Add xrange builtin function | est31 | |
Also update classes.xml in order to document xrange | |||
2016-02-28 | Add RangeIterator class for loops | sheepandshepherd | |
2016-02-28 | Merge pull request #3863 from bojidar-bg/PR-document-tween | Rémi Verschelde | |
Document Tween class | |||
2016-02-28 | Updated the docs for EditorPlugin | Zher 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-28 | Document Tween class | Bojidar Marinov | |
2016-02-28 | Adds 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-28 | Remove grey capsule on official logo | Ré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-28 | AnimationTreePlayer (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-27 | Completed 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-27 | screen_shaders: convert demo images to JPG | Rémi Verschelde | |
2016-02-27 | normalmap demo: convert images to JPG | Rémi Verschelde | |
To make the demos lighter | |||
2016-02-27 | Remove Noto Sans font from translation demo (heavy!) | Rémi Verschelde | |
2016-02-27 | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | |
2016-02-27 | fix transform localization event in mouse motion | Juan Linietsky | |
2016-02-27 | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | |
but feedback welcome! | |||
2016-02-25 | Merge pull request #3830 from w84death/patch-1 | Rémi Verschelde | |
OUYA gamepad mappings fix | |||
2016-02-25 | OUYA gamepad mappings fix | Krzysztof Jankowski | |
Fix gamepad mappings for OUYA revision 4 | |||
2016-02-25 | theora on server build | Ariel Manzur | |
2016-02-25 | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | |
fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager | |||
2016-02-24 | Merge pull request #3824 from StraToN/fix-close-button | Rémi Verschelde | |
Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810 | |||
2016-02-24 | Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810 | Julian Murgia - StraToN | |
2016-02-24 | Merge pull request #3819 from Hinsbart/fix_dpad | punto- | |
x11: fix joysticks not recognizing some buttons | |||
2016-02-24 | x11: fix joysticks not recognizing some buttons | hinsbart | |
dpad on x360 pads with kernel < 4.3 is working now | |||
2016-02-24 | Merge pull request #3817 from wass3r/typo-fixes | Rémi Verschelde | |
applied some typo fixes. see godotengine/godot-docs#18 |