Aaron Franke
ad96b6314c
Fix XML in Plane.cs
2020-07-21 20:13:51 -04:00
Rémi Verschelde
a5fb445121
Merge pull request #40450 from asmaloney/spelling
...
Fix spelling & grammar in comments, docs, and messages
2020-07-21 22:14:04 +02:00
Rémi Verschelde
25d59a5a1a
Merge pull request #40398 from thebestnom/android_keyboard_modifiers_and_arrows
...
Android: Keyboard modifier and arrow key support for text edit
2020-07-21 21:56:01 +02:00
Rémi Verschelde
bb2c0d3c3a
Merge pull request #40501 from aaronfranke/core-docs-cs
...
Update core documentation to match recent C# changes
2020-07-21 21:28:55 +02:00
Andy Maloney
4dda62f591
Fix spelling & grammar in comments, docs, and messages
2020-07-21 15:17:23 -04:00
thebestnom
166103c759
Android: Keyboard modifier and arrow key support
2020-07-21 22:13:24 +03:00
Aaron Franke
e5df1362df
Split CI builds into workflows for each OS
2020-07-21 15:12:16 -04:00
Rémi Verschelde
60fab23262
Merge pull request #32908 from Nehluxhes/node_update_twice
...
Remove duplicate displayed node update call
2020-07-21 21:09:47 +02:00
Rémi Verschelde
22ed721d15
Merge pull request #40448 from Paulb23/fix_txt_close_crash
...
Fix crash when closing a TextFile
2020-07-21 21:08:39 +02:00
Rémi Verschelde
e73de413db
Merge pull request #40457 from Calinou/doc-basebutton-pressed-toggled
...
Mention `toggled` signal for pressed state in BaseButton documentation
2020-07-21 21:05:58 +02:00
Aaron Franke
83e324d670
Update core documentation to match recent C# changes
...
Also a few minor API changes like adding AABB.abs()
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-07-21 14:44:53 -04:00
Rémi Verschelde
41d6c96590
Merge pull request #40567 from akien-mga/travis-emscripten-latest
...
Travis: Back to latest emsdk, use embedded mode properly
2020-07-21 20:11:46 +02:00
Nehluxhes
c85d04a771
Remove duplicate node update call
2020-07-21 19:47:44 +02:00
Rémi Verschelde
15917ee39f
Travis: Back to latest emsdk, use embedded mode properly
...
Reverts and supersedes #39168 and #40563 .
2020-07-21 17:19:06 +02:00
Rémi Verschelde
01fb1f189f
Merge pull request #40512 from yrk06/ExposeInertiaTensorMaster
...
Add Method get_inverse_inertia_tensor
2020-07-21 16:49:24 +02:00
Yerik
a91103ac89
Add Method get_inverse_inertia_tensor
2020-07-21 11:33:41 -03:00
Rémi Verschelde
103b46733a
Merge pull request #40533 from zaevi/fix_clipboard_crlf
...
fix crlf for clipboard
2020-07-21 16:06:43 +02:00
Rémi Verschelde
f6b6d51052
Merge pull request #40562 from nekomatata/osxcross-vulkan-layer
...
Fix Vulkan layer creation when compiling with OSXCross
2020-07-21 12:57:52 +02:00
Rémi Verschelde
15d07f489d
Merge pull request #40565 from akien-mga/enetgodot-style
...
ENetGodot: Apply clang-format and style guide
2020-07-21 12:57:32 +02:00
Rémi Verschelde
d78976b1d9
Merge pull request #40548 from nekomatata/osxcross-min-version-10.12
...
Set minimum osx version to 10.12 for OSXCross compilation
2020-07-21 12:57:12 +02:00
PouleyKetchoupp
08b0fd4330
Set minimum osx version to 10.12 for OSXCross compilation
...
Fixes this compilation error:
In file included from thirdparty/vulkan/vk_mem_alloc.cpp:7:
thirdparty/vulkan/vk_mem_alloc.h:3691:18: error: 'shared_mutex' is unavailable: introduced in macOS 10.12
std::shared_mutex m_Mutex;
^
/home/[user]/sources/osxcross/target/bin/../SDK/MacOSX10.14.sdk/usr/include/c++/v1/shared_mutex:178:58: note: 'shared_mutex' has been explicitly marked unavailable here
class _LIBCPP_TYPE_VIS _LIBCPP_AVAILABILITY_SHARED_MUTEX shared_mutex
2020-07-21 12:37:56 +02:00
PouleyKetchoupp
ce34b77c4a
Fix MoltenVK layer creation when compiling with OSXCross
2020-07-21 12:37:20 +02:00
Rémi Verschelde
e060a28183
Merge pull request #40560 from akien-mga/tileseteditor-polygon-size-crash
...
TileSet Editor: Check polygon size before indexing
2020-07-21 11:54:21 +02:00
Rémi Verschelde
896e7193d8
ENetGodot: Apply clang-format and style guide
2020-07-21 11:48:14 +02:00
Rémi Verschelde
6f428f2494
TileSet Editor: Check polygon size before indexing
...
Fixes #39722 .
2020-07-21 11:18:19 +02:00
Rémi Verschelde
fa3ac7deae
Merge pull request #40563 from akien-mga/travis-pin-emscripten-1.39.19
...
Travis: Pin Emscripten version to 1.39.19
2020-07-21 11:07:23 +02:00
Rémi Verschelde
ca325856cf
Travis: Pin Emscripten version to 1.39.19
...
1.39.20 dropped support for the no-embedded mode we use since #39168 ,
as our detection logic hasn't been fixed yet to support the embedded
mode.
2020-07-21 10:02:59 +02:00
Rémi Verschelde
15a97679bb
Merge pull request #40476 from Calinou/doc-visibilitynotifier
...
Improve the VisibilityNotifier and VisibilityEnabler class descriptions
2020-07-20 23:50:08 +02:00
Rémi Verschelde
ca5033e8ab
Merge pull request #40463 from Calinou/doc-editorsettings
...
Complete the EditorSettings class documentation
2020-07-20 23:48:23 +02:00
Rémi Verschelde
2334a1cf19
Merge pull request #40493 from Calinou/doc-editor-plugins-interfaces
...
Document several editor-related classes to 100% completion
2020-07-20 23:47:50 +02:00
Rémi Verschelde
6746f8b890
Merge pull request #40477 from Calinou/doc-vector-dot
...
Document `Vector2.dot()` and `Vector3.dot()` more extensively
2020-07-20 23:46:28 +02:00
Rémi Verschelde
b7aa474680
Merge pull request #40422 from amanj120/forward_port_bundle_pr_resources
...
Create strings.xml files in the Gradle project to handle localization
2020-07-20 22:26:44 +02:00
Rémi Verschelde
80a8a36ca1
Merge pull request #39801 from ChristopheLY/tween-bool-state
...
bug with Tween.is_active, fixes #39760
2020-07-20 22:23:43 +02:00
Rémi Verschelde
0a1dd5b6e4
Merge pull request #38763 from fire/38751
...
Allow gltf2 morph targets including animations with no default value…
2020-07-20 22:22:16 +02:00
Chistpohe LY
d60617de10
bug with Tween.is_active, fixes #39760
2020-07-20 19:36:02 +02:00
Rémi Verschelde
aada93afc0
Merge pull request #40491 from RandomShaper/font_avail_chars
...
Add DynamicFont::get_available_chars()
2020-07-20 19:18:53 +02:00
Pedro J. Estébanez
80a5df4821
Add DynamicFont::get_available_chars()
2020-07-20 17:44:39 +02:00
Zae
0107550cf1
fix crlf for clipboard
2020-07-20 23:07:20 +08:00
Rémi Verschelde
173ebe4872
Merge pull request #40484 from nekomatata/android-virtual-keyboard-adjustment
...
Disable virtual keyboard focus adjustment on Android
2020-07-20 17:05:12 +02:00
George Marques
aa09b4f85d
Reintroduce code completion
2020-07-20 11:38:40 -03:00
George Marques
b6a2628c48
Reenable GDScript LSP server
2020-07-20 11:38:40 -03:00
George Marques
dadfcd8aba
Added support for enums to be used as types in GDScript
2020-07-20 11:38:40 -03:00
George Marques
95c0909290
Add warning checks in GDScript analyzer
...
Reenable checking those when validating code.
2020-07-20 11:38:40 -03:00
George Marques
9a76ab8b6a
Add new GDScript type checker
2020-07-20 11:38:40 -03:00
George Marques
17cd6347ba
Add better local variable detection in GDScript parser
...
Also store Variant operator to avoid needing to do it repeatedly in
later compiling stages.
2020-07-20 11:38:39 -03:00
George Marques
7adb0d77cc
Add GDScript cache singleton
2020-07-20 11:38:39 -03:00
George Marques
886732ac2b
Add support for properties
2020-07-20 11:38:39 -03:00
George Marques
34c28eb2b8
Fix comments in beginning of file
...
Also improve error for unknown characters.
2020-07-20 11:38:39 -03:00
George Marques
5d6e853806
New GDScript tokenizer and parser
...
Sometimes to fix something you have to break it first.
This get GDScript mostly working with the new tokenizer and parser but
a lot of things isn't working yet. It compiles and it's usable, and that
should be enough for now.
Don't worry: other huge commits will come after this.
2020-07-20 11:38:39 -03:00
Rémi Verschelde
818bfbc5b5
Merge pull request #40161 from vnen/classdb-info-methods
...
Add methods in ClassDB to get property/method/constant/enum info
2020-07-20 16:29:33 +02:00