Anders Jenbo
Anders Jenbo
### Feature Type Other (please specify) ### Describe Could be interesting to be able to import save games from the PS1 version. The PS1 version has 2 ways of saving,...
`-O2` is causing a CPU lockup in `PcxToClx()` with the current version of GCC 13 for Amiga. This avoid the issue by lowering the optimizations to `-O1` for now. Performance...
### Operating System Windows x64 ### DevilutionX version 1.5.1 ### Describe Modifying the order of monsters will cause the unique monsters type to point to the incorrect monster as it...
Alternately I could change the wile condition to `while (position != endPoint && (position == startPoint || Clear(entity, position))) {` P.s. the two paths in the big if-else are identical...
Type: Refactoring Breaking change: Yes This PR decouples the AST nodes from the visitor by moving the logic for visiting nodes from the node to the visitor itself. This reduces...
Example: https://docs.zerotier.com/autogen/libzt/classes/structzts__event__msg__t/ Links for related classes end in `.md` instead of `/` making it hard to brows the dokumentation.
Version: bea93b434ea55d8d1b6f30e53724e85d67a6e841 **Describe the bug** As a customer I can't change my payment method: /index.php?route=account/payment_method&language=en-gb ``` Notice: Undefined property: Proxy::getStored in /var/www/html/catalog/controller/account/payment_method.php on line 98: in /var/www/html/system/engine/proxy.php on line 91...