Simon Heimberg
Simon Heimberg
**Type of change** Enhancement of test suite **Issue(s) closed** Fixes - **Old behavior** The test suite runs regression_test.py, which prints a lot on failure. **New behavior** regression_test.py marks some output...
**Type of change** Fix of test suite **New behavior** editor tests run the test suite only once This avoids mixing up test results. No clue why editor_init.lua is loaded twice.
**Type of change** Enhancement of a github workflow **Issue(s) closed** Fixes - **New behavior** remove option CMAKE_BUILD_TYPE from check_vcpkg.yaml, it got an empty value There is no "config" in matrix....
**Type of change** Fix of util **New behavior** make codecheck runs codecheck with unset PYTHON_EXECUTABLE like in cmake/BzrRevision.cmake And it reports a failed exit code. An empty line is not...
**Type of change** New feature **Issue(s) closed** Fixes GH #4744 Continues pr GH #6195 **To reproduce** Attributes from register.lua were ignored for all objects except for Immovable and Critter. **New...
**Type of change** New feature **Before** In a multiplayer game, it is not possible to to detect reliably if a player is controlled by an ai. The property `wl.Game().interactive_player` only...
**Describe the bug** Crash while typing in debug console, triggered by address sanitizer. from local net client, while typing letters of a command in debug console (no enter for this...
**Describe the bug** Allowing destruction of building (by script/debug console) while its window is shown crashes the game. **To reproduce** Steps to reproduce the behavior: 1. start a game as...
fixes #4979 This is helpful to run pofilter or convert for several directories or several files (and there are not the only ones in the directory).
I want to run pofilter only for some po files and not all in the directory structure (like a/xx.po d/xx.po). But only one `--input` parameter is considered. (I can give...