Skip to content

Conversation

@kjarosh
Copy link
Member

@kjarosh kjarosh commented Nov 24, 2025

This makes AS3 code more consistent.

@kjarosh kjarosh added A-avm2 Area: AVM2 (ActionScript 3) T-refactor Type: Refactor / Cleanup labels Nov 24, 2025
Copy link
Collaborator

@Lord-McSweeney Lord-McSweeney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
This makes AS3 code more consistent.
@kjarosh kjarosh merged commit accf3ae into ruffle-rs:master Nov 27, 2025
26 checks passed
@kjarosh kjarosh deleted the as3-reformat branch November 27, 2025 17:56
Hancock33 added a commit to Hancock33/batocera.piboy that referenced this pull request Nov 29, 2025
--------------------------------------------------------------------------------------------------------
batocera-emulationstation.mk 5d643bfcf6327718d3ccc6c7676e57cb70e0203c # Version: Commits on Nov 28, 2025
--------------------------------------------------------------------------------------------------------
update po

Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>,

------------------------------------------------------------------------------------------------
batocera-es-piboy.mk 5d643bfcf6327718d3ccc6c7676e57cb70e0203c # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------------------
update po

Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>,

-----------------------------------------------------------------------------------
ares.mk 35ead94515afc71c6fbfdeb42aae12e4f764b50b # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------
gba: implement write protection for HALTCNT,

-----------------------------------------------------------------------------------
cemu.mk 47b8d911b960e9228fe6c29062aaa325b15e8779 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------
Latte: Instance count minimum is 1

Previously we skipped drawcalls when the instance count was set to zero. But the hardware register enforces a minimum of 1.

Fixes black screen in \Cubit The Hardcore Platformer Robot\ which does all it's drawcalls with an hardcoded instance count of 0.,

------------------------------------------------------------------------------------------
dolphin-emu.mk e8c512dfb5b26b464c70f6bb89475533d5351a94 # Version: Commits on Nov 27, 2025
------------------------------------------------------------------------------------------
Merge pull request #14183 from LillyJadeKatrin/retroachievements-eternal-darkness-testing-my-sanity

RetroAchievements - Remove Hardcore Check from ApplyMemoryPatch,

------------------------------------------------------------------------------------------
duckstation.mk 58cb4f2e3758b46ae27d432038cdcaae3ae88ad2 # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------------
FullscreenUI: Update loading/notification run idle on shutdown

Stops us from ending up in a state where we're always running idle when

paused, because a previous notification was blown away by shutdown.,

