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

9 Commits

Author SHA1 Message Date
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