Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 28-01-2025 #3232

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
af7e902
style: 'Update Required' modal UI update (#3171)
RominaMarchetti Jan 21, 2025
771a219
Feat: user profile generic context menu control (#3178)
lorenzo-ranciaffi Jan 22, 2025
100c4fe
chore: moved environment selection to EntryPoint (#3183)
davidejensen Jan 22, 2025
2c8e332
Add support for sending "Scene" message to a chosen peer (#3079)
gonpombo8 Jan 22, 2025
12ceed8
style: fix background of settings toggle (#3164)
RominaMarchetti Jan 22, 2025
1825127
fix: correctly anchor gallery details so they don't overlap (#3182)
mihakrajnc Jan 22, 2025
6b8ed25
fix: editor asset changes on materials (#3169)
mihakrajnc Jan 23, 2025
bd99414
Feat: disk cache (#3030)
NickKhalow Jan 23, 2025
346f414
feat: friend requests ui (#3188)
lorux0 Jan 23, 2025
1a20150
Merge branch 'dev' into chore/sync
dalkia Jan 23, 2025
53c6e9c
Merge pull request #3190 from decentraland/chore/sync
dalkia Jan 23, 2025
bb7f614
Feat: Livekit debug rtt quality connection (#3160)
NickKhalow Jan 24, 2025
0c5dc9a
add delete method to signed fetch. (#3196)
m3taphysics Jan 24, 2025
4e3c0dc
fix: make the minimap icons reset its scale when the fullscreen map c…
sandrade-dcl Jan 24, 2025
d80bb07
Chore: Loading Step Debugging & Dependencies improvements (#3150)
mikhail-dcl Jan 27, 2025
ad9c91d
When comparing a TextureComponent and a Promise, ensure that the Src …
m3taphysics Jan 27, 2025
67209a4
chore: reduce terrain memory usage (#3189)
dalkia Jan 27, 2025
0aa252c
Fixed cache max size to avoid constant cleanup (#3210)
davidejensen Jan 27, 2025
ac871cf
fix: Avoid to click in the same place map tab more than once (#3214)
sandrade-dcl Jan 27, 2025
815faa4
fix: Wrong message when we try to share a photo in X (#3218)
sandrade-dcl Jan 27, 2025
b1237bd
feat: asset bundle fallback (#3008)
dalkia Jan 27, 2025
6d743b7
fix: force terrain cache generation (#3226)
dalkia Jan 28, 2025
e83d5c5
chore: update character cam collision to include sdk physics layer (#…
pravusjif Jan 28, 2025
595fe1d
style: night/day 'ex-skybox' button animation (#3198)
RominaMarchetti Jan 28, 2025
ab9d751
Outline Rendering of weird meshes is fixed (#3223)
GBirch33 Jan 28, 2025
4f5c7f4
Update build-unitycloud.yml (#3229)
m3taphysics Jan 28, 2025
50ccd78
Fixed local scene development
dalkia Jan 28, 2025
8de4e37
Revert "chore: update character cam collision to include sdk physics …
pravusjif Jan 29, 2025
8d3fcf0
Define `global` for JS scripts reliant on Node.js (for whatever reaso…
mikhail-dcl Jan 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build-unitycloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
PARAM_SENTRY_UPLOAD_DEBUG_SYMBOLS: ${{ needs.prebuild.outputs.sentry_upload_symbols }}
PARAM_SEGMENT_WRITE_KEY: ${{ secrets.SEGMENT_WRITE_KEY }}
PARAM_INSTALL_SOURCE: ${{ needs.prebuild.outputs.install_source }}

PARAM_UNITY_EXTRA_PARAMS: '-disable-assembly-updater'
run: python -u scripts/cloudbuild/build.py

- name: 'Tar artifact to maintain original permissions'
Expand Down
5 changes: 4 additions & 1 deletion Explorer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,7 @@ Assets/AddressableAssetsData/Windows/**
Assets/AddressableAssetsData/Windows/*.meta
Assets/AddressableAssetsData/Windows.meta
Assets/AddressableAssetsData/ProfileDataSourceSettings.asset
Assets/AddressableAssetsData/ProfileDataSourceSettings.asset.meta
Assets/AddressableAssetsData/ProfileDataSourceSettings.asset.meta

# Disk Caching
DiskCache/
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: dcc6085d51c3e443f82d4d58e0087519
m_Address: Assets/DCL/Friends/Prefabs/FriendRequest.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: e052984ad30813240bd28c945f4cab60
m_Address: DottedLineRenderer
m_ReadOnly: 0
Expand Down Expand Up @@ -432,6 +437,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: fe90941e720314adfb13574446732ea7
m_Address: UserProfile
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: fc8a9d2b539788c47a5b305639fa8b34, type: 2}
m_SchemaSet:
Expand Down
Loading
Loading