-
-
Notifications
You must be signed in to change notification settings - Fork 844
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
core: Rename display objects' static_data
field to shared
#19595
Merged
moulins
merged 1 commit into
ruffle-rs:master
from
moulins:rename-static-data-to-shared
Feb 22, 2025
Merged
core: Rename display objects' static_data
field to shared
#19595
moulins
merged 1 commit into
ruffle-rs:master
from
moulins:rename-static-data-to-shared
Feb 22, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static_data
to shared
static_data
field to shared
10bc475
to
826aafb
Compare
adrian17
approved these changes
Feb 22, 2025
...and the corresponding `FooStatic` structs to `FooShared`. This better represents the semantics, and avoids conflation with the `'static` lifetime (in fact, these structs sometimes contain GC'd data).
826aafb
to
0c99962
Compare
Hancock33
added a commit
to Hancock33/batocera.piboy
that referenced
this pull request
Feb 23, 2025
------------------------------------------------------------------------------------------ dolphin-emu.mk 6d9c887a214f4fec16779f9ecbec555948ef94cd # Version: Commits on Feb 23, 2025 ------------------------------------------------------------------------------------------ Merge pull request #13365 from jordan-woyak/si-disco SI: Set NOREP, ERRSTAT, and ERRLATCH when GetData returns false., --------------------------------------------------------------------------------------------- dosbox-staging.mk c43233c55abc31fd23cd3bd48086c7228ae658d7 # Version: Commits on Feb 22, 2025 --------------------------------------------------------------------------------------------- website: Add 0.82.1 release notes draft, ---------------------------------------------------- pcsx2.mk v2.3.171 # Version: Commits on Feb 23, 2025 ---------------------------------------------------- - [GS/HW: Increase Merge Sprite paving sensitivity to avoid mismerges](PCSX2/pcsx2#12345) , --------------------------------------------------------------- ruffle.mk nightly-2025-02-23 # Version: Commits on Feb 23, 2025 --------------------------------------------------------------- ## What's Changed * chore: Update translations by @RuffleBuild in ruffle-rs/ruffle#19573 * render: Remove `Rc` around `wgpu` objects by @a1phyr in ruffle-rs/ruffle#19587 * AVM2: Partially support parentAllowsChild when domains match by @adrian17 in ruffle-rs/ruffle#19521 * render: Switch to wgpu fork with backported GLES limits fix by @adrian17 in ruffle-rs/ruffle#19512 * avm2: Fix panic on loading sounds multiple times by @kjarosh in ruffle-rs/ruffle#19586 * avm2: Various fixes and code improvements by @Lord-McSweeney in ruffle-rs/ruffle#19589 * core: Rename display objects' `static_data` field to `shared` by @moulins in ruffle-rs/ruffle#19595 **Full Changelog**: ruffle-rs/ruffle@nightly-2025-02-22...nightly-2025-02-23, ----------------------------------------------------- ryujinx.mk 1.2.414 # Version: Commits on Feb 23, 2025 ----------------------------------------------------- # Canary builds: These builds are experimental and may sometimes not work, use [regular builds](https://github.com/Ryubing/Ryujinx/releases/latest) instead if that sounds like something you don't want to deal with. | Platform | Artifact | |--|--| | Windows 64-bit | [Canary Windows Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.414/ryujinx-canary-1.2.414-win_x64.zip) | | Linux 64-bit | [Canary Linux Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.414/ryujinx-canary-1.2.414-linux_x64.tar.gz) | | Linux ARM 64-bit | [Canary Linux ARM Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.414/ryujinx-canary-1.2.414-linux_arm64.tar.gz) | | macOS | [Canary macOS Artifact](https://github.com/Ryubing/Canary-Releases/releases/download/1.2.414/ryujinx-canary-1.2.414-macos_universal.app.tar.gz) | **Full Changelog**: Ryubing/Ryujinx@Canary-1.2.413...Canary-1.2.414 -------------------------------------------------------------------------------------- shadps4.mk 4f1baece33c6c324a14b22508d5755f7ac6885dd # Version: Commits on Feb 23, 2025 -------------------------------------------------------------------------------------- Avoid processing job buffers before codec initialization (#2507), --------------------------------------------------------------------------------------- thextech.mk 5e0a4675c3c010d0727d7dc300ad425fbe64e3e8 # Version: Commits on Feb 23, 2025 --------------------------------------------------------------------------------------- frm_main.cpp: temporarily revert forced exclusive fullscreen, --------------------------------------------------------------------------------------- corsixth.mk 1659cac64c5b0e6b642b6ae5dd4e187ec5139e97 # Version: Commits on Feb 22, 2025 --------------------------------------------------------------------------------------- Merge pull request #2782 from lewri/lightness_typo Fix typo in lightness calculation, -------------------------------------------------------------------------------------- eduke32.mk 1357a62291ad506a33b6efb3d67fa856bec81cae # Version: Commits on Feb 11, 2025 -------------------------------------------------------------------------------------- Add includeoptional CON token, that doesn't error out if the included file is absent. --------------------------------------------------------------------------------------- etlegacy.mk d84858eb911f1264fe46c7466f78d1edb365eefa # Version: Commits on Feb 23, 2025 --------------------------------------------------------------------------------------- app: add missing incrementation, we have working theme switcher, ---------------------------------------------------------------------------------------- doomretro.mk 4da8df39c311386c6e7fd6f36c4dcbdfe6cd458e # Version: Commits on Feb 23, 2025 ---------------------------------------------------------------------------------------- Fix pressing use key to accelerate intermission sometimes failing, ------------------------------------------------------------------------------------------ xash3d-fwgs.mk ccf342f4fe94c442f65be83ab82accd4cfad8eff # Version: Commits on Feb 23, 2025 ------------------------------------------------------------------------------------------ engine: client: fix inconsistent mouse state caused by mis-use of touch_emulate by cs16-client, ------------------------------------------------------------------------------------------------ libretro-nestopia.mk 72003d06eb9fbc2191f5a7a874abc039bde3157f # Version: Commits on Feb 23, 2025 ------------------------------------------------------------------------------------------------ limit paddle range (#96) Add options for the range so users can match it exactly to the game, -------------------------------------------------------------------------------------------- libretro-pcsx.mk 73a3ca2ca468dbc6bd8c524c9709617662d5b105 # Version: Commits on Feb 23, 2025 -------------------------------------------------------------------------------------------- Merge branch 'master' into libretro,
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...and the corresponding
FooStatic
structs toFooShared
.This better represents the semantics, and avoids conflation with the
'static
lifetime (in fact, these structs sometimes contain GC'd data).Intended as preliminary work for a future PR removing
GcCell
usage from the movie clip code, which may introduce a new internalstruct MovieClipStatic: 'static
that would conflict with the currently existingstruct MovieClipStatic<'gc>
.