- Jul 22, 2020
-
-
Pregmodder authored
-
- Jun 13, 2020
- Jun 07, 2020
- Jun 01, 2020
-
-
ezsh authored
-
- May 31, 2020
-
-
- May 29, 2020
-
-
ezsh authored
Replace CSS margin with explicit whitespace to allow line wrap between consequent spans used in the abbreviated mode. Contributes to #1823.
-
- May 23, 2020
-
-
svornost authored
-
- May 18, 2020
-
-
ezsh authored
-
- May 11, 2020
-
-
lowercasedonkey authored
-
- Apr 29, 2020
-
-
Pregmodder authored
-
- Apr 28, 2020
-
-
ezsh authored
Fixes #1750.
-
- Apr 27, 2020
-
-
ezsh authored
-
- Apr 23, 2020
- Apr 22, 2020
-
-
ezsh authored
-
ezsh authored
Replace them with look-ups in nested dictionaries.
-
ezsh authored
Replace long simple switches with dictionary lookups and dictionaries under App.Data.SlaveSummary.
-
ezsh authored
The SlaveSummary function was a long-long sheet of if's and it was practically unmaintainable. Refactor it into a list of rendering delgates, where delegates are set once and called without branching. Now we set delegates for each summary render call, but it can be done on game start and game loading.
-