[colobot] annotated tag debian/0.1.9-2 created (now 3a2b42a)

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:50:14 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-2
in repository colobot.

        at  3a2b42a   (tag)
   tagging  af7a745512dc51d3f0c4f6dca3ea1e53c051874c (commit)
  replaces  debian/0.1.9-1
 tagged by  Didier Raboud
        on  Mon Nov 7 08:37:19 2016 +0100

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

iQGcBAABCgAGBQJYIDF6AAoJEIvPpx7KFjRVIToL/1z8HJJIwDShhFBAZHUl/VPz
/GxvBCEdp8aKb7LcDYapozLvdWvJTtcn3FE7nqysn5e+n6UKLTfpEbVdRxo//KlW
R8IoHimgj5phaFTosNG8kwK3QovKgixTDPJFDhGM6CHhnIqbiqvY2GGra7UZdFqq
7Hlgs4+BlHNCyhp6j4VQILZ4fg9kFvxFp9NjLOZxV4SSqW4zoM9c+VZCerNPvPVd
nPPldpWsULZzewThnl2tCsQKdTmFzV/e5Ee4s8GqQiOu6Jk+XEEW46SG0p66KZEd
dojrmeQ1kkmGA+y619Vb71ajzEX9UBV9+Q0RpuEsAS+PmYuwwZ9T2DOmNN3cPtIY
CCqD9X0QL8TMuhXsTKYhvfUiGjG3H9Vte7e6FdnQU4MPHxrrbg5//0rvcKYHIvLh
JBf7Xeo17dcmay+M2IU8gMTQuOgcq+aKqKkLAfoJm2/r1Nv8V7HymcnA6ErrduDb
R2JenbGq+yfl5lV2FqPPcz/1EQDmO1oq/lTqLQ8bFg==
=M+hO
-----END PGP SIGNATURE-----

Didier Raboud (2):
      Patch hippomocks to broaden its architecture support
      colobot 0.1.9-2 Debian release

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

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
       new  b2652c8   Patch hippomocks to broaden its architecture support
       new  af7a745   colobot 0.1.9-2 Debian release

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