Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-20 | Fix issue 15895, audio streams don't signalling finished after the first one | robfram | |
if the audio player is set to play again due to the order of calls in _notification. First it emits the signal, and later it disable the internal processing regardless what the callback did. Changed to emit the signal at the end to ensure the changes done at callback remains. | |||
2018-01-20 | Merge pull request #15887 from x1212/html_change_tc_standard_to_s3tc | Leon Krause | |
HTML export: Make s3tc the standard Texture Format | |||
2018-01-20 | Merge pull request #15891 from karroffel/stringbuilder-fix-crash | Thomas Herzog | |
fixed crash with StringBuilder | |||
2018-01-20 | fixed crash with StringBuilder | karroffel | |
When using a newly created StringBuilder then the as_string() method will crash when trying to free an allocated 0-sized chunk of memory. When 0 bytes get allocated with memnew_arr then a NULL pointer gets returned. When trying to free that pointer the programm will crash. | |||
2018-01-20 | HTML export: Make s3tc the standard Texture Format | x1212 | |
2018-01-20 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2018-01-20 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds Romanian translation. | |||
2018-01-19 | Merge pull request #15850 from Anutrix/master | Rémi Verschelde | |
Added description to dedent in String.xml | |||
2018-01-19 | Added description to dedent in String.xml | Anutrix | |
2018-01-19 | Merge pull request #15863 from touilleMan/fix-pluginscript-crash-in-dialog-box | Rémi Verschelde | |
Hide Script nodes in dialog box to prevent crash with pluginscript | |||
2018-01-19 | Hide Script nodes in dialog box to prevent crash with pluginscript | Emmanuel Leblond | |
2018-01-19 | Merge pull request #15861 from poke1024/macos-keybuffer | Rémi Verschelde | |
On macOS, prevent key_event_buffer overflows | |||
2018-01-19 | Bump version to 3.0-rc2 | Rémi Verschelde | |
Dr. Freeman, we're coming for you! | |||
2018-01-19 | On macOS, prevent key_event_buffer overflows | Bernhard Liebl | |
2018-01-19 | Merge pull request #15858 from willnationsdev/vs-hpp-support | Rémi Verschelde | |
Allow VS to include .hpp files in scons builds | |||
2018-01-19 | Merge pull request #15856 from Noshyaar/indent | Rémi Verschelde | |
SCsub: fix mixed indentation | |||
2018-01-18 | Include .hpp files in VS scons builds. Fixed Typo. | Will Nations | |
2018-01-19 | Merge pull request #15857 from YeldhamDev/find_last_doc | Poommetee Ketson | |
[DOCS] Fixed incorrect information inside String's "find_last" method [ci skip] | |||
2018-01-19 | [DOCS] Fixed incorrect information inside String's "find_last" method. | Michael Alexsander Silva Dias | |
2018-01-19 | SCsub: fix mixed indentation | Poommetee Ketson | |
2018-01-18 | adding option to split modules library | Ariel Manzur | |
2018-01-18 | Merge pull request #15849 from poke1024/preload-completion | Rémi Verschelde | |
GDScript: fix autocompletion for preload() (issue 15766) | |||
2018-01-18 | improves portability with some compilers | Ariel Manzur | |
2018-01-18 | Merge pull request #15851 from poke1024/preload-warnings | Juan Linietsky | |
Suppress errors on autocompletion for preload() | |||
2018-01-18 | Remove obsolete Viewport _update_rect() code | Rémi Verschelde | |
2018-01-18 | Suppress errors on autocompletion for preload() | Bernhard Liebl | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | GDScript: fix autocompletion for preload() (issue 15766) | Bernhard Liebl | |
2018-01-18 | Merge pull request #15848 from binbitten/fix-viewport-bg | Rémi Verschelde | |
Fix wrong viewport transparent-bg | |||
2018-01-18 | Merge pull request #15845 from Anutrix/master | Rémi Verschelde | |
Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml | |||
2018-01-18 | Update MultiMeshInstance and WorldEnvironment documentation | Abhas Kumar Sinha | |
With some edits by @akien-mga. | |||
2018-01-18 | Fix wrong viewport transparent-bg | binbitten | |
2018-01-18 | Added description to get_collision_mask_bit and set_collision_mask_bit in ↵ | Anutrix | |
RayCast2D.xml | |||
2018-01-18 | Merge pull request #15842 from binbitten/tex-conv-rgb10a2 | Rémi Verschelde | |
Convert special case RGB10_A2 to RGBA8 when obtaining texture data | |||
2018-01-18 | Before I forget, add warnings on areas without children (should not break ↵ | Juan Linietsky | |
anything). Seen too many users misunderstanding the edit rect is the shape. | |||
2018-01-18 | Merge pull request #15843 from ianb96/fold_mouse_ofs_fix | Rémi Verschelde | |
TextEdit fix get_mouse after many folds | |||
2018-01-18 | Merge pull request #15837 from KellyThomas/patch-2 | Rémi Verschelde | |
remove usage of C#7 in DebuggingUtils.cs for compatibility with 2015 Build Tools | |||
2018-01-18 | TextEdit fix get_mouse after many folds | Ian | |
2018-01-18 | Convert special case RGB10_A2 to RGBA8 when obtaining texture data | binbitten | |
2018-01-18 | Merge pull request #15841 from karroffel/gdnative-more-fixes-hopefully | Rémi Verschelde | |
[GDNative] fix NativeScript false negative error | |||
2018-01-18 | [GDNative] fix NativeScript false negative error | karroffel | |
2018-01-18 | Merge pull request #15803 from Noshyaar/pm | Rémi Verschelde | |
ProjectManager: show error/warning by default | |||
2018-01-18 | Merge pull request #15835 from bruvzg/disable_non_empty_folder_np | Rémi Verschelde | |
Disallow creating new projects in a non-empty folder. | |||
2018-01-18 | Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefully | Rémi Verschelde | |
[GDNative] fix #15723 | |||
2018-01-18 | ProjectManager: show error/warning by default | Poommetee Ketson | |
Deprecate "That's a BINGO" message | |||
2018-01-18 | remove c#7 features for compatibility with 2015 Build Tools | Kelly Thomas | |
https://github.com/godotengine/godot/issues/15742 | |||
2018-01-18 | [GDNative] fix #15723 | karroffel | |
2018-01-18 | Disallow creating new projects in a non-empty folder. | bruvzg | |
2018-01-18 | Merge pull request #15820 from paulloz/fix-csharp-call-with-object-return | Rémi Verschelde | |
Fix marshalling when a function is returning an object from c# | |||
2018-01-18 | remove an unneeded marshalling function | Paul Joannon | |
`Variant mono_object_to_variant(MonoObject*, const ManagedType&)` |