[monopd] branch upstream updated (8f47f34 -> 4c17f1f)

Markus Koschany apo-guest at moszumanska.debian.org
Fri Jul 17 21:07:53 UTC 2015


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

apo-guest pushed a change to branch upstream
in repository monopd.

      from  8f47f34   Imported Upstream version 0.9.8
       new  4c17f1f   Imported Upstream version 0.10.0

The 1 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:
 API                    |   78 +--
 ChangeLog              |   44 +-
 Makefile.am            |    2 +-
 Makefile.in            |    2 +-
 NEWS                   |   44 +-
 README                 |    7 +-
 README.metaserver      |   50 ++
 README.monopigator     |   53 --
 conf/monopd.conf-dist  |   32 +-
 configure              |   18 +-
 configure.ac           |    7 +-
 games/atlantic.conf    |    2 +-
 src/Makefile.am        |    6 +-
 src/Makefile.in        |   14 +-
 src/auction.cpp        |   10 +-
 src/auction.h          |   12 +-
 src/card.cpp           |   10 +-
 src/card.h             |   10 +-
 src/cardgroup.cpp      |    8 +-
 src/cardgroup.h        |    8 +-
 src/debt.cpp           |    8 +-
 src/debt.h             |    8 +-
 src/display.cpp        |   73 ++-
 src/display.h          |   22 +-
 src/estate.cpp         |   10 +-
 src/estate.h           |   10 +-
 src/estategroup.cpp    |   42 +-
 src/estategroup.h      |    8 +-
 src/event.cpp          |   25 +-
 src/event.h            |   28 +-
 src/game.cpp           | 1034 ++++++++++++++++++------------------
 src/game.h             |   44 +-
 src/gameconfig.cpp     |    8 +-
 src/gameconfig.h       |    8 +-
 src/gameobject.cpp     |   10 +-
 src/gameobject.h       |   10 +-
 src/gameproperty.cpp   |    8 +-
 src/gameproperty.h     |    8 +-
 src/io.cpp             |   10 +-
 src/io.h               |   10 +-
 src/listener.cpp       |  339 +++++++++---
 src/listener.h         |   52 +-
 src/listenport.cpp     |   35 +-
 src/listenport.h       |   38 +-
 src/main.cpp           |  123 -----
 src/main.h             |   40 --
 src/player.cpp         |  327 ++++++++----
 src/player.h           |   32 +-
 src/server.cpp         | 1356 ++++++++++++++++++++++++------------------------
 src/server.h           |   57 +-
 src/socket.cpp         |  134 +++--
 src/socket.h           |   63 +--
 src/trade.cpp          |   37 +-
 src/trade.h            |   13 +-
 src/tradecomponent.cpp |    8 +-
 src/tradecomponent.h   |    8 +-
 56 files changed, 2365 insertions(+), 2098 deletions(-)
 create mode 100644 README.metaserver
 delete mode 100644 README.monopigator
 delete mode 100644 src/main.cpp
 delete mode 100644 src/main.h

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



More information about the Pkg-games-commits mailing list