summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22Mono: Display opt-out warning in editor about WIP statusRémi Verschelde
This ensures that all users of the Mono flavour of Godot 3.0 are aware of its current shortcomings (no export, crashes and usability issues). The dialog is shown each time the editor is started, until the checkbox is disabled (i.e. until users will have actually read it). Fixes #15956.
2018-01-22Copyright: Add license info for bullet and Mozilla CA certsRémi Verschelde
2018-01-22Bump version to 3.0-rc3Rémi Verschelde
Jamais deux sans trois.
2018-01-22i18n: Fix typo in translation msgidRémi Verschelde
2018-01-22i18n: Sync translations with WeblateRémi Verschelde
2018-01-22Merge pull request #15949 from MarianoGnu/issue_15743Rémi Verschelde
Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743
2018-01-22Merge pull request #15963 from Noshyaar/lRémi Verschelde
Fix ObjectDB Instances still exist
2018-01-22Fix ObjectDB Instances still existPoommetee Ketson
``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ```
2018-01-22Merge pull request #15938 from poke1024/fix15904Rémi Verschelde
Fix crash on deleted rigidbodies without contact monitor (issue 15904)
2018-01-21Merge pull request #15917 from brainsick/doc-os-commandsRémi Verschelde
clarify OS.execute usage
2018-01-21Fix typo in CollisionObject warningRémi Verschelde
2018-01-21I have no idea why this commit fixes #15392Juan Linietsky
2018-01-21Merge pull request #15935 from paulloz/fix-csharp-exported-propertiesGeorge Marques
Fix GDMonoProperty::set_value
2018-01-21Merge pull request #15916 from touilleMan/disable-pluginscritp-in-dialog-boxGeorge Marques
Hide only PluginScript in dialog box
2018-01-21attemp to fix #15743Mariano Suligoy
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-21fix GDMonoProperty::set_valuePaul Joannon
was calling getter and not setter should close #15387
2018-01-21Merge pull request #15929 from poke1024/fix15902Rémi Verschelde
Revert 67ae443c5696b96590ca4c32cb2828692e805b73
2018-01-21GDScript: always call ResourceLoader::load() in non-completion modeBernhard Liebl
2018-01-20clarify OS.execute usage, add examplesTodd Ross
2018-01-21Hide only PluginScript in dialog boxEmmanuel Leblond
2018-01-20Allow shadowing class members with local variables in GDScript, closes #15896Juan Linietsky
2018-01-20Merge pull request #15905 from binbitten/fix-capture-winRémi Verschelde
Fix horizontal scroll for windows platform
2018-01-20Fix horizontal scroll for windows platformbinbitten
2018-01-20Merge pull request #15898 from yurchor/patch-1Rémi Verschelde
Fix minor typo: it's -> its
2018-01-20Fix minor typo: it's -> itsYuri Chornoivan
2018-01-20Merge pull request #15887 from x1212/html_change_tc_standard_to_s3tcLeon Krause
HTML export: Make s3tc the standard Texture Format
2018-01-20Merge pull request #15891 from karroffel/stringbuilder-fix-crashThomas Herzog
fixed crash with StringBuilder
2018-01-20fixed crash with StringBuilderkarroffel
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-20HTML export: Make s3tc the standard Texture Formatx1212
2018-01-20i18n: Sync translation templates with current sourceRémi Verschelde
2018-01-20i18n: Sync translations with WeblateRémi Verschelde
Adds Romanian translation.
2018-01-19Merge pull request #15850 from Anutrix/masterRémi Verschelde
Added description to dedent in String.xml
2018-01-19Added description to dedent in String.xmlAnutrix
2018-01-19Merge pull request #15863 from touilleMan/fix-pluginscript-crash-in-dialog-boxRémi Verschelde
Hide Script nodes in dialog box to prevent crash with pluginscript
2018-01-19Hide Script nodes in dialog box to prevent crash with pluginscriptEmmanuel Leblond
2018-01-19Merge pull request #15861 from poke1024/macos-keybufferRémi Verschelde
On macOS, prevent key_event_buffer overflows
2018-01-19Bump version to 3.0-rc2Rémi Verschelde
Dr. Freeman, we're coming for you!
2018-01-19On macOS, prevent key_event_buffer overflowsBernhard Liebl
2018-01-19Merge pull request #15858 from willnationsdev/vs-hpp-supportRémi Verschelde
Allow VS to include .hpp files in scons builds
2018-01-19Merge pull request #15856 from Noshyaar/indentRémi Verschelde
SCsub: fix mixed indentation
2018-01-18Include .hpp files in VS scons builds. Fixed Typo.Will Nations
2018-01-19Merge pull request #15857 from YeldhamDev/find_last_docPoommetee 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-19SCsub: fix mixed indentationPoommetee Ketson
2018-01-18adding option to split modules libraryAriel Manzur
2018-01-18Merge pull request #15849 from poke1024/preload-completionRémi Verschelde
GDScript: fix autocompletion for preload() (issue 15766)
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Merge pull request #15851 from poke1024/preload-warningsJuan Linietsky
Suppress errors on autocompletion for preload()
2018-01-18Remove obsolete Viewport _update_rect() codeRémi Verschelde