File tree
8 files changed
+13
-8
lines changed- plugins
- arkit
- camera
- gamecenter
- icloud
- inappstore
- scripts
8 files changed
+13
-8
lines changed- .gitignore+1
- core/bind/core_bind.cpp+5
- core/bind/core_bind.h+1
- core/ustring.cpp+6-1
- doc/classes/Array.xml+16-7
- doc/classes/Control.xml+14
- doc/classes/MultiplayerAPI.xml+2-1
- doc/classes/NetworkedMultiplayerPeer.xml+2-1
- doc/classes/OS.xml+8
- doc/classes/Particles.xml+2-1
- doc/classes/Particles2D.xml+2-1
- doc/classes/Resource.xml+1-1
- doc/classes/SceneTree.xml+1
- doc/classes/TileMap.xml+1
- doc/classes/VideoPlayer.xml+1
- editor/editor_node.cpp+7
- editor/editor_settings.cpp+25-2
- editor/editor_themes.cpp+3-3
- editor/filesystem_dock.cpp+15
- editor/plugins/asset_library_editor_plugin.cpp+12-4
- editor/plugins/skeleton_editor_plugin.cpp+4
- editor/plugins/spatial_editor_plugin.cpp+2
- editor/project_export.cpp+5
- editor/project_manager.cpp+2
- editor/scene_tree_dock.cpp+7-24
- editor/translations/bg.po+153-226
- editor/translations/cs.po+10-7
- editor/translations/da.po+84-74
- editor/translations/de.po+36-42
- editor/translations/es.po+39-45
- editor/translations/et.po+29-31
- editor/translations/fi.po+32-46
- editor/translations/fr.po+33-39
- editor/translations/hu.po+6-6
- editor/translations/it.po+70-107
- editor/translations/ja.po+15-13
- editor/translations/mk.po+12-12
- editor/translations/pl.po+23-26
- editor/translations/pt.po+120-132
- editor/translations/pt_BR.po+33-29
- editor/translations/ru.po+33-46
- editor/translations/tr.po+39-52
- editor/translations/uk.po+33-43
- editor/translations/zh_CN.po+7-8
- misc/dist/osx_template.app/Contents/Info.plist
- misc/dist/osx_tools.app/Contents/Info.plist
- misc/hooks/pre-commit-clang-format+18-4
- misc/hooks/winmessage.ps1
- modules/gdnative/nativescript/nativescript.cpp+6
- modules/mbedtls/SCsub
- modules/mbedtls/config.py
- modules/mbedtls/packet_peer_mbed_dtls.h
- modules/mbedtls/register_types.h
- modules/mbedtls/stream_peer_mbedtls.h
- modules/mono/editor/GodotTools/GodotTools/Export/AotBuilder.cs
- modules/mono/editor/GodotTools/GodotTools/Export/XcodeHelper.cs
- modules/mono/mono_gd/gd_mono_marshal.cpp+11-4
- modules/mono/mono_gd/gd_mono_marshal.h+1-1
- modules/mono/mono_gd/support/android_support.h
- modules/mono/mono_gd/support/ios_support.h
- platform/iphone/export/export.cpp+5-10
- platform/iphone/godot_app_delegate.h+24
- platform/iphone/godot_app_delegate.m+3-3
- platform/iphone/plugin/godot_plugin_config.h+27-5
- scene/3d/mesh_instance.cpp-1
- scene/3d/physics_body.cpp+8
- scene/gui/control.cpp+3-1
- scene/gui/line_edit.cpp+7
- scene/gui/range.cpp+4-2
- scene/resources/default_theme/default_theme.cpp+7-7
- scene/resources/default_theme/xpmfix.sh-2
- scene/resources/style_box.cpp+2-2
- scene/resources/style_box.h+1-1
- servers/audio_server.cpp+12-7
- servers/audio_server.h+2-2
- thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
- thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h
- thirdparty/opus/celt/arm/arm2gnu.pl-353
- version.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
56 | | - | |
| 60 | + | |
| 61 | + | |
0 commit comments