cm8
cm8
With the current state of the code the render loop generates frames as long as the window is open, even when there is no user input and no changes in...
https://github.com/openzim/mwoffliner/blob/ad5dc1d6071552c1a9b577fa1a619cfba0fe6938/src/Downloader.ts#L504-L521 The catch in line 505 seems to miss an error handler: If the imagemin call fails, then a successfully downloaded image will be dropped from ZIM creation. mwoffliner can...
https://github.com/stefanhendriks/Dune-II---The-Maker/blob/c307d16b7da71e435588d79b142052ef778f8c1f/controls/mousestates/cMouseDeployState.cpp#L93-L95 After a special launched (e.g. combo Deathhand / Harkonnen), the mouse may not return from `MOUSESTATE_DEPLOY`, but rather sticks to it. This is observable in the game by the...
Since it would be nice to alter the music volume in game, the following patch adds functionality to d2tm to do so. It adds - key M to turn off...
Mips32r2
Produces usable results, but for some hardcoded values (e.g. root path of toolchain) it may be desirable to supply the value on the command line, i.e. `python3 -m kiwixbuild --target-platform...
Since presumably a commit from March 2018 that renamed/refactored kiwix-build.py to `__init__.py` and introduced `__main__.py`, the documentation in README.md does not reflect current state of the package anymore. In particular,...