Commit graph

12709 commits

Author SHA1 Message Date
MrCdK
8a9f1c2a5d Expose audio streams get_length() 2018-01-22 20:35:33 +01:00
PetePete1984
f4d67433e7 More precise description for is_visible_in_tree 2018-01-22 16:22:17 +01:00
Rémi Verschelde
ccfe9f049f
Merge pull request #15973 from paulloz/csharp-rid-fix
RID cached class was wrong (mono)
2018-01-22 15:19:00 +01:00
Rémi Verschelde
e48ccc235f Mono: Display opt-out warning in editor about WIP status
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 14:57:42 +01:00
Paul Joannon
1eb9c7e6cb
RID cached class was wrong (mono) 2018-01-22 14:01:20 +01:00
Rémi Verschelde
30dabae56e
Merge pull request #15968 from Noshyaar/license
Copyright: replace tabs by 8 spaces
2018-01-22 11:30:46 +01:00
Poommetee Ketson
4d79c2ca5a Copyright: replace tabs by 8 spaces 2018-01-22 17:25:54 +07:00
Rémi Verschelde
a294c99400 Copyright: Add license info for bullet and Mozilla CA certs 2018-01-22 11:11:51 +01:00
Rémi Verschelde
d50c0efd2c Bump version to 3.0-rc3
Jamais deux sans trois.
2018-01-22 09:20:56 +01:00
Rémi Verschelde
879e5abe05 i18n: Fix typo in translation msgid 2018-01-22 09:19:09 +01:00
Rémi Verschelde
4d1d0e6f62 i18n: Sync translations with Weblate 2018-01-22 09:17:17 +01:00
Rémi Verschelde
aa9b1bd101
Merge pull request #15949 from MarianoGnu/issue_15743
Prevent prompting unexpected errors on Bullet's RigidBody. Attemps to fix #15743
2018-01-22 09:03:12 +01:00
Rémi Verschelde
3c5d11d600
Merge pull request #15963 from Noshyaar/l
Fix ObjectDB Instances still exist
2018-01-22 09:02:16 +01:00
Poommetee Ketson
70be6848c2 Fix ObjectDB Instances still exist
```
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 11:46:05 +07:00
Rémi Verschelde
37cb029fcc
Merge pull request #15938 from poke1024/fix15904
Fix crash on deleted rigidbodies without contact monitor (issue 15904)
2018-01-22 00:02:14 +01:00
Rémi Verschelde
d8390105c3
Merge pull request #15917 from brainsick/doc-os-commands
clarify OS.execute usage
2018-01-21 21:56:05 +01:00
Rémi Verschelde
e1f34249eb Fix typo in CollisionObject warning 2018-01-21 21:32:00 +01:00
Juan Linietsky
8daf5491ab I have no idea why this commit fixes #15392 2018-01-21 16:19:35 -03:00
George Marques
28744b704d
Merge pull request #15935 from paulloz/fix-csharp-exported-properties
Fix GDMonoProperty::set_value
2018-01-21 16:01:41 -02:00
George Marques
a695510674
Merge pull request #15916 from touilleMan/disable-pluginscritp-in-dialog-box
Hide only PluginScript in dialog box
2018-01-21 15:43:27 -02:00
Mariano Suligoy
d090856560 attemp to fix #15743 2018-01-21 14:23:30 -03:00
Bernhard Liebl
e9237d83c7 Fix crash on deleted rigidbodies without contact monitor (issue 15904) 2018-01-21 12:46:13 +01:00
Paul Joannon
e0ce249621
fix GDMonoProperty::set_value
was calling getter and not setter
should close #15387
2018-01-21 12:29:49 +01:00
Rémi Verschelde
fa569210f5
Merge pull request #15929 from poke1024/fix15902
Revert 67ae443c56
2018-01-21 11:08:34 +01:00
Bernhard Liebl
ec98e0b715 GDScript: always call ResourceLoader::load() in non-completion mode 2018-01-21 09:32:52 +01:00
Todd Ross
b57dcf446e clarify OS.execute usage, add examples 2018-01-20 18:36:00 -06:00
Emmanuel Leblond
9fba9e5465
Hide only PluginScript in dialog box 2018-01-21 00:43:57 +01:00
Juan Linietsky
c58891ff4c Allow shadowing class members with local variables in GDScript, closes #15896 2018-01-20 17:45:19 -03:00
Rémi Verschelde
8f8b032eed
Merge pull request #15905 from binbitten/fix-capture-win
Fix horizontal scroll for windows platform
2018-01-20 21:41:21 +01:00
binbitten
017a8521c0 Fix horizontal scroll for windows platform 2018-01-20 21:15:58 +01:00
Rémi Verschelde
00387cbe1b
Merge pull request #15898 from yurchor/patch-1
Fix minor typo: it's -> its
2018-01-20 19:27:49 +01:00
Yuri Chornoivan
17614f79ea
Fix minor typo: it's -> its 2018-01-20 20:18:43 +02:00
Leon Krause
f5234e70be
Merge pull request #15887 from x1212/html_change_tc_standard_to_s3tc
HTML export: Make s3tc the standard Texture Format
2018-01-20 15:46:27 +01:00
Thomas Herzog
3cd5b1fec8
Merge pull request #15891 from karroffel/stringbuilder-fix-crash
fixed crash with StringBuilder
2018-01-20 15:28:43 +01:00
karroffel
30822e8ab7 fixed crash with StringBuilder
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 15:26:58 +01:00
x1212
eec2218e7c HTML export: Make s3tc the standard Texture Format 2018-01-20 15:20:26 +01:00
Rémi Verschelde
09732a15a5 i18n: Sync translation templates with current source 2018-01-20 10:10:49 +01:00
Rémi Verschelde
1f70ba5bd9 i18n: Sync translations with Weblate
Adds Romanian translation.
2018-01-20 10:10:00 +01:00
Guilherme Silva
9974e86904 Fix option run/output/always_open_output_on_play 2018-01-19 11:56:07 -02:00
Rémi Verschelde
eb9fa02fbd
Merge pull request #15850 from Anutrix/master
Added description to dedent in String.xml
2018-01-19 12:13:04 +01:00
Anutrix
6d4c6449f4 Added description to dedent in String.xml 2018-01-19 15:57:38 +05:30
Rémi Verschelde
a15f60d212
Merge pull request #15863 from touilleMan/fix-pluginscript-crash-in-dialog-box
Hide Script nodes in dialog box to prevent crash with pluginscript
2018-01-19 10:19:13 +01:00
Emmanuel Leblond
431ecc2061
Hide Script nodes in dialog box to prevent crash with pluginscript 2018-01-19 09:55:52 +01:00
Rémi Verschelde
fe2932a969
Merge pull request #15861 from poke1024/macos-keybuffer
On macOS, prevent key_event_buffer overflows
2018-01-19 09:12:18 +01:00
Rémi Verschelde
76bff3ef6e Bump version to 3.0-rc2
Dr. Freeman, we're coming for you!
2018-01-19 08:51:45 +01:00
Bernhard Liebl
2419ffd428 On macOS, prevent key_event_buffer overflows 2018-01-19 08:47:30 +01:00
Rémi Verschelde
0a469fc8ce
Merge pull request #15858 from willnationsdev/vs-hpp-support
Allow VS to include .hpp files in scons builds
2018-01-19 08:28:38 +01:00
Rémi Verschelde
1f1a38b5ec
Merge pull request #15856 from Noshyaar/indent
SCsub: fix mixed indentation
2018-01-19 08:27:55 +01:00
Will Nations
a025ca5fc6 Include .hpp files in VS scons builds. Fixed Typo. 2018-01-18 22:16:11 -06:00
Poommetee Ketson
d7e07fb25a
Merge pull request #15857 from YeldhamDev/find_last_doc
[DOCS] Fixed incorrect information inside String's "find_last" method

[ci skip]
2018-01-19 10:22:21 +07:00