-----------------------------------------------------------------------------------
eden.mk 8859809ebdb75913bed868e04886dd9c57084c27 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------
[maxwell] ATOM() has cases where it acts like a NOP (#2907)

-------------------------------------------------------------------------------------
hatari.mk 4128a171bdd0dece5be06d598707123e0886404e # Version: Commits on Nov 28, 2025
-------------------------------------------------------------------------------------
Fix wrong 'Unhandled scancode' warnings,

---------------------------------------------------
mame.mk mame0283 # Version: Commits on Nov 28, 2025
---------------------------------------------------
mame0283

--------------------------------------------------------------------------------------
openmsx.mk 8636fa4ad42c3b27c8bff78af44ac47226d3772c # Version: Commits on Nov 28, 2025
--------------------------------------------------------------------------------------
Allow to specify a segment number of symbol files

We could already set an (optional) slot, now we can also set an

(optional) segment number.

Enter a value, or - to ignore (the latter is the default).

Reminder: for symbol files that contain symbol values > 0xffff, the

upper 16 bits are consider to be a segment number. In other words, such

files already do specify a segment per symbol, and then we don't allow

to set the segment for the file.

This should implement bengalack's request from this issue:

    openMSX/openMSX#1702 (comment),

----------------------------------------------------
pcsx2.mk v2.5.336 # Version: Commits on Nov 28, 2025
----------------------------------------------------
- [VMManager: Fix LoadStateFromSlot error messages](PCSX2/pcsx2#13624)

-------------------------------------------------------------------------------------
ppsspp.mk 148f92db769cad4275237cb299ff90ada8c65c5c # Version: Commits on Nov 28, 2025
-------------------------------------------------------------------------------------
Merge pull request #21046 from hrydgard/achievement-size-fixes

Some UI layout fixes for notifications and achievements,

------------------------------------------------------------------------------------
rpcs3.mk 50c9a919424f6efcfc8bc47a973324997d0db568 # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------
rsx: Free previous pointer after reallocating memory

After realloc in simple_array free the memory referenced by the old pointer.,

-------------------------------------------------
vice.mk r45872 # Version: Commits on Nov 28, 2025
-------------------------------------------------
Monitor 'io' command was showing CIA2/dd00 twice and 'io dd00' was spitting out the CIA2 io dump twice.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45872 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

-------------------------------------------------------------------------------------------
xenia-native.mk 2997b91493a4fc78da63b4ce28328b6bcc2a9f2d # Version: Commits on Nov 24, 2025
-------------------------------------------------------------------------------------------
[XAM] Fixed misc returns,

-----------------------------------------------------------------------------------
ymir.mk 65084faa20bc0035be99f462c018215f468e48d0 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------
fix(rewind): Reset rewind buffer on hard resets and whenever the CD Block LLE settings is changed,

-----------------------------------------------------------------------------------------
lightspark.mk 9f08a5cbd5acf7bbf49efef59e8c17eb163e17a4 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------------
disable cached-slot optimization

we can not be sure the local variable is not changed during a call to

one of it's methods inside the current function,

so it's not safe to enable this optimization.

fixes text rendering in \Evoland 2\,

---------------------------------------------------------------
ruffle.mk nightly-2025-11-28 # Version: Commits on Nov 28, 2025
---------------------------------------------------------------
## What's Changed

* avm2: Reformat remaining AS3 sources by @kjarosh in ruffle-rs/ruffle#22321

* avm2: Move more error creation to `error.rs` by @Lord-McSweeney in ruffle-rs/ruffle#22303

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-11-27...nightly-2025-11-28,

--------------------------------------------------------------------------------------
scummvm.mk d858719d09805185a3d4d34b877404261a942278 # Version: Commits on Nov 28, 2025
--------------------------------------------------------------------------------------
BAGEL: MINIGAMES: Fix Art Parts timer display,

---------------------------------------------------------------------------------------
alephone.mk 6916fadefb6d11ad72b1b78df08e0c482c841b90 # Version: Commits on Nov 28, 2025
---------------------------------------------------------------------------------------
update data files to reflect nearest neighbor HUD and terminal defaults,

------------------------------------------------------------------------------------
box64.mk 555b5065a01244c5a629d50ab3a0cd42b17c8833 # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------
[INTERP] Added F0 prefix to the generic prefix handling,

------------------------------------------------------------------------------------------
devilutionx.mk 0fb4b6d5a0d9e4ea11aa10a142995915a508af77 # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------------
Update Finnish Translation Resend,

----------------------------------------------------------------------------------------
openjkdf2.mk bbcc2803d8f4267f913e07a167e3999ea833ddde # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------------
Fix macOS building, fix audio on macOS, fix menu sounds not loading,

-----------------------------------------------------------------------------------
rott.mk 8edab402862463e89fc7f48e537e8d1025c648c3 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------
remove some obsolete copyright holders,

----------------------------------------------------------------------------------
stk.mk 3a9171418b08aace6df0ba974e6b5a3428120fd3 # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------
Update net.supertuxkart.SuperTuxKart.metainfo.xml

Add branding colors for FlatHub,

----------------------------------------------------------------------------------------
supertux2.mk 55dab3b74f15f7eb6380ccfc7fea89cab1a274c0 # Version: Commits on Nov 27, 2025
----------------------------------------------------------------------------------------
Fix crusher's behaviour on flip (#3398)

Fixes #3393

* Fix crusher's behaviour on flip

* Forgot

* Code simplification in Crusher class

* Improve crusher eye position

---------

Co-authored-by: Tobias Markus <[email protected]>,

------------------------------------------------------------------------------------------------
libretro-mame-src.mk 6fb61b398c49c443e2908981bd0ac493ce9890d8 # Version: Commits on Nov 28, 2025
------------------------------------------------------------------------------------------------
Update makefile,

--------------------------------------------------------------------------------------
jstest2.mk c3bb98945be0c6cb4ef54e9bbc1647a2b1bb4a6c # Version: Commits on Nov 28, 2025
--------------------------------------------------------------------------------------
Fix targetPlatform/hostPlatform mixup,

---------------------------------------------------------------------------------------
mangohud.mk 6c2a0c8d892e1dc3e5b08bb90aa32307734323ce # Version: Commits on Nov 28, 2025
---------------------------------------------------------------------------------------
egl: Fix missing check for HAVE_WAYLAND.,

-------------------------------------------------------------------------------------------------
shadps4-qtlauncher.mk ec3e5912c176e609c3ca81d619eb1523c8484c5e # Version: Commits on Nov 27, 2025
-------------------------------------------------------------------------------------------------
Make FSR off by default (#204),

----------------------------------------------------------------------------------------------------
sdl2-gamecontrollerdb.mk cbfc87488e446c446d5b5ded1d99a0df2273d499 # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------------------------
added description for 030000006d04000019c2000000020000,Logitech Cordless RumblePad 2 (#897),

----------------------------------------------------------------------------------------
retroarch.mk a5dec7028495a0c6e36abccbca6178b5bc2e8b4f # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------------
Fetch translations from Crowdin,

----------------------------------------------------------------------------------------
doomretro.mk 998be64cadc8146df4fa45af97cdfaeaaf16f59a # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------------
Shift rocket trail states, sprite, mobjinfo if overridden by `DEHACKED` lump

I plan on working on a cleaner solution, but this works for now. Rocket trails in Legacy of Rust! Thanks @Invictus812! See #900.,

--------------------------------------------------------------------------------------------------
libretro-beetle-psx.mk 1420c90299b1d9f4ef59373b3e5fa538a1e17a65 # Version: Commits on Nov 28, 2025
--------------------------------------------------------------------------------------------------
Fetch translations & Recreate libretro_core_options_intl.h,

---------------------------------------------------------------------------------------------------
libretro-dosbox-pure.mk 764693f8055d6fefcf4163c8575c7965141bf805 # Version: Commits on Nov 28, 2025
---------------------------------------------------------------------------------------------------
Move on from deprecated macos-13 runner image,

------------------------------------------------------------
libretro-mame.mk mame0283 # Version: Commits on Nov 28, 2025
------------------------------------------------------------
mame0283

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk 148f92db769cad4275237cb299ff90ada8c65c5c # Version: Commits on Nov 28, 2025
----------------------------------------------------------------------------------------------
Merge pull request #21046 from hrydgard/achievement-size-fixes

Some UI layout fixes for notifications and achievements,

-----------------------------------------------------------------------------------------------
libretro-scummvm.mk d858719d09805185a3d4d34b877404261a942278 # Version: Commits on Nov 28, 2025
-----------------------------------------------------------------------------------------------
BAGEL: MINIGAMES: Fix Art Parts timer display,

---------------------------------------------------------------------------------------------
libretro-vba-m.mk 34632df6c0e37da90999588f7d471a27728edb5f # Version: Commits on Nov 27, 2025
---------------------------------------------------------------------------------------------
Merge remote-tracking branch 'libretro/master'

Signed-off-by: Rafael Kitover <[email protected]>,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-avm2 Area: AVM2 (ActionScript 3) T-refactor Type: Refactor / Cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants