Nuno Donato
0ae400f523
Open visual editor when "open editor" button in the inspector is pressed.
...
Fixes #20111
2018-07-12 12:41:22 +01:00
Max Hilbrunner
d488c35efa
Merge pull request #20026 from taylorjoshuaw/fix-window-height-crash
...
Temporary fix to issue #19628 and #19207
2018-07-12 05:29:03 +02:00
Max Hilbrunner
cc57b62ab3
Merge pull request #20068 from Xrayez/submenu-popup-delay
...
Add ability to set submenu's popup delay time on mouse hovering
2018-07-12 05:27:49 +02:00
Max Hilbrunner
29e70fa5ce
Merge pull request #19840 from jjay/ios_screen_orientation
...
Respect window/handheld/orientation setting in iOS
2018-07-12 05:23:57 +02:00
Max Hilbrunner
a889e0d7f3
Merge pull request #20102 from marcelofg55/coreaudio_dispose
...
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
2018-07-12 05:22:18 +02:00
Max Hilbrunner
f312b01ccd
Merge pull request #19091 from guilhermefelipecgs/fix_ui
...
[InspectorDock] Change label offset
2018-07-12 05:12:35 +02:00
Max Hilbrunner
118d4f3115
Merge pull request #19540 from muiroc/cylinder
...
Cylinder resource and collision shape (bullet only)
2018-07-12 05:09:37 +02:00
Max Hilbrunner
40f38216cf
Merge pull request #19707 from toger5/fix_clipping_vflip
...
fix clipping with v_flip fixes : #18600
2018-07-12 05:05:56 +02:00
George Marques
11c36a939d
Merge pull request #20093 from marcelofg55/audio_stream2d
...
Fix possible bug with AudioStreamPlayer2D audio position
2018-07-11 14:37:07 -03:00
Juan Linietsky
1b78b664cb
Merge pull request #20092 from karroffel/gles3-multimesh-fix
...
fix wrong loop condition in MultiMesh allocation
2018-07-11 08:43:58 -03:00
Marcelo Fernandez
de9a77ebde
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
2018-07-11 08:38:32 -03:00
Marcelo Fernandez
0c78a58b64
Fix possible bug with AudioStreamPlayer2D audio position
2018-07-10 22:57:50 -03:00
karroffel
3d33da19bd
fix wrong loop condition in MultiMesh allocation
2018-07-10 23:13:59 +02:00
Max Hilbrunner
a184126e8b
Merge pull request #20028 from eska014/html5-refactor-os
...
Refactor HTML5 platform OS implementation
2018-07-10 22:15:56 +02:00
Max Hilbrunner
750aa99394
Merge pull request #20083 from AlexHolly/fix-colorpickerbutton-popup
...
fix ColorPickerButton.get_popup()
2018-07-10 22:12:05 +02:00
Max Hilbrunner
b69422162d
Merge pull request #20084 from guilhermefelipecgs/fix_visual_script_editor
...
Fix visual script editor interface
2018-07-10 22:10:53 +02:00
Leon Krause
b6ae2d8037
Refactor OS_JavaScript
2018-07-10 16:57:56 +02:00
K. S. Ernest (iFire) Lee
e0510369d6
Fix visual script editor interface
2018-07-10 11:17:00 -03:00
Max Hilbrunner
c3c7391ebb
Merge pull request #19930 from Alexander-Alekseev/non-existent_font_fallback_2
...
Fallback to default font if main/code font path doesn't exist
2018-07-10 15:50:16 +02:00
Alexander-Alekseev
38887d1a52
Fallback to default font if main/code font path doesn't exist
2018-07-10 14:47:26 +00:00
Alexander Holland
bf3c81f20b
fix ColorPickerButton.get_popup()
2018-07-10 15:06:36 +02:00
Rémi Verschelde
27b70914e4
Merge pull request #19422 from Faless/mbedtls_2.10
...
Bump mbedTLS to version 2.10.0
2018-07-10 15:04:16 +02:00
Max Hilbrunner
04d9f8dbd6
Merge pull request #20046 from SaracenOne/bmp_fix
...
Fix bits_per_pixel validation in BMP and TGA loader modules.
2018-07-10 13:35:14 +02:00
Max Hilbrunner
41ff975b8c
Merge pull request #20014 from Chaosus/scrollable
...
Added scrollable property for sliders
2018-07-10 13:31:09 +02:00
Max Hilbrunner
48471ee099
Merge pull request #20049 from moiman100/extra-mouse-buttons
...
Added support for extra mouse buttons.
2018-07-10 13:26:43 +02:00
Max Hilbrunner
3eb25ac3fb
Merge pull request #20052 from marcelofg55/stream_pause_fade
...
Improved stream paused fade code
2018-07-10 13:23:42 +02:00
Max Hilbrunner
b01f036fb4
Merge pull request #20076 from Baekalfen/master
...
Added path for Mono installed through Homebrew
2018-07-10 13:12:33 +02:00
Leon Krause
229d217a51
Merge pull request #20079 from eska014/dummy-cpuparticles
...
Fix dummy renderer for CPU particles
2018-07-10 04:56:49 +02:00
Leon Krause
ae5ef9f0c5
Fix dummy renderer for CPU particles
2018-07-10 04:24:43 +02:00
Marcelo Fernandez
087329074d
Improved stream paused fade code
2018-07-09 21:58:33 -03:00
Mads Ynddal
39aabba0a9
Added path for Mono installed through Homebrew
...
On macOS, it is common to install packages like Mono through the third-party
package-manager Homebrew. This commit simply adds an additional path to
where Homebrew installs the Mono framework.
2018-07-10 00:29:05 +02:00
Max Hilbrunner
149c670989
Merge pull request #20010 from toger5/docs_texture_load
...
[DOCS] mention load in texture class
2018-07-09 17:38:01 +02:00
Andrii Doroshenko (Xrayez)
e3b77b24ac
Add ability to set submenu's popup delay time on mouse hovering
...
This allows to set delay time for the submenu to popup. Setting
this value low can increase responsiveness. If the popup menu is added
as a child of another (acting as a submenu), it will inherit the delay
time of the parent menu item.
2018-07-09 18:37:41 +03:00
toger5
533e026f9c
mention load in texture class
2018-07-09 16:31:34 +02:00
unknown
9cc41a59ac
Added support for extra mouse buttons.
2018-07-09 14:34:19 +03:00
Max Hilbrunner
4d9fde944e
Merge pull request #20032 from Faless/send_bytes_mode
...
MultiplayerAPI::send_bytes transfer mode support.
2018-07-09 12:53:27 +02:00
Saracen
115f6d14a0
Fix bits_per_pixel validation in BMP and TGA loader modules.
2018-07-08 18:51:20 +01:00
Hein-Pieter van Braam
e2b7a68db4
Merge pull request #20041 from hpvb/fix-android-export
...
Write new permissions to the AndroidManifest.xml
2018-07-08 15:47:12 +02:00
Hein-Pieter van Braam
2a126242dd
Write new permissions to the AndroidManifest.xml
...
Instead of editing the placeholder permissions actually write new ones.
This should solve the privacy statement problems for the Play store.
This means we also no longer need to placeholder permissions in the
template.
2018-07-08 14:58:15 +02:00
Fabio Alessandrelli
e82f0fefbc
MultiplayerAPI::send_bytes transfer mode support.
...
Added as extra parameter, allow you to specify which transfer mode to
use for those specific bytes
2018-07-08 09:47:22 +02:00
Josh Taylor
892a4b175a
Changed minimum visible viewport size
...
When the viewport's size.y becomes lower than 2, the storage->frame.current_rt->effects.mip_maps[0].sizes Vector during rendering becomes empty, resulting in crashes in at least GLES3. This is a temporary fix to stop rendering a viewport when its size is below 2 rather than below 1.
2018-07-07 17:10:32 -05:00
Juan Linietsky
ea47359408
Add option to convert Particles to CPUParticles
2018-07-07 09:04:22 -03:00
Chaosus
dbd5afc498
Added scrollable property to Sliders
2018-07-07 13:48:34 +03:00
Juan Linietsky
7dcaabaf19
Support for CPU based particles, which aids compatibility with OpenGL ES 2.0
2018-07-06 20:21:42 -03:00
Rémi Verschelde
e19388df97
Merge pull request #19980 from JFonS/fix_light_vec_rotation
...
Move light 2D rotation to vertex shader
2018-07-06 17:14:06 +02:00
JFonS
4421a6661d
Move light 2D rotation to vertex shader
2018-07-05 11:12:04 +02:00
Max Hilbrunner
9f82368d40
Merge pull request #19475 from YeldhamDev/animplayer_cosmetic
...
Minor changes to the AnimationPlayer editor
2018-07-05 04:25:04 +02:00
Max Hilbrunner
c488a74e0c
Merge pull request #19498 from guilhermefelipecgs/fix_regression
...
Fix "find and replace" initializing with wrong size
2018-07-05 04:23:18 +02:00
Max Hilbrunner
073e77454d
Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-edit
...
Fix crash when assigning a node on editing animation key
2018-07-05 04:20:40 +02:00
Max Hilbrunner
ed61bdd2ae
Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream
...
Fix can't set AudioStreamPlayer stream to null
2018-07-05 04:16:47 +02:00