Skip to content

Commit

Permalink
3.2.4rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
naithar committed Jan 27, 2021
1 parent ac8fa31 commit c1cb0cd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion godot
Submodule godot updated 79 files
+1 −0 .gitignore
+5 −0 core/bind/core_bind.cpp
+1 −0 core/bind/core_bind.h
+6 −1 core/ustring.cpp
+16 −7 doc/classes/Array.xml
+14 −0 doc/classes/Control.xml
+2 −1 doc/classes/MultiplayerAPI.xml
+2 −1 doc/classes/NetworkedMultiplayerPeer.xml
+8 −0 doc/classes/OS.xml
+2 −1 doc/classes/Particles.xml
+2 −1 doc/classes/Particles2D.xml
+1 −1 doc/classes/Resource.xml
+1 −0 doc/classes/SceneTree.xml
+1 −0 doc/classes/TileMap.xml
+1 −0 doc/classes/VideoPlayer.xml
+7 −0 editor/editor_node.cpp
+25 −2 editor/editor_settings.cpp
+3 −3 editor/editor_themes.cpp
+15 −0 editor/filesystem_dock.cpp
+12 −4 editor/plugins/asset_library_editor_plugin.cpp
+4 −0 editor/plugins/skeleton_editor_plugin.cpp
+2 −0 editor/plugins/spatial_editor_plugin.cpp
+5 −0 editor/project_export.cpp
+2 −0 editor/project_manager.cpp
+7 −24 editor/scene_tree_dock.cpp
+153 −226 editor/translations/bg.po
+10 −7 editor/translations/cs.po
+84 −74 editor/translations/da.po
+36 −42 editor/translations/de.po
+39 −45 editor/translations/es.po
+29 −31 editor/translations/et.po
+32 −46 editor/translations/fi.po
+33 −39 editor/translations/fr.po
+6 −6 editor/translations/hu.po
+70 −107 editor/translations/it.po
+15 −13 editor/translations/ja.po
+12 −12 editor/translations/mk.po
+23 −26 editor/translations/pl.po
+120 −132 editor/translations/pt.po
+33 −29 editor/translations/pt_BR.po
+33 −46 editor/translations/ru.po
+39 −52 editor/translations/tr.po
+33 −43 editor/translations/uk.po
+7 −8 editor/translations/zh_CN.po
+0 −0 misc/dist/osx_template.app/Contents/Info.plist
+0 −0 misc/dist/osx_tools.app/Contents/Info.plist
+18 −4 misc/hooks/pre-commit-clang-format
+0 −0 misc/hooks/winmessage.ps1
+6 −0 modules/gdnative/nativescript/nativescript.cpp
+0 −0 modules/mbedtls/SCsub
+0 −0 modules/mbedtls/config.py
+0 −0 modules/mbedtls/packet_peer_mbed_dtls.h
+0 −0 modules/mbedtls/register_types.h
+0 −0 modules/mbedtls/stream_peer_mbedtls.h
+0 −0 modules/mono/editor/GodotTools/GodotTools/Export/AotBuilder.cs
+0 −0 modules/mono/editor/GodotTools/GodotTools/Export/XcodeHelper.cs
+11 −4 modules/mono/mono_gd/gd_mono_marshal.cpp
+1 −1 modules/mono/mono_gd/gd_mono_marshal.h
+0 −0 modules/mono/mono_gd/support/android_support.h
+0 −0 modules/mono/mono_gd/support/ios_support.h
+5 −10 platform/iphone/export/export.cpp
+24 −0 platform/iphone/godot_app_delegate.h
+3 −3 platform/iphone/godot_app_delegate.m
+27 −5 platform/iphone/plugin/godot_plugin_config.h
+0 −1 scene/3d/mesh_instance.cpp
+8 −0 scene/3d/physics_body.cpp
+3 −1 scene/gui/control.cpp
+7 −0 scene/gui/line_edit.cpp
+4 −2 scene/gui/range.cpp
+7 −7 scene/resources/default_theme/default_theme.cpp
+0 −2 scene/resources/default_theme/xpmfix.sh
+2 −2 scene/resources/style_box.cpp
+1 −1 scene/resources/style_box.h
+12 −7 servers/audio_server.cpp
+2 −2 servers/audio_server.h
+0 −0 thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
+0 −0 thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h
+0 −353 thirdparty/opus/celt/arm/arm2gnu.pl
+1 −1 version.py
2 changes: 1 addition & 1 deletion plugins/arkit/arkit.gdip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[config]
name="ARKit"
binary="arkit.a"
binary="arkit.xcframework"

initialization="register_arkit_types"
deinitialization="unregister_arkit_types"
Expand Down
2 changes: 1 addition & 1 deletion plugins/camera/camera.gdip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[config]
name="Camera"
binary="camera.a"
binary="camera.xcframework"

initialization="register_camera_types"
deinitialization="unregister_camera_types"
Expand Down
2 changes: 1 addition & 1 deletion plugins/gamecenter/gamecenter.gdip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[config]
name="GameCenter"
binary="gamecenter.a"
binary="gamecenter.xcframework"

initialization="register_gamecenter_types"
deinitialization="unregister_gamecenter_types"
Expand Down
2 changes: 1 addition & 1 deletion plugins/icloud/icloud.gdip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[config]
name="iCloud"
binary="icloud.a"
binary="icloud.xcframework"

initialization="register_icloud_types"
deinitialization="unregister_icloud_types"
Expand Down
2 changes: 1 addition & 1 deletion plugins/inappstore/inappstore.gdip
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[config]
name="InAppStore"
binary="inappstore.a"
binary="inappstore.xcframework"

initialization="register_inappstore_types"
deinitialization="unregister_inappstore_types"
Expand Down
2 changes: 1 addition & 1 deletion scripts/extract_headers.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

rsync -a -m -R --include '*/' --include '*.h' --include '*.inc' --exclude '*' ./ extracted_headers
rsync -a -m -R --include '*/' --include '*.h' --include '*.inc' --exclude '*' ./godot ./bin/extracted_headers
7 changes: 6 additions & 1 deletion scripts/release_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,24 @@ mkdir ./bin/release
# Move GameCenter
mkdir ./bin/release/gamecenter
mv ./bin/gamecenter.{release,debug}.xcframework ./bin/release/gamecenter
cp ./plugins/gamecenter/gamecenter.gdip ./bin/release/gamecenter

# Move InAppStore
mkdir ./bin/release/icloud
mv ./bin/icloud.{release,debug}.xcframework ./bin/release/icloud
cp ./plugins/icloud/icloud.gdip ./bin/release/icloud

# Move InAppStore
mkdir ./bin/release/inappstore
mv ./bin/inappstore.{release,debug}.xcframework ./bin/release/inappstore
cp ./plugins/inappstore/inappstore.gdip ./bin/release/inappstore

# Move Camera
mkdir ./bin/release/camera
mv ./bin/camera.{release,debug}.xcframework ./bin/release/camera
cp ./plugins/camera/camera.gdip ./bin/release/camera

# Move ARKit
mkdir ./bin/release/arkit
mv ./bin/arkit.{release,debug}.xcframework ./bin/release/arkit
mv ./bin/arkit.{release,debug}.xcframework ./bin/release/arkit
cp ./plugins/arkit/arkit.gdip ./bin/release/arkit

0 comments on commit c1cb0cd

Please sign in to comment.