[Commits] [wesnoth/wesnoth] 4946dc: campaignd: Emit debug messages when writing config...

GitHub noreply at github.com
Thu Oct 30 09:00:14 UTC 2014


  Branch: refs/heads/1.12
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4946dc6bd79f5dcc3172d12bb664e9549fa17534
      https://github.com/wesnoth/wesnoth/commit/4946dc6bd79f5dcc3172d12bb664e9549fa17534
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Emit debug messages when writing configuration to disk


  Commit: 5fa2b70bcfcb424bd741ba8fffd3659586dd9f72
      https://github.com/wesnoth/wesnoth/commit/5fa2b70bcfcb424bd741ba8fffd3659586dd9f72
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Write config to disk even if the clock is running backwards


  Commit: 5e80fb1a3820d088c1c263aadc6f3d26e1d51f2a
      https://github.com/wesnoth/wesnoth/commit/5e80fb1a3820d088c1c263aadc6f3d26e1d51f2a
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Fix abs() value truncation warning on clang 3.5


  Commit: 64c71161f1fb60a195c02b0540ace73df54665fd
      https://github.com/wesnoth/wesnoth/commit/64c71161f1fb60a195c02b0540ace73df54665fd
  Author: Ignacio R. Morelle <shadowm at wesnoth.org>
  Date:   2014-10-30 (Thu, 30 Oct 2014)

  Changed paths:
    M src/campaign_server/campaign_server.cpp

  Log Message:
  -----------
  campaignd: Use a POSIX monotonic clock for scheduling config commits

Only available on Linux and probably some BSD systems. For other systems
we issue a #warning and use time() instead (which will cause the
compiler to quit with -Werror, but that's the whole point).


Compare: https://github.com/wesnoth/wesnoth/compare/0cb29bcf75ea...64c71161f1fb


More information about the Commits mailing list