[eris] 02/08: Merge tag 'upstream/1.3.23'

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Jun 26 21:12:49 UTC 2016


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

olek-guest pushed a commit to branch updates
in repository eris.

commit eaaee8b2a32572001ac3d97a5779ca8575c9b3a5
Merge: 4a82ea9 d8d4764
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Mon Oct 20 17:03:32 2014 -0500

    Merge tag 'upstream/1.3.23'
    
    Upstream version 1.3.23

 AUTHORS                                            |    7 +-
 ChangeLog                                          |  411 +
 Eris/Account.cpp                                   |   25 +-
 Eris/Account.h                                     |   15 +-
 Eris/Avatar.cpp                                    |   14 +-
 Eris/Avatar.h                                      |    5 +
 Eris/BaseConnection.cpp                            |   63 +-
 Eris/BaseConnection.h                              |   14 +-
 Eris/Connection.cpp                                |   24 +-
 Eris/Connection.h                                  |   11 +-
 Eris/CustomEntities.cpp                            |   75 +
 Eris/CustomEntities.h                              |   63 +
 Eris/Entity.cpp                                    |   32 +-
 Eris/Entity.h                                      |   14 +
 Eris/IGRouter.cpp                                  |    2 -
 Eris/Lobby.cpp                                     |    2 -
 Eris/Makefile.am                                   |    6 +-
 Eris/Makefile.in                                   |  231 +-
 Eris/Metaserver.cpp                                |   10 +-
 Eris/Metaserver.h                                  |   31 +-
 Eris/PollDefault.cpp                               |   23 +-
 Eris/Room.cpp                                      |    2 -
 Eris/TerrainModObserver.cpp                        |   15 +-
 Eris/TypeInfo.cpp                                  |    3 +-
 Eris/TypeInfo.h                                    |    2 +-
 Eris/TypeService.cpp                               |    2 -
 Eris/View.cpp                                      |   10 +-
 Eris/View.h                                        |   15 +-
 Eris/iround.h                                      |   25 +-
 Makefile.am                                        |    9 +-
 Makefile.in                                        |  361 +-
 NEWS                                               |    8 +
 acinclude.m4                                       |  353 -
 aclocal.m4                                         | 9179 +-------------------
 autogen.sh                                         |  125 +-
 bindings/Makefile.in                               |  257 +-
 bindings/perl/Avatar/Avatar.pm                     |   70 -
 bindings/perl/Avatar/Avatar.xs                     |   99 -
 bindings/perl/Avatar/Makefile.PL                   |   24 -
 bindings/perl/COPYING                              |  340 -
 bindings/perl/Changes                              |   35 -
 bindings/perl/Connection/Connection.pm             |   72 -
 bindings/perl/Connection/Connection.xs             |  114 -
 bindings/perl/Connection/Makefile.PL               |   24 -
 bindings/perl/Entity/Entity.pm                     |   70 -
 bindings/perl/Entity/Entity.xs                     |  205 -
 bindings/perl/Entity/Makefile.PL                   |   24 -
 bindings/perl/Eris.pm                              |   84 -
 bindings/perl/Lobby/Lobby.pm                       |   71 -
 bindings/perl/Lobby/Lobby.xs                       |   69 -
 bindings/perl/Lobby/Makefile.PL                    |   24 -
 bindings/perl/Log/Log.pm                           |   68 -
 bindings/perl/Log/Log.xs                           |   72 -
 bindings/perl/Log/Makefile.PL                      |   24 -
 bindings/perl/MANIFEST                             |   49 -
 bindings/perl/Makefile.PL                          |   18 -
 bindings/perl/Meta/Makefile.PL                     |   24 -
 bindings/perl/Meta/Meta.pm                         |   68 -
 bindings/perl/Meta/Meta.xs                         |  154 -
 bindings/perl/Player/Makefile.PL                   |   24 -
 bindings/perl/Player/Player.pm                     |   78 -
 bindings/perl/Player/Player.xs                     |  234 -
 bindings/perl/README                               |   55 -
 bindings/perl/Room/Makefile.PL                     |   24 -
 bindings/perl/Room/Room.pm                         |   70 -
 bindings/perl/Room/Room.xs                         |  108 -
 bindings/perl/Timeout/Makefile.PL                  |   24 -
 bindings/perl/Timeout/Timeout.pm                   |   68 -
 bindings/perl/Timeout/Timeout.xs                   |   38 -
 bindings/perl/TypeInfo/Makefile.PL                 |   24 -
 bindings/perl/TypeInfo/TypeInfo.pm                 |   72 -
 bindings/perl/TypeInfo/TypeInfo.xs                 |   82 -
 bindings/perl/World/Makefile.PL                    |   24 -
 bindings/perl/World/World.pm                       |  100 -
 bindings/perl/World/World.xs                       |  235 -
 bindings/perl/atlas_convert.h                      |  108 -
 bindings/perl/conversion.h                         |   35 -
 bindings/perl/perlentity.h                         |   30 -
 bindings/perl/perlobject.map                       |  138 -
 bindings/perl/refcount.h                           |   85 -
 bindings/perl/roomhandle.h                         |   46 -
 bindings/perl/test.pl                              |   87 -
 bindings/perl/typeinfohandle.h                     |   35 -
 bindings/perl/typemap                              |   66 -
 bindings/polls/Makefile.in                         |  275 +-
 bindings/polls/glib/Makefile.in                    |  176 +-
 bindings/polls/winsock/Makefile.in                 |  176 +-
 config.guess                                       |  490 +-
 config.sub                                         |  269 +-
 configure                                          |  985 ++-
 configure.ac                                       |   11 +-
 depcomp                                            |  487 +-
 eris.dox.in                                        | 1642 ++--
 eris.spec                                          |    2 +-
 install-sh                                         |   14 +-
 ltmain.sh                                          |   48 +-
 m4/ax_cxx_compile_stdcxx_11.m4                     |  107 +
 acinclude.m4 => m4/glib.m4                         |  157 -
 aclocal.m4 => m4/libtool.m4                        | 1981 +----
 m4/ltoptions.m4                                    |  369 +
 m4/ltsugar.m4                                      |  123 +
 m4/ltversion.m4                                    |   23 +
 m4/lt~obsolete.m4                                  |   98 +
 m4/pkg.m4                                          |  159 +
 missing                                            |  414 +-
 ChangeLog-CVS => support/ChangeLog-CVS             |    0
 .../generate-ChangeLog.sh                          |    9 +-
 test-driver                                        |  127 +
 test/Account_unittest.cpp                          |    6 +
 test/Connection_unittest.cpp                       |    9 +
 test/IGRouter_unittest.cpp                         |    9 +-
 test/Makefile.am                                   |    1 +
 test/Makefile.in                                   | 1021 ++-
 test/Metaserver_integrationtest.cpp                |    5 +
 test/Metaserver_unittest.cpp                       |    5 +
 test/avatarTest.cpp                                |    6 +-
 test/calendarTest.cpp                              |    2 +-
 test/setupHelpers.h                                |    6 +-
 test/stubServer.h                                  |    2 +-
 119 files changed, 6422 insertions(+), 17928 deletions(-)

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



More information about the Pkg-games-commits mailing list