[colobot] annotated tag debian/0.1.9-1 created (now e1e3cce)

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:50:11 UTC 2016


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

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

        at  e1e3cce   (tag)
   tagging  823cfff3f2aa740c1a99561739742cc780b1c1d4 (commit)
  replaces  debian/0.1.8-2
 tagged by  Didier Raboud
        on  Fri Nov 4 12:04:36 2016 +0100

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

iQGcBAABCgAGBQJYHIxEAAoJEIvPpx7KFjRVaSAL/0dYSOlABoWYJXfsY6wBt+MU
M+CA1Cy0oY2Por7actBVlwb/ZHdZCGiadIzkagJq4dnTVg+oJF69c4JwKXWksNZu
xWv/g0S9ICAqKyYZcpR3Z6McG/m9m6cmEM3spY3uhQSg89DwpeyNPKP87cWaAscl
01AnFcaCCWei06MaR0QZQr8yEDp2ao6vvIdzF6PQHsXBKPu3Bs8Hj5Ff4l00C9fa
B4eQ9afZd007c3yZN4bfgc5QvyDJNt3WiyjyAmVjq6dUwtetN9abVH3f3IEg4MWQ
jq6P+KfRP5C54iS+0JEDjL0MVpnIWySd0GjZ0+VOctHlzTqYLyG85KuHfkNzd+du
daNRTCNDg/idWFX3kJTSyaMBdztGyra6Wn0XgzZgEqfUmIFCfr95gn2YW0L3lx42
lfkDxPTd2MNeOe8RHe08IYSm8V5YRcnbF3RiDrDBpNR0bi3q90bKj0Xzfth1mwRB
OJGcOJ7ALQGjT/azbHxy50lGkWMqE/n/1o/vGLdh/A==
=g2LM
-----END PGP SIGNATURE-----

Didier Raboud (7):
      Merge tag 'upstream/0.1.9' into debian/master
      Build and run unit tests
      Set the 'Official Build' flag
      Make all arch:all packages Multi-Arch: foreign
      Patch the flac-to-ogg conversion to use the filename as ogg serial number; makes that part of the build reproducible
      Patch the Doxygen configuration to avoid embedding the build path in the documentation; makes that part of the build reproducible
      colobot 0.1.9-1 Debian release

Jeremy Mickelson (3):
      Fix implicit downcast with variable initialization
      Allow multiple objects with exactly the same distance to be returned by `radarall`
      Added comment explaining container choice

