rdb
rdb
Sure, I'd be interested in taking a look. We could fix the bounding box issue, by properly implementing calc_tight_bounds for PGItem - or we could base it on the (computed)...
One more thing I forgot in my previous comment... 5. Event handling might be considered a bit clunky. When using it from Python, it relies on automatically generated event names,...
> I'm against this. I would much prefer a good constructor (which is where I would look for default values too). Items may have many properties to set. Aside from...
> Because they require flexible textures, right now, textures are inherited from the scale of the frame, so if you rescale the frame, you also change the scaling the texture...
You didn't mention you were building from the ios branch. That explains a lot. As-is, the produced builds don't work because of the lack of code signature, and code signing...
Sorry, I'm mixed up. I see that we picked some changes from the ios branch onto master. I have been testing on release/1.10.x branch. I need to rerun my tests...
I just discovered Panda isn't actually optimizing code that doesn't have a dot in its module name. :grimacing: Oops. Will fix that, and add a strip_docstrings setting that can be...
.ico files do not specify hotspot coordinates. What if you use a .cur file instead?
This is fixed now (fix requires master version of client *and* server). PStats no longer reuses a thread object with the same name. An old thread will still linger in...
It looks like all of this was already applied to 1.10.12, but I'd forgotten to close this. Thanks for your work! I think I've got all your important fixes in...