Skip to content

Commit

Permalink
3.3.2-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
naithar committed May 25, 2021
1 parent af47302 commit 0ad647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot
Submodule godot updated 57 files
+2 −2 .github/workflows/android_builds.yml
+2 −2 .github/workflows/windows_builds.yml
+69 −0 CHANGELOG.md
+1 −1 DONORS.md
+5 −6 core/bind/core_bind.cpp
+0 −3 core/io/file_access_zip.cpp
+2 −2 core/math/octree_definition.inc
+1 −1 doc/classes/MeshDataTool.xml
+1 −1 doc/classes/Node2D.xml
+2 −2 doc/classes/OS.xml
+1 −1 doc/classes/ProjectSettings.xml
+3 −1 doc/classes/Sky.xml
+1 −1 doc/classes/StreamPeer.xml
+8 −1 drivers/gles_common/rasterizer_canvas_batcher.h
+35 −22 editor/editor_profiler.cpp
+12 −4 editor/import/editor_scene_importer_gltf.cpp
+17 −1 editor/import/resource_importer_texture.cpp
+2 −2 editor/plugins/spatial_editor_plugin.cpp
+9 −9 editor/plugins/tile_set_editor_plugin.cpp
+1 −1 editor/project_settings_editor.cpp
+1 −1 misc/dist/html/service-worker.js
+12 −0 misc/dist/osx/editor.entitlements
+18 −0 misc/dist/osx/editor_mono.entitlements
+2 −2 misc/dist/osx_tools.app/Contents/Info.plist
+1 −1 misc/dist/windows/godot.iss
+1 −1 modules/enet/doc_classes/NetworkedMultiplayerENet.xml
+1 −1 modules/fbx/data/fbx_mesh_data.cpp
+1 −1 modules/fbx/data/fbx_mesh_data.h
+1 −1 modules/fbx/editor_scene_importer_fbx.cpp
+1 −1 modules/fbx/fbx_parser/FBXDocument.cpp
+1 −1 modules/fbx/fbx_parser/FBXDocument.h
+4 −4 modules/fbx/fbx_parser/FBXMeshGeometry.cpp
+2 −2 modules/fbx/fbx_parser/FBXMeshGeometry.h
+1 −1 modules/fbx/tools/import_utils.cpp
+1 −1 modules/gdscript/gdscript_compiler.cpp
+1 −1 modules/gdscript/gdscript_parser.cpp
+1 −1 modules/lightmapper_cpu/lightmapper_cpu.cpp
+1 −1 modules/mono/csharp_script.cpp
+1 −1 modules/webrtc/doc_classes/WebRTCPeerConnection.xml
+1 −1 modules/webxr/doc_classes/WebXRInterface.xml
+1 −1 platform/android/detect.py
+1 −1 platform/iphone/godot_app_delegate.m
+1 −0 platform/javascript/SCsub
+1 −1 platform/javascript/js/libs/library_godot_audio.js
+14 −3 platform/osx/os_osx.mm
+5 −0 scene/3d/collision_object.cpp
+1 −1 scene/3d/mesh_instance.cpp
+2 −0 scene/3d/physics_body.cpp
+1 −0 scene/resources/concave_polygon_shape.cpp
+5 −1 scene/resources/dynamic_font.cpp
+2 −1 scene/resources/sky.cpp
+1 −1 servers/physics/collision_solver_sat.cpp
+1 −1 servers/visual/visual_server_scene.cpp
+1 −1 thirdparty/embree/common/sys/platform.h
+31 −2 thirdparty/embree/patches/godot-changes.patch
+3 −3 thirdparty/misc/triangulator.cpp
+1 −1 version.py

0 comments on commit 0ad647f

Please sign in to comment.