| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improves portability with some compilers | Ariel Manzur | 2018-01-18 | 2 | -8/+8 |
| | | |||||
| * | Merge pull request #15851 from poke1024/preload-warnings | Juan Linietsky | 2018-01-18 | 1 | -1/+1 |
| |\ | | | | | Suppress errors on autocompletion for preload() | ||||
| | * | Suppress errors on autocompletion for preload() | Bernhard Liebl | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Remove obsolete Viewport _update_rect() code | Rémi Verschelde | 2018-01-18 | 2 | -133/+1 |
| |/ | |||||
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 138 | -405/+405 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Merge pull request #15848 from binbitten/fix-viewport-bg | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| |\ | | | | | Fix wrong viewport transparent-bg | ||||
| | * | Fix wrong viewport transparent-bg | binbitten | 2018-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #15845 from Anutrix/master | Rémi Verschelde | 2018-01-18 | 1 | -0/+2 |
| |\ \ | | | | | | | Added description to get_collision_mask_bit and set_collision_mask_bit in RayCast2D.xml | ||||
| | * | | Added description to get_collision_mask_bit and set_collision_mask_bit in ↵ | Anutrix | 2018-01-18 | 1 | -0/+2 |
| | |/ | | | | | | | RayCast2D.xml | ||||
| * / | Update MultiMeshInstance and WorldEnvironment documentation | Abhas Kumar Sinha | 2018-01-18 | 2 | -3/+8 |
| |/ | | | | With some edits by @akien-mga. | ||||
| * | Merge pull request #15842 from binbitten/tex-conv-rgb10a2 | Rémi Verschelde | 2018-01-18 | 1 | -1/+24 |
| |\ | | | | | Convert special case RGB10_A2 to RGBA8 when obtaining texture data | ||||
| | * | Convert special case RGB10_A2 to RGBA8 when obtaining texture data | binbitten | 2018-01-18 | 1 | -1/+24 |
| | | | |||||
| * | | Before I forget, add warnings on areas without children (should not break ↵ | Juan Linietsky | 2018-01-18 | 4 | -0/+32 |
| | | | | | | | | | | | | | anything). Seen too many users misunderstanding the edit rect is the shape. | ||||
| * | | Merge pull request #15843 from ianb96/fold_mouse_ofs_fix | Rémi Verschelde | 2018-01-18 | 1 | -5/+6 |
| |\ \ | | | | | | | TextEdit fix get_mouse after many folds | ||||
| | * | | TextEdit fix get_mouse after many folds | Ian | 2018-01-18 | 1 | -5/+6 |
| | | | | |||||
| * | | | Merge pull request #15837 from KellyThomas/patch-2 | Rémi Verschelde | 2018-01-18 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | remove usage of C#7 in DebuggingUtils.cs for compatibility with 2015 Build Tools | ||||
| | * | | remove c#7 features for compatibility with 2015 Build Tools | Kelly Thomas | 2018-01-18 | 1 | -2/+2 |
| | | | | | | | | | | https://github.com/godotengine/godot/issues/15742 | ||||
| * | | | Merge pull request #15841 from karroffel/gdnative-more-fixes-hopefully | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | [GDNative] fix NativeScript false negative error | ||||
| | * | | [GDNative] fix NativeScript false negative error | karroffel | 2018-01-18 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #15803 from Noshyaar/pm | Rémi Verschelde | 2018-01-18 | 1 | -35/+21 |
| |\ \ | | | | | | | ProjectManager: show error/warning by default | ||||
| | * | | ProjectManager: show error/warning by default | Poommetee Ketson | 2018-01-18 | 1 | -35/+21 |
| | | | | | | | | | | | | | Deprecate "That's a BINGO" message | ||||
| * | | | Merge pull request #15835 from bruvzg/disable_non_empty_folder_np | Rémi Verschelde | 2018-01-18 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | Disallow creating new projects in a non-empty folder. | ||||
| | * | | | Disallow creating new projects in a non-empty folder. | bruvzg | 2018-01-18 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefully | Rémi Verschelde | 2018-01-18 | 1 | -3/+38 |
| |\ \ \ \ | |_|_|/ |/| | | | [GDNative] fix #15723 | ||||
| | * | | | [GDNative] fix #15723 | karroffel | 2018-01-18 | 1 | -3/+38 |
| | |/ / | |||||
| * | | | Merge pull request #15820 from paulloz/fix-csharp-call-with-object-return | Rémi Verschelde | 2018-01-18 | 3 | -15/+10 |
| |\ \ \ | |/ / |/| | | Fix marshalling when a function is returning an object from c# | ||||
| | * | | remove an unneeded marshalling function | Paul Joannon | 2018-01-18 | 2 | -11/+6 |
| | | | | | | | | | | | | | `Variant mono_object_to_variant(MonoObject*, const ManagedType&)` | ||||
| | * | | fix marshalling when a function is returning an object from c# | Paul Joannon | 2018-01-18 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #15817 from volzhs/icon-color | Rémi Verschelde | 2018-01-18 | 1 | -0/+4 |
| |\ \ \ | |/ / |/| | | Fix Error/Success/Warning icon color | ||||
| | * | | Fix Error/Success/Warning icon color | volzhs | 2018-01-18 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Fix #15781 Fix #15757 | ||||
| * | | | Merge pull request #15829 from Zylann/add_gdnative_read_write_copy | Rémi Verschelde | 2018-01-18 | 3 | -0/+168 |
| |\ \ \ | | | | | | | | | Added GDNative copy constructor for PoolVectors Read and Write | ||||
| | * | | | Added GDNative copy constructor for PoolVectors Read and Write | Marc Gilleron | 2018-01-18 | 3 | -0/+168 |
| | | | | | |||||
| * | | | | Merge pull request #15826 from MarianoGnu/master | Rémi Verschelde | 2018-01-18 | 1 | -6/+4 |
| |\ \ \ \ | | | | | | | | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected subtile. | ||||
| | * | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected ↵ | Mariano Suligoy | 2018-01-17 | 1 | -6/+4 |
| | |/ / / | | | | | | | | | | | | | subtile. | ||||
| * | | | | Merge pull request #15825 from volzhs/script-editor | Rémi Verschelde | 2018-01-18 | 2 | -69/+87 |
| |\ \ \ \ | |/ / / |/| | | | Fix find/replace bar | ||||
| | * | | | Fix find/replace bar | volzhs | 2018-01-18 | 2 | -69/+87 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | - make LineEdit resizable for find/replace - move replaced count/no match message to status bar - fix replaced n occuurence message is not displayed when n > 0 Fixes #15394 | ||||
| * | | | Merge pull request #15761 from touilleMan/pluginscript-improve-inheritance | Rémi Verschelde | 2018-01-17 | 4 | -28/+29 |
| |\ \ \ | | | | | | | | | [GDnative] Improve inheritance system in gdnative pluginscript | ||||
| | * | | | Improve inheritance system in gdnative pluginscript | Emmanuel Leblond | 2018-01-16 | 4 | -28/+29 |
| | | | | | |||||
| * | | | | Merge pull request #15807 from endragor/fix-android-text-input-crash | Rémi Verschelde | 2018-01-17 | 1 | -4/+7 |
| |\ \ \ \ | | | | | | | | | | | Fix Android onTextChanged crash | ||||
| | * | | | | Fix Android onTextChanged crash | Ruslan Mustakov | 2018-01-17 | 1 | -4/+7 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | As it turns out, onTextChanged supplies a mutable CharSequence, which lead to crashes or unexpected behaviour when input was coming faster than it was processed. | ||||
| * | | | | Merge pull request #15805 from Chaosus/docfix | Rémi Verschelde | 2018-01-17 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Change val to value at few places in doc | ||||
| | * | | | | few doc fixes | Chaosus | 2018-01-17 | 1 | -2/+2 |
| |/ / / / | |||||
| * / / / | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | 2018-01-17 | 58 | -83/+82 |
| |/ / / | |||||
| * | | | Fix crash when closing the editor | Mariano Suligoy | 2018-01-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge pull request #15773 from endragor/android-gdnative-remote-fs | Rémi Verschelde | 2018-01-16 | 1 | -10/+18 |
| |\ \ \ | | | | | | | | | Make remote FS work with GDNative on Android | ||||
| | * | | | Make remote FS work with GDNative on Android | Ruslan Mustakov | 2018-01-16 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | | .so files are added to the .apk when remote FS is used. | ||||
| * | | | | Merge pull request #15786 from Chaosus/fixbuiltinfuncparamnames | Rémi Verschelde | 2018-01-16 | 3 | -13/+13 |
| |\ \ \ \ | | | | | | | | | | | Fixes for parameter names of builtin functions in visual scripts/core | ||||
| | * | | | | Fixes for parameter names of builtin functions in visual scripts/core | Chaosus | 2018-01-16 | 3 | -13/+13 |
| | | |_|/ | |/| | | |||||
| * / | | | BMFont loading direct support from .fnt files. | Juan Linietsky | 2018-01-16 | 3 | -0/+55 |
| |/ / / | |||||
| * | | | Merge pull request #15777 from AndreaCatania/p2 | Rémi Verschelde | 2018-01-16 | 1 | -13/+12 |
| |\ \ \ | | | | | | | | | Fixed bullet physics body shape scaling | ||||
