Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-22 | Mono: Display opt-out warning in editor about WIP status | Ré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-22 | Copyright: Add license info for bullet and Mozilla CA certs | Rémi Verschelde | |
2018-01-22 | Bump version to 3.0-rc3 | Rémi Verschelde | |
Jamais deux sans trois. | |||
2018-01-22 | i18n: Fix typo in translation msgid | Rémi Verschelde | |
2018-01-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-01-22 | Merge pull request #15949 from MarianoGnu/issue_15743 | Rémi Verschelde | |
Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743 | |||
2018-01-22 | Merge pull request #15963 from Noshyaar/l | Rémi Verschelde | |
Fix ObjectDB Instances still exist | |||
2018-01-22 | Fix ObjectDB Instances still exist | Poommetee 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-22 | Merge pull request #15938 from poke1024/fix15904 | Rémi Verschelde | |
Fix crash on deleted rigidbodies without contact monitor (issue 15904) | |||
2018-01-21 | Merge pull request #15917 from brainsick/doc-os-commands | Rémi Verschelde | |
clarify OS.execute usage | |||
2018-01-21 | Fix typo in CollisionObject warning | Rémi Verschelde | |
2018-01-21 | I have no idea why this commit fixes #15392 | Juan Linietsky | |
2018-01-21 | Merge pull request #15935 from paulloz/fix-csharp-exported-properties | George Marques | |
Fix GDMonoProperty::set_value | |||
2018-01-21 | Merge pull request #15916 from touilleMan/disable-pluginscritp-in-dialog-box | George Marques | |
Hide only PluginScript in dialog box | |||
2018-01-21 | attemp to fix #15743 | Mariano Suligoy | |
2018-01-21 | Fix crash on deleted rigidbodies without contact monitor (issue 15904) | Bernhard Liebl | |
2018-01-21 | fix GDMonoProperty::set_value | Paul Joannon | |
was calling getter and not setter should close #15387 | |||
2018-01-21 | Merge pull request #15929 from poke1024/fix15902 | Rémi Verschelde | |
Revert 67ae443c5696b96590ca4c32cb2828692e805b73 | |||
2018-01-21 | GDScript: always call ResourceLoader::load() in non-completion mode | Bernhard Liebl | |
2018-01-20 | clarify OS.execute usage, add examples | Todd Ross | |
2018-01-21 | Hide only PluginScript in dialog box | Emmanuel Leblond | |
2018-01-20 | Allow shadowing class members with local variables in GDScript, closes #15896 | Juan Linietsky | |
2018-01-20 | Merge pull request #15905 from binbitten/fix-capture-win | Rémi Verschelde | |
Fix horizontal scroll for windows platform | |||
2018-01-20 | Fix horizontal scroll for windows platform | binbitten | |
2018-01-20 | Merge pull request #15898 from yurchor/patch-1 | Rémi Verschelde | |
Fix minor typo: it's -> its | |||
2018-01-20 | Fix minor typo: it's -> its | Yuri Chornoivan | |
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 | |