| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-11-30 | Travis: Disable Android builds for now | Rémi Verschelde | 1 | -3/+3 | |
| As we say in French, "Trop, c'est trop !". Those builds fail 50% of the time due to timeouts, it's pointless to have them until we find a better solution to install the Android SDK and NDK. Workaround for #6973. | |||||
| 2016-11-30 | Revert "Do not emit NOTIFICATION_READY more than once (breaking change)" | Rémi Verschelde | 2 | -7/+6 | |
| This reverts commit b6eab006dbd21d25a664486809109fffa9533124. This commit broke compatibility in an undesired way, as outlined in https://github.com/godotengine/godot/issues/3290#issuecomment-263388003 | |||||
| 2016-11-28 | Fix console output for MinGW compilers | Rémi Verschelde | 1 | -2/+10 | |
| Reworked patch from @jay3d (#7116). | |||||
| 2016-11-28 | Add alert window on Android | volzhs | 4 | -5/+38 | |
| 2016-11-28 | Fix scroll bar moving in AnimationPlayer editor | volzhs | 1 | -1/+1 | |
| Fix #7196 | |||||
| 2016-11-28 | Fix color selected with mouse scroll | volzhs | 1 | -2/+2 | |
| Fix #7192 | |||||
| 2016-11-27 | Fix snap mode selector sticking in texture region module | Dmitry Kram | 1 | -1/+1 | |
| When changing snap mode in texture region plugin ticks was not updating. Issue fixed changing order of setting checked status and setting snap mode. | |||||
| 2016-11-24 | TileMap now honors blending mode. | Ovnuniarchos | 3 | -1/+12 | |
| 2016-11-25 | Prevent Spinbox value update while not focused or disabled | volzhs | 1 | -5/+13 | |
| 2016-11-25 | Set minimum version to 10.9 building OSX | BastiaanOlij | 3 | -4/+6 | |
| 2016-11-23 | Revert "X11: Fix maximized boot splash" | Rémi Verschelde | 1 | -21/+0 | |
| This reverts commit 8d3efe2b7de494c0971d4b7f7af6ed0dc2f4613c. It introduced crashes for some users when trying to capture the XConfigureNotify event. | |||||
| 2016-11-22 | Properly localize absolute path. | Fabio Alessandrelli | 1 | -1/+2 | |
| Calling localize_path will return a localized path in res:// if the path starts with the resource file-system/folder, and will return the unchanged absolute path otherwise. Closes #6979 and #7161. | |||||
| 2016-11-21 | Correct description for the return values from get_status. (#7137) | romeojulietthotel | 1 | -1/+1 | |
| 2016-11-19 | Reused Button styleboxes for ButtonArray | Zher Huei Lee | 1 | -11/+10 | |
| Plus other tweaks to make it look more similar to a VBoxContainer of Buttons. | |||||
| 2016-11-19 | Flat button support in ButtonArray. Fixes #7153 | Zher Huei Lee | 2 | -2/+22 | |
| 2016-11-19 | png: Allow building shared freetype with bundled libpng | Rémi Verschelde | 2 | -2/+0 | |
| This was the behaviour when building Godot 2.1, which allows to build against Ubuntu 12.04 and its freetype that links old libpng12, while still bundling libpng16. | |||||
| 2016-11-19 | Revert "libpng: Fix erroneously linking against libpng12 on old distros" | Rémi Verschelde | 2 | -2/+2 | |
| This reverts commits 5fa1bb331ad9be31dbfc752c7d19ccf7caeb8fa and ec4be71fade1ee5c6171e323d09197f3bf528499. Looks like Debian/Ubuntu are not even shipping libpng16 nowadays in their stable releases, we'll have to go back to statically linking our own libpng16 to wait for them to stop being 5 years behind everybody. | |||||
| 2016-11-19 | libpng: Same fix as previous commit for server platform | Rémi Verschelde | 1 | -1/+1 | |
| 2016-11-19 | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | 1 | -1/+1 | |
| This bit us for 2.1.1 binaries built on Ubuntu 12.04 LTS where libpng.pc apparently prioritizes libpng12. | |||||
| 2016-11-18 | memory ops implemented as OS functions by default | Ariel Manzur | 2 | -121/+8 | |
| (cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb) | |||||
| 2016-11-18 | adding get_stored_values method | Ariel Manzur | 2 | -1/+20 | |
| changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01) | |||||
| 2016-11-18 | Add Array.front() and Array.back() | Kazuo256 | 4 | -0/+31 | |
| 2016-11-18 | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | Avril | 1 | -4/+4 | |
| Fixes lost icons in docks, file manager, sample library, settings and various other places. | |||||
| 2016-11-17 | Do not emit NOTIFICATION_READY more than once (breaking change) | Bojidar Marinov | 2 | -6/+7 | |
| Currently, there is no notification with the old behaviour, so probably breaks all cpp code relying on that notification as well. | |||||
| 2016-11-17 | Guard agains duplicate calling of _ready when instanced in _enter_tree | Bojidar Marinov | 2 | -1/+6 | |
| Fixes #6005 | |||||
| 2016-11-17 | Select exactly matched file automatically in FileDialog | volzhs | 1 | -3/+4 | |
| 2016-11-16 | WebM: Fix iPhone x86 compilation | Błażej Szczygieł | 1 | -3/+4 | |
| 2016-11-16 | Add missing commit title in the log example | Rémi Verschelde | 1 | -0/+2 | |
| 2016-11-16 | Add instructions about git commit log formatting | Rémi Verschelde | 1 | -0/+22 | |
| 2016-11-16 | X11: Fix maximized boot splash | Andreas Haas | 1 | -0/+21 | |
| When instructing the window manager to (un)maximize a window, the resulting resolution is recieved via an XEvent of type "ConfigureNotify". The problem here was that these events were only handled in the `OS_X11::process_xevents()` method, which is initially called on the first iteration of the main loop. Because of this, the VideoMode still hadn't been updated yet when doing the boot splash setup. | |||||
| 2016-11-15 | Fix compilation with MSVC 2013 | Błażej Szczygieł | 1 | -1/+5 | |
| 2016-11-15 | Blimey! Ye Pirate locale be anchor' a'port! | Rémi Verschelde | 1 | -0/+2 | |
| 2016-11-15 | i18n: Sync template and translations with current code | Rémi Verschelde | 33 | -1844/+3415 | |
| 2016-11-15 | i18n: Sync translations with Weblate | Rémi Verschelde | 14 | -574/+13924 | |
| Adds initial translations for Hungarian and Pirate (yaaaar!) | |||||
| 2016-11-14 | Added snapping to 3D path handles to bring it in line with its 2D counterpart | Ben Hickling | 1 | -0/+6 | |
| 2016-11-14 | Check entered and trimmed path when create, import, install project | volzhs | 1 | -30/+22 | |
| 2016-11-14 | Uncomment debug properties of HTTP Request | khairul169 | 1 | -12/+12 | |
| 2016-11-14 | Fix crash when select target path on import 3d scene window | volzhs | 2 | -2/+2 | |
| 2016-11-13 | Update/fix Android build | Pedro J. Estébanez | 1 | -7/+7 | |
| Fix wrong path for 32-bit Windows, which fixes #7084 Exclude 32-bit Windows from multi-threaded linking because it's not supported by the NDK Remove 32-bit Linux as there is no NDK variant for it | |||||
| 2016-11-14 | Emit "*_changed" signal in set_* | volzhs | 3 | -1/+3 | |
| 2016-11-13 | Remove explicit BINARYEN_METHOD for WebAssembly build | eska | 1 | -1/+0 | |
| This option is the default since Binaryen version 21. | |||||
| 2016-11-13 | Enable memory growth in WebAssembly builds | eska | 1 | -0/+7 | |
| This allows setting TOTAL_MEMORY during runtime at the cost of reserving a bit more memory. | |||||
| 2016-11-13 | Clarify a NULL comparison | eska | 1 | -1/+1 | |
| 'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path. | |||||
| 2016-11-12 | Prevent to select children if selection lock or instanced scene | volzhs | 1 | -7/+14 | |
| Fix #7086 | |||||
| 2016-11-11 | Add "Positive" operator to VisualScript | George Marques | 1 | -1/+6 | |
| 2016-11-11 | Can create or load script on Attach script dialog | volzhs | 4 | -106/+100 | |
| 2016-11-08 | Make Android export quicker (especially on Windows) | Pedro J. Estébanez | 1 | -19/+19 | |
| 2016-11-08 | Export immediately if only one device present | Pawel Kowal | 1 | -6/+17 | |
| 2016-11-09 | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2 | -2/+7 | |
| Fix #7014 | |||||
| 2016-11-08 | vsnc --> vsync | ISylvox | 9 | -11/+11 | |
