Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 768 Bytes

File metadata and controls

19 lines (17 loc) · 768 Bytes

Next

Nice to have

  • Hot reload of the config on the server.
  • Do not update the fog if there is no fog.
  • Standalone application with a bot playing online.
  • Pass -Wno-stringop-overflow and -Wno-alloc-size-larger-than to GCC globally.
  • Compute the client's ping on the server, use it to handle disconnections.
  • Move the context out of the contest. It's the same for every contest.
  • Set UBSAN_OPTIONS and co. to stop the tests on failure.
  • Why does --console-log on server-tests only works for the first test?
  • Opt-in for the console-log in Android builds.
  • Room full for named games?
  • setup.sh
    • include-what-you-use
    • clang-tidy
  • Flood the server with random messages.
  • Bot improvement: don't pick the invisibility if the bot is already invisible.