Anders Jenbo
Anders Jenbo
It would be nice if we had a tool that could automatically extract the spawn.mpq from the spawn installer. We could then include this tool in an installer that automatically...
- [ ] **Monster Double Deaths**: In MP games, monsters could die more than once, dropping duplicate items and granting extra experience - [x] **Player Deadlock**: Switching gear during combat...
The following globals are being referenced a lot where it could instead have been done by reference, changing this will make functions more dependable/testable. - [ ] `Items` - [x]...
Type: bugfix Breaking change: no Previously this would often fail on usage of sprintf() and other function that takes variadic parameters.
## Description [ISO/IEC 25010:2011](https://www.iso.org/standard/35733.html) is an industry standard for code maintainability, it is often set as a sales requirement for software that it must live up to this standard. There...
This might be related to erroneous feature detection
**Describe the bug** When building SDL2 the process will fail due to CMake seeing the host system iconv lib, and then failing to find a proper lib to link with...
This is required for building under VS2017 since `std:min()` is being used.
### Environment https://github.com/marketplace/actions/sentry-release#examples The given example is wrong: ``` - uses: getsentry/action-release@v1 with: environment: 'production' version: 'v1.0.1' ``` ### Steps to Reproduce 1. Use the given example ### Expected Result...
Adding, and deleting files can be extremely slow for some projects as it causes CodeLite to rescan the entire project file tree. Would it be possible to simply pop or...