Highlights
Block or Report
Block or report Aaron1011
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
849 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 58 commits in 2 repositories
Created a pull request in ruffle-rs/ruffle that received 7 comments
avm2: Ensure that we don't skip running queued frame scripts
Previously, running enter_frame
twice without calling run_frame_scripts
would cause us to skip running framescripts queued by the first enter_frame
…
+154
−29
•
7
comments
Opened 59 other pull requests in 1 repository
ruffle-rs/ruffle
55
merged
3
open
1
closed
- tests: Use 'warn' log level for wpgu crates in regression tests
- avm2: Implement Context3D.setRenderToTexture/setRenderToBackBuffer
- render: Compile a different version of 'bitmap.wgsl' for Stage3D
- avm2: Correctly declare Array.removeAt as an AS3/prototype method
- avm2: Correctly apply 'skip_next_enter_frame' to Loader
- avm2: Handle early class lookup during parameter resolution
- avm2: Convert SoundTransform and SoundMixer to ActionScript classes
- avm2: Implement xml descendants operator, and XMLList.toXMLString
- avm2: Convert Sound and SoundChannel to ActionScript classes
- avm2: Stub TextureBase.dispose
- render: Correctly handle BYTES_4 vertex data
- avm2: Implement IndexBuffer3D.uploadFromByteArray
- avm2: Fix VertexBuffer3D.uploadDataFromByteArray size calculation
- core: Avoid several BitmapData GPU -> CPU sync
- render: Support more Context3D texture formats
- avm2: Stub generateFilterRect, setStencilReferenceValue, and setSamplerStateAt
- avm2: Implement XML construction from XML and XMLList objects
- avm2: Implement XML.appendChild for XML objects
- avm2: Add custom call handlers and implement it for XML
- avm2: Implement adding attribute to XML object
- avm2: Implement Array.removeAt
- avm2: Skip running enter_frame for children as well
- ci: Pin node to 19.7.0
- avm2: Only dispatch addedToStage event when child is actually on stage
- core: Cache 'width' and 'height' in Bitmap when BitmapData is set
- Some pull requests not shown.
Reviewed 45 pull requests in 3 repositories
ruffle-rs/ruffle
25 pull requests
- avm2: Implement XML.parent()
- avm2: Implement XML.text
- render: Compile a different version of 'bitmap.wgsl' for Stage3D
- avm2: Implement Context3D.setRenderToTexture/setRenderToBackBuffer
- avm2: Stub XML settings
- avm2: Stub XML.namespace and Namespace.prefix/uri
- avm2: Partially implement Namespace constructor
- avm2: Implement XML.nodeKind
- avm2: Implement String.prototype methods + valueOf
-
chore: Fix typo in
Array.removeAt
- Partly implement XML.toString
- avm2: Add several more Matrix3D methods
- avm2: Implement BitmapData.threshold
- avm2: XML child/attribute should support the wildcard
- avm2: Introduce ParametersExt and use it inside bitmapdata
- avm2: Support any name in XML get_property_local
- Partly implement XML child and elements
- wgpu: Update to wgpu 0.15.1, naga 0.11.0, and naga_oil 0.5.0
- Don't panic when the movie root is removed
- avm2: Improve handling of timeline-removed orphans
- Support click events on movie clips containing text fields
- avm2: Implement CSMSettings
- render: Make retrieve_offscreen_texture pass the raw buffer
- core: Only apply 'unload' and 'removed' logic to AVM1
- avm2: Run orphan framescripts that didn't get a chance to run
- Some pull request reviews not shown.
kyren/gc-arena
2 pull requests
ruffle-rs/ruffle-rs.github.io
1 pull request
Created an issue in baldurk/renderdoc that received 3 comments
Assertion failure inside vk_common_CmdBeginRenderPass2
when closing Renderdoc after capture
Description I'm attempting to use Renderdoc to debug the Ruffle flash emulator (https://github.com/ruffle-rs/ruffle). I'm able to press F12 to cap…
3
comments