RH

Results 16 issues of RH

ALIAS targets are non-modifiable, so set_property cannot be called on them. This fix will attempt to extract the real target from the alias, and if it exists, it will use...

I just ran into a problem related to cloning/copying attachments, where the original attachment that was copied is released, which results in the RenderObject also being freed, yet the copy...

enhancement

If a WebSocket client disconnects without initiating the close handshake, an exception is thrown since the socket will be in an invalid state, so `CloseOutputAsync()` shouldn't be called, since there...

Page 216: "Power Inlet" title is not aligned correctly, so it is off the page. Page 217: Roll-in M3 nuts are missing from the diagram for the power inlet printed...

Manual
Fixed in Source

- axmol version: - devices test on: iPhone/Windows - developing environments - NDK version: r23c - Xcode version: 14.2+ - Visual Studio: - VS version: 2022 (17.9+) - MSVC version:...

bug

Scenario: Let's say there are several subscription products in the app with the following product IDs: ``` sub.tier1 sub.tier2 sub.tier3 ``` 1) User purchases monthly tier 1 subscription. 2) Before...

A description of the actual issue may be seen here: https://github.com/Tencent/rapidjson/issues/1131 The fix is exactly what the official rapidjson repo has in this commit: https://github.com/Tencent/rapidjson/commit/d75bb90a5dd8c5946ce7496748d1cea842aabc0f#diff-4a56fc9353bac10cf2f51e22e38e3b2a

Fix corrupted output when writing to stream due to incorrect buffer pointer handling. This will fix the issue described in #9

If data is larger than the buffer size, then what happens is that the first set of buffered data (2048 bytes) is written over and over again until the entire...

RenderTexture has explicit methods to save an image with pre-multiplied alpha (PMA) or without PMA. Saving with PMA is forcefully converted to non-PMA by the current implementation on iOS, which...