| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-07-17 | Fix editor states saving, and remove related error messages | Franklin Sobrinho | 1 | -2/+9 | |
| 2016-07-17 | Could not use pre multiply alpha for material in editor | Kyle Luce | 1 | -1/+1 | |
| - 3 was hard coded, I just changed to 4. Unfortunately this will break every time a blend mode is added | |||||
| 2016-07-17 | Forgot to clear signals on recompile, closes #5729 | Juan Linietsky | 1 | -0/+1 | |
| 2016-07-17 | Fix empty reference pages after restarting Godot | Franklin Sobrinho | 1 | -1/+3 | |
| 2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | 5 | -30/+1 | |
| Part of #5031 | |||||
| 2016-07-17 | Keep debugger selected tab open when pressing the pause button | Franklin Sobrinho | 1 | -1/+2 | |
| 2016-07-16 | Fix signals/group button on Scene dock | Franklin Sobrinho | 1 | -2/+10 | |
| 2016-07-16 | TreeItem.set_button exposed. | Ovnuniarchos | 1 | -0/+1 | |
| 2016-07-16 | MenuButton: Fix regression | Ignacio Etcheverry | 1 | -1/+1 | |
| 2016-07-16 | MenuButton: Avoid event propagation if handled as hotkey | Ignacio Etcheverry | 1 | -1/+2 | |
| 2016-07-16 | i18n: Add missing locale identifiers for Bengali and Urdu | Rémi Verschelde | 1 | -0/+12 | |
| Fixes errors showing up since the addition of those WIP translations. | |||||
| 2016-07-16 | Fonts: add missing license information | Rémi Verschelde | 2 | -0/+107 | |
| Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1. | |||||
| 2016-07-15 | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | 1 | -1/+1 | |
| 2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | 12 | -1/+73 | |
| 2016-07-15 | Update docs with breakpoint_toggled signal | Paulb23 | 1 | -0/+5 | |
| 2016-07-15 | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | 3 | -0/+17 | |
| 2016-07-15 | i18n: Merge translations with synced template | Rémi Verschelde | 19 | -2572/+4128 | |
| 2016-07-15 | i18n: Sync template with current source | Rémi Verschelde | 2 | -121/+176 | |
| Also fix a space after : in a translated string. | |||||
| 2016-07-15 | i18n: Pull translations from Weblate | Rémi Verschelde | 11 | -478/+12846 | |
| Adds Bengali and Urdu (Pakistan) WIP translations. | |||||
| 2016-07-15 | Perform connect when double click a node on connecting signal window | volzhs | 1 | -0/+1 | |
| 2016-07-14 | Written AnimatedSprite, AnimatedSprite3D (unfinished) | Julian Murgia | 1 | -1/+21 | |
| 2016-07-14 | Added code editor zoom shortcuts | Paulb23 | 2 | -21/+39 | |
| 2016-07-14 | Fix binding of File::get_sha256() | George Marques | 1 | -1/+1 | |
| Fix #5698 | |||||
| 2016-07-14 | Fix classes.xml structure | George Marques | 1 | -16/+11 | |
| Fix the addition in #4854 which added elements in the wrong place. | |||||
| 2016-07-14 | Fix Orphan StringName on EditorAutoloadSettings class | Franklin Sobrinho | 2 | -3/+1 | |
| 2016-07-14 | added KDevelop project files to gitignore | Jakub Grzesik | 1 | -0/+3 | |
| 2016-07-14 | WinRT: Add missing license file for ANGLE | Rémi Verschelde | 2 | -213/+32 | |
| Also drop the unused "All rights reserved" FunctionDiscoveryKeys_devpkey.h Fixes #4859. | |||||
| 2016-07-14 | Drop obsolete "webpold" backup of previous webp version | Rémi Verschelde | 82 | -30043/+0 | |
| Fixes #5252 | |||||
| 2016-07-13 | Fixed a crash in scenario where SSL is not available. | vamsi | 1 | -4/+1 | |
| 2016-07-13 | Removes AnimationPlayer renaming on import. | Saracen | 1 | -1/+0 | |
| 2016-07-12 | Added caret block mode to docs | Paulb23 | 1 | -0/+16 | |
| 2016-07-12 | Added block caret to TextEdit | Paulb23 | 6 | -17/+54 | |
| 2016-07-12 | Bump version to 2.1-beta \o/ | Rémi Verschelde | 1 | -1/+1 | |
| 2016-07-11 | Downloaded templates from project manager can now be installed. | Juan Linietsky | 4 | -32/+214 | |
| 2016-07-11 | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | 1 | -1/+2 | |
| 2016-07-11 | Removed duplicate color | Paulb23 | 1 | -1/+0 | |
| 2016-07-11 | Update textedit docs with colors, show line number and highlight all occurences | Paulb23 | 1 | -0/+40 | |
| 2016-07-11 | Expose highlight all occurrences | Paulb23 | 2 | -0/+9 | |
| 2016-07-11 | Expose show line numbers | Paulb23 | 2 | -1/+11 | |
| 2016-07-11 | Expose colors to theme | Paulb23 | 1 | -0/+7 | |
| 2016-07-11 | Added completion font colors | Paulb23 | 5 | -1/+7 | |
| 2016-07-11 | Added completion scroll color | Paulb23 | 3 | -0/+4 | |
| 2016-07-11 | Fix crash in FileAccessJAndroid::file_exists (does not free local ref) | sanikoyes | 1 | -1/+3 | |
| 2016-07-10 | Conversion function for screen coords to local Canvas coords | Kyle Luce | 3 | -0/+28 | |
| - Useful if you need to Convert screen coords to the coordinate space of a CanvasItem, but don't have an associated InputEvent to use in #make_event_local. For example, if you have a particular point on the screen you'd like to project into World Space, for various reasons, you would use this function on the root of the scene. This is analogous to ray casting from screen space in 3D. | |||||
| 2016-07-10 | Fix tree drawing the pressed stylebox in all buttons in the column | Franklin Sobrinho | 1 | -1/+1 | |
| 2016-07-10 | Fix crash on asset lib install | George Marques | 3 | -3/+8 | |
| This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode. | |||||
| 2016-07-10 | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | 1 | -1/+1 | |
| 2016-07-10 | Remove Better Collada Exporter, now in its own repo | Rémi Verschelde | 4 | -2702/+0 | |
| See https://github.com/godotengine/collada-exporter for the new upstream location. | |||||
| 2016-07-10 | Add function to get the list of samples, closes #5561 | Juan Linietsky | 2 | -3/+20 | |
| 2016-07-10 | Allow semicolon after 'pass' keyword | George Marques | 1 | -0/+4 | |
