summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-14Merge pull request #15855 from mrcdk/texture_button_mask_fixesRémi Verschelde
The TextureButton's bitmask takes into account the stretch mode selected
2018-02-14Merge pull request #15862 from poke1024/esc-close-dockRémi Verschelde
Make KEY_ESCAPE close all output/debugger docks on bottom
2018-02-14Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde
Implement more methods for OS on Desktop platforms
2018-02-14Merge pull request #15875 from marcelofg55/wasapi_device_changeRémi Verschelde
Improved WASAPI driver so that it always uses the default audio device
2018-02-14Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde
Added all missing VisualServer bindings
2018-02-14Merge pull request #15903 from groud/fix_minsizeRémi Verschelde
Fixes GridContainer and SplitContainer wrong layouting
2018-02-14Merge pull request #16169 from hungrymonkey/issue_16160Rémi Verschelde
Change function signature from float to double to match type get_doub…
2018-02-14Merge pull request #16176 from vnen/gdscript-default-argsRémi Verschelde
Show default values in docs for GDScript built-in functions
2018-02-14Merge pull request #16288 from guilhermefelipecgs/make_parent_folder_selectableRémi Verschelde
Make parent folder selectable
2018-02-14Merge pull request #16331 from Benjamin-Dobell/pull/fix-pkgconfig-monoRémi Verschelde
Fixed Mono builds on macOS (pkgconfig detection of mono)
2018-02-14Merge pull request #16663 from sudoio/masterRémi Verschelde
Fix #16543 (Add ability to copy errors from debugger)
2018-02-14Merge pull request #16690 from YeldhamDev/scons_typosRémi Verschelde
Fixed small typos in the SConstruct file
2018-02-14Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias
2018-02-14Fix #16543 (add button to copy error from debugger)Artem Varaksa
2018-02-14Merge pull request #14804 from ColinKinloch/masterRémi Verschelde
Fixed android arm64v8
2018-02-14Merge pull request #16408 from Calinou/remove-debugging-printsRémi Verschelde
Remove a few debugging prints
2018-02-14Merge pull request #16677 from YeldhamDev/itemlist_reselectRémi Verschelde
Added "allow_reselect" property to ItemList and enabled it for the method/help lists
2018-02-14Merge pull request #16681 from AndreaCatania/kin_tRémi Verschelde
Added return true o collide when no rusult is NULL
2018-02-14Added return true o collide when no rusult is NULLAndrea Catania
2018-02-14Merge pull request #16547 from Dar13/kinematic_gravity_fixRémi Verschelde
Fixes gravity calculation for kinematic bodies in Bullet
2018-02-14Remove OpenSSL license, add Mbed TLSRémi Verschelde
2018-02-14Add signals and a check function for Android service connectivity.Xavier Sellier
- Add a iap_connect and iap_disconnect events for android platform. - Add isConnected() function returning true if its connected to android service, false otherwise (cherry picked from commit 546b48813f2b75481d846957275f6d4eecd8de3c)
2018-02-14Merge pull request #16519 from Faless/mbedtlsRémi Verschelde
Replace OpenSSL with mbedTLS
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias
method/help lists.
2018-02-14Allow building with system wide mbedtls on X11Fabio Alessandrelli
Using builtin_mbedtls=yes is still the default as many distributions do not ship with mbedtls included.
2018-02-14Disabled mbedtls module in javascript platformFabio Alessandrelli
2018-02-14Deleting OpenSSL module and libraryFabio Alessandrelli
2018-02-14Small change to lws `mbedtls_wrapper` to fix OSX build.Fabio Alessandrelli
Checks for OSX in thirdparty/lws/mbedtls_wrapper/include/platform/ssl_port.h to include stdlib.h instead of malloc.h. The bug is fixed upstream in master via LWS_HAVE_MALLOC_H, but not in the 2.4.1 branch (as the file structure has, one again, changed).
2018-02-14lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli
2018-02-14Add mbedtls moduleFabio Alessandrelli
2018-02-14Add mbedTLS lib. Version 2.7.0, license Apache 2.0Fabio Alessandrelli
2018-02-13Fixes gravity calculation for kinematic bodies in BulletNeil Moore
2018-02-14Merge pull request #16407 from Calinou/project-manager-allow-hidpiRémi Verschelde
Always detect and use hiDPI in the project manager if needed
2018-02-14Merge pull request #16385 from dragmz/buf_write_perfRémi Verschelde
fix buffer write performance
2018-02-14Merge pull request #16659 from vnen/plugin_orderRémi Verschelde
Expose priority and order for custom import plugins
2018-02-14Merge pull request #16654 from bdero/bdero/elite-afterglow-padsRémi Verschelde
Add Xbox One Elite and Xbox 360 Afterglow pads (Linux)
2018-02-14Merge pull request #16648 from marcelofg55/center_windowRémi Verschelde
Added OS::center_window to center the window precisely on desktop platforms
2018-02-13Merge pull request #16667 from vnen/remove-container-controlRémi Verschelde
Add a function to remove controls from containers
2018-02-13Merge pull request #16669 from akien-mga/fix-apk-expansionRémi Verschelde
Fix broken APK expansion due to missed option renames
2018-02-13Fix broken APK expansion due to missed option renamesRémi Verschelde
Command line options were refactored for 3.0 to follow the common usage of double-dashed long options, but `--main-pack` went through the cracks. Fixes #16533.
2018-02-13Always detect and use hiDPI in the project manager if neededHugo Locurcio
This makes its hiDPI behavior consistent with the editor.
2018-02-13Add a function to remove controls from containersGeorge Marques
Closes #5968
2018-02-13Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde
Fixed #15082: line edit emits two "text_changed" signals when pasting while text is selected
2018-02-13Merge pull request #16518 from Paulb23/fix_members_overview_offsetRémi Verschelde
Fixed members overview not scrolling to correct line
2018-02-13Remove unused variable from plugin settings updateGeorge Marques
Fix #16199
2018-02-13Merge pull request #16551 from sctincman/xbuild_fallback-fixRémi Verschelde
Add and use mono build variables with cloned environment.
2018-02-13Merge pull request #16474 from robfram/fix-compile-freebsd-websocketRémi Verschelde
Fix compilation errors with FreeBSD and libwebsocket
2018-02-13Add FreeBSD and OpenBSD #defines to skip LWS_HAVE_SYS_PRCTL_Hrobfram
compiling libwebsocket, as it would fail otherwise. Fix #16472.
2018-02-13Merge pull request #16463 from Noshyaar/pr1Rémi Verschelde
3DEditor: fix selecting node in viewport not update inspector
2018-02-13Merge pull request #16433 from Calinou/remove-assetlib-debugging-printsRémi Verschelde
Remove debugging prints related to the asset library