| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-07-18 | Keep selected section in Editor Settings when reopening the dialog | Franklin Sobrinho | 1 | -8/+23 | |
| 2016-07-18 | Fix Editor Settings dialog range editing by dragging and using the slider | Franklin Sobrinho | 2 | -2/+14 | |
| 2016-07-18 | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | 2 | -0/+17 | |
| 2016-07-18 | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | 2 | -3/+7 | |
| 2016-07-18 | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | 1 | -0/+4 | |
| 2016-07-18 | remove GLU dependency, closes #3787 | Juan Linietsky | 1 | -1/+1 | |
| 2016-07-18 | Properly transform sub-viewport input, closes #3580 | Juan Linietsky | 1 | -4/+31 | |
| 2016-07-18 | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | 3 | -3/+42 | |
| 2016-07-18 | Fix multichar character constant warning | Rémi Verschelde | 1 | -5/+5 | |
| Multi-character character constants are implementation defined, and therefore they are risky to use for use when trying to be compatible with so many different platforms. Fixes #2540. | |||||
| 2016-07-18 | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | 1 | -1/+3 | |
| Also adds a comment as to why this extension should not be changed. This commit reverts edf7082326526d76bfda095daa99e56317e30803. | |||||
| 2016-07-18 | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | 2 | -15/+14 | |
| 2016-07-18 | Script Editor: adding close all docs menu option | Siyuan Gao | 2 | -1/+27 | |
| 2016-07-18 | Add icon for root node in Create Dialog | George Marques | 1 | -0/+3 | |
| Close #5766 | |||||
| 2016-07-18 | Fix ScriptEditor don't saving the layout when opening a help page | Franklin Sobrinho | 2 | -9/+19 | |
| - Use ScriptEditor::_update_script_names just once when re-creating the layout | |||||
| 2016-07-18 | Change default extension to .tscn when import 3d scene | volzhs | 1 | -1/+1 | |
| 2016-07-18 | Fixed caret width on tabs | Paulb23 | 1 | -2/+3 | |
| 2016-07-18 | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | 3 | -0/+12 | |
| 2016-07-18 | OS: Add get_engine_version method | Rémi Verschelde | 4 | -3/+38 | |
| Fixes #5693. | |||||
| 2016-07-18 | Revert "Make editor compatible with Windows high contrast themes" | Rémi Verschelde | 2 | -27/+0 | |
| This reverts commit 85a5290ee8a4c95be19f086181379330baf0deed. The patch itself is good and it could maybe be readded in the future, but right now Microsoft forced its Windows 10 "update" on people with older Intel HD Graphics 3000 IGP without ensuring that they can ship proper drivers, and such users seem to get Godot crashing due to this patch. Sorry :( Closes #5452. | |||||
| 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 | LineEdit: Fix rtl scrolling with mouse drag selection | Ignacio Etcheverry | 1 | -3/+6 | |
| 2016-07-15 | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | 1 | -1/+1 | |
| 2016-07-15 | Added documentation for color picker raw mode | Daniel J. Ramirez | 1 | -2/+2 | |
| 2016-07-15 | Color picker fixes: | Daniel J. Ramirez | 2 | -19/+27 | |
| - fixed alpha channel slider range in raw mode to go from 0 to 1 fixes #4396 - fixed HS bars going outside the control area - fixed color text field changing to hex mode even if script mode was selected | |||||
| 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 | |||||
