1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

1024 Commits

Author SHA1 Message Date
Mathieu Schroeter
aa72ce3acf
Add experiment for arab support (but broken because ligatures are not supported) 2022-06-24 23:23:07 +02:00
Mathieu Schroeter
e9c99fbad9
Restor numpad direction like arrow keys (with or without numlock)
It fixes the issue #101.
2022-01-14 23:35:15 +01:00
Mathieu Schroeter
58d18d52b2
Cosmetic 2022-01-14 23:34:10 +01:00
Mathieu Schroeter
d5cf8820ef
Cosmetic 2022-01-14 23:26:40 +01:00
Mathieu Schroeter
b8e2eae480
Reduce space between lines with the little font 2022-01-14 23:26:32 +01:00
Mathieu Schroeter
806645251d
Fix static linking with libpulse and shm 2022-01-14 23:18:15 +01:00
Mathieu Schroeter
428c84a29e
Merge pull request #100 from punctdan/patch-1
Thank you
2021-06-14 16:17:15 +02:00
punctdan
108ce5ca76
Level 10 description error #78
Changed "north-east" to "north-west".
2021-06-14 16:55:44 +03:00
Mathieu Schroeter
0e0d5fe8b5
Merge branch 'jummy0-negative-x-dynamite-crash' 2021-02-18 23:19:32 +01:00
jummy
c0ffb16d12
Fix crash bug with dynamite/bomb/electro at X=0
GOAL_EXPLOSE1, GOAL_EXPLOSE2, and GOAL_ELECTRO now perform bounds checking before trying to create an explosion.
2021-02-18 23:19:14 +01:00
Mathieu Schroeter
fc01379290
Stop movie on RETURN
It fixes issue https://github.com/blupi-games/planetblupi/issues/80
2021-01-14 23:40:09 +01:00
Mathieu Schroeter
e89c75126a
Update copyright dates 2021-01-14 23:32:51 +01:00
Mathieu Schroeter
ab8d95039f
Add new bug which can be enabled with --restore-bugs 2021-01-14 23:32:31 +01:00
Mathieu Schroeter
f07d064cc9
Prevent time bom duplication
it fixes issue https://github.com/blupi-games/planetblupi/issues/82
2021-01-14 23:26:20 +01:00
Mathieu Schroeter
3f63af434e
Add missing trap'bomb with the carry action fix
See https://github.com/blupi-games/planetblupi/issues/20
2021-01-14 22:59:32 +01:00
Mathieu Schroeter
da3caa9e6c
Merge pull request #94 from jummy0/master
Improved little.png font with a black border and change
the line spacing by the way
2021-01-14 22:45:02 +01:00
jummy
f6db5a5eba improved Little.png font 2021-01-12 13:51:01 -06:00
Mathieu Schroeter
9796c1c754
Merge pull request #86 from OdyX/find-sdl2
Avoid making assumptions about location of SDL2 headers
2020-07-03 23:15:05 +02:00
Simon McVittie
bc6fe4b150
Avoid making assumptions about location of SDL2 headers
It is not an API guarantee that the SDL2 headers will be found in
${prefix}/include/SDL2, or that SDL2 is installed in the same prefix
as planetblupi itself. Ask pkg-config instead.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug-Debian: https://bugs.debian.org/952105
Forwarded: no
2020-03-09 21:23:13 +01:00
Mathieu Schroeter
a8a4e00d13
Merge pull request #85 from BLooperZ/patch-1
fix level 10 description
2020-02-03 22:45:59 +01:00
Niv Baehr
0d911b460c
fix level 10 description
see: https://github.com/blupi-games/planetblupi/issues/78
2020-02-02 23:57:43 +02:00
Mathieu Schroeter
108c19a7ef Bump CMake version for NSIS 2019-10-17 07:40:33 +02:00
Mathieu Schroeter
c3e6af015c Prepare v1.14.2 v1.14.2 2019-10-17 07:17:53 +02:00
Mathieu Schroeter
5fe231bcc2 Remove buggy suspend stuff
It doesn't make sense here. Not sure why the old
code needs that. Anyway, it's just wrong because.
Maybe the old code needs that because the sound
was played independently of the video.

This commit prevents that the music to continue
on the win or lost screen when the video has been
skipped by space or esc.
2019-09-06 23:41:12 +02:00
Mathieu Schroeter
5a54a14c13 Do not play the win sound while the win video is playing
The win sound must be played only with the win screens.
2019-09-06 23:34:55 +02:00
Mathieu Schroeter
85d90c2872 Fix sound lag on macOS
Reduce bytes by output sample to 1024.
2019-05-09 23:49:51 +02:00
Mathieu Schroeter
e9a47b2dd2
Fix bad translation 2019-04-22 14:06:40 +02:00
Mathieu Schroeter
e173d6ff35 Prepare v1.14.1 v1.14.1 2019-03-08 06:00:55 +01:00
Mathieu Schroeter
c0b7ac3e84
Merge pull request #77 from BLooperZ/master
Fix hebrew translation in settings
2019-03-03 21:15:32 +01:00
BLooperZ
0f9a8e1260 Fix hebrew translation in settings 2019-03-02 19:25:34 +02:00
Mathieu Schroeter
b81c5ea3bf Cosmetic 2019-02-26 22:35:26 +01:00
Mathieu Schroeter
4d9e0d9ec4 Add metainfo file with AppImage deploy 2019-02-26 22:35:15 +01:00
Mathieu Schroeter
09aba68f94 Add the square char 2019-02-25 18:16:49 +01:00
Mathieu Schroeter
0b738003ab Add details about the only string in the game which is not translated 2019-02-25 18:04:05 +01:00
Mathieu Schroeter
ef81a7bd92 Cosmetic 2019-02-25 18:03:59 +01:00
Mathieu Schroeter
92316f4064 Restore original little font width 2019-02-23 15:56:03 +01:00
Mathieu Schroeter
8a1b78fa8e Add a README for the translators 2019-02-23 15:44:03 +01:00
Mathieu Schroeter
a8c7c83494 Prepare release v1.14.0 v1.14.0 2019-02-21 21:15:30 +01:00
Mathieu Schroeter
f2c2caeff9 Restore properly the scroll speed after a demo play 2019-02-20 18:13:47 +01:00
Mathieu Schroeter
fe1a260d92 Fix Polish translation (text width) 2019-02-20 17:35:28 +01:00
Mathieu Schroeter
00cb27fae2 Fix Hebrew translation (text width) 2019-02-20 07:34:30 +01:00
Mathieu Schroeter
a17ad3b5fa Fix Portuguese translation (text width) 2019-02-20 07:27:57 +01:00
Mathieu Schroeter
8241d56170 Add TheShwarma translator 2019-02-19 19:27:42 +01:00
Mathieu Schroeter
79b7e0f762 Fix typo 2019-02-18 22:39:06 +01:00
Mathieu Schroeter
b1a8d0b9c4 Fix Hebrew text width 2019-02-18 17:39:30 +01:00
Mathieu Schroeter
c01d9b1295 Complete the Itialian translation 2019-02-18 17:23:10 +01:00
Mathieu Schroeter
97e5494473 Use 'Planet Blupi' as title for all languages
Not with Hebrew of course.
2019-02-17 23:31:23 +01:00
Mathieu Schroeter
63f69650e6 Rename Planet Blupi to Planeta Blupich for Polish 2019-02-17 15:02:47 +01:00
Mathieu Schroeter
30000a4923 Fix space position when english text is mixed with hebrew 2019-02-17 14:13:50 +01:00
Mathieu Schroeter
82b97be5f9 Cosmetic 2019-02-17 14:13:24 +01:00