Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-02-02 00:00:00Z and 2020-02-03 00:00:00Z
09:48
3f35f41 Only print the bad path message for paths start... - heinrich5991 fd97827 Add tests for str_path_unsafe - heinrich5991 7a98d72 Merge pull request #2447 from heinrich5991/pr_i... - oy
10:00
7807676 Make the path for accessing config variables sh... - heinrich5991 636770b Merge pull request #2452 from heinrich5991/pr_c... - oy
Avatar
43a247e stripped off huffman usage - oy
Avatar
4b070e2 distinguish network logging of the server - oy
Avatar
Cleans up some of the code duplication between server and client, a little rough on the UI side.
Avatar
  • Move and CRenderTools::RenderGenerateTilemapSkip to CLayers::InitTilemapSkip because it can be a private method there and doesn't really belong in render tools.
  • Add optional Spacing parameter to VSplitMid/HSplitMid which specifies the full spacing, distributed equally.
  • Extract drawing the background shadow of menu buttons into CMenus::RenderBackgroundShadow.
Avatar
Fixes these warnings on Windows 10 w/ MinGW: src/base/system.c: In function 'str_comp_nocase': src/base/system.c:2091:9: warning: implicit declaration of function '_stricmp' [-Wimplicit-function-declaration] return _stricmp(a,b); ^ src/base/system.c: In function 'str_comp_nocase_num': src/base/system.c:2100:9: warning: implicit declaration of function '_strnicmp' [-Wimplicit-function-declaration] return _strnicmp(a, b, num); ^
Exported 9 message(s)