[colobot] annotated tag debian/0.1.10-1 created (now f54afb9)

Didier Raboud odyx at moszumanska.debian.org
Thu Jun 1 18:10:29 UTC 2017


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

odyx pushed a change to annotated tag debian/0.1.10-1
in repository colobot.

        at  f54afb9   (tag)
   tagging  2d7b4dc9f09f426f46dc516efa04da92ebf819c1 (commit)
  replaces  debian/0.1.9-5
 tagged by  Didier Raboud
        on  Tue May 30 16:37:44 2017 +0200

- Log -----------------------------------------------------------------
colobot 0.1.10-1 Debian release
-----BEGIN PGP SIGNATURE-----

iQGzBAABCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAlkwWGYACgkQi8+nHsoW
NFVPigv9H48iG6Yvj3TOKJDBY9FnXxMxMg+H5Mhs25GT9T64kWkbMHE5XsGPZXLG
h+L8hOPhwVfWcMQ2W99WuNQW6uyJ3YSMeug2aPTo8U4W11KeKimhkuO/THNmMptS
Innfh8XT+7jlAhoKMVL8gdEMs5pBcuAkvNKdZqqfK0pCc/ItQlBzT5g+gEU7uh0G
DZl6ZClC5xoOdTOjoxqgnyPWFFNcSDj1X7shdc5IT4OS7b/RTiBv7M9UmoIawegF
aDk3sINLZqCkE5J7fWe0RqlEizWyRBoIlmzdxGRkbAm6xdtmE5FvDxX+yRWFUXPe
Lpk2T5a8L+zv/z/PNbsszs7sh+5PtkEOknsJGM/+cLHpnzbS+6QVZKJPnbsrKb09
TvfME+//jxxm0KYq4WN1u0HYy2q2ytpC6jYL4JvhAugiiEVLkBiKsTQo2er2UMw+
HZqGpXyVyWM2fMjIgB1gsxjBCdTUSBWd+/cm5OEPZ/KzSy2HAeN5tvPcS9eHk3/L
ERiDyGx4
=GjF6
-----END PGP SIGNATURE-----

Abigail (1):
      Fix all compiler warnings and enable -Werror (#955)

Ceeee (1):
      Updating German locale (#849)

DavivaD (1):
      Implement damage alarm (#916)

Didier Raboud (2):
      Merge tag 'upstream/0.1.10' into debian/master
      colobot 0.1.10-1 Debian release

Martin Quinson (1):
      update french translation

MatiRg (2):
      Allow ctrl + backspace in the editor. (#839)
      Fix rendering glasses in FPP camera, closes #775 (#959)

MrSimbax (1):
      Update data submodule

RaptorParkowsky (1):
      Update data submodule

Smok94 (1):
      Command history for cheat console, closes #316 (PR #869)

Tomasz Kapuściński (8):
      Added half-precision floating-point format implementation
      Added types and vertex format specification
      Added rendering with generic vertex formats
      Fix compilation errors in half.cpp
      Code simplification in CGL14Device
      Correction in changing wrap mode in SetState
      Optimizations and changes in OpenGL 3.3 device.
      Optimizations and changes in OpenGL 2.1 device.

Unknown (1):
      Fix MSVC2015 compilation error

krzys-h (62):
      Post-release 0.1.9-alpha
      Fix crash on loading saves with produce()d objects (#765)
      Fix GroundSpot blending, closes #846
      Don't allow whitespace player names, closes #840
      Fix buffer overrun when rendering goto() debug texture, closes #841
      Remove remaining "this != nullptr" checks in CBOT, closes #828
      Make CBotFunction implement CBotLinkedList
      Refactor CBotClass and CBotFunction list to std::list
      Remove remaining occurences of "this == nullptr" (#828)
      Remove CBotLinkedList from CBotFunction
      Refactor CBotCallMethode -> CBotExternalCall
      Another this==nullptr fix (#828)
      Fix destructors not being called when program execution ended, closes #859
      Jenkinsfile: Automatically discard old artifacts
      Fix code style issues
      Fix goto() with multiple objects at the exact same position (#732)
      Fix crash after precompiling a CBot class with errors (#881)
      Add error when object is busy (#871)
      Add coordinates under cursor overlay and copy function (#868)
      Fix bug (?) related to lost cutscenes
      Fix mission end before astronaut death scene is finished (#848)
      Fix some code style
      Allow selectinsect to select other objects with selectable=0
      Some CRobotMain cleanup
      Fix code style
      Fix aliens being selectable by default (#900)
      Fix Shooter target getting stuck on not selectable objects (#900)
      Change bullet collision logic to allow for collisions with non-damageable objects
      Fix amount of damage from OrgaShooters
      Add basics of scoreboard implementation; better support for multiple teams
      Make teams and scoreboard translatable
      Log correct terrain relief resolution
      Fix sky rendering artifact
      Add order= parameter for ScoreboardEndTakeRule
      Add Barricade objects
      Minor documentation fixes
      Add live scoreboard display
      Make code battle start button header translatable
      Jenkinsfile: Update deprecated 'stage' syntax
      Jenkinsfile: Automatically clean workspace after building pull requests
      Jenkinsfile: Don't keep artifacts for old PR builds
      Make UraniumOre not destroyable, closes #777
      Update data submodule
      Fix @tomangelo2's code style
      Make deprecation warnings not an error, see #958
      Fix delete() in CBot not destroying PowerCells properly
      Prevent giving scoreboard points to team 0
      Fix handling of particle 'father' objects when they are destroyed
      Don't limit types of objects visible on minimap with fixed image
      Fix aliens not appearing on the minimap, closes #901
      Make TargetBots explode when they run into something
      Fix scoreboard points sometimes being added multiple times
      Fix alien animations after 5d4dfd8cb56066bd170e39adaff6e995a1646806
      Prevent enforcement of ObligatoryToken for level controller scripts
      Make initial scoreboard values editable
      Fix crash after exiting a code battle
      Fix error in edit.cpp in 08d87fa9757a05b66325b9ea77123d098143ddbd
      Fix clang builds
      Remove unnecessary m_instance declarations
      Update data submodule
      Release 0.1.10-alpha: Merge branch 'dev'
      Release 0.1.10-alpha: Bump version

krzys_h (3):
      Merge pull request #897 from melex750/dev
      Merge pull request #911 from abenkovskii/patch-1
      Merge pull request #920 from melex750/dev

melex750 (8):
      Fix increment and decrement syntax
      Fix constructor/destructor and field syntax
      Fix memory leaks in CBOT engine
      Fix game crashing with syntax errors
      Add checking for return statements in functions
      Add syntax for parameters with default values
      Fix execution of default arguments
      Fix using negative numbers in default arguments

piotrwalkusz1 (2):
      Fix apperance camera position, closes #802 (#880)
      Fix crash on class redefinition, closes #703 (#890)

tomangelo2 (3):
      Objects outside BuildType list cannot be build anymore
      Fixed some functions doesn't returning 0 if no error
      Display warning if there is not enough energy to shoot

Андрей Беньковский (1):
      Remove a dead link

Стуров Фёдор (1):
      Add missing russian translations (#852)

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  81c7d05   Post-release 0.1.9-alpha
       new  c5b5435   Added half-precision floating-point format implementation
       new  ae3b2b8   Added types and vertex format specification
       new  993d9e9   Added rendering with generic vertex formats
       new  5aa5d91   Fix compilation errors in half.cpp
       new  3c71354   Fix MSVC2015 compilation error
       new  9fe85e2   Code simplification in CGL14Device
       new  e7c41ae   Correction in changing wrap mode in SetState
       new  1b074bd   Fix crash on loading saves with produce()d objects (#765)
       new  6e4764b   Fix GroundSpot blending, closes #846
       new  856ee9a   Don't allow whitespace player names, closes #840
       new  3bac0aa   Fix buffer overrun when rendering goto() debug texture, closes #841
       new  8764d28   Remove remaining "this != nullptr" checks in CBOT, closes #828
       new  266b34d   Make CBotFunction implement CBotLinkedList
       new  191151e   Refactor CBotClass and CBotFunction list to std::list
       new  35d60aa   Remove remaining occurences of "this == nullptr" (#828)
       new  6b7233c   Remove CBotLinkedList from CBotFunction
       new  48f7032   Refactor CBotCallMethode -> CBotExternalCall
       new  b49fbf0   Another this==nullptr fix (#828)
       new  7190c85   Fix destructors not being called when program execution ended, closes #859
       new  be9dba4   Jenkinsfile: Automatically discard old artifacts
       new  88c6818   Fix code style issues
       new  eb2a185   Fix goto() with multiple objects at the exact same position (#732)
       new  5dc38f1   Objects outside BuildType list cannot be build anymore
       new  8ce8b2f   update french translation
       new  f055038   Add missing russian translations (#852)
       new  e325efa   Fix crash after precompiling a CBot class with errors (#881)
       new  b6cda6c   Add error when object is busy (#871)
       new  8d52e27   Add coordinates under cursor overlay and copy function (#868)
       new  5722fdb   Fix bug (?) related to lost cutscenes
       new  f33ffaf   Fix mission end before astronaut death scene is finished (#848)
       new  17511dd   Fix some code style
       new  6a38283   Allow selectinsect to select other objects with selectable=0
       new  46aa6fc   Some CRobotMain cleanup
       new  7bb3245   Optimizations and changes in OpenGL 3.3 device.
       new  7b3b257   Fix code style
       new  9bdd837   Optimizations and changes in OpenGL 2.1 device.
       new  6ec1301   Fix apperance camera position, closes #802 (#880)
       new  8a0c727   Command history for cheat console, closes #316 (PR #869)
       new  d7fae30   Fix crash on class redefinition, closes #703 (#890)
       new  8fc0151   Fix increment and decrement syntax
       new  64bc1f1   Fix constructor/destructor and field syntax
       new  8e54f7c   Fix memory leaks in CBOT engine
       new  2ff8251   Fix game crashing with syntax errors
       new  baba608   Add checking for return statements in functions
       new  92a8c48   Add syntax for parameters with default values
       new  967fb9e   Merge pull request #897 from melex750/dev
       new  7fadf7b   Fix aliens being selectable by default (#900)
       new  9eae1e1   Fix Shooter target getting stuck on not selectable objects (#900)
       new  992ca7e   Update data submodule
       new  3934eec   Remove a dead link
       new  ac3fd15   Merge pull request #911 from abenkovskii/patch-1
       new  588bf30   Fixed some functions doesn't returning 0 if no error
       new  b032dad   Fix execution of default arguments
       new  f80db9e   Fix using negative numbers in default arguments
       new  fda58a6   Change bullet collision logic to allow for collisions with non-damageable objects
       new  6cd7254   Fix amount of damage from OrgaShooters
       new  880f31a   Add basics of scoreboard implementation; better support for multiple teams
       new  cf7c19e   Make teams and scoreboard translatable
       new  f6cc629   Log correct terrain relief resolution
       new  6bebbb3   Fix sky rendering artifact
       new  327eafd   Add order= parameter for ScoreboardEndTakeRule
       new  8948da0   Add Barricade objects
       new  b3ea687   Minor documentation fixes
       new  c68f5e2   Add live scoreboard display
       new  681d520   Make code battle start button header translatable
       new  47a8f70   Display warning if there is not enough energy to shoot
       new  4bb05b3   Jenkinsfile: Update deprecated 'stage' syntax
       new  92eb202   Jenkinsfile: Automatically clean workspace after building pull requests
       new  44d18b7   Jenkinsfile: Don't keep artifacts for old PR builds
       new  7b328fb   Make UraniumOre not destroyable, closes #777
       new  a0e5cc2   Allow ctrl + backspace in the editor. (#839)
       new  cd808ac   Merge pull request #920 from melex750/dev
       new  df12f87   Implement damage alarm (#916)
       new  24460ea   Update data submodule
       new  5055c5d   Updating German locale (#849)
       new  11d9502   Fix all compiler warnings and enable -Werror (#955)
       new  108551c   Fix @tomangelo2's code style
       new  417301f   Fix rendering glasses in FPP camera, closes #775 (#959)
       new  aa1a946   Make deprecation warnings not an error, see #958
       new  2d7911f   Fix delete() in CBot not destroying PowerCells properly
       new  904b7e5   Prevent giving scoreboard points to team 0
       new  648dfd7   Fix handling of particle 'father' objects when they are destroyed
       new  004106e   Don't limit types of objects visible on minimap with fixed image
       new  149d1f8   Fix aliens not appearing on the minimap, closes #901
       new  d8b0bd4   Make TargetBots explode when they run into something
       new  5d4dfd8   Fix scoreboard points sometimes being added multiple times
       new  935b789   Fix alien animations after 5d4dfd8cb56066bd170e39adaff6e995a1646806
       new  f60108f   Prevent enforcement of ObligatoryToken for level controller scripts
       new  08d87fa   Make initial scoreboard values editable
       new  7216d8d   Fix crash after exiting a code battle
       new  1f477bb   Fix error in edit.cpp in 08d87fa9757a05b66325b9ea77123d098143ddbd
       new  6c8ec46   Update data submodule
       new  28081bf   Fix clang builds
       new  02aa281   Remove unnecessary m_instance declarations
       new  8269f79   Update data submodule
       new  1dcc70c   Release 0.1.10-alpha: Merge branch 'dev'
       new  621911e   Release 0.1.10-alpha: Bump version
       new  d96ad1e   Merge tag 'upstream/0.1.10' into debian/master
       new  2d7b4dc   colobot 0.1.10-1 Debian release

The 100 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.


-- 
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