Mathieu Schroeter
b9ab6272f8
Update comments to english
2017-10-04 07:06:12 +02:00
Mathieu Schroeter
c099ccb9e2
Cosmetic: rename to english
2017-10-04 07:05:55 +02:00
Mathieu Schroeter
13a5229a87
Use a screen factor of 4/3 to compute the width
2017-10-04 07:01:03 +02:00
Mathieu Schroeter
4ba3056984
Add a function to check for updates
2017-08-13 16:35:46 +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
1cd4885fc8
Use enum instead of defines
2017-08-11 20:00:45 +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
12acbf2106
Cosmetic: rename a lot of action from french to english
2017-08-08 18:49:01 +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
90b9126d26
Enable build of wall and tower only if energy >= half
...
It was a bug because when the energy is lower,
Blupi dies immediatly but the wall is terminated
with the death. It makes no sense because the
wall and the tower needs a lot of energy and
in all cases the death of Blupi.
2017-08-06 21:28:40 +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
643f5eead2
Fix mask when building an object
...
It uses a white and black mask. See BuildIconMask for details.
2017-07-22 18:08:50 +02:00
Mathieu Schroeter
1e27bd8815
Use an enum for the error codes
2017-03-13 19:19:39 +01:00
Mathieu Schroeter
b4ae782506
Remove dead code
2017-03-03 22:45:23 +01:00
Mathieu Schroeter
25ce46a186
Add a new global setting panel
...
It's not complete and the images are temporary.
This screen is useful in order to change the language,
the screen mode and the window size.
2017-02-28 19:44:56 +01:00
Mathieu Schroeter
8d543e16ec
Enable intro by default
2017-02-25 15:10:14 +01:00
Mathieu Schroeter
1b51abfbb1
Remove the AD for intro images, keep only Epsitec splash
2017-02-25 15:09:51 +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
0e338b45db
Convert to UTF-8
2017-02-12 00:44:46 +01:00
Mathieu Schroeter
14428f6d49
Fix all warnings
2017-02-11 18:58:56 +01:00
Mathieu Schroeter
90ba4b791c
WIP: convert to CMake
2017-02-10 23:03:33 +01:00