aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improves portability with some compilersAriel Manzur2018-01-182-8/+8
|
* Merge pull request #15851 from poke1024/preload-warningsJuan Linietsky2018-01-181-1/+1
|\ | | | | Suppress errors on autocompletion for preload()
| * Suppress errors on autocompletion for preload()Bernhard Liebl2018-01-181-1/+1
| |
* | Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-182-133/+1
|/
* Fix typos in code and docs with codespellRémi Verschelde2018-01-18138-405/+405
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Merge pull request #15848 from binbitten/fix-viewport-bgRémi Verschelde2018-01-181-1/+1
|\ | | | | Fix wrong viewport transparent-bg
| * Fix wrong viewport transparent-bgbinbitten2018-01-181-1/+1
| |
* | Merge pull request #15845 from Anutrix/masterRémi Verschelde2018-01-181-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 ↵Anutrix2018-01-181-0/+2
| |/ | | | | | | RayCast2D.xml
* / Update MultiMeshInstance and WorldEnvironment documentationAbhas Kumar Sinha2018-01-182-3/+8
|/ | | | With some edits by @akien-mga.
* Merge pull request #15842 from binbitten/tex-conv-rgb10a2Rémi Verschelde2018-01-181-1/+24
|\ | | | | Convert special case RGB10_A2 to RGBA8 when obtaining texture data
| * Convert special case RGB10_A2 to RGBA8 when obtaining texture databinbitten2018-01-181-1/+24
| |
* | Before I forget, add warnings on areas without children (should not break ↵Juan Linietsky2018-01-184-0/+32
| | | | | | | | | | | | anything). Seen too many users misunderstanding the edit rect is the shape.
* | Merge pull request #15843 from ianb96/fold_mouse_ofs_fixRémi Verschelde2018-01-181-5/+6
|\ \ | | | | | | TextEdit fix get_mouse after many folds
| * | TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
| | |
* | | Merge pull request #15837 from KellyThomas/patch-2Rémi Verschelde2018-01-181-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 ToolsKelly Thomas2018-01-181-2/+2
| | | | | | | | | https://github.com/godotengine/godot/issues/15742
* | | Merge pull request #15841 from karroffel/gdnative-more-fixes-hopefullyRémi Verschelde2018-01-181-1/+1
|\ \ \ | |_|/ |/| | [GDNative] fix NativeScript false negative error
| * | [GDNative] fix NativeScript false negative errorkarroffel2018-01-181-1/+1
|/ /
* | Merge pull request #15803 from Noshyaar/pmRémi Verschelde2018-01-181-35/+21
|\ \ | | | | | | ProjectManager: show error/warning by default
| * | ProjectManager: show error/warning by defaultPoommetee Ketson2018-01-181-35/+21
| | | | | | | | | | | | Deprecate "That's a BINGO" message
* | | Merge pull request #15835 from bruvzg/disable_non_empty_folder_npRémi Verschelde2018-01-181-3/+3
|\ \ \ | | | | | | | | Disallow creating new projects in a non-empty folder.
| * | | Disallow creating new projects in a non-empty folder.bruvzg2018-01-181-3/+3
| | | |
* | | | Merge pull request #15836 from karroffel/gdnative-more-fixes-hopefullyRémi Verschelde2018-01-181-3/+38
|\ \ \ \ | |_|_|/ |/| | | [GDNative] fix #15723
| * | | [GDNative] fix #15723karroffel2018-01-181-3/+38
| |/ /
* | | Merge pull request #15820 from paulloz/fix-csharp-call-with-object-returnRémi Verschelde2018-01-183-15/+10
|\ \ \ | |/ / |/| | Fix marshalling when a function is returning an object from c#
| * | remove an unneeded marshalling functionPaul Joannon2018-01-182-11/+6
| | | | | | | | | | | | `Variant mono_object_to_variant(MonoObject*, const ManagedType&)`
| * | fix marshalling when a function is returning an object from c#Paul Joannon2018-01-181-4/+4
| | |
* | | Merge pull request #15817 from volzhs/icon-colorRémi Verschelde2018-01-181-0/+4
|\ \ \ | |/ / |/| | Fix Error/Success/Warning icon color
| * | Fix Error/Success/Warning icon colorvolzhs2018-01-181-0/+4
| | | | | | | | | | | | | | | Fix #15781 Fix #15757
* | | Merge pull request #15829 from Zylann/add_gdnative_read_write_copyRémi Verschelde2018-01-183-0/+168
|\ \ \ | | | | | | | | Added GDNative copy constructor for PoolVectors Read and Write
| * | | Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-183-0/+168
| | | |
* | | | Merge pull request #15826 from MarianoGnu/masterRémi Verschelde2018-01-181-6/+4
|\ \ \ \ | | | | | | | | | | TileSetEditorPlugin: take scale in accout when highlighting current selected subtile.
| * | | | TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy2018-01-171-6/+4
| |/ / / | | | | | | | | | | | | subtile.
* | | | Merge pull request #15825 from volzhs/script-editorRémi Verschelde2018-01-182-69/+87
|\ \ \ \ | |/ / / |/| | | Fix find/replace bar
| * | | Fix find/replace barvolzhs2018-01-182-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-inheritanceRémi Verschelde2018-01-174-28/+29
|\ \ \ | | | | | | | | [GDnative] Improve inheritance system in gdnative pluginscript
| * | | Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-164-28/+29
| | | |
* | | | Merge pull request #15807 from endragor/fix-android-text-input-crashRémi Verschelde2018-01-171-4/+7
|\ \ \ \ | | | | | | | | | | Fix Android onTextChanged crash
| * | | | Fix Android onTextChanged crashRuslan Mustakov2018-01-171-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/docfixRémi Verschelde2018-01-171-2/+2
|\ \ \ \ | | | | | | | | | | Change val to value at few places in doc
| * | | | few doc fixesChaosus2018-01-171-2/+2
|/ / / /
* / / / doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-1758-83/+82
|/ / /
* | | Fix crash when closing the editorMariano Suligoy2018-01-161-3/+3
| | |
* | | Merge pull request #15773 from endragor/android-gdnative-remote-fsRémi Verschelde2018-01-161-10/+18
|\ \ \ | | | | | | | | Make remote FS work with GDNative on Android
| * | | Make remote FS work with GDNative on AndroidRuslan Mustakov2018-01-161-10/+18
| | | | | | | | | | | | | | | | .so files are added to the .apk when remote FS is used.
* | | | Merge pull request #15786 from Chaosus/fixbuiltinfuncparamnamesRémi Verschelde2018-01-163-13/+13
|\ \ \ \ | | | | | | | | | | Fixes for parameter names of builtin functions in visual scripts/core
| * | | | Fixes for parameter names of builtin functions in visual scripts/coreChaosus2018-01-163-13/+13
| | |_|/ | |/| |
* / | | BMFont loading direct support from .fnt files.Juan Linietsky2018-01-163-0/+55
|/ / /
* | | Merge pull request #15777 from AndreaCatania/p2Rémi Verschelde2018-01-161-13/+12
|\ \ \ | | | | | | | | Fixed bullet physics body shape scaling