[spring] branch upstream updated (b3deb97 -> c254b14)

Markus Koschany apo at moszumanska.debian.org
Sat Jul 23 21:58:53 UTC 2016


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

apo pushed a change to branch upstream
in repository spring.

      from  b3deb97   Imported Upstream version 102.0+dfsg
       new  c254b14   Imported Upstream version 103.0+dfsg

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:
 AI/Skirmish/HughAI/README                        |   4 +-
 AI/Skirmish/HughAI/data/AIInfo.lua               |   2 +-
 AI/Skirmish/KAIK/data/AIInfo.lua                 |   2 +-
 VERSION                                          |   2 +-
 buildbot/slave/win/make_installer.sh             |   2 +-
 doc/changelog.txt                                |  18 +++
 doc/releasechecklist.txt                         |   9 +-
 rts/Game/Game.cpp                                |   7 ++
 rts/Game/GameHelper.cpp                          |  10 +-
 rts/Game/GameHelper.h                            |   1 +
 rts/Game/PreGame.cpp                             |   2 +-
 rts/Game/SyncedGameCommands.cpp                  |   5 +-
 rts/Game/UnsyncedGameCommands.cpp                |   5 +-
 rts/Lua/LuaArchive.cpp                           |   4 +-
 rts/Lua/LuaSyncedCtrl.cpp                        |  23 ++++
 rts/Lua/LuaSyncedCtrl.h                          |   2 +
 rts/Rendering/Env/Particles/ProjectileDrawer.cpp |  10 +-
 rts/Rendering/FeatureDrawer.cpp                  |  10 +-
 rts/Rendering/Textures/S3OTextureHandler.cpp     |   2 +-
 rts/Rendering/UnitDrawer.cpp                     | 142 +++++++++++++----------
 rts/Rendering/UnitDrawer.h                       |   6 +-
 rts/Sim/CMakeLists.txt                           |   1 +
 rts/Sim/Misc/BuildingMaskMap.cpp                 |  33 ++++++
 rts/Sim/Misc/BuildingMaskMap.h                   |  37 ++++++
 rts/Sim/Misc/ModInfo.cpp                         |   3 +
 rts/Sim/Misc/ModInfo.h                           |   2 +
 rts/Sim/MoveTypes/GroundMoveType.cpp             |   5 +-
 rts/Sim/MoveTypes/MoveDefHandler.cpp             |  11 +-
 rts/Sim/MoveTypes/MoveMath/MoveMath.cpp          |  34 +++++-
 rts/Sim/MoveTypes/MoveMath/MoveMath.h            |   1 +
 rts/Sim/Units/UnitDef.cpp                        |   1 +
 rts/Sim/Units/UnitDef.h                          |   3 +
 rts/System/TimeProfiler.cpp                      |   4 +
 33 files changed, 304 insertions(+), 99 deletions(-)
 create mode 100644 rts/Sim/Misc/BuildingMaskMap.cpp
 create mode 100644 rts/Sim/Misc/BuildingMaskMap.h

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



More information about the Pkg-games-commits mailing list