Brad Allred
Brad Allred
we were, yes. If we don't care about that then its easy.
yeah, thats good. feels slightly redundant tho, since the animation is removed once it ends there could only be a cycle key while it is animating. If we do that,...
hmmmm, would they? if `IE_GUI_BUTTON_PLAYRANDOM` is set then the animation should keep selecting animations, and if `IE_GUI_BUTTON_PLAYONCE` is set then the animation is removed which would mean the cycle would...
I thought `UpdateAnimatedPortrait` was called every frame (or close enough). I have another idea that might yield cleaner results. What if we add this to `Button`: ```cpp struct Action {...
It's just small effort that can help in certain situations. The logging happens on another thread it's not always going to be clear since we currently have 2 threads that...
CI for iOS can be handled the same way as we do for Mac. its just passing a different target to xcodebuild.
getting GemRB onto iOS is very easy now that Apple provides certificates to unpaid developer accounts. You just have to be willing to actually sign up for a free account.
the 6 targets are for 6 different bolts? or is it some kind of chain lightning?
are you sure that EE uses a different cursor? not just printing a number on it?
you are getting a Python tuple containing a siesta.Resource along with the "raw" HTTPResponse. you want something like: `api_resource, http_response = api.users.get()` then `print(http_response.read())` not sure if siesta provides overrides...