Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-02 | Merge pull request #7219 from eska014/separate-asmjs | Rémi Verschelde | |
Fix browser lockups in web export startup | |||
2016-12-02 | Merge pull request #7217 from eska014/js-os | Rémi Verschelde | |
Work on asm.js and WebAssembly platforms | |||
2016-12-02 | Merge pull request #7191 from volzhs/check-android-release | Rémi Verschelde | |
Check keystore field when export Android release apk | |||
2016-11-30 | Emit asm.js code into a dedicated file for asm.js export | eska | |
This helps prevent browser lockups during start-up at the cost of having to distribute an extra file. | |||
2016-11-30 | Add window features in web export | eska | |
- Add 'window' (canvas) resize, maximize and fullscreen - Implement get_screen_size - Fix fullscreen resolution | |||
2016-11-30 | Fix some mouse bugs in WebAssembly/asm.js | eska | |
- Emit mouse wheel release events - Set button masks, fixes #5092 | |||
2016-11-30 | OS additions and fixes for WebAssembly/asm.js | eska | |
- 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-30 | Travis: Disable Android builds for now | Ré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-30 | Revert "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-29 | Check keystore field when export Android release apk | volzhs | |
2016-11-28 | Merge pull request #7201 from volzhs/android-alert | Rémi Verschelde | |
Add alert window on Android | |||
2016-11-28 | Merge pull request #7200 from volzhs/fix-anim-scroll | Rémi Verschelde | |
Fix scroll bar moving in AnimationPlayer editor | |||
2016-11-28 | Merge pull request #7198 from volzhs/fix-color-picker | Rémi Verschelde | |
Fix color selected with mouse scroll | |||
2016-11-28 | Merge pull request #7195 from bugstew/texture_region_snap_mode | Rémi Verschelde | |
Fix snap mode selector sticking in texture region module | |||
2016-11-28 | Merge pull request #7184 from volzhs/spinbox | Rémi Verschelde | |
Prevent Spinbox value update while not focused or disabled | |||
2016-11-28 | Merge pull request #7170 from Ovnuniarchos/TileMapBlendMode | Rémi Verschelde | |
TileMap now honors blending mode. | |||
2016-11-28 | Merge pull request #7157 from leezh/buttonarray_fixes | Rémi Verschelde | |
Flat button support in ButtonArray. Fixes #7153 | |||
2016-11-28 | Merge pull request #7138 from bojidar-bg/ready_guard | Rémi Verschelde | |
Do not enter _ready twice | |||
2016-11-28 | Fix console output for MinGW compilers | Rémi Verschelde | |
Reworked patch from @jay3d (#7116). | |||
2016-11-28 | Add alert window on Android | volzhs | |
2016-11-28 | Fix scroll bar moving in AnimationPlayer editor | volzhs | |
Fix #7196 | |||
2016-11-28 | Fix color selected with mouse scroll | volzhs | |
Fix #7192 | |||
2016-11-27 | Fix snap mode selector sticking in texture region module | Dmitry 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-24 | TileMap now honors blending mode. | Ovnuniarchos | |
2016-11-25 | Prevent Spinbox value update while not focused or disabled | volzhs | |
2016-11-24 | Merge pull request #7181 from BastiaanOlij/macosx-version-min | Rémi Verschelde | |
Set minimum version to 10.9 building OSX | |||
2016-11-25 | Set minimum version to 10.9 building OSX | BastiaanOlij | |
2016-11-23 | Revert "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-22 | Merge pull request #7149 from Kazuo256/array-last | George Marques | |
Add Array.front() and Array.back() | |||
2016-11-22 | Merge pull request #7172 from Faless/fix_localize_path | Rémi Verschelde | |
Properly localize absolute path that starts with the resource folder. | |||
2016-11-22 | Properly 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-21 | Merge pull request #7145 from avril-gh/fixes-6464-lost-icons | Rémi Verschelde | |
fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | |||
2016-11-21 | Correct description for the return values from get_status. (#7137) | romeojulietthotel | |
2016-11-21 | Merge pull request #7125 from Hinsbart/x11_maximize | Rémi Verschelde | |
X11: Fix maximized boot splash | |||
2016-11-21 | Merge pull request #7124 from volzhs/select_match | Rémi Verschelde | |
Select exactly matched file automatically in FileDialog | |||
2016-11-21 | Merge pull request #7123 from zaps166/webm_iphone_x86 | Rémi Verschelde | |
WebM: Fix iPhone x86 compilation | |||
2016-11-21 | Merge pull request #7122 from zaps166/webm_msvc2013 | Rémi Verschelde | |
Fix compilation with MSVC 2013 | |||
2016-11-19 | Reused Button styleboxes for ButtonArray | Zher Huei Lee | |
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 | |
2016-11-19 | png: Allow building shared freetype with bundled libpng | Ré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-19 | Revert "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-19 | libpng: Same fix as previous commit for server platform | Rémi Verschelde | |
2016-11-19 | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | |
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 | |
(cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb) | |||
2016-11-18 | adding get_stored_values method | Ariel Manzur | |
changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01) | |||
2016-11-18 | Add Array.front() and Array.back() | Kazuo256 | |
2016-11-18 | fixes #6464 lost icons in dock and file dialog, also #6443 , #6302 | Avril | |
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 | |
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 | |
Fixes #6005 | |||
2016-11-17 | Select exactly matched file automatically in FileDialog | volzhs | |