| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-03-07 | fix InputMap::action_erase_event() | hondres | 1 | -4/+1 | |
| fixes #3976 | |||||
| 2016-03-07 | This will disable png arm neon optimizing for android template if compile on ↵ | volzhs | 1 | -6/+5 | |
| windows, but make compiling successful. And arm neon opt is enabled if not on windows. | |||||
| 2016-03-07 | migrate to container-based Travis CI | Hubert Jarosz | 1 | -4/+26 | |
| 2016-03-07 | osx: fix inverted horizontal scrolling | hondres | 1 | -1/+1 | |
| 2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | 3 | -27/+80 | |
| 2016-03-06 | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5) | hondres | 1 | -2/+2 | |
| 2016-03-06 | Add more verbose build-in functions descriptions | Martin Chuckeles | 1 | -28/+143 | |
| Add descriptions for some global constants | |||||
| 2016-03-05 | The help page now show the entire object hierarchy | Franklin Sobrinho | 1 | -2/+52 | |
| 2016-03-05 | Fix Sprite doesn't updating region_rect value in certain conditions | Franklin Sobrinho | 1 | -5/+7 | |
| 2016-03-05 | Removed "__editor_plugin_screen__" metadata creation | Franklin Sobrinho | 1 | -19/+0 | |
| 2016-03-05 | Write GDScript documentation | Martin Chuckeles | 1 | -1/+10 | |
| 2016-03-05 | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho | 3 | -11/+93 | |
| 2016-03-04 | html5: workaround for echo key events. | hondres | 3 | -2/+27 | |
| 2016-03-04 | Add special new line opening | Martin Chuckeles | 1 | -0/+21 | |
| 2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 18 | -17/+1678 | |
| -New HTTPRequest node, to make HTTP requests simpler. | |||||
| 2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | 4 | -4/+45 | |
| 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 | 1 | -1/+1 | |
| 2016-03-03 | Move the call hint under the current line | Martin Chuckeles | 1 | -1/+1 | |
| 2016-03-03 | set_time_scale docs | Stabington | 1 | -0/+1 | |
| This is correct? | |||||
| 2016-03-02 | fix gradle build on windows | volzhs | 1 | -1/+1 | |
| 2016-03-01 | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | 7 | -385/+0 | |
| This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||||
| 2016-03-01 | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | 4 | -4/+77 | |
| 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 | Added relative paths for DirAccess::remove() | Zher Huei Lee | 4 | -8/+17 | |
| Follows similar behaviour to DirAccess::rename() | |||||
| 2016-03-01 | Quick fixes to tween documentation formatting | Rémi Verschelde | 1 | -15/+5 | |
| Maybe the reST parser should be improved instead though ;) | |||||
| 2016-02-29 | use joystick name from mapping-db if available | hinsbart | 2 | -0/+3 | |
| 2016-02-29 | -wip on addon editor | Juan Linietsky | 4 | -0/+121 | |
| -fixes instantiable subclasses not working, as reported in #3871 | |||||
| 2016-02-29 | Fix bug with nearest_power_of_2_templated | est31 | 1 | -1/+10 | |
| We have to shift log(num of bits) many times not num of bytes many. | |||||
| 2016-02-28 | deleted files added accidentally | Ariel Manzur | 9 | -41/+0 | |
| 2016-02-28 | Use xrange for common "for i in range(...)" use case | est31 | 1 | -0/+14 | |
| Make the parser eliminate a wasteful allocation and initialisation of a possibly large array. | |||||
| 2016-02-28 | Add xrange builtin function | est31 | 3 | -0/+127 | |
| Also update classes.xml in order to document xrange | |||||
| 2016-02-28 | Add RangeIterator class for loops | sheepandshepherd | 3 | -0/+244 | |
| 2016-02-28 | Updated the docs for EditorPlugin | Zher Huei Lee | 1 | -7/+13 | |
| 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 | 1 | -1/+74 | |
| 2016-02-28 | Adds EditorPlugin::remove_control_from_bottom_panel() | Zher Huei Lee | 4 | -3/+35 | |
| 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 | 9 | -1166/+175 | |
| 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 | 1 | -11/+12 | |
| 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 | 50 | -704/+2068 | |
| 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 | 10 | -1/+1 | |
| 2016-02-27 | normalmap demo: convert images to JPG | Rémi Verschelde | 6 | -0/+0 | |
| To make the demos lighter | |||||
| 2016-02-27 | Remove Noto Sans font from translation demo (heavy!) | Rémi Verschelde | 2 | -0/+0 | |
| 2016-02-27 | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | 2 | -5/+31 | |
| 2016-02-27 | fix transform localization event in mouse motion | Juan Linietsky | 1 | -2/+3 | |
| 2016-02-27 | First attempt at making a more useful EditorPlugin API. Still undocumented, ↵ | Juan Linietsky | 12 | -15/+167 | |
| but feedback welcome! | |||||
| 2016-02-25 | OUYA gamepad mappings fix | Krzysztof Jankowski | 1 | -0/+1 | |
| Fix gamepad mappings for OUYA revision 4 | |||||
| 2016-02-25 | theora on server build | Ariel Manzur | 1 | -1/+0 | |
| 2016-02-25 | adds -pm and -project_manager command line options to start project manager | Ariel Manzur | 2 | -4/+8 | |
| 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 | Fixed closing a scene tab when it was not the CURRENT tab. Fixes #3810 | Julian Murgia - StraToN | 1 | -1/+1 | |
| 2016-02-24 | x11: fix joysticks not recognizing some buttons | hinsbart | 1 | -3/+1 | |
| dpad on x360 pads with kernel < 4.3 is working now | |||||
| 2016-02-24 | applied some typo fixes. see godotengine/godot-docs#18 | David | 1 | -16/+16 | |
| 2016-02-24 | added more Android gamepad mappings | Dana Olson | 1 | -2/+5 | |
