[monopd] branch master updated (04da68c -> 7f44d9d)
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Jul 17 21:07:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch master
in repository monopd.
from 04da68c Upload to unstable.
new 2970411 d/rules: Add get-orig-source target.
new 964d0f5 Start new changelog entry.
new 4c17f1f Imported Upstream version 0.10.0
new 64024d5 Merge tag 'upstream/0.10.0'
new f2e2ac5 New build-dependency: Replace libmath++-dev with libmuparser-dev.
new 18179d9 Add libutfcpp-dev to Build-Depends.
new b77785e Do not install README.monopigator. It is gone.
new bf333b2 monopd.docs: Install README.metaserver
new 7f44d9d Update debian/copyright for new release.
The 9 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 +-
debian/changelog | 6 +
debian/control | 3 +-
debian/copyright | 35 +-
debian/monopd.docs | 2 +-
debian/rules | 4 +
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 +-
61 files changed, 2379 insertions(+), 2134 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