summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-12Merge pull request #20026 from taylorjoshuaw/fix-window-height-crashMax Hilbrunner
Temporary fix to issue #19628 and #19207
2018-07-12Merge pull request #20068 from Xrayez/submenu-popup-delayMax Hilbrunner
Add ability to set submenu's popup delay time on mouse hovering
2018-07-12Merge pull request #19840 from jjay/ios_screen_orientationMax Hilbrunner
Respect window/handheld/orientation setting in iOS
2018-07-12Merge pull request #20102 from marcelofg55/coreaudio_disposeMax Hilbrunner
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose
2018-07-12Merge pull request #19091 from guilhermefelipecgs/fix_uiMax Hilbrunner
[InspectorDock] Change label offset
2018-07-12Merge pull request #19540 from muiroc/cylinderMax Hilbrunner
Cylinder resource and collision shape (bullet only)
2018-07-12Merge pull request #19707 from toger5/fix_clipping_vflipMax Hilbrunner
fix clipping with v_flip fixes: #18600
2018-07-11Merge pull request #20093 from marcelofg55/audio_stream2dGeorge Marques
Fix possible bug with AudioStreamPlayer2D audio position
2018-07-11Merge pull request #20092 from karroffel/gles3-multimesh-fixJuan Linietsky
fix wrong loop condition in MultiMesh allocation
2018-07-11Properly cleanup up CoreAudio unit using AudioComponentInstanceDisposeMarcelo Fernandez
2018-07-10Fix possible bug with AudioStreamPlayer2D audio positionMarcelo Fernandez
2018-07-10fix wrong loop condition in MultiMesh allocationkarroffel
2018-07-10Merge pull request #20028 from eska014/html5-refactor-osMax Hilbrunner
Refactor HTML5 platform OS implementation
2018-07-10Merge pull request #20083 from AlexHolly/fix-colorpickerbutton-popupMax Hilbrunner
fix ColorPickerButton.get_popup()
2018-07-10Merge pull request #20084 from guilhermefelipecgs/fix_visual_script_editorMax Hilbrunner
Fix visual script editor interface
2018-07-10Refactor OS_JavaScriptLeon Krause
2018-07-10Fix visual script editor interfaceK. S. Ernest (iFire) Lee
2018-07-10Merge pull request #19930 from Alexander-Alekseev/non-existent_font_fallback_2Max Hilbrunner
Fallback to default font if main/code font path doesn't exist
2018-07-10Fallback to default font if main/code font path doesn't existAlexander-Alekseev
2018-07-10fix ColorPickerButton.get_popup()Alexander Holland
2018-07-10Merge pull request #19422 from Faless/mbedtls_2.10Rémi Verschelde
Bump mbedTLS to version 2.10.0
2018-07-10Merge pull request #20046 from SaracenOne/bmp_fixMax Hilbrunner
Fix bits_per_pixel validation in BMP and TGA loader modules.
2018-07-10Merge pull request #20014 from Chaosus/scrollableMax Hilbrunner
Added scrollable property for sliders
2018-07-10Merge pull request #20049 from moiman100/extra-mouse-buttonsMax Hilbrunner
Added support for extra mouse buttons.
2018-07-10Merge pull request #20052 from marcelofg55/stream_pause_fadeMax Hilbrunner
Improved stream paused fade code
2018-07-10Merge pull request #20076 from Baekalfen/masterMax Hilbrunner
Added path for Mono installed through Homebrew
2018-07-10Merge pull request #20079 from eska014/dummy-cpuparticlesLeon Krause
Fix dummy renderer for CPU particles
2018-07-10Fix dummy renderer for CPU particlesLeon Krause
2018-07-09Improved stream paused fade codeMarcelo Fernandez
2018-07-10Added path for Mono installed through HomebrewMads Ynddal
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-09Merge pull request #20010 from toger5/docs_texture_loadMax Hilbrunner
[DOCS] mention load in texture class
2018-07-09Add ability to set submenu's popup delay time on mouse hoveringAndrii Doroshenko (Xrayez)
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-09mention load in texture classtoger5
2018-07-09Added support for extra mouse buttons.unknown
2018-07-09Merge pull request #20032 from Faless/send_bytes_modeMax Hilbrunner
MultiplayerAPI::send_bytes transfer mode support.
2018-07-08Fix bits_per_pixel validation in BMP and TGA loader modules.Saracen
2018-07-08Merge pull request #20041 from hpvb/fix-android-exportHein-Pieter van Braam
Write new permissions to the AndroidManifest.xml
2018-07-08Write new permissions to the AndroidManifest.xmlHein-Pieter van Braam
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-08MultiplayerAPI::send_bytes transfer mode support.Fabio Alessandrelli
Added as extra parameter, allow you to specify which transfer mode to use for those specific bytes
2018-07-07Changed minimum visible viewport sizeJosh Taylor
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-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-07Added scrollable property to SlidersChaosus
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-06Merge pull request #19980 from JFonS/fix_light_vec_rotationRémi Verschelde
Move light 2D rotation to vertex shader
2018-07-05Move light 2D rotation to vertex shaderJFonS
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
Fix crash when assigning a node on editing animation key
2018-07-05Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner
Fix can't set AudioStreamPlayer stream to null
2018-07-05Merge pull request #19637 from dragmz/19548Max Hilbrunner
Fix onready vars / vars accessing class members if _ready / _init not present