[cube2] 06/10: Update upstream source from tag 'upstream/0.0.20130404+dfsg'

Markus Koschany apo at moszumanska.debian.org
Sat Jan 27 21:42:04 UTC 2018


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

apo pushed a commit to branch master
in repository cube2.

commit 83e58118e78248488d3f42c30255c8c52b8493a6
Merge: d08bb1e 3e5e898
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jan 27 22:25:09 2018 +0100

    Update upstream source from tag 'upstream/0.0.20130404+dfsg'
    
    Update to upstream version '0.0.20130404+dfsg'
    with Debian dir 054877dfb9795c194675139924c3514c936754bb

 Makefile                      |    14 +
 enet/ChangeLog                |   140 +
 enet/Doxyfile                 |   993 +++
 enet/LICENSE                  |     7 +
 enet/Makefile.am              |    22 +
 enet/Makefile.in              |   797 +++
 enet/README                   |    15 +
 enet/aclocal.m4               |  1016 +++
 enet/callbacks.c              |    47 +
 enet/compress.c               |   654 ++
 enet/config.guess             |  1530 +++++
 enet/config.sub               |  1782 ++++++
 enet/configure                | 13608 ++++++++++++++++++++++++++++++++++++++++
 enet/configure.ac             |    30 +
 enet/depcomp                  |   708 +++
 enet/design.txt               |   117 +
 enet/docs/FAQ.dox             |    24 +
 enet/docs/design.dox          |   126 +
 enet/docs/install.dox         |    64 +
 enet/docs/license.dox         |    26 +
 enet/docs/mainpage.dox        |    59 +
 enet/docs/tutorial.dox        |   357 ++
 enet/enet.dsp                 |   168 +
 enet/enet_dll.cbp             |    86 +
 enet/host.c                   |   491 ++
 enet/include/enet/callbacks.h |    27 +
 enet/include/enet/enet.h      |   571 ++
 enet/include/enet/list.h      |    43 +
 enet/include/enet/protocol.h  |   199 +
 enet/include/enet/time.h      |    18 +
 enet/include/enet/types.h     |    13 +
 enet/include/enet/unix.h      |    45 +
 enet/include/enet/utility.h   |    12 +
 enet/include/enet/win32.h     |    58 +
 enet/install-sh               |   527 ++
 enet/libenet.pc.in            |    10 +
 enet/list.c                   |    75 +
 enet/ltmain.sh                |  9661 ++++++++++++++++++++++++++++
 enet/m4/.keep                 |     0
 enet/m4/libtool.m4            |  7983 +++++++++++++++++++++++
 enet/m4/ltoptions.m4          |   384 ++
 enet/m4/ltsugar.m4            |   123 +
 enet/m4/ltversion.m4          |    23 +
 enet/m4/lt~obsolete.m4        |    98 +
 enet/missing                  |   331 +
 enet/packet.c                 |   165 +
 enet/peer.c                   |   959 +++
 enet/protocol.c               |  1899 ++++++
 enet/unix.c                   |   475 ++
 enet/win32.c                  |   368 ++
 engine/3dgui.cpp              |    11 +-
 engine/animmodel.h            |     6 +-
 engine/console.cpp            |     1 -
 engine/main.cpp               |     3 +-
 engine/menus.cpp              |    13 +-
 engine/rendergl.cpp           |    19 +-
 engine/server.cpp             |     5 +-
 engine/shader.cpp             |     6 +-
 engine/skelmodel.h            |    22 +-
 engine/textedit.h             |     2 +-
 fpsgame/server.cpp            |     2 +-
 rpggame/Makefile              |    14 +
 shared/geom.h                 |    80 +-
 shared/iengine.h              |     4 +-
 shared/stream.cpp             |    11 +-
 65 files changed, 47079 insertions(+), 68 deletions(-)

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



More information about the Pkg-games-commits mailing list