Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-09 | Allow setting ip_type for TCP/UDP and HTTP classes | Fabio Alessandrelli | |
2016-12-09 | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | |
2016-12-09 | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | |
2016-12-09 | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | |
2016-12-09 | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | |
PacketPeerUDP/StreamPeerTCP/TCP_Server now uses an instance variable to store the selected ip_type (IPv4/IPv6/ANY, where ANY = dual stack). All calls to resolve addresses, sending/receving data, connecting/listening will use that socket type. | |||
2016-12-09 | Fix getaddrinfo failing on android | Fabio Alessandrelli | |
2016-12-09 | Properly handle tcp connection failure | Fabio Alessandrelli | |
2016-12-09 | Fix _set_ip_addr_port not setting the address. | Fabio Alessandrelli | |
2016-12-08 | Merge pull request #7267 from zaps166/webm-arm-fix-compilation | Rémi Verschelde | |
WebM: Fix compilation on Linux/X11 ARM platform | |||
2016-12-08 | Merge pull request #7233 from Hinsbart/fix_dnd_crash | Rémi Verschelde | |
Fix crash on project importing by dragging a folder. | |||
2016-12-08 | Merge pull request #7229 from volzhs/show-selected-node | Rémi Verschelde | |
Show selected node in Scene dock when parent node is folded | |||
2016-12-08 | WebM: Fix compilation on Linux/X11 ARM platform | Błażej Szczygieł | |
2016-12-05 | Merge pull request #7237 from Hinsbart/rand_initial_size | George Marques | |
Particles2D: Fix initial size randomness property having no effect. | |||
2016-12-04 | Merge pull request #7238 from Hinsbart/region_ed_fix_zoom | George Marques | |
TextureRegionEditor: Fix mouse wheel scroll speed. | |||
2016-12-04 | Remove incomplete Inverse Kinematic module | Rémi Verschelde | |
The plan is to implement IK properly in the core engine for version 3.1, together with ragdolls in the Skeleton node to let them reuse the same limits and constraints. Therefore we remove this module as part of the API breakage in 3.0, so that we are not limited by staying compatible with it in 3.1. | |||
2016-12-03 | TextureRegionEditor: Fix mouse wheel scroll speed. | Andreas Haas | |
Any given mouse wheel input will generate two InputEvents in godot. The zoom methods here acted on both ones, effectively giving a step value of 4 instead of 2. Fixes #7236 | |||
2016-12-03 | Particles2D: Fix initial size randomness property having no effect. | Andreas Haas | |
It was just a little typo :p | |||
2016-12-02 | Fix crash on project importing by dragging a folder. | Andreas Haas | |
Fixes #7226 | |||
2016-12-02 | Merge pull request #7221 from zaps166/webm_crashfix | Rémi Verschelde | |
WebM: Fix crash when there is no audio stream | |||
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-12-02 | Show selected node in Scene dock when parent node is folded | volzhs | |
Fix #7228 | |||
2016-12-01 | WebM: Fix crash when there is no audio stream | Błażej Szczygieł | |
Sync with libsimplewebm-git: 05cfdc2 | |||
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() |