[colobot] branch debian/master updated (324c228 -> 1b4aafb)
Didier Raboud
odyx at moszumanska.debian.org
Fri Nov 10 11:53:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
odyx pushed a change to branch debian/master
in repository colobot.
from 324c228 colobot 0.1.10-2 Debian release
new ef4d1b0 Revert "Add menu file and xpm icon"
new d086fed Bump Standards-Version to 4.0.1, after having removed the 'menu' entry
new 29578fe Bump S-V to 4.1.1
new 1be5eb9 Update Vcs-* and Hompage URLs to https variants
new 36cd5ee Post-release 0.1.10-alpha
new f461465 Fix -Wundefined-var-template warning (#963)
new daacd00 INSTALL-MacOSX.md: Add missed xmlstarlet dependency (#967)
new 8058a89 Merge branch 'master' into dev
new 92a8140 Jenkinsfile: prevent PRs to master
new 199210c Merge branch 'master' into dev
new 30210d0 Add searchall() and improve search() function
new 15b8cf7 Update object variable when concatenating strings
new bf94bd7 Merge pull request #965 from melex750/dev
new a95f736 Fix delete(this.id), closes #925
new 4faabf2 Apply shadow mapping performance counter patch from #923
new 8d9b363 Update data submodule
new 5d0e58f Update data submodule
new ac27bda Update data submodule
new bb35585 Fix object.factory() code type detection, closes #938
new 25c79df Update data submodule
new d860a08 Merge long first frame rendering fix from #898
new d63ed86 Added QuickSave/QuickLoad feature #929
new 75d9f85 Display warning if no quicksave slot is found
new 0de347d Fixed goto() behaviour on 32-bit binaries
new f40756b Fix turn(1) doesn't draining energy
new dab223e Clamp energy level to standard values for OrgaShooters
new 2d2990f Fix moving and resizing editor/debugger window
new 8687016 Fix moving and resizing open/save dialog
new 0a83508 Merge pull request #985 from melex750/dev
new c03dfc1 Add escape codes for string literals
new e3c44e9 Add syntax highlighting for escape codes
new 9448f67 Merge pull request #1004 from melex750/dev-cbot
new 2751db3 Add horizontal FoV to CEngine
new 2e8798b Make planets stay in one place in the sky - at least in the X direction.
new 8b0ccf6 Fix horizontal scrolling of background images.
new ee0f3ff Merge pull request #1022 from immibis/dev
new bef6e9e Make Thumper Squash transportable/small objects.
new b5e0f99 Make Recycler Recycle small Building Ruins.
new a4482f1 Decrease radius of squashing items.
new 959854e 'Make Thumper Great Again'
new ee35d35 Correct Small Mistake
new 6b1dd5d Merge pull request #994 from DavivaD/dev-issue-658
new 387b7b5 Fix non-scoreboard code battles, closes #1023
new a9e0874 Fix 'this' for object:: functions
new 1eee06d Keep mission history after loading a crashsave
new d357de1 Save object lifetime and abstime
new 17d47e9 Merge pull request #1040 from melex750/dev
new a29a4f9 Damage Alert Implementation (2th Stage)
new bf69b86 Fixed shortcut not changing to normal state
new 2a0c2c3 Make shortcut blink in red
new d3b969f Merge pull request #992 from DavivaD/dev-dmgalarm-st2
new 12dd96c Update data submodule
new b89b0d2 Update data submodule
new 5021a40 Update data submodule
new 5f5e523 Fix CEdit background margins, closes #1029
new f87aa15 Update data submodule
new 611c353 Update release script
new b143aa3 Release 0.1.11-alpha: Merge branch 'dev'
new b5cc768 Release 0.1.11-alpha: Bump version
new 49dd30a Merge tag 'upstream/0.1.11' into debian/master
new 04449c2 Fix DEB_HOST_ARCH_OS dpkg-architecture variable setting
new 1b4aafb colobot 0.1.11-1 Debian release
The 62 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:
CMakeLists.txt | 2 +-
INSTALL-MacOSX.md | 2 +-
Jenkinsfile | 4 +
data | 2 +-
debian/changelog | 12 ++
debian/colobot.install | 1 -
debian/colobot.menu | 6 -
debian/control | 9 +-
debian/rules | 8 +-
po/colobot.pot | 37 +++++--
po/de.po | 134 +++++++++++++---------
po/fr.po | 94 ++++++++++++----
po/pl.po | 57 ++++++----
po/ru.po | 94 ++++++++++++----
src/CBot/CBotEnums.h | 6 +
src/CBot/CBotInstr/CBotExprLitString.cpp | 144 +++++++++++++++++++++---
src/CBot/CBotInstr/CBotExprLitString.h | 3 +
src/CBot/CBotInstr/CBotExprVar.cpp | 4 +
src/CBot/CBotInstr/CBotFunction.cpp | 10 +-
src/CBot/CBotInstr/CBotLeftExpr.cpp | 2 +
src/CBot/CBotInstr/CBotTwoOpExpr.cpp | 13 ++-
src/CBot/CBotToken.cpp | 25 ++---
src/CBot/CBotUtils.cpp | 45 ++++++++
src/CBot/CBotUtils.h | 15 +++
src/app/app.cpp | 3 -
src/app/input.cpp | 27 ++---
src/app/pathman.cpp | 2 -
src/common/config_file.cpp | 3 -
src/common/error.h | 1 +
src/common/key.h | 12 +-
src/common/logger.cpp | 4 -
src/common/restext.cpp | 19 ++--
src/common/settings.cpp | 17 ++-
src/common/settings.h | 4 +
src/common/singleton.h | 1 +
src/graphics/engine/engine.cpp | 22 +++-
src/graphics/engine/engine.h | 18 ++-
src/graphics/engine/planet.cpp | 12 +-
src/level/player_profile.cpp | 2 +
src/level/robotmain.cpp | 132 +++++++++++++---------
src/level/robotmain.h | 2 +
src/object/auto/autofactory.cpp | 4 +-
src/object/interface/damageable_object.h | 7 ++
src/object/motion/motionvehicle.cpp | 1 +
src/object/object_manager.cpp | 4 -
src/object/old_object.cpp | 31 +++++-
src/object/old_object.h | 5 +
src/object/task/taskgoto.cpp | 7 +-
src/object/task/taskrecover.cpp | 2 +-
src/object/task/taskterraform.cpp | 111 ++++++++++++++++++-
src/object/task/taskturn.cpp | 14 ++-
src/object/task/taskturn.h | 1 +
src/script/cbottoken.cpp | 5 +-
src/script/script.cpp | 58 +++++++++-
src/script/scriptfunc.cpp | 183 ++++++++++++++++++++++---------
src/script/scriptfunc.h | 3 +-
src/ui/controls/control.h | 3 +-
src/ui/controls/edit.cpp | 6 +-
src/ui/controls/shortcut.cpp | 21 ++++
src/ui/mainshort.cpp | 1 +
src/ui/studio.cpp | 66 +++++++----
src/ui/studio.h | 4 +
test/unit/CBot/CBot_test.cpp | 114 +++++++++++++++++++
tools/release.py | 111 ++++++++++++++-----
64 files changed, 1344 insertions(+), 428 deletions(-)
delete mode 100644 debian/colobot.menu
mode change 100644 => 100755 tools/release.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
More information about the Pkg-games-commits
mailing list