alfred007

Results 4 issues of alfred007

**Describe the bug** After installing version 4.2.7 the quickstartguide is not in the doc folder of the installing directory like it was in earlier versions. **To Reproduce** Steps to reproduce...

Bug

**Describe the bug** When you hit the hotkey for "Toggle Console History" it appears in the middle of the screen and you can't click anything there or move units into...

Bug

The difficulty level is hardcoded in src/difficulty.cpp ``` void setDifficultyLevel(DIFFICULTY_LEVEL lev) { switch (lev) { case DL_EASY: setDamageModifiers(120, 100); break; case DL_NORMAL: setDamageModifiers(100, 100); break; case DL_HARD: case DL_INSANE: setDamageModifiers(80,...

Feature

Weapons and buldings are sorted in a not helpful way. It's not intuitive but confusing. I.e. in the transport menu for reinforcements the last produced units are on top, the...

Feature