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

odyx pushed a change to branch debian/master
in repository planetblupi.

      from  eae365e   planetblupi 1.11.0-3 Debian release
       new  dca700c   Mark planetblupi-common Multi-Arch: foreign
      adds  1b242ca   Adapt the mouse cursor size according to the zoom
      adds  c81b411   Fix cheat text visibility regression
      adds  9d23c10   Return in the game when ESC is used in the stop phase
      adds  a64b03c   Remove obsolete mask argument of many draw functions
       new  6134edc   Make the CURL dependency optional, through the 
PLANETBLUPI_HTTP_VERSION_CHECK CMake option
       new  4337681   Follow coding rules (space before bracket)
       new  cce3961   CMake: use list(APPEND) instead of set
       new  a7018db   Fix warning of unused function
       new  b523641   Cosmetics
       new  6892704   Merge branch 'curl'
       new  5b13b8f   Fix typo
       new  d3986d5   Add a category in the desktop file
       new  a50e648   WIP: add desktop file for standard build
       new  29ad6c3   Fix deploy of desktop file with non-appimage builds
       new  e39c2ea   Remove obsolete argument
       new  04f127a   Prevent black screen (glitch) when a movie is not found
       new  37da5b3   Fix memleak by using a variable on the stack
       new  c8cf431   Clear the texture when the movie is starting
       new  161c6df   Use GNUInstallDirs to let the BINDIR be overriden by the 
build options
       new  4dcd13c   Merge pull request #32 from OdyX/exec-to-games-not-bin
       new  8a31aaf   Add support for Polish translations
       new  3064ffb   Add support for Polish special characters
       new  191672a   Fix Position of the 'ś' letter
       new  28010f0   Translated story strings
       new  16daabc   Translated UI strings
       new  b96741b   Merge remote-tracking branch 'origin/master' into HEAD
       new  6044ace   Merge pull request #35 from colobot/translate-pl
       new  6da7be9   Cosmetic: apply clang-format
       new  c3159f8   Convert CRLF to LF
       new  e2040a5   Remove trailing whitespaces
       new  c36e639   Prevent overlap with the right edge of the book
       new  e8f3fc7   Initialize the struct
       new  05a8c44   Fix noise when saving info.blp file
       new  a17a7e1   Prevent bad values with the language to restore
       new  51ffe89   Replace a char by Sint8
       new  a26b71a   Show enemies in the stats when using cheat code
       new  4db92b4   Cosmetic: translate some comments to english
       new  1d1189c   Fix animation with the disciple
       new  9909f38   Fix polish chars for little font
       new  a64ee92   Fix one more polish character width
       new  f2a7579   Fix polish text layout
       new  e0adfd4   Do not block the game loop when the screen is shifting
       new  dfc7297   Cosmetic: fix indent after previous commit
       new  0a17d2d   Cosmetic: rename coin to corner
       new  93c386a   Cosmetic: rename coin to corner (2)
       new  c4c10cb   Fix draw with large screen
       new  9681f20   Add a DEBUG define when building debug version
       new  6e7947b   Disable the pause when the window is deactivated (debug)
       new  481f4db   Use a method for fixing the decor shifting
       new  64a0bf6   Cosmetic
       new  546f5a8   Add smooth scrolling for the playing and build area
       new  503ed8c   Fix uninitialized variable
       new  a2b9577   Add entry for windows signature
       new  67c7c4c   Fix regression when recording or playing a demo
       new  4b8623f   Abort the update curl request when exiting
       new  61bd926   Use small timeouts with cURL
       new  fdcfd89   Cosmetic: invert logic
       new  5a3b3eb   Improve no music button position, thanks to @JesseRoxII
       new  bdf93ad   Fix one more disciple animation
       new  8f51f0c   Prepare new release v1.12
       new  7831bc6   Use @PB_ICON@ to link to the icon from the desktop file
       new  440c7b3   record new upstream branch
       new  62db24d   Set R³ to no
       new  a787909   planetblupi 1.12.0-1 Debian release

The 61 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                                     |    7 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    9 +
 debian/control                                     |    2 +
 ...allDirs-to-let-the-BINDIR-be-overriden-by.patch |   31 -
 ...-to-link-to-the-icon-from-the-desktop-fil.patch |   20 +
 ...RL-dependency-optional-through-the-PB_HTT.patch |  144 ---
 debian/patches/0003-Install-a-desktop-file.patch   |   85 --
 debian/patches/0004-Replace-a-char-by-Sint8.patch  |   23 -
 debian/patches/series                              |    5 +-
 resources/data/pl/stories.blp                      | 1100 ++++++++++++++++++++
 resources/image/little.png                         |  Bin 1015 -> 1088 bytes
 resources/image/text.png                           |  Bin 6966 -> 7422 bytes
 resources/po/{it.po => pl.po}                      |  577 +++++-----
 src/action.cxx                                     |    4 +-
 src/blupi.cxx                                      |   77 +-
 src/button.cxx                                     |    2 +-
 src/button.h                                       |    2 +-
 src/decblupi.cxx                                   |   12 +-
 src/decio.cxx                                      |    6 +-
 src/decmap.cxx                                     |   12 +-
 src/decor.cxx                                      |  112 +-
 src/decor.h                                        |    9 +-
 src/decstat.cxx                                    |    8 +-
 src/def.h                                          |    7 +
 src/event.cxx                                      |  499 +++++----
 src/event.h                                        |    6 +-
 src/menu.h                                         |    2 +-
 src/movie.cxx                                      |   35 +-
 src/movie.h                                        |    6 +-
 src/path.cxx                                       |   34 +-
 src/pixmap.cxx                                     |   25 +-
 src/pixmap.h                                       |   13 +-
 src/progress.cxx                                   |    2 +-
 src/progress.h                                     |    2 +-
 src/text.cxx                                       |   31 +-
 36 files changed, 1997 insertions(+), 926 deletions(-)
 delete mode 100644 
debian/patches/0001-Use-GNUInstallDirs-to-let-the-BINDIR-be-overriden-by.patch
 create mode 100644 
debian/patches/0001-Use-PB_ICON-to-link-to-the-icon-from-the-desktop-fil.patch
 delete mode 100644 
debian/patches/0002-Make-the-CURL-dependency-optional-through-the-PB_HTT.patch
 delete mode 100644 debian/patches/0003-Install-a-desktop-file.patch
 delete mode 100644 debian/patches/0004-Replace-a-char-by-Sint8.patch
 create mode 100644 resources/data/pl/stories.blp
 copy resources/po/{it.po => pl.po} (52%)

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to