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
8cd1cacb89
Rename windows types to something else
2017-08-21 22:08:25 +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
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
4caa6922b3
Reload only sounds that are not the same
...
It seems that it fixes a random crash on darwin in the SDL audio
internals.
2017-07-30 23:14:56 +02:00
Mathieu Schroeter
d67010c87a
Ensure that all channels are halted before free
2017-07-30 22:38:51 +02:00
Mathieu Schroeter
694c05717e
Replace a lot of c string by c++ string
2017-03-04 17:19:36 +01:00
Mathieu Schroeter
016581ff18
Remove useless bool
2017-02-28 21:54:29 +01:00
Mathieu Schroeter
6a4ec16935
Add a function to flush all sounds
2017-02-28 21:49:15 +01:00
Mathieu Schroeter
2ff130b8a9
Cosmetic: remove noise (mostly comments)
2017-02-20 18:14:37 +01:00
Mathieu Schroeter
5a14d55aa8
Fix resources for all languages and add en_US variant
...
Note that the english stories texts have been found on a pirated
version of Planet Blupi. The original files are lost. For the german
version, I'm still searching.
2017-02-18 18:04:33 +01:00
Mathieu Schroeter
01c8b5a042
Cosmetic: change coding style with
...
astyle src/*.{cpp,h} -s4 -Y -m0 -p -xg -xd -H -k3 -W3 -y -xb -xj -O -c -xy -xC80 -U
2017-02-12 13:14:22 +01:00
Mathieu Schroeter
59698849e1
Use type with explicit length especially for long
...
The long type on win64 is 32 bits, and 64 bits on linux 64.
2017-02-12 00:51:38 +01:00
Mathieu Schroeter
14385461fa
Fix a lot of warnings
2017-02-11 18:33:40 +01:00
Mathieu Schroeter
90ba4b791c
WIP: convert to CMake
2017-02-10 23:03:33 +01:00