[springlobby] branch master updated (fb9f0ee -> 29ab186)

Markus Koschany apo-guest at moszumanska.debian.org
Sun May 24 11:15:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a change to branch master
in repository springlobby.

      from  fb9f0ee   Update DEP-3 header.
       new  e2426b9   Imported Upstream version 0.219
       new  e5514ad   Merge tag 'upstream/0.219'
       new  df95d05   Drop reproducible-build.patch. Fixed upstream.
       new  f3d0c17   Update changelog for 0.219-1.
       new  dd8084a   debian/rules: Add get-orig-source target
       new  7d21c79   Update changelog for 0.222
       new  719009d   Imported Upstream version 0.222
       new  393169b   Merge tag 'upstream/0.222'
       new  fc0e546   Update date for springlobby.6.txt
       new  6beb368   Update changelog timestamp
       new  c9594b4   Update debian/copyright minizip directory is zlib
       new  a0fac13   Add libminizip-dev to Build-Depends and build against the
       new  932b235   Readd reproducible-build.patch
       new  29ab186   Update changelog.

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |    17 +-
 CMakeLists.txt                                     |    14 +
 ChangeLog                                          |    27 +
 GroupOptions.fbp                                   |  1559 --
 VERSION                                            |     2 +-
 debian/changelog                                   |     9 +
 debian/control                                     |     1 +
 debian/copyright                                   |     3 +-
 debian/manpages/springlobby.6.txt                  |     2 +-
 debian/patches/reproducible-build.patch            |    60 +-
 debian/rules                                       |     3 +
 formbuilder/simpleSP.fbp                           |   467 -
 formbuilder/simplefront.fbp                        |   320 -
 po/CMakeLists.txt                                  |     2 +-
 po/ar.po                                           |  6238 +++---
 po/cs.po                                           |  7448 ++++---
 po/da.po                                           |  7288 ++++---
 po/de.po                                           |  8025 ++++----
 po/el.po                                           |  8495 ++++----
 po/es.po                                           |  7274 ++++---
 po/fi.po                                           |  7236 +++----
 po/fr.po                                           |  7858 ++++---
 po/it.po                                           |  7915 ++++---
 po/pl.po                                           |  6280 +++---
 po/pt.po                                           |  6861 +++----
 po/ro.po                                           |  8084 ++++----
 po/ru.po                                           |  7719 ++++---
 po/springlobby.pot                                 |  5684 +++--
 po/sv.po                                           |  7088 +++----
 po/uk.po                                           |  6749 +++---
 po/zh_CN.po                                        |  7278 ++++---
 springlobby_config.h                               |     2 +-
 src/CMakeLists.txt                                 |    44 +-
 src/autohostmanager.cpp                            |    27 +-
 src/autohostmanager.h                              |    34 +-
 src/battle.cpp                                     |    10 +
 src/battle.h                                       |     2 +
 src/chatlog.cpp                                    |     3 +-
 src/crashreport.cpp                                |     2 +-
 src/downloader/downloadsobserver.cpp               |     1 +
 src/downloader/lib/src/CMakeLists.txt              |     8 +-
 .../lib/src/Downloader/Rapid/RapidDownloader.cpp   |     2 +
 src/downloader/lib/src/Downloader/Rapid/Repo.cpp   |     1 +
 src/downloader/lib/src/FileSystem/AtomicFile.cpp   |     2 +-
 src/downloader/lib/src/FileSystem/FileSystem.cpp   |     2 +
 src/downloader/lib/src/Version.cpp                 |     2 +-
 src/downloader/lib/src/Version.h                   |    18 -
 .../lib/src/lib/xmlrpc++/src/XmlRpcValue.cpp       |     1 +
 src/downloader/prdownloader.cpp                    |     7 +-
 src/gui/battlelist/battlelistctrl.cpp              |     2 +-
 src/gui/battlelist/battlelisttab.cpp               |    30 +-
 src/gui/battlelist/battlelisttab.h                 |     2 +-
 src/gui/channel/channellistctrl.h                  |    11 +
 src/gui/chatpanel.cpp                              |   108 +-
 src/gui/chatpanel.h                                |    10 +-
 src/gui/chatpanelmenu.cpp                          |    10 +-
 src/gui/chatpanelmenu.h                            |     3 -
 src/gui/customdialogs.cpp                          |    20 +-
 src/gui/customdialogs.h                            |     2 +
 src/gui/customlistctrl.cpp                         |   323 -
 src/gui/customlistctrl.h                           |   171 -
 src/gui/customvirtlistctrl.cpp                     |    60 +-
 src/gui/customvirtlistctrl.h                       |    70 +-
 src/gui/hosting/battlemaptab.cpp                   |    15 +-
 src/gui/hosting/battleoptionstab.cpp               |    13 +-
 src/gui/hosting/battleroomlistctrl.cpp             |    27 +
 src/gui/hosting/battleroomlistctrl.h               |     2 +
 src/gui/hosting/battleroommmoptionstab.cpp         |    27 +-
 src/gui/hosting/battleroomtab.cpp                  |    72 +-
 src/gui/hosting/battleroomtab.h                    |     4 +
 src/gui/hosting/mainjoinbattletab.h                |     4 +
 src/gui/hosting/mmoptionwindows.cpp                |    11 +-
 src/gui/hosting/votepanel.cpp                      |   200 +
 src/gui/hosting/votepanel.h                        |    63 +
 src/gui/infodialog.cpp                             |    12 +-
 src/gui/infodialog.h                               |     5 +
 src/gui/mainchattab.cpp                            |    56 +-
 src/gui/mainchattab.h                              |     4 +-
 src/gui/maindownloadtab.cpp                        |    11 +-
 src/gui/maindownloadtab.h                          |     2 +-
 src/gui/mapctrl.cpp                                |    24 +-
 src/gui/mapselectdialog.cpp                        |   115 +-
 src/gui/mapselectdialog.h                          |    14 +-
 src/gui/nicklistctrl.cpp                           |     7 +-
 src/gui/nicklistctrl.h                             |     4 +-
 src/gui/notifications/notificationmanager.cpp      |     2 +-
 src/gui/notifications/toasterbox/ToasterBox.cpp    |     2 +-
 .../notifications/toasterbox/ToasterBoxWindow.cpp  |     2 +-
 src/gui/options/chatoptionstab.cpp                 |    13 +-
 src/gui/options/chatoptionstab.h                   |     1 -
 src/gui/options/downloadoptionspanel.cpp           |     6 +-
 src/gui/options/groupoptionspanel.cpp              |     9 +-
 src/gui/options/groupoptionspanel.h                |     2 +-
 src/gui/options/lobbyoptionstab.cpp                |     3 +-
 src/gui/options/lobbyoptionstab.h                  |     1 -
 src/gui/pastedialog.cpp                            |    14 +-
 src/gui/pastedialog.h                              |     1 +
 src/gui/playback/playbackfilter.cpp                |     1 +
 src/gui/selectusersdialog.cpp                      |    14 +-
 src/gui/selectusersdialog.h                        |     1 +
 src/gui/singleplayertab.cpp                        |     4 +-
 src/gui/singleplayertab.h                          |     1 +
 src/gui/slbook.cpp                                 |    16 +-
 src/gui/slbook.h                                   |     4 -
 src/gui/sltipwin.cpp                               |    67 +-
 src/gui/sltipwin.h                                 |    21 +-
 src/gui/taskbar.cpp                                |     2 +-
 src/gui/textentrydialog.h                          |     4 +
 src/gui/ui.cpp                                     |    24 +-
 src/gui/uiutils.cpp                                |     6 +-
 src/ibattle.cpp                                    |    41 +-
 src/ibattle.h                                      |     7 +-
 src/inetclass.h                                    |     3 +
 src/iserver.h                                      |     5 +-
 src/log.h                                          |     8 +-
 src/lsl/lib/cimg/CImg.h                            | 20540 +++++++++++--------
 src/lsl/src/lsl/battle/ibattle.cpp                 |     2 +-
 src/lsl/src/lslunitsync/c_api.cpp                  |   146 +-
 src/lsl/src/lslunitsync/c_api.h                    |    29 +-
 src/lsl/src/lslunitsync/image.cpp                  |    31 +-
 src/lsl/src/lslunitsync/image.h                    |    14 +-
 src/lsl/src/lslunitsync/loader.cpp                 |    14 +-
 src/lsl/src/lslunitsync/optionswrapper.cpp         |    18 +-
 src/lsl/src/lslunitsync/sharedlib.cpp              |     2 +-
 src/lsl/src/lslunitsync/signatures.h               |     7 +
 src/lsl/src/lslunitsync/unitsync.cpp               |   809 +-
 src/lsl/src/lslunitsync/unitsync.h                 |   243 +-
 src/lsl/src/lslutils/conversion.h                  |     8 +
 src/lsl/src/lslutils/globalsmanager.h              |     5 +
 src/lsl/src/lslutils/misc.cpp                      |    57 +-
 src/lsl/src/lslutils/misc.h                        |     8 +-
 src/offlinebattle.h                                |     8 +-
 src/offlineserver.cpp                              |    76 +
 src/offlineserver.h                                |    29 +
 src/serverevents.cpp                               |    32 +
 src/singleplayerbattle.h                           |    12 +-
 src/socket.cpp                                     |    22 +-
 src/socket.h                                       |     4 +-
 src/spring.cpp                                     |     7 +-
 src/springprocess.cpp                              |     9 -
 src/springsettings/frame.cpp                       |     6 +-
 src/storedgame.h                                   |     1 +
 src/tasserver.cpp                                  |   254 +-
 src/tasserver.h                                    |   151 +-
 src/tests/CMakeLists.txt                           |     1 +
 src/tests/lslconversion.cpp                        |    94 +
 src/tests/slpaths.cpp                              |     1 +
 src/user.h                                         |    72 +
 src/userlist.cpp                                   |     8 +-
 src/utils/CMakeLists.txt                           |    11 -
 src/utils/platform.cpp                             |    38 +-
 src/utils/slpaths.cpp                              |    12 +-
 src/utils/slpaths.h                                |     2 +
 src/utils/tasutil.cpp                              |    15 +-
 src/utils/version.cpp                              |    11 +-
 src/utils/version.h                                |     1 -
 wxsmith/AutoBalanceDialog.wxs                      |    91 -
 wxsmith/MainTorrentTab.wxs                         |    97 -
 wxsmith/MapSelectDialog.wxs                        |   164 -
 159 files changed, 73598 insertions(+), 77537 deletions(-)
 delete mode 100644 GroupOptions.fbp
 delete mode 100644 formbuilder/simpleSP.fbp
 delete mode 100644 formbuilder/simplefront.fbp
 delete mode 100644 src/gui/customlistctrl.cpp
 delete mode 100644 src/gui/customlistctrl.h
 create mode 100644 src/gui/hosting/votepanel.cpp
 create mode 100644 src/gui/hosting/votepanel.h
 create mode 100644 src/offlineserver.cpp
 create mode 100644 src/offlineserver.h
 delete mode 100644 src/utils/CMakeLists.txt
 delete mode 100644 wxsmith/AutoBalanceDialog.wxs
 delete mode 100644 wxsmith/MainTorrentTab.wxs
 delete mode 100644 wxsmith/MapSelectDialog.wxs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/springlobby.git



More information about the Pkg-games-commits mailing list