aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Sync translations with WeblateRémi Verschelde2018-01-2018-3020/+10314
| | | | Adds Romanian translation.
* Merge pull request #15850 from Anutrix/masterRémi Verschelde2018-01-191-0/+1
|\ | | | | Added description to dedent in String.xml
| * Added description to dedent in String.xmlAnutrix2018-01-191-0/+1
|/
* Merge pull request #15863 from touilleMan/fix-pluginscript-crash-in-dialog-boxRémi Verschelde2018-01-191-0/+3
|\ | | | | Hide Script nodes in dialog box to prevent crash with pluginscript
| * Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond2018-01-191-0/+3
|/
* Merge pull request #15861 from poke1024/macos-keybufferRémi Verschelde2018-01-192-9/+14
|\ | | | | On macOS, prevent key_event_buffer overflows
| * On macOS, prevent key_event_buffer overflowsBernhard Liebl2018-01-192-9/+14
| |
* | Bump version to 3.0-rc2Rémi Verschelde2018-01-191-1/+1
| | | | | | | | Dr. Freeman, we're coming for you!
* | Merge pull request #15858 from willnationsdev/vs-hpp-supportRémi Verschelde2018-01-192-1/+3
|\ \ | | | | | | Allow VS to include .hpp files in scons builds
| * | Include .hpp files in VS scons builds. Fixed Typo.Will Nations2018-01-182-1/+3
| | |
* | | Merge pull request #15856 from Noshyaar/indentRémi Verschelde2018-01-191-4/+4
|\ \ \ | | | | | | | | SCsub: fix mixed indentation
| * | | SCsub: fix mixed indentationPoommetee Ketson2018-01-191-4/+4
| |/ /
* | | Merge pull request #15857 from YeldhamDev/find_last_docPoommetee Ketson2018-01-191-1/+1
|\ \ \ | |/ / |/| | | | | | | | [DOCS] Fixed incorrect information inside String's "find_last" method [ci skip]
| * | [DOCS] Fixed incorrect information inside String's "find_last" method.Michael Alexsander Silva Dias2018-01-191-1/+1
| | |
* | | adding option to split modules libraryAriel Manzur2018-01-182-2/+7
| | |
* | | Merge pull request #15849 from poke1024/preload-completionRémi Verschelde2018-01-181-1/+3
|\ \ \ | | | | | | | | GDScript: fix autocompletion for preload() (issue 15766)
| * | | GDScript: fix autocompletion for preload() (issue 15766)Bernhard Liebl2018-01-181-1/+3
| | | |
* | | | 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.