Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-04-25 00:00:00Z and 2020-04-26 00:00:00Z
08:21
d62d6e5 Chat history improvements. Fix #2588 - Learath2 8c9f308 Merge pull request #2590 from Learath2/tw_pr_hi... - oy
08:27
as a result of a discord conversation, it seems that the command argument passed as integer is a millisecond value and not a boolean 0/1 one. the passed milliseconds are waited before starting another loop iteration, reducing fanspin of laptops.
08:37
f173ed3 fix 50hz effects timer also being 100hz, refact... - Robyt3 e39fd1f Merge pull request #2595 from Robyt3/effectsRef... - oy
09:29
097be16 reset server details scroll, remove highlight o... - Robyt3 3f8365c change upper bound - Robyt3 78504c0 Merge pull request #2591 from Robyt3/issue2578 - oy
10:20
dc56ab6 set m_MapReload instead of polling sv_map, use ... - Robyt3 313fd08 dynamically adjust server throttle based on tim... - Robyt3 97d9073 add IServer::ChangeMap to fix change_map command - Robyt3 56900d7 fix ticks not being snapped if skipped over - Robyt3 724fae6 half the maximum server wait time to effectivel... - Robyt3
Avatar
Discovered by @!gerdoe#8736 on Discord while doing the Russian translation. It capped the string at 127 bytes.
Avatar
discovered by @Deleted User
Avatar
@gerdoe better?
Avatar
xD, thanks @heinrich5991, you are good big boy
Avatar
when I build teeworlds with gcc4.9.2 and cmake 3.0.2 get the following errors `/home/loongson/Work/teeworlds/src/base/system.c:2328:2: error: β€˜for’ loop initial declarations are only allowed in C99 or C11 mode for(unsigned i = 0; i < size; i++) ^ /home/loongson/Work/teeworlds/src/base/system.c:2328:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code CMakeFiles/engine-shared.dir/build.make:884: recipe for target 'CMakeFiles/engine-shared.dir/src/base/...
11:52
128c566 Remove unneeded str_format - heinrich5991 09e8424 Merge pull request #2596 from heinrich5991/pr_n... - oy
12:01
54283dd fixed system.c compile need option -std=c99/gnu99 - maplebeats 265cb74 Merge pull request #2597 from maplebeats/master - oy
Avatar
  • Refactor the existing PopupMessage (generic message with one button).
    • Also use it to replace POPUP_SOUNDERROR, POPUP_DISCONNECTED and POPUP_PURE.
  • Add PopupConfirm (generic message with cancel/confirm buttons).
    • Use it to replace POPUP_DELETE_DEMO, POPUP_REMOVE_FRIEND, POPUP_REMOVE_FILTER and POPUP_DELETE_SKIN. I also adjusted all of these dialogs' messages to include the name of the to-be-removed thing.
    • Use it to add settings reset confirmation popups (closes #2368)...
πŸ‘€ 1
Exported 21 message(s)