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

14 Commits

Author SHA1 Message Date
Mathieu Schroeter
d3d77efa14 Fix more uninitialized variable (valgrind) 2017-02-12 17:52:29 +01:00
Mathieu Schroeter
7a7bf16ac9 Fix bad use of snprintf 2017-02-12 17:46:18 +01:00
Mathieu Schroeter
f8ce7844cb Cosmetic 2017-02-12 17:45:09 +01:00
Mathieu Schroeter
a14440e1f6 Fix use of uninitialized variables (thanks valgrind) 2017-02-12 17:44:25 +01:00
Mathieu Schroeter
ebec94b32b Cosmetics: fix style, remove deadcode, const 2017-02-12 14:36:34 +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
564bfb97f3 Fix demo loading 2017-02-12 00:58:35 +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
0af18aa9eb Fix access to 'enigmes' file 2017-02-12 00:31:00 +01:00
Mathieu Schroeter
01156f514a Fix build on linux 2017-02-11 21:43:47 +01:00
Mathieu Schroeter
36a1822d59 Fix path on unix-like OS 2017-02-11 19:35:50 +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