summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-02Merge pull request #7219 from eska014/separate-asmjsRémi Verschelde
Fix browser lockups in web export startup
2016-12-02Merge pull request #7217 from eska014/js-osRémi Verschelde
Work on asm.js and WebAssembly platforms
2016-12-02Merge pull request #7191 from volzhs/check-android-releaseRémi Verschelde
Check keystore field when export Android release apk
2016-11-30Emit asm.js code into a dedicated file for asm.js exporteska
This helps prevent browser lockups during start-up at the cost of having to distribute an extra file.
2016-11-30Add window features in web exporteska
- Add 'window' (canvas) resize, maximize and fullscreen - Implement get_screen_size - Fix fullscreen resolution
2016-11-30Fix some mouse bugs in WebAssembly/asm.jseska
- Emit mouse wheel release events - Set button masks, fixes #5092
2016-11-30OS additions and fixes for WebAssembly/asm.jseska
- Implement alert, shell_open, set_window_title - Add locale lookup, fixes #2477 - Print without color control sequences - Move get_executable_path implementation to OS_JavaScript
2016-11-30Travis: Disable Android builds for nowRémi Verschelde
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-30Revert "Do not emit NOTIFICATION_READY more than once (breaking change)"Rémi Verschelde
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-29Check keystore field when export Android release apkvolzhs
2016-11-28Merge pull request #7201 from volzhs/android-alertRémi Verschelde
Add alert window on Android
2016-11-28Merge pull request #7200 from volzhs/fix-anim-scrollRémi Verschelde
Fix scroll bar moving in AnimationPlayer editor
2016-11-28Merge pull request #7198 from volzhs/fix-color-pickerRémi Verschelde
Fix color selected with mouse scroll
2016-11-28Merge pull request #7195 from bugstew/texture_region_snap_modeRémi Verschelde
Fix snap mode selector sticking in texture region module
2016-11-28Merge pull request #7184 from volzhs/spinboxRémi Verschelde
Prevent Spinbox value update while not focused or disabled
2016-11-28Merge pull request #7170 from Ovnuniarchos/TileMapBlendModeRémi Verschelde
TileMap now honors blending mode.
2016-11-28Merge pull request #7157 from leezh/buttonarray_fixesRémi Verschelde
Flat button support in ButtonArray. Fixes #7153
2016-11-28Merge pull request #7138 from bojidar-bg/ready_guardRémi Verschelde
Do not enter _ready twice
2016-11-28Fix console output for MinGW compilersRémi Verschelde
Reworked patch from @jay3d (#7116).
2016-11-28Add alert window on Androidvolzhs
2016-11-28Fix scroll bar moving in AnimationPlayer editorvolzhs
Fix #7196
2016-11-28Fix color selected with mouse scrollvolzhs
Fix #7192
2016-11-27Fix snap mode selector sticking in texture region moduleDmitry Kram
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-24TileMap now honors blending mode.Ovnuniarchos
2016-11-25Prevent Spinbox value update while not focused or disabledvolzhs
2016-11-24Merge pull request #7181 from BastiaanOlij/macosx-version-minRémi Verschelde
Set minimum version to 10.9 building OSX
2016-11-25Set minimum version to 10.9 building OSXBastiaanOlij
2016-11-23Revert "X11: Fix maximized boot splash"Rémi Verschelde
This reverts commit 8d3efe2b7de494c0971d4b7f7af6ed0dc2f4613c. It introduced crashes for some users when trying to capture the XConfigureNotify event.
2016-11-22Merge pull request #7149 from Kazuo256/array-lastGeorge Marques
Add Array.front() and Array.back()
2016-11-22Merge pull request #7172 from Faless/fix_localize_pathRémi Verschelde
Properly localize absolute path that starts with the resource folder.
2016-11-22Properly localize absolute path.Fabio Alessandrelli
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-21Merge pull request #7145 from avril-gh/fixes-6464-lost-iconsRémi Verschelde
fixes #6464 lost icons in dock and file dialog, also #6443 , #6302
2016-11-21Correct description for the return values from get_status. (#7137)romeojulietthotel
2016-11-21Merge pull request #7125 from Hinsbart/x11_maximizeRémi Verschelde
X11: Fix maximized boot splash
2016-11-21Merge pull request #7124 from volzhs/select_matchRémi Verschelde
Select exactly matched file automatically in FileDialog
2016-11-21Merge pull request #7123 from zaps166/webm_iphone_x86Rémi Verschelde
WebM: Fix iPhone x86 compilation
2016-11-21Merge pull request #7122 from zaps166/webm_msvc2013Rémi Verschelde
Fix compilation with MSVC 2013
2016-11-19Reused Button styleboxes for ButtonArrayZher Huei Lee
Plus other tweaks to make it look more similar to a VBoxContainer of Buttons.
2016-11-19Flat button support in ButtonArray. Fixes #7153Zher Huei Lee
2016-11-19png: Allow building shared freetype with bundled libpngRémi Verschelde
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-19Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde
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-19libpng: Same fix as previous commit for server platformRémi Verschelde
2016-11-19libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde
This bit us for 2.1.1 binaries built on Ubuntu 12.04 LTS where libpng.pc apparently prioritizes libpng12.
2016-11-18memory ops implemented as OS functions by defaultAriel Manzur
(cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb)
2016-11-18adding get_stored_values methodAriel Manzur
changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01)
2016-11-18Add Array.front() and Array.back()Kazuo256
2016-11-18fixes #6464 lost icons in dock and file dialog, also #6443 , #6302Avril
Fixes lost icons in docks, file manager, sample library, settings and various other places.
2016-11-17Do not emit NOTIFICATION_READY more than once (breaking change)Bojidar Marinov
Currently, there is no notification with the old behaviour, so probably breaks all cpp code relying on that notification as well.
2016-11-17Guard agains duplicate calling of _ready when instanced in _enter_treeBojidar Marinov
Fixes #6005
2016-11-17Select exactly matched file automatically in FileDialogvolzhs