Alexander Grund

Results 227 issues of Alexander Grund

For e.g. #1673 we should have some backwards compatibility to allow loading older replays even if there are some changes to serialized game commands. The main contribution to this is...

The lua script was only loaded for the host as many function are intended for the host, especially the lobbyController. Load for all players and guard relevant parts for the...

The range iterator is a forward iterator, so add the necessary typedefs See https://github.com/Return-To-The-Roots/s25client/pull/1657#discussion_r1594456973

For some PRs it is useful to squash the commits on merge (e.g. 1 main commit and a series of fixups coming from a review) This needs to be enabled...

It is cleaner with less room for mistakes to use the existing variable instead of redefining the same string multiple times. I suggest to do the same for all other...

Also extend the `sanity_pip_check` whitelist for all 2016 ECs although this won't really matter going forward. Just kept that commit as long as that check is there

Those ECs set the PYTHONPATH again which is already done by the used easyblock leading to a slower module/python Running into https://github.com/easybuilders/easybuild-easyconfigs/issues/13432 while testing this, hence fixed here Fixes #13432

bug fix

(created using `eb --new-pr`)

(created using `eb --new-pr`)