From 8a9efbb77a3f0548727688599770729fc68225e7 Mon Sep 17 00:00:00 2001 From: Albert Medela Date: Wed, 9 Aug 2017 12:56:37 +0200 Subject: [PATCH] update changelog & add protoc for windows --- ChangeLog | 10 ++++++++++ pokerth_protocol.pro | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c066a6b..3c489bdf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-09-01 version 1.1.2 +- PokerTH is now fully compatible with c++11 compilation mode +- Upgraded to websockets 0.7 +- BUGFIX: SQL errors are saved to server log (partly #324) +- BUGFIX: Players deliberately preventing start of play (#304) +- BUGFIX: Rating feature didn't work for special usernames (#319) +- BUGFIX: Ignore feature only works after restart (#320) +- BUGFIX: Shorten too long usernames on the table gui (#326) +- BUGFIX: "accidentally call" blocker now for working for FKey presses (#330) + 2014-01-10 version 1.1.1 - BUGFIX: Fixed crash when the first action in the first game times out (#258) - BUGFIX: Properly refresh the game table graphics after changing settings (#253) diff --git a/pokerth_protocol.pro b/pokerth_protocol.pro index ede4fb16..046eabcf 100644 --- a/pokerth_protocol.pro +++ b/pokerth_protocol.pro @@ -34,6 +34,10 @@ SOURCES += src/third_party/protobuf/pokerth.pb.cc \ win32 { DEFINES += CURL_STATICLIB DEFINES += _WIN32_WINNT=0x0501 + + system(protoc pokerth.proto --cpp_out=src/third_party/protobuf) + system(protoc chatcleaner.proto --cpp_out=src/third_party/protobuf) + system(protoc pokerth.proto --java_out=tests/src) } unix : !mac { INCLUDEPATH += $${PREFIX}/include