Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-08-22 00:00:00Z and 2019-08-23 00:00:00Z
Avatar
Closes #2196
  • Fix TextEx's m_Y calculation (!).
  • When all new lines are triggered by a '\n' instead of line breaks, GotNewLine stays at false and m_Y doesn't change! Hours of head scratching on that one...
  • Clip MOTD in Server Info tab of the ingame menus:
!screenshot_2019-08-22_14-25-42
  • ("Soft") Clip the MOTD popup:
  • I'm not using ClipEnable on that one, somet...
12:49
2612e95 Use modern scroll regions for players ingame menus - Dune-jr 323b41d Remove non-zero element restriction for scroll ... - Dune-jr e769d0d Tweak Listboxes to use the modern scroll regions - Dune-jr aede9c9 Use modern scroll regions in the server browser... - Dune-jr 40c6fbf Scroll regions: fix background colors - Dune-jr
Avatar
Close #1857
  • Fix a bug with scroll regions
  • If you would set the FLAG_CONTENT_STATIC_WIDTH flag, it would force show the scrollbar and thus not reset the offset to zero. So the page would be scrolled far down and you would be stuck with no scrollbar
  • Port the server browser list to the new scroll regions. Arrow keys and ctrl+arrows work well (better actually, it fixes some imprecisions from the scroll Y calculations)
![record_browser_scroll](https://user-images.githubuserconten...
Avatar
So I have a pretty slow computer in my hands right now — 800MHz. I noticed that 0.7 loads much slower than 0.6, and that was annoying. So I decided to investigate what's going on, and it turned out that one component took 80% of the loading time. First I thought it's the new skins, or the background maps, or HD textures or something. But no, it's the sounds. ``` [2019-08-22 21:02:11][gameclient]: Loaded component 23/34 [2019-08-22 21:02:11][gameclient]: Loaded component 24/34 [2019-0...
Exported 5 message(s)