rdb
rdb
We probably also need to change audio_3d_set_listener_attributes and audio_3d_get_listener_attributes in OpenALAudioManager
Feel free to look into it, thank you!
The problem is that track-memory-usage is not thread-safe, and by default PStats uses a separate thread to write data. Try setting `pstats-threaded-write false` in Config.prc, or more broadly, `support-threads false`.
Note, for the record, that track-memory-usage is not necessary to see memory usage in PStats. The mechanism is separate. I've just checked in a couple more fixes to the master...
I think the best solution to this is to make standardized TextureStage objects for these slots that you can use to override these textures, which requires implementing #1384 .
Hmm, I was going to say that only Windows seems to have an API for localizing key names, but Xkb might actually also have something for this. I suppose that...
For the record, the 1.10.6 release partially addresses this (there are labels for some of the buttons).
Just implemented this in master. ```python fut = buffer.extract_data(gsg.prepared_objects) ``` You can specify optional second and third parameters indicating an offset and size in bytes that you want to extract....