MatiRg (2):
      Remove character limit in CEdit (#836)
      Add file append mode in CBot (#838)

MrSimbax (7):
      Add VS Code files to .gitignore
      Remove default lambda parameters
      Add -pedantic-errors flag to C++ compilers
      Normalize dir parameter when copying to clipboard
      Update data submodule
      Update data submodule
      Update data submodule

Unknown (4):
      Enable C++ exceptions in MSVC
      Enable debug info for MSVC
      Update data submodule
      Update data submodule

aleksei-sh (2):
      Filled not existed translation, minor translation changes
      Reducing the length of the lines

krzys-h (26):
      Asynchronous sound/music loading
      Post-release 0.1.8-alpha
      Moved system modules from app/ to common/system/
      Moved performance counters to a separate class
      Added CBot performance counter
      Fixed loading apperance scene, closes #802
      Do not render the shadow map when pause blur is active
      Fixed compile error on Windows
      Added performance counter for UI particles
      Fix memory leak related to performance counters
      Import documentation from old dev wiki
      Removed fuzzy markers for lines fixed in #805
      Merge branch 'dev-async-music-load' (PR #801)
      Syntax sugar: Accessing members of returned objects (#808)
      Allow circular references from different classes (#814)
      Updated translation files after 4a14a44f3f07ee103161fbec2bcaa4bf5e6e2a84
      Update CBotFieldExpr::ProtectionError docs
      Revert CParticle::CheckChannel changes
      Fix infinite pause when cloning program with errors, closes #837
      Change CBot file log messages
      Remove "this == nullptr" checks in CBOT, fixes #828
      Added script for use when releasing new versions
      Add temporary hack for issue #828
      Remove unused imports from release.py
      Release 0.1.9-alpha: Merge branch 'dev'
      Release 0.1.9-alpha: Bump version

krzys_h (4):
      Merge pull request #809 from melex750/dev
      Merge pull request #817 from CyborgMaster/radarall-equidistant-objects
      Merge pull request #819 from melex750/dev
      Merge pull request #834 from melex750/dev

melex750 (17):
      Fix not calling destructors after save/reload
      Fix RestoreState for subclass instance vars
      Fix RestoreMethode when calling inherited methods
      Fix calling multi-level inherited methods
      Fix assigning instance to pointer for inheritance
      Begin adding unit tests for inheritance
      Add accessing members to function calls
      Fix failed assert when literal null is returned
      Add unit tests for returned object member access
      Add missing license headers
      Add more unit tests for inheritance
      Add support for circular references
      Add unit tests for circular reference
      Add method chaining for class constructor calls
      Add implicit cast and null for passing arguments
      Fix finding in-class methods when searching by ID
      Fix access to protected and private variables

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

This annotated tag includes the following new commits:

       new  29f0631   Asynchronous sound/music loading
       new  aa6345a   Post-release 0.1.8-alpha
       new  81b7bcc   Moved system modules from app/ to common/system/
       new  5fea22f   Moved performance counters to a separate class
       new  2c3e90b   Added CBot performance counter
       new  fef050f   Fixed loading apperance scene, closes #802
       new  ffd688e   Do not render the shadow map when pause blur is active
       new  716218a   Fixed compile error on Windows
       new  dbe7fd6   Added performance counter for UI particles
       new  210b5c2   Fix memory leak related to performance counters
       new  48666c4   Fix not calling destructors after save/reload
       new  397e312   Fix RestoreState for subclass instance vars
       new  d0a8a32   Fix RestoreMethode when calling inherited methods
       new  860cdb0   Fix calling multi-level inherited methods
       new  c9c02f5   Fix assigning instance to pointer for inheritance
       new  c89e6f4   Begin adding unit tests for inheritance
       new  fad38cd   Add accessing members to function calls
       new  c03d8be   Import documentation from old dev wiki
       new  e48188b   Fix failed assert when literal null is returned
       new  f3bf56d   Add unit tests for returned object member access
       new  a205eac   Add missing license headers
       new  6b8e240   Fix implicit downcast with variable initialization
       new  8b3c430   Add more unit tests for inheritance
       new  6621831   Add support for circular references
       new  1546c15   Filled not existed translation, minor translation changes
       new  191ca3c   Reducing the length of the lines
       new  4cb2eb6   Removed fuzzy markers for lines fixed in #805
       new  0ecdee0   Merge branch 'dev-async-music-load' (PR #801)
       new  d83553c   Merge pull request #809 from melex750/dev
       new  b9d4d57   Syntax sugar: Accessing members of returned objects (#808)
       new  71aa7e4   Add unit tests for circular reference
       new  d411c5e   Allow circular references from different classes (#814)
       new  88227a3   Allow multiple objects with exactly the same distance to be returned by `radarall`
       new  859cec7   Added comment explaining container choice
       new  3146d4e   Add method chaining for class constructor calls
       new  584d782   Add VS Code files to .gitignore
       new  92b1e54   Remove default lambda parameters
       new  974b6ef   Add -pedantic-errors flag to C++ compilers
       new  514829d   Normalize dir parameter when copying to clipboard
       new  e085b4b   Enable C++ exceptions in MSVC
       new  e3b3d7c   Enable debug info for MSVC
       new  8dc03f4   Merge pull request #817 from CyborgMaster/radarall-equidistant-objects
       new  84c9854   Merge pull request #819 from melex750/dev
       new  ade8566   Update data submodule
       new  6b6eca6   Update data submodule
       new  4a14a44   Add implicit cast and null for passing arguments
       new  3debfb9   Fix finding in-class methods when searching by ID
       new  9ab7f7d   Fix access to protected and private variables
       new  81aae35   Updated translation files after 4a14a44f3f07ee103161fbec2bcaa4bf5e6e2a84
       new  ca548e2   Update CBotFieldExpr::ProtectionError docs
       new  89bf0da   Merge pull request #834 from melex750/dev
       new  dc415c3   Remove character limit in CEdit (#836)
       new  3472ec6   Revert CParticle::CheckChannel changes
       new  73be031   Fix infinite pause when cloning program with errors, closes #837
       new  d107605   Add file append mode in CBot (#838)
       new  a96835e   Change CBot file log messages
       new  bb9d1c8   Remove "this == nullptr" checks in CBOT, fixes #828
       new  fee1619   Update data submodule
       new  ef28b0d   Update data submodule
       new  81f4436   Update data submodule
       new  3c1bf3c   Added script for use when releasing new versions
       new  70853f2   Add temporary hack for issue #828
       new  d435628   Remove unused imports from release.py
       new  b0e34bb   Release 0.1.9-alpha: Merge branch 'dev'
       new  b8d88c9   Release 0.1.9-alpha: Bump version
       new  fe8cc71   Merge tag 'upstream/0.1.9' into debian/master
       new  e3976ac   Build and run unit tests
       new  a64d150   Set the 'Official Build' flag
       new  28a1cbe   Make all arch:all packages Multi-Arch: foreign
       new  5b76117   Patch the flac-to-ogg conversion to use the filename as ogg serial number; makes that part of the build reproducible
       new  dd595f2   Patch the Doxygen configuration to avoid embedding the build path in the documentation; makes that part of the build reproducible
       new  823cfff   colobot 0.1.9-1 Debian release

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