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

255 Commits

Author SHA1 Message Date
Mathieu Schroeter
5a8282bda6 Add missing button for the 10th music entry for user missions
- It closes issue #3.
2017-09-15 18:37:14 +02:00
Mathieu Schroeter
92d96d6ce2 Save the user missions in the user profile directory
- It fixes issue #11.
2017-09-14 19:29:47 +02:00
Mathieu Schroeter
9b052fa8a2 Start with a window and after go in fullscreen
It prevents glitches with the textures on old systems.
No idea why...
2017-09-14 00:07:21 +02:00
Mathieu Schroeter
513e94a622 Cosmetic 2017-09-13 07:01:17 +02:00
Mathieu Schroeter
9076c2bc92 Do not stop the jingles sounds (win and lost) when ending a game
It uses a list of sounds to skip. The fade is apply on all other sounds.

- It concerns the issue #9.
2017-09-13 07:01:07 +02:00
Mathieu Schroeter
f71df540fd Add libasound and libpulse in the list of static dependencies 2017-09-09 09:14:29 +02:00
Mathieu Schroeter
d7eaa6995d Fix stop when the played demo is ended 2017-09-06 23:32:33 +02:00
Mathieu Schroeter
a17bbcefba Cosmetic: fix indent 2017-08-29 18:37:54 +02:00
Mathieu Schroeter
32aa5c9c3f Specify that we are in v1.9.0-rc1 2017-08-29 18:36:30 +02:00
Mathieu Schroeter
a1549544d4 Fix test against getline return value 2017-08-29 09:10:32 +02:00
Mathieu Schroeter
16a2d34ca6 Update texts and translations for the licenses 2017-08-28 22:16:28 +02:00
Mathieu Schroeter
0013354148 Fix translations (mostly for de) 2017-08-28 17:52:38 +02:00
Mathieu Schroeter
69484e9207 Add more info about the licenses 2017-08-28 07:28:11 +02:00
Mathieu Schroeter
f94d0300d2 Cosmetics 2017-08-28 07:19:42 +02:00
Mathieu Schroeter
c5ba25f90a Print the list of all statically linked library (licenses)
End screen...
2017-08-28 07:19:10 +02:00
Mathieu Schroeter
bb1fe04257 Remove dead code 2017-08-26 23:07:26 +02:00
Mathieu Schroeter
ca97d1b278 Add a --play-record arg for playing a specific demo file 2017-08-26 22:40:59 +02:00
Mathieu Schroeter
cfdd094d29 Fix new directories rights 2017-08-26 21:23:11 +02:00
Mathieu Schroeter
423f4691a4 Use static where appropriate 2017-08-26 21:22:57 +02:00
Mathieu Schroeter
df8b6c98bb Remove dead code 2017-08-26 21:22:44 +02:00
Mathieu Schroeter
3f89c8d644 Do not record empty events 2017-08-26 21:19:35 +02:00
Mathieu Schroeter
c7c711b6d6 Fix properly recording stop when not using F4 2017-08-26 21:13:17 +02:00
Mathieu Schroeter
69acdc1bcc Fix bug where the event is malformed 2017-08-26 00:57:36 +02:00
Mathieu Schroeter
bfe84f65ca Begin real improvements for the recorder
Use an infinite vector instead of a stupid static array.
2017-08-26 00:56:58 +02:00
Mathieu Schroeter
a635640f4c Save the selected language in the info file if different of user's locale 2017-08-24 10:52:40 +02:00
Mathieu Schroeter
25240911c8 Update translations (replace Belmont by Yverdon) 2017-08-24 00:15:38 +02:00
Mathieu Schroeter
25641ac20e Fix warnings on windows build 2017-08-21 22:14:00 +02:00
Mathieu Schroeter
8cd1cacb89 Rename windows types to something else 2017-08-21 22:08:25 +02:00
Mathieu Schroeter
954d1a40b5 Fix encoding to UTF-8 2017-08-20 21:55:50 +02:00
Mathieu Schroeter
98c9191a11 Reorder includes 2017-08-20 21:53:59 +02:00
Mathieu Schroeter
30fd783ba2 Fix correctly the bug badly fixed by bf649cb2021
When the door is closed, it's possible to have blupi and the disciple in
the house.
2017-08-20 20:40:31 +02:00
Mathieu Schroeter
e618bd64b0 Revert "Fix bug where it was possible to enter in the workshop without action"
This reverts commit bf649cb2021d5bf569167197e6c4d444fed73990.

It break the building of disciples.
2017-08-20 20:34:43 +02:00
Mathieu Schroeter
fc548fdf48 Fix link for the updates 2017-08-19 19:32:17 +02:00
Mathieu Schroeter
6719cb1cab Fix copyrights for gettext header 2017-08-18 17:18:30 +02:00
Mathieu Schroeter
9c9ba5db4e Move the external json header in a dedicated directory 2017-08-17 17:41:04 +02:00
Mathieu Schroeter
3909d96f29 Fix broken previous commit 2017-08-15 17:55:30 +02:00
Mathieu Schroeter
40d63ed8af Disable the recorder feature by default
In order to be really fun, I must add a new window where it will be
possible to load a record exactly like for the savegame. A button should
be added to the main screen in order to access to the records.

I suggets to add this feature with the next version.
2017-08-15 17:53:09 +02:00
Mathieu Schroeter
207af398eb Fix the recorder start and stop with F3 and F4 2017-08-15 17:38:39 +02:00
Mathieu Schroeter
500b16a58f Draw the REC text with the compass 2017-08-15 17:38:07 +02:00
Mathieu Schroeter
6ca3af3493 WIP: add F3 and F4 to control the recording
It's not working properly, it's just a first try.
2017-08-15 10:46:54 +02:00
Mathieu Schroeter
19e8e81550 Fix bug where the bad function key was used for memo 2017-08-15 09:24:29 +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
d5acf3822b Add a boolean for starting the recorder
It's not usable for now.
2017-08-14 21:59:03 +02:00
Mathieu Schroeter
733b6b7b1a Restore the demo recorder by serializing useful SDL events 2017-08-14 21:39:51 +02:00
Mathieu Schroeter
995b83b97a Fix crash when the fullscreen property is read from the json 2017-08-14 17:32:55 +02:00
Mathieu Schroeter
7308e6ef00 Convert ini file to json 2017-08-13 23:01:04 +02:00
Mathieu Schroeter
7f3f7e4f37 Change some Sint32 to MouseSprites 2017-08-13 21:41:06 +02:00
Mathieu Schroeter
03e12faa48 Pass MouseSprites instead of int for some cases 2017-08-13 19:12:03 +02:00
Mathieu Schroeter
d42bbe9617 Replace if..if by switch 2017-08-13 19:01:49 +02:00