Janne Ramstedt
Janne Ramstedt
Uses for single linked list are few. Double linked list is more useful in general and would like to see that implemented here too. I use BiMaps from this library...
``` ERROR in ./assets/a.png?split-alpha&quality=1&colors=4 Module build failed: Error [ERR_REQUIRE_ESM]: require() of ES Module ***\loaders\splitalpha.js from ***\node_modules\webpack\lib\ProgressPlugin.js not supported. Instead change the require of splitalpha.js in ***\node_modules\webpack\lib\ProgressPlugin.js to a dynamic import()...
> Seems to be working fine if you comment out these lines: `delete PIXI.Renderer.__plugins.interaction;` `renderer.addSystem(PIXI.EventSystem, 'events');` Yes, This is a @pixi/events problem.
Thanks for the explanation. However, I would assume this to work the same way as before, otherwise migrating to new events can be laborious and error prone.
Wouldn't the "fix" just be to also check "isMask" when checking for visible in hit testing?
@ShukantPal I tested this with 7.1.2 Masks are not masking if visible = false. This is still a problem. Childs of masked containers doesn't work. They don't change pointer or...
I found a workaround. Adding empty rectangle to mask's hitArea circumvents this problem. `this.mask.hitArea = Rectangle.EMPTY` Note: If you want to listen events in "empty" areas the masked displayobject needs...
I managed to get different environments using envName option in webpack.config and then adding "browserslistEnv: api.env()" to babel.config.js. However it would be nice, if webpack's browserslist environment could be the...
Last 12 bytes in repulsor data are: 000A uint32 Start height 000E uint32 End height 0012 int32 Flags Start height seems to be bottom and end height top. Repulsing is...