Skip to content

Commit

Permalink
fix: ui text size, ui canvas size, ui texture loading and more (see d…
Browse files Browse the repository at this point in the history
…etails) (#135)

* add commsApi available (without functionality)

* - move advanced settings to a tab inside settings
- clean content loading from gdscript
- Dictionary is not persistent cross threads, workaround creating the Dictinoary from mainThread and hold the reference
- fix wrong timestamp to scene (pointer events)
- fix auto size of ui_text
- fix canvas size set
- enable/disable debug pannel from advance settings and/or --preview cmd param (disable by default)
- fix: crash when audio stream player reference is missed
- fix: debug panel wrong mouse filter
  • Loading branch information
leanmendoza authored Jan 8, 2024
1 parent 18ff3cd commit 33091a0
Show file tree
Hide file tree
Showing 38 changed files with 913 additions and 1,644 deletions.
12 changes: 0 additions & 12 deletions godot/.godot/global_script_class_cache.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,6 @@ list=Array[Dictionary]([{
"language": &"GDScript",
"path": "res://src/config/config_data.gd"
}, {
"base": &"Node",
"class": &"ContentManager",
"icon": "",
"language": &"GDScript",
"path": "res://src/logic/content/content_thread_pool.gd"
}, {
"base": &"RefCounted",
"class": &"ContentThread",
"icon": "",
"language": &"GDScript",
"path": "res://src/logic/content/content_thread.gd"
}, {
"base": &"MeshInstance3D",
"class": &"DclMeshRenderer",
"icon": "",
Expand Down
Binary file modified godot/.godot/uid_cache.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion godot/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="*,*.*"
exclude_filter="lib/android/*.so,lib/*.dll"
exclude_filter="*.so,*.dll"
export_path="../../../dcl-explorer-godot.apk"
encryption_include_filters=""
encryption_exclude_filters=""
Expand Down
4 changes: 4 additions & 0 deletions godot/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ window/size/viewport_width=1280
window/size/viewport_height=720
window/size/resizable=false

[filesystem]

import/blender/enabled=false

[gui]

theme/custom="res://assets/themes/theme.tres"
Expand Down
113 changes: 113 additions & 0 deletions godot/scenes_ui.tscn

Large diffs are not rendered by default.

Loading

0 comments on commit 33091a0

Please sign in to comment.