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

41 Commits

Author SHA1 Message Date
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
e89c75126a
Update copyright dates 2021-01-14 23:32:51 +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
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
72c92a6447 Improve a bit the performances
Check for conflicted action then loop on the blupis.
2019-02-08 23:17:25 +01:00
Mathieu Schroeter
9b6949c8f6 Cosmetic 2019-02-08 22:32:49 +01:00
Mathieu Schroeter
4877928e62 Stop Blupi / enemies sounds on explosion (when entities are killed) 2018-08-14 23:02:02 +02:00
Mathieu Schroeter
d43bbb9784 Update copyrights where appropriate 2018-08-03 12:20:15 +02:00
Mathieu Schroeter
6dace6927b Add right-click shortcut on flowers
Closes issue #63.
2018-06-29 09:14:01 +02:00
Mathieu Schroeter
94996ef4d7 Cosmetic: fix format 2018-06-27 17:32:41 +02:00
Mathieu Schroeter
988962d74a Retrieve the right ratio accordingly to the current display
It's no longer forced to 16:9.
2018-06-27 17:31:59 +02:00
Mathieu Schroeter
8ffec6c29f Fix right click on the first tree
It fixes the issue #58.
2018-05-28 18:19:35 +02:00
Mathieu Schroeter
61a1ab65eb Fix mission stripped paving stones goal when there are less or more than 4 blupi
The minimal number of blupi must be used instead of 4.

- It fixes issue #51.
2018-02-05 23:21:56 +01:00
Mathieu Schroeter
bdf93adc77 Fix one more disciple animation 2017-11-02 17:56:50 +01:00
Mathieu Schroeter
0a17d2d92e Cosmetic: rename coin to corner 2017-10-28 18:37:06 +02:00
Mathieu Schroeter
1d1189c33e Fix animation with the disciple
It fixes issue #38.
2017-10-25 16:00:30 +02:00
Mathieu Schroeter
c099ccb9e2 Cosmetic: rename to english 2017-10-04 07:05:55 +02:00
Mathieu Schroeter
fff8fe2915 Fix bug where it's possible to take an enemy in a trap
See https://youtu.be/MyWZj20-Iok?t=50s

- It closes issue #20.

It can be restored with --restore-bugs.
2017-09-22 10:46:38 +02:00
Mathieu Schroeter
8cd1cacb89 Rename windows types to something else 2017-08-21 22:08:25 +02:00
Mathieu Schroeter
ea78526ba4 Add a command line arg to restore old funny bugs 2017-08-14 22:22:30 +02:00
Mathieu Schroeter
2a1128ecef COsmetic: update clang-format definition 2017-08-14 22:10:26 +02:00
Mathieu Schroeter
bf8dcd1c9e Cosmetic: fix indent 2017-08-13 07:47:03 +02:00
Mathieu Schroeter
19329c0d63 Try to use the Sounds enum type as much as possible 2017-08-12 22:51:19 +02:00
Mathieu Schroeter
b42967d762 Cosmetic 2017-08-11 20:02:28 +02:00
Mathieu Schroeter
41ae39d1dc Use the enum type instead of Sint32 with the buttons 2017-08-11 20:01:49 +02:00
Mathieu Schroeter
70a8bda9e4 Cosmetic: rename more def 2017-08-10 22:29:48 +02:00
Mathieu Schroeter
f427439b7e Cosmetic: rename more def 2017-08-10 00:02:23 +02:00
Mathieu Schroeter
5980889f8d Cosmetic: rename some french def to english 2017-08-09 23:37:53 +02:00
Mathieu Schroeter
046db739cc Cosmetic: rename TAKE to CARRY 2017-08-09 23:31:47 +02:00
Mathieu Schroeter
3ed5c118b8 Fix bug of object duplicating
See the reporting https://youtu.be/MyWZj20-Iok?t=5m13s
2017-08-09 23:28:12 +02:00
Mathieu Schroeter
7aed50040e Cosmetic 2017-08-09 23:27:38 +02:00
Mathieu Schroeter
12acbf2106 Cosmetic: rename a lot of action from french to english 2017-08-08 18:49:01 +02:00
Mathieu Schroeter
4072c534ff Walk for bulding a wall or a tower must not reduce the life quickly
The problem appears when Blupi is far of the stones. When the action is
building a wall or a tower, the life when walking was reducing very
quickly and it makes no sense in this case.
2017-08-08 18:22:19 +02:00
Mathieu Schroeter
1b4f3822fa Rename event with something less windows-like 2017-08-07 18:33:26 +02:00
Mathieu Schroeter
6dcf31fae9 Cosmetic: rename some actions from french to english 2017-08-07 18:27:36 +02:00
Mathieu Schroeter
3e0bce333e Cosmetic 2017-08-06 21:27:06 +02:00
Mathieu Schroeter
4b2cf9417d Reformat with clang-format file 2017-08-04 00:21:47 +02:00
Mathieu Schroeter
57b6190a53 Add license header in all source files 2017-08-03 22:51:40 +02:00
Mathieu Schroeter
1e27bd8815 Use an enum for the error codes 2017-03-13 19:19:39 +01:00
Mathieu Schroeter
83b459f84f Rename cpp sources to cxx 2017-02-24 18:50:03 +01:00