[planetblupi] branch upstream/latest created (now a64b03c)

Didier Raboud odyx at moszumanska.debian.org
Fri Oct 20 12:33:20 UTC 2017


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

odyx pushed a change to branch upstream/latest
in repository planetblupi.

        at  a64b03c   Remove obsolete mask argument of many draw functions

This branch includes the following new commits:

       new  860910d   Add .gitignore and .gitattributes.
       new  08c8d15   Add project files.
       new  b0270ab   Import initial sources and assets
       new  39e9a3c   Fix project for a working build
       new  203ccc8   Add config.def file in the project
       new  21b5545   Fix warnings
       new  6e353f9   Remove useless header
       new  9c0996b   Remove useless include on windows.h
       new  ec64153   Add pragma once where missing
       new  03936a5   Change BOOL to bool
       new  7ed67f2   Remove one more useless header
       new  9304795   Replace BOOL by bool
       new  e197b01   Fix warnings with x64 build
       new  9812e18   Add nuget package for SDL2
       new  742703e   Add initialization for SDL
       new  b10a6dd   Create the main SDL window
       new  cdf4a17   Add 32bit BMP with alpha channel
       new  658b2f6   WIP: add experimental SDL support for video output
       new  7ac5c6d   WIP: add partial cursor support (looks useless)
       new  284713c   Fix for x64 build
       new  5418cd5   Merge branch 'master' into wip/sdl2
       new  201af8a   WIP: replace the surfaces by the textures
       new  262128c   Move renderer at the right place
       new  d64f375   Add an initial real SDL mouse cursor support
       new  3dd443d   Remove stuff to control if the mouse is visible
       new  0c6fc2b   Fix new window parameter
       new  515c8fe   Remove test code
       new  a4e7575   WIP: adapt event stuff
       new  50f8a44   Fix the minimap for SDL
       new  89cc083   Drop dead code
       new  36b44d9   Move stuff when gain/lost focus on the main window
       new  795875e   Convert timer stuff to SDL timer
       new  8bca8b5   Move function key stuff in the SDL event loop
       new  158470c   Remove a lot of useless mouse stuff
       new  223ec0c   Cosmetic
       new  2956051   Remove useless cdrom stuff
       new  328dc4f   Use SDL call for setting mouse position
       new  a75a2e6   Remove dead code
       new  f40b29f   Add a converter for demo play
       new  b6cee1b   Move stuff for mouse motions with demo
       new  cbfe458   Add editorconfig file
       new  061bfe9   Fix timer lifetime
       new  8c111b9   Finish objects at the right place
       new  e7e1b4c   Cosmetic
       new  5ac40cb   Remove obsolete message handling
       new  c5d7ace   Remove dead code
       new  4bd5927   Add SDL2_mixer libraries
       new  5f8de02   Add SDL2_mixer to the project
       new  ae179fd   Change from directsound to SDL mixer for sounds
       new  942b97b   Fix main SDL stuff init
       new  a4dd39d   Prevent crash when event is null
       new  d0abde9   Remove unused functions
       new  db53c5b   Fix the function to stop all sounds
       new  992e96a   Remove dead code
       new  393dfb0   Stop all sounds with a fade when the phase is not play
       new  1007905   Remove dsound stuff already replaced by sdl
       new  1b5727c   Add musib handling with SDL
       new  5b61168   Remove dsound stuff
       new  4787569   Fix warning
       new  0d8a21d   Remove the main windows event loop stuff
       new  ac144a0   Remove hwnd and related ddraw stuff
       new  deb9afc   Wait on event instead of poll
       new  2e5580d   Cosmetics
       new  ae1ea95   Quit properly the game on the SDL_QUIT event
       new  bc73c2f   Fix crash by removing ddraw function
       new  cdfebc9   Fix warning
       new  67573c7   Remove palette stuff
       new  17c0a1f   Cosmetic
       new  641ffc4   Remove obsolete function
       new  eeef84d   Remove ddraw clipper stuff
       new  ca0242b   Remove more ddraw palette stuff
       new  1e3b922   Remove obsolete transparent stuff
       new  cbd1348   Remove ddraw cursor
       new  44838d8   Remove more ddraw surfaces
       new  71ba119   Remove absolutly all ddraw stuff from pixmap
       new  560cd6d   Remove ddutil src files
       new  2a01de1   Remove dead code
       new  3e6c6b0   Remove static demo version limits
       new  90edff0   Remove static specific stuff for egames
       new  5eb7b68   Remove all windows cursors
       new  d850d07   USMR
       new  b1f45dc   Implement video support based on SDL_kitchensink
       new  c432dce   Disable safesh
       new  e2825ea   Remove obsolete avi stuff
       new  31483d7   Remove all directx stuff
       new  36d0a34   Replace NULL by nullptr
       new  c7e79eb   Pause and resume the movies when the window lost the focus
       new  a83d89d   Remove unused stuff
       new  912676a   Add libintl (gettext) as dependency
       new  d30f936   Begin the work of converting all textx with gettext
       new  fd92969   Add gettext helper
       new  fc51d05   Replace a lot of string resources by gettext calls
       new  8d0c27b   Use gettext with progress tooltips
       new  ecf7388   Improve use of gettext
       new  5b4c87a   Fix for dynamic translations
       new  e6428f3   Add more gettext stuff
       new  cc2bc26   Add more gettext convertions
       new  4785cd2   Add more gettext convertions (2)
       new  67831ea   Final gettext convert (no more LoadString)
       new  fe253c0   Remove hinstance obsolete stuff
       new  c3d9dd6   Use SDL_main properly
       new  350f31f   Remove windows headers
       new  6490471   Reverse order
       new  90ba4b7   WIP: convert to CMake
       new  d3108ac   Remove useless config header file
       new  4134b1b   Fix CMakeLists destinations
       new  6af7270   Improve how the base dir is retrieved
       new  617b9f8   Fix initialization of the sounds array
       new  1438546   Fix a lot of warnings
       new  27e01e0   Remove deadcode
       new  edcd2c3   Add all warnings
       new  14428f6   Fix all warnings
       new  e937cdc   Update README
       new  f7fa611   Fix crash when exiting while a movie is playing
       new  36a1822   Fix path on unix-like OS
       new  01156f5   Fix build on linux
       new  7d9c1b5   Remove obsolete MSVS stuff
       new  716bbbf   Fix locations of movies, sounds, config and pictures
       new  90c25f5   Move resources which must not be copied (for now)
       new  c11c7a7   Do not use GetWindowSurface when the renderer is accelerated
       new  fbc84c2   Fix location for the worlds
       new  7bd8874   Fix memory overflow
       new  0af18aa   Fix access to 'enigmes' file
       new  0e338b4   Convert to UTF-8
       new  5969884   Use type with explicit length especially for long
       new  564bfb9   Fix demo loading
       new  01c8b5a   Cosmetic: change coding style with
       new  ebec94b   Cosmetics: fix style, remove deadcode, const
       new  a14440e   Fix use of uninitialized variables (thanks valgrind)
       new  f8ce784   Cosmetic
       new  7a7bf16   Fix bad use of snprintf
       new  d3d77ef   Fix more uninitialized variable (valgrind)
       new  abc37fd   Fix more uninitialized variables
       new  3105fd0   Cosmetics
       new  a4b72ae   Fix fullscreen scrolling
       new  52770af   Fix fullscreen mode
       new  a832b24   Use a resizable window
       new  d3cb222   Skip rendering when the movie is started
       new  d00d27a   Remove vsync
       new  003ca26   Cosmetic
       new  96851b8   Hide the cursor when a movie is playing
       new  53b1fa3   Try with the software renderer if accelerated fails
       new  de9987a   Transform all images to PNG
       new  430b6db   Fix filename of most of image files
       new  387955f   Use autodetect for renderer + option
       new  49289ca   Redraw everything with each iteration
       new  99043ee   Remove dead config
       new  918b16e   Clear the screen before each new render
       new  95a1245   Cosmetic: fix comment chars
       new  968af40   WIP: begin work for gettext support
       new  c4c8de7   Add SDL2_image dependency
       new  9bf4441   Remove files that should not be in the repository
       new  9ae4056   Remove live resizing
       new  eb093b1   Use real fullscreen mode
       new  b40c7b6   Fix link on all platforms
       new  d44f4bb   Merge branch 'master' into wip/gettext
       new  e234103   Add stuff to sync po files
       new  1c4916e   Fix original text
       new  69b5959   Add fr translations
       new  679a3b6   Initialize gettext for planetblupi domain
       new  079b18c   Fix dependency
       new  e9d2782   Cosmetics
       new  d28342b   Cosmetic
       new  524b386   Put mo files to the appropriate directory
       new  a095bdb   Cosmetics
       new  148b11b   Add countof macro for arrays
       new  cc106b4   Fix potential leak with file handle
       new  abadbda   Fix freeing of cursors list
       new  97850c8   Use countof with textures too
       new  974f535   Merge branch 'master' into wip/gettext
       new  d2e4c35   Rename to avoid confusing
       new  778527f   Cosmetic: remove useless stuff
       new  b78bebc   Add primitif UTF-8 support
       new  7932c24   Convert the story texts from CP1252 to UTF-8
       new  fdd30b8   Add missing text to gettext
       new  4ba4813   Fix missing call on gettext
       new  711085a   Update FR po file
       new  8bee151   Cosmetics
       new  c7bdea8   Move po files in a po directory
       new  57aad98   Remove useless context stuff with gettext
       new  9a7c5a9   Update FR po file
       new  1d56318   Remove no longer used keyword
       new  be93bf8   Add DE translation (work in progress)
       new  61e17ba   Update po files
       new  db1eca9   Handle correctly several languages
       new  8278980   Add more DE translations
       new  311e7da   Add missing string to translate
       new  5a17637   Add all translations
       new  6227689   Fix depends on pot file
       new  fbde31b   Fix translations
       new  75edb09   Fix how the texts appear
       new  cf59eb1   Restore original world200 file
       new  5a14d55   Fix resources for all languages and add en_US variant
       new  476dba3   Remove obsolete win32 rc files
       new  cb0baf1   Restore tooltips with in-game buttons
       new  e75387f   Force the use of UTF-8 with gettext
       new  1437249   Initialize variables
       new  610aa7f   Use c++11 standard
       new  45102da   Fix warnings for format in printf
       new  0913898   Remose useless test on signed char
       new  afb9306   Link statically to gcc
       new  c8ca6b9   Use the Microsoft implementation of rand
       new  b62271e   Update po files
       new  a8528e9   Add deutsch stories version and fix english one
       new  cac8e2d   Update gitignore
       new  ce80abf   Cosmetic: update some comments
       new  0c4085e   Cosmetic: rename the main event function
       new  2ff130b   Cosmetic: remove noise (mostly comments)
       new  c14f191   Remove obsolete resource header file
       new  7599660   Use constant and auto length array
       new  acb0ba6   Cosmetic: align
       new  f07c5c9   Cosmetic: remove useless comments
       new  f6334f8   Cosmetic: fix style
       new  db13ba1   Simplify
       new  32a4855   Cosmetic: improve comments
       new  cf89854   Simplify
       new  7d4a4f7   Cosmetic: translate a comment
       new  6e3950e   Cosmetic: fix indent
       new  b77327a   Add a GetShareDir helper
       new  a6c17df   Fix locale output
       new  36eba72   Add provisory log for the renders
       new  d6b125e   Change cmake settings for static link
       new  74e0599   Add install target
       new  39a2280   Add explicitly the library path
       new  bf82b1a   Add usual gitattributes files
       new  a39863a   Merge remote-tracking branch 'origin/wip/static'
       new  10ba73e   Add win32 resource file
       new  b4aec1f   Initialize all members in the constructors
       new  025a121   Fix locations of files
       new  fee3915   Update po files
       new  1d3a45e   Replace list of if by switch
       new  7965f0e   Cosmetic: align x and y coordinates
       new  ab80a8f   Replace if.. by switch
       new  8b3f14b   Cosmetic: translate some comments to english
       new  1585849   Cosmetic: translate comments and style
       new  9864c91   Remove useless explicit array size
       new  cb43055   Remove obsolete member
       new  83b459f   Rename cpp sources to cxx
       new  6b2f92d   Update po files
       new  1b51abf   Remove the AD for intro images, keep only Epsitec splash
       new  98a1097   Update po files
       new  8d543e1   Enable intro by default
       new  fc0a67f   Add initial support for AppImage on Linux
       new  5554ebb   Remove dead stuff
       new  d66ca09   Pass the full config dir
       new  4a9294a   Fix svg icon copy
       new  0421599   Enable AppImage only with Release builds
       new  ab249f4   Strip the binary with AppImage build
       new  f7e4c2c   Move win32 resources in the resources directory
       new  102ea67   Add icon to the window
       new  cceeed4   Remove dead code
       new  3634be8   Fix title in all languages
       new  cdc8234   Remove unused fullscreen bool
       new  d4a2333   Rename music and sound files
       new  c4e2fca   Use an higher resolution image as icon
       new  0a4515a   Fix fullscreen on Linux
       new  b309f4d   Remove useless logical window size changes
       new  2ba8345   Fix window name
       new  c910c79   Pause the game when the focus is lost
       new  2b63489   Fix text to quit the game
       new  84a73da   Fix icon with AppImage
       new  29fe4d8   Reduce intro image time
       new  12e39d7   Generate AppImage only with release builds
       new  e372c4c   Restore en_US in po file
       new  4b55f8f   Add a user data to user event (optional)
       new  25ce46a   Add a new global setting panel
       new  34d0dd7   Add comments
       new  5ff9482   Remove dead code
       new  6a4ec16   Add a function to flush all sounds
       new  2347b6a   Reload the sound when changing of language
       new  016581f   Remove useless bool
       new  8d19d8c   Fix warning
       new  c630b94   Fix depend for gettext processing
       new  9f1107a   Update po files
       new  9317da9   Fix version in the interface
       new  4cdfe5a   Update po files
       new  738c6b5   Fix edition of base worlds
       new  ae6d01a   Add getter for the window scale factor
       new  ace9791   Fix the mouse movements with scaling != of 1x
       new  874164e   Try to keep more Blupi in some cases
       new  5b789cf   Handle decor shifting with multiple key press
       new  2a4b13e   Fix case where the build type is not defined
       new  b49e9d3   Fix build on windows
       new  90bfd94   Fix regression with demos
       new  3b02742   Replace the static texture array by a map
       new  ad2ff48   Remove no longer needed dependencies
       new  d652db2   Use the TextureInfo struct for dimensions
       new  c1875fd   Remove useless MAXIMAGE define
       new  ec06fcc   Set the texture props each Cache calls
       new  56794b4   Set explicitly to false
       new  7d0f72f   Better fix for the bug where blupi is not at the right z-index
       new  10a81cc   Cosmetic
       new  63285d4   Exit the settings screen with escape or return
       new  fc37ddd   Reload the textures (target) when the window size changes
       new  6f02808   Replace if.. by switch
       new  b0a3e78   Disable double scrilling when recording a demo
       new  5ca8068   Set the logical size only at the init
       new  a77b8bf   Handle properly the fullscreen mode
       new  8de7181   Remove useless mouse type code
       new  b4ae782   Remove dead code
       new  ed131da   Use putenv instead of setenv
       new  6608fa2   Fix initial value for the fullscreen
       new  694c057   Replace a lot of c string by c++ string
       new  1e27bd8   Use an enum for the error codes
       new  6c6163f   Update PO files
       new  89b1070   Fix build on windows
       new  18ae020   Try to link against a static intl and iconv lib
       new  adcb8ae   Fix link order
       new  d741353   Fix for share location directory for AppImage assets
       new  e068444   Fix dependencies in order to have the locales in the AppImage
       new  ac128c7   Cosmetic: rename fr filenames to en
       new  643f5ee   Fix mask when building an object
       new  b946926   Add a image especially for the main setup screen (new screen)
       new  3d8b6d9   Add initial try for an NSIS64 installer
       new  2cac0ba   Add more details in README about the installers
       new  adb8d16   Improve a bit the NSIS installer
       new  8ac25e6   Copy the libwinpthread-1.dll to the bin dir
       new  ffbcc98   Add more NSIS improvements
       new  14b59a7   Add NSIS image with the installer
       new  777827c   Fix location
       new  037d23f   Fix escape
       new  164c6d0   Add license file
       new  6f3749e   Do not provide the PATH changes with NSIS
       new  c12424a   Add file stripping when package with CPACK
       new  234865b   Add ZIP generator on Windows
       new  1441a12   Change the window title when we change of language
       new  6788ff9   Change the website to www.blupi.org
       new  6f4415b   Enable cxx11 (it's not enabled by default with clang)
       new  512bf0d   Add missing include for std::string
       new  09b25f6   Add icons (WIP)
       new  d649fd1   Add 16px icon
       new  bc1c79b   Add 48px icon
       new  ae881ec   Add 96px icon
       new  13dc156   Add ico file
       new  9d1ab0b   Remove ugly 96px icon
       new  72d51a8   Provide a new icon (more pixelart like)
       new  9013032   Fix icons for SDL and Windows
       new  9b72cc0   Merge remote-tracking branch 'origin/master' into wip/darwin
       new  1fe84fc   Use maximal debug symb with Debug build
       new  d67010c   Ensure that all channels are halted before free
       new  4caa692   Reload only sounds that are not the same
       new  4bcfba7   Use a displayname for the icon's title
       new  c4d21ae   Add all icons with the AppImage
       new  e242da8   Use NSIS if MINGW, not Windows
       new  5fc9036   Disable window icon (prefer winrc and linux desktop)
       new  574653f   Add icon files for osx
       new  a14ac21   Add support for macOS bundles
       new  0426525   Remove useless zip generator
       new  4b2b47a   Copy hicolor only with unix/linux
       new  1c10c07   Create the osx bundle after make
       new  7341bbd   Fix default config.ini
       new  1fb7374   Fix windows state after fullscreen
       new  57b6190   Add license header in all source files
       new  4b2cf94   Reformat with clang-format file
       new  1772691   Cosmetic: fix typo
       new  8ac93b8   Remove useless directx argument
       new  2d7a6f2   Cosmetic: translate comments
       new  0b9dda2   Fix warnings with clang
       new  a14adc4   Fix build with clang
       new  e1e8d7d   Remove dead code
       new  4f85691   Cosmetic: fix indent
       new  1ee58d0   Cosmetic: fix indent with more recent clang-format
       new  64c4730   Update all gettext files
       new  3e0bce3   Cosmetic
       new  90b9126   Enable build of wall and tower only if energy >= half
       new  e59baf0   Add fr translation for the new error
       new  5b18462   Remove a bad transation (obsolete)
       new  a9c99af   Remove dead code
       new  8bc539a   Cosmetic
       new  4e41112   Remove most details in the README, use the bundle instead
       new  8042f93   Fix markdown
       new  6dcf31f   Cosmetic: rename some actions from french to english
       new  1b4f382   Rename event with something less windows-like
       new  bf649cb   Fix bug where it was possible to enter in the workshop without action
       new  4072c53   Walk for bulding a wall or a tower must not reduce the life quickly
       new  12acbf2   Cosmetic: rename a lot of action from french to english
       new  3e45f1c   Fix tooltip with electro building
       new  16e1042   Ensure that the disciple can not block the electro factory
       new  6cf8036   Remove dead code
       new  172efa6   Fix a bug where it possibles to take the control of an enemy
       new  bd88b7f   Cosmetic: fix typo
       new  5467382   Change version to 1.9
       new  7aed500   Cosmetic
       new  3ed5c11   Fix bug of object duplicating
       new  046db73   Cosmetic: rename TAKE to CARRY
       new  5980889   Cosmetic: rename some french def to english
       new  f427439   Cosmetic: rename more def
       new  b296f2e   Update setup image
       new  e5a87c4   Merge branch 'master' of schroetersa.ch:/kunden/264795_8004/web/1221820/A1221820/devel/planetblupi
       new  70a8bda   Cosmetic: rename more def
       new  4508c1a   Use argagg for command line args parsing
       new  2085292   Merge branch 'master' of schroetersa.ch:/kunden/264795_8004/web/1221820/A1221820/devel/planetblupi
       new  1cd4885   Use enum instead of defines
       new  41ae39d   Use the enum type instead of Sint32 with the buttons
       new  b42967d   Cosmetic
       new  2c15835   Fix bug where the buttons were not shown with the factory
       new  6a1f8e0   Add cmdline options for some stuff
       new  2208754   Add explicit include on string
       new  8810e9a   Convert if..if to switch
       new  d983422   Fix memleak with CHBLUPI channel
       new  c9aea77   Fix leak by freeing the cursor surface
       new  19329c0   Try to use the Sounds enum type as much as possible
       new  bf8dcd1   Cosmetic: fix indent
       new  4ba3056   Add a function to check for updates
       new  77262bf   Show a message on the main screen if an update is available
       new  97482dc   Add missing static specifier
       new  03f9fe6   Update PO files (and add fr translation)
       new  a80c3d0   Cosmetic
       new  b4c5f62   Replace sprintf by snprintf
       new  f64c03e   Cosmetic: remove dead code
       new  9adf5d3   Update setup image according to planetblupi-data
       new  d42bbe9   Replace if..if by switch
       new  03e12fa   Pass MouseSprites instead of int for some cases
       new  7f3f7e4   Change some Sint32 to MouseSprites
       new  7308e6e   Convert ini file to json
       new  995b83b   Fix crash when the fullscreen property is read from the json
       new  733b6b7   Restore the demo recorder by serializing useful SDL events
       new  d5acf38   Add a boolean for starting the recorder
       new  2a1128e   COsmetic: update clang-format definition
       new  ea78526   Add a command line arg to restore old funny bugs
       new  19e8e81   Fix bug where the bad function key was used for memo
       new  6ca3af3   WIP: add F3 and F4 to control the recording
       new  3b1f189   Add user README file (empty for now)
       new  cd1e5d5   Add version with DMG name
       new  225e8e3   Add script and image for DMG background
       new  34f8a61   Change image for looking more planetblupi that cmake
       new  a6d2802   Disable README-user file (not supported by AppImage and DMG)
       new  040fda7   Merge branch 'master' into wip/recorder
       new  500b16a   Draw the REC text with the compass
       new  207af39   Fix the recorder start and stop with F3 and F4
       new  40d63ed   Disable the recorder feature by default
       new  3909d96   Fix broken previous commit
       new  ee05125   Fix movie errors with ffmpeg -err_detect ignore_err -i  -c copy
       new  e7aa249   Remove timerinterval from the settings file
       new  7e99738   Change DMG background images
       new  24de88c   Update with tiffutil -cathidpicheck call
       new  b9025ba   Add title to the DMG image
       new  271250c   Update with tiffutil -cathidpicheck call (bis)
       new  53852a1   Change the NSIS installer image according to the DMG background
       new  9c9ba5d   Move the external json header in a dedicated directory
       new  6719cb1   Fix copyrights for gettext header
       new  fc548fd   Fix link for the updates
       new  d7bf8a3   Exclude private worlds when deploying release build
       new  e618bd6   Revert "Fix bug where it was possible to enter in the workshop without action"
       new  30fd783   Fix correctly the bug badly fixed by bf649cb2021
       new  50bf559   Provide correct corrected floor images
       new  2840dd3   Convert blupi images again
       new  7ae11c8   Remove test/exp entries from the story files
       new  29a256f   Do not deploy worlds that are only used for development
       new  98c9191   Reorder includes
       new  954d1a4   Fix encoding to UTF-8
       new  f238e76   Add more details in README
       new  2147e55   Prettify keyboard actions in markdown
       new  79a0ece   Add more details in linux desktop file
       new  94ba344   Copy only the right world files when releasing with AppImage
       new  b33c4ea   Use variable for some package values
       new  42e5258   Use the top variables with the Linux desktop entries
       new  967ac2c   Add versioninfo in win32 rc file (untested)
       new  8cd1cac   Rename windows types to something else
       new  25641ac   Fix warnings on windows build
       new  8ed8dd6   Fix regressions with the windows packing
       new  58b5cb8   Fix the win32 resource apply
       new  f32ce95   Fix installer BMP format
       new  4539e31   Remove duplicate windows icon
       new  bf63e26   Cosmetic: fix indent
       new  2524091   Update translations (replace Belmont by Yverdon)
       new  a635640   Save the selected language in the info file if different of user's locale
       new  2cc3c49   Update user README
       new  0565e1d   Cut correctly this video file
       new  bfe84f6   Begin real improvements for the recorder
       new  69acdc1   Fix bug where the event is malformed
       new  c7c711b   Fix properly recording stop when not using F4
       new  3f89c8d   Do not record empty events
       new  df8b6c9   Remove dead code
       new  423f469   Use static where appropriate
       new  cfdd094   Fix new directories rights
       new  ca97d1b   Add a --play-record arg for playing a specific demo file
       new  bb1fe04   Remove dead code
       new  bc34fb8   Add all licenses with the releases
       new  2c7a337   Deploy the license file in share/doc/planetblupi dir
       new  6434fd0   Cosmetic
       new  c5ba25f   Print the list of all statically linked library (licenses)
       new  f94d030   Cosmetics
       new  66061af   Update fr translation
       new  6b8b5b8   Fix fr translation (bis)
       new  69484e9   Add more info about the licenses
       new  0013354   Fix translations (mostly for de)
       new  d6ef32d   Fix one de translation
       new  17b309d   Fix deps for mo deploy
       new  985959e   Remove file locations from PO
       new  16a2d34   Update texts and translations for the licenses
       new  a154954   Fix test against getline return value
       new  bd74025   Do not open the cmd window on windows
       new  32aa5c9   Specify that we are in v1.9.0-rc1
       new  a17bbce   Cosmetic: fix indent
       new  04b4d24   Improve README
       new  96a428f   Fix URL with NSIS uninstaller
       new  3d2a810   Improve readability of licenses file
       new  92ece42   Cosmetic: add comments
       new  cc91b02   Fix desktop file
       new  3e39b9f   Use LICENSE instead of LICENSE.all
       new  e099ba8   Cosmetic
       new  96ece27   Prepare rc2
       new  d7eaa69   Fix stop when the played demo is ended
       new  ed7f95f   Merge commit 'd7eaa69'
       new  8af9a15   Strip in all cases when releasing
       new  f0c4934   NSIS: try to sign the main exe and the installer
       new  84f6450   Prepare the release v1.9.0
       new  d7d17df   Sign the app (windows) only if SIGN_APP
       new  17052c0   Add the signature support for macOS too
       new  70ba070   Use static link with libasound
       new  4cbdc3a   Fix variable name
       new  7cb9c23   Add static linking with libpulse
       new  f71df54   Add libasound and libpulse in the list of static dependencies
       new  3de778b   Bump micro version (mostly for AppImage)
       new  e201fe9   Add missing licenses in LICENSE.all file
       new  e68870b   Add cmake stuff for retrieving argagg include path
       new  102e87d   Add cmake stuff for retrieving SDL_kitchensink library
       new  8f3b0fc   WIP: add dynamic build support
       new  13bd5a3   Add include directories of packages retrieved
       new  38838cf   Remove duplicate entries
       new  77b42b1   Add pthread linking when dynamic
       new  98e29b5   Add local include and lib dirs only with static build
       new  73f9160   Pass intl and iconv static lib only with static linking
       new  9076c2b   Do not stop the jingles sounds (win and lost) when ending a game
       new  513e94a   Cosmetic
       new  6abbab2   Merge pull request #8 from blupi-games/issue/2-so
       new  81cd5e2   Merge pull request #10 from blupi-games/issue/9-sound
       new  9b052fa   Start with a window and after go in fullscreen
       new  92d96d6   Save the user missions in the user profile directory
       new  5a8282b   Add missing button for the 10th music entry for user missions
       new  ea13b0e   Update README for user according to the reality
       new  2b73637   Bump micro version (fix release)
       new  4ae26a3   Fix dynamic linking (flag order with pthread)
       new  eb044e1   Check that the file exists instead of crashing
       new  fcb6f00   Show the error dialog before creating the SDL window
       new  42dcdff   Fix README mistakes
       new  02da57e   Fix macOS minimal version
       new  459759f   WIP: add support for cli option to change the window size
       new  a66624f   Cosmetic
       new  2496e53   Use "zoom" instead of "scale" for config.json setting
       new  6d4200e   Ensure that the zoom settings is a supported value
       new  4ccd99f   Set the window size only if fullscreen is off
       new  3b7feff   Fix the SetWindowSize method (it was not working)
       new  6d470ac   Merge pull request #18 from blupi-games/issue/17-zoom
       new  c8ac30e   Add the zoom entry in the config.json file
       new  572e477   Bump micro version for the next release
       new  fff8fe2   Fix bug where it's possible to take an enemy in a trap
       new  dc6895f   Check for tower rays in all cases
       new  18551ce   Invert logic for readability
       new  8a9849c   Hide enemies from the map (with fog) with the difficult skill level
       new  74ba9ea   Hide enemies (under fog) from stat with the difficult skill level
       new  07f13f6   Disable the click on enemies even when visible in stat (difficult skill)
       new  4c23473   Disable the pause keyboard event with difficult skill level
       new  1dcddd1   Fix regression introduced by a1549544d49fdbf4b118afe0031a882ff65ac212
       new  6a68e84   Bump minor version to v1.10.0
       new  2e2847f   Add extended characters for Italian
       new  1014213   Cosmetic
       new  00d4fbf   Add Italian translation
       new  268f5d9   Add Italian characters to the little font too
       new  13a5229   Use a screen factor of 4/3 to compute the width
       new  c099ccb   Cosmetic: rename to english
       new  b9ab627   Update comments to english
       new  a938291   Complete italian translation
       new  d3b5ef1   Fix italian cosmetics
       new  fb98343   Fix translations
       new  d47108c   Fix regression with difficult skill level
       new  e0ace88   Prepare v1.11.0
       new  1b242ca   Adapt the mouse cursor size according to the zoom
       new  c81b411   Fix cheat text visibility regression
       new  9d23c10   Return in the game when ESC is used in the stop phase
       new  a64b03c   Remove obsolete mask argument of many draw functions

The 572 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/planetblupi.git



More information about the Pkg-games-commits mailing list