[redeclipse] branch master updated (d8453a8 -> 2f7f582)

Martin Werner arand-guest at moszumanska.debian.org
Sun Dec 6 13:53:03 UTC 2015


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

arand-guest pushed a change to branch master
in repository redeclipse.

      from  d8453a8   Merge branch 'master' of https://anonscm.debian.org/cgit/pkg-games/redeclipse
       new  f9a49db   Bump changelog for new upstream patch release
       new  1b19c07   Fix changelog typo again
       new  2d6d485   Lintian false positive fixed in unstable, removed override
       new  2f7f582   Revert "Imported Debian patch 1.5.1-2"

The 4 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:
 .gitattributes                                     |   16 +
 .gitignore                                         |   45 +
 .gitmodules                                        |    3 +
 bin/update.bat                                     |  236 +++
 bin/update.sh                                      |  401 ++++
 config/compass.cfg                                 |   47 +
 config/map/default.cfg                             |    2 +-
 config/menus/editing.cfg                           |    4 +-
 config/menus/maps.cfg                              |    6 +-
 config/menus/options.cfg                           |  105 +-
 config/menus/profile.cfg                           |   83 +-
 config/setup.cfg                                   |    2 +-
 config/usage.cfg                                   |   79 +-
 config/version.cfg                                 |    2 +-
 debian/changelog                                   |    6 +-
 debian/copyright                                   |   13 +-
 debian/generate-copyright                          |   18 +-
 debian/patches/appdata-Fill-in-remove-FIXMEs.patch |   49 -
 .../appdata-Update-description-screenshots.patch   |   62 -
 .../appdata-Upgrade-via-appstream-util.patch       |   65 -
 .../appdate-Use-template-set-at-install-name.patch |   25 -
 debian/patches/series                              |    7 -
 ...all-Add-common-install-target-for-common-.patch |   87 -
 ...all-Add-doc-link-for-client-finding-guide.patch |   52 -
 .../patches/system-install-Install-appdata.patch   |  149 --
 debian/redeclipse-common.doc-base                  |    8 +
 debian/redeclipse-common.install                   |    2 +
 debian/redeclipse.doc-base                         |    1 -
 debian/redeclipse.install                          |    1 -
 debian/rules                                       |   19 +-
 debian/source/lintian-overrides                    |    5 +-
 doc/all-licenses.txt                               |  146 +-
 doc/changelog.txt                                  |   61 +-
 doc/examples/servinit.cfg                          |    2 +
 redeclipse.bat                                     |   95 +
 redeclipse.sh                                      |   33 +-
 redeclipse_server.bat                              |   11 +
 src/Makefile                                       |   18 +-
 src/dist.mk                                        |  100 +-
 src/engine/animmodel.h                             |    5 +-
 src/engine/client.cpp                              |   15 +-
 src/engine/command.cpp                             |   25 +-
 src/engine/console.cpp                             |    7 +-
 src/engine/decal.cpp                               |    4 +-
 src/engine/engine.h                                |    4 +-
 src/engine/main.cpp                                |    2 +-
 src/engine/master.cpp                              |   11 +-
 src/engine/renderparticles.cpp                     |    8 +-
 src/engine/renderva.cpp                            |    9 +
 src/engine/server.cpp                              |   26 +-
 src/engine/sound.cpp                               |   18 +-
 src/engine/sound.h                                 |    2 +-
 src/engine/textedit.h                              |    8 +-
 src/engine/ui.cpp                                  |    8 +-
 src/engine/worldio.cpp                             |    2 +-
 src/game/ai.cpp                                    |   55 +-
 src/game/aiman.h                                   |    2 +-
 src/game/auth.h                                    |    6 +-
 src/game/client.cpp                                |    8 +-
 src/game/defend.cpp                                |    7 +-
 src/game/game.cpp                                  |   34 +-
 src/game/game.h                                    |   12 +-
 src/game/gamemode.h                                |   14 +-
 src/game/hud.cpp                                   |   34 +-
 src/game/physics.cpp                               |    6 +-
 src/game/projs.cpp                                 |   40 +-
 src/game/scoreboard.cpp                            |   42 +-
 src/game/server.cpp                                |  109 +-
 src/game/vars.h                                    |    8 +-
 src/game/weapons.cpp                               |   31 +-
 src/game/weapons.h                                 |   58 +-
 src/install/nix/redeclipse.appdata.xml             |   24 -
 src/install/nix/redeclipse.appdata.xml.am          |   40 +
 src/install/win/finish.bmp                         |  Bin 0 -> 206038 bytes
 src/install/win/header.bmp                         |  Bin 0 -> 34254 bytes
 src/install/win/install.mpi                        | 2109 ++++++++++++++++++++
 src/install/win/redeclipse.nsi                     |  152 ++
 src/osxbuild.sh                                    |   16 +
 src/semaphore.sh                                   |   45 +-
 src/semdeploy.sh                                   |    3 +-
 src/shared/cube2font.c                             |    2 +-
 src/shared/geom.h                                  |    2 +-
 src/shared/stream.cpp                              |   21 +-
 src/shared/tools.h                                 |    1 +
 src/system-install.mk                              |   50 +-
 src/version.h                                      |    4 +-
 src/xcode/ConsoleView.h                            |   25 +
 src/xcode/ConsoleView.m                            |  120 ++
 src/xcode/English.lproj/InfoPlist.strings          |  Bin 0 -> 540 bytes
 src/xcode/English.lproj/Localizable.strings        |   26 +
 src/xcode/English.lproj/MainMenu.nib/classes.nib   |   86 +
 src/xcode/English.lproj/MainMenu.nib/info.nib      |   21 +
 .../English.lproj/MainMenu.nib/keyedobjects.nib    |  Bin 0 -> 45980 bytes
 src/xcode/SDLMain.h                                |   16 +
 src/xcode/SDLMain.m                                |  381 ++++
 src/xcode/macutils.mm                              |  107 +
 src/xcode/main.m                                   |    6 +
 src/xcode/redeclipse-Info.plist                    |   30 +
 src/xcode/redeclipse.icns                          |  Bin 0 -> 35042 bytes
 src/xcode/redeclipse.xcodeproj/project.pbxproj     |  953 +++++++++
 100 files changed, 5935 insertions(+), 991 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .gitignore
 create mode 100644 .gitmodules
 create mode 100644 bin/update.bat
 create mode 100755 bin/update.sh
 delete mode 100644 debian/patches/appdata-Fill-in-remove-FIXMEs.patch
 delete mode 100644 debian/patches/appdata-Update-description-screenshots.patch
 delete mode 100644 debian/patches/appdata-Upgrade-via-appstream-util.patch
 delete mode 100644 debian/patches/appdate-Use-template-set-at-install-name.patch
 delete mode 100644 debian/patches/system-install-Add-common-install-target-for-common-.patch
 delete mode 100644 debian/patches/system-install-Add-doc-link-for-client-finding-guide.patch
 delete mode 100644 debian/patches/system-install-Install-appdata.patch
 create mode 100644 debian/redeclipse-common.doc-base
 create mode 100644 redeclipse.bat
 create mode 100644 redeclipse_server.bat
 delete mode 100644 src/install/nix/redeclipse.appdata.xml
 create mode 100644 src/install/nix/redeclipse.appdata.xml.am
 create mode 100644 src/install/win/finish.bmp
 create mode 100644 src/install/win/header.bmp
 create mode 100644 src/install/win/install.mpi
 create mode 100644 src/install/win/redeclipse.nsi
 create mode 100755 src/osxbuild.sh
 create mode 100644 src/xcode/ConsoleView.h
 create mode 100644 src/xcode/ConsoleView.m
 create mode 100644 src/xcode/English.lproj/InfoPlist.strings
 create mode 100644 src/xcode/English.lproj/Localizable.strings
 create mode 100644 src/xcode/English.lproj/MainMenu.nib/classes.nib
 create mode 100644 src/xcode/English.lproj/MainMenu.nib/info.nib
 create mode 100644 src/xcode/English.lproj/MainMenu.nib/keyedobjects.nib
 create mode 100644 src/xcode/SDLMain.h
 create mode 100644 src/xcode/SDLMain.m
 create mode 100644 src/xcode/macutils.mm
 create mode 100644 src/xcode/main.m
 create mode 100644 src/xcode/redeclipse-Info.plist
 create mode 100644 src/xcode/redeclipse.icns
 create mode 100644 src/xcode/redeclipse.xcodeproj/project.pbxproj

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



More information about the Pkg-games-commits mailing list