Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-12 | Merge pull request #20102 from marcelofg55/coreaudio_dispose | Max Hilbrunner | |
Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose | |||
2018-07-12 | Merge pull request #19091 from guilhermefelipecgs/fix_ui | Max Hilbrunner | |
[InspectorDock] Change label offset | |||
2018-07-12 | Merge pull request #19540 from muiroc/cylinder | Max Hilbrunner | |
Cylinder resource and collision shape (bullet only) | |||
2018-07-12 | Merge pull request #19707 from toger5/fix_clipping_vflip | Max Hilbrunner | |
fix clipping with v_flip fixes: #18600 | |||
2018-07-11 | Merge pull request #20093 from marcelofg55/audio_stream2d | George Marques | |
Fix possible bug with AudioStreamPlayer2D audio position | |||
2018-07-11 | Merge pull request #20092 from karroffel/gles3-multimesh-fix | Juan Linietsky | |
fix wrong loop condition in MultiMesh allocation | |||
2018-07-11 | Properly cleanup up CoreAudio unit using AudioComponentInstanceDispose | Marcelo Fernandez | |
2018-07-10 | Fix possible bug with AudioStreamPlayer2D audio position | Marcelo Fernandez | |
2018-07-10 | fix wrong loop condition in MultiMesh allocation | karroffel | |
2018-07-10 | Merge pull request #20028 from eska014/html5-refactor-os | Max Hilbrunner | |
Refactor HTML5 platform OS implementation | |||
2018-07-10 | Merge pull request #20083 from AlexHolly/fix-colorpickerbutton-popup | Max Hilbrunner | |
fix ColorPickerButton.get_popup() | |||
2018-07-10 | Merge pull request #20084 from guilhermefelipecgs/fix_visual_script_editor | Max Hilbrunner | |
Fix visual script editor interface | |||
2018-07-10 | Refactor OS_JavaScript | Leon Krause | |
2018-07-10 | Fix visual script editor interface | K. S. Ernest (iFire) Lee | |
2018-07-10 | Merge pull request #19930 from Alexander-Alekseev/non-existent_font_fallback_2 | Max Hilbrunner | |
Fallback to default font if main/code font path doesn't exist | |||
2018-07-10 | Fallback to default font if main/code font path doesn't exist | Alexander-Alekseev | |
2018-07-10 | fix ColorPickerButton.get_popup() | Alexander Holland | |
2018-07-10 | Merge pull request #19422 from Faless/mbedtls_2.10 | Rémi Verschelde | |
Bump mbedTLS to version 2.10.0 | |||
2018-07-10 | Merge pull request #20046 from SaracenOne/bmp_fix | Max Hilbrunner | |
Fix bits_per_pixel validation in BMP and TGA loader modules. | |||
2018-07-10 | Merge pull request #20014 from Chaosus/scrollable | Max Hilbrunner | |
Added scrollable property for sliders | |||
2018-07-10 | Merge pull request #20049 from moiman100/extra-mouse-buttons | Max Hilbrunner | |
Added support for extra mouse buttons. | |||
2018-07-10 | Merge pull request #20052 from marcelofg55/stream_pause_fade | Max Hilbrunner | |
Improved stream paused fade code | |||
2018-07-10 | Merge pull request #20076 from Baekalfen/master | Max Hilbrunner | |
Added path for Mono installed through Homebrew | |||
2018-07-10 | Merge pull request #20079 from eska014/dummy-cpuparticles | Leon Krause | |
Fix dummy renderer for CPU particles | |||
2018-07-10 | Fix dummy renderer for CPU particles | Leon Krause | |
2018-07-09 | Improved stream paused fade code | Marcelo Fernandez | |
2018-07-10 | Added path for Mono installed through Homebrew | Mads 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-09 | Merge pull request #20010 from toger5/docs_texture_load | Max Hilbrunner | |
[DOCS] mention load in texture class | |||
2018-07-09 | mention load in texture class | toger5 | |
2018-07-09 | Added support for extra mouse buttons. | unknown | |
2018-07-09 | Merge pull request #20032 from Faless/send_bytes_mode | Max Hilbrunner | |
MultiplayerAPI::send_bytes transfer mode support. | |||
2018-07-08 | Fix bits_per_pixel validation in BMP and TGA loader modules. | Saracen | |
2018-07-08 | Merge pull request #20041 from hpvb/fix-android-export | Hein-Pieter van Braam | |
Write new permissions to the AndroidManifest.xml | |||
2018-07-08 | Write new permissions to the AndroidManifest.xml | Hein-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-08 | MultiplayerAPI::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-07 | Add option to convert Particles to CPUParticles | Juan Linietsky | |
2018-07-07 | Added scrollable property to Sliders | Chaosus | |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | |
2018-07-06 | Merge pull request #19980 from JFonS/fix_light_vec_rotation | Rémi Verschelde | |
Move light 2D rotation to vertex shader | |||
2018-07-05 | Move light 2D rotation to vertex shader | JFonS | |
2018-07-05 | Merge pull request #19475 from YeldhamDev/animplayer_cosmetic | Max Hilbrunner | |
Minor changes to the AnimationPlayer editor | |||
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner | |
Fix "find and replace" initializing with wrong size | |||
2018-07-05 | Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-edit | Max Hilbrunner | |
Fix crash when assigning a node on editing animation key | |||
2018-07-05 | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner | |
Fix can't set AudioStreamPlayer stream to null | |||
2018-07-05 | Merge pull request #19637 from dragmz/19548 | Max Hilbrunner | |
Fix onready vars / vars accessing class members if _ready / _init not present | |||
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner | |
Fixed text drawing too high in TextEdit, issue 15688 | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner | |
Editor autocomplete won't insert unnecessary quotes | |||
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-05 | Merge pull request #15881 from dertom95/EditorScenePostImport | Max Hilbrunner | |
EditorScenePostImport: added get_source_folder() and get_source_file(… |