scripts/fix_style.py
existed991b045
Remove unused CUIElement::m_ElementTime
- Robyt3
9cbca64
Rename CUIElement::Get
to Rect
- Robyt3
f451a33
Port CScrollRegion
from upstream with some minor refactorings - Robyt3
7b80ad1
Refactor editor layer image selection popup using CScrollRegion
- Robyt3
4cdd36a
Remove redundant m_GuiActive
checks - Robyt3
ad8f49f
Remove unnecessary indentation/scope - Robyt3
9f01c6f
Refactor editor layer list using CScrollRegion
- Robyt3
5dc6c90
Refactor editor image list using CScrollRegion
, split method - Robyt3
359beff
Refactor editor sound list using CScrollRegion
- Robyt3
713b658
Add str_countchr
to count occurrences of a char in a string - Robyt3
7c496dd
Make ingame server info MOTD scrollable using CScrollRegion
- Robyt3
638559b
Refactor scrollable controls settings using CScrollRegion
- Robyt3
098cb2b
Merge #5751 - bors[bot]ProjStartPos
offers, I just took it as a PoC for now.
Physics changes are always unwanted in DDNet, so I am not s...