Mathieu Schroeter
|
ca97d1b278
|
Add a --play-record arg for playing a specific demo file
|
2017-08-26 22:40:59 +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
|
8cd1cacb89
|
Rename windows types to something else
|
2017-08-21 22:08:25 +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
|
77262bf3a8
|
Show a message on the main screen if an update is available
|
2017-08-13 16:37:01 +02:00 |
|
Mathieu Schroeter
|
41ae39d1dc
|
Use the enum type instead of Sint32 with the buttons
|
2017-08-11 20:01:49 +02:00 |
|
Mathieu Schroeter
|
a14adc4fe5
|
Fix build with clang
|
2017-08-04 21:45:17 +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
|
ac128c7e46
|
Cosmetic: rename fr filenames to en
|
2017-07-09 13:35:48 +02:00 |
|
Mathieu Schroeter
|
1e27bd8815
|
Use an enum for the error codes
|
2017-03-13 19:19:39 +01:00 |
|
Mathieu Schroeter
|
694c05717e
|
Replace a lot of c string by c++ string
|
2017-03-04 17:19:36 +01:00 |
|
Mathieu Schroeter
|
8de7181458
|
Remove useless mouse type code
|
2017-03-03 22:44:09 +01:00 |
|
Mathieu Schroeter
|
ae6d01a519
|
Add getter for the window scale factor
|
2017-03-01 18:08:45 +01:00 |
|
Mathieu Schroeter
|
5ff9482422
|
Remove dead code
|
2017-02-28 20:58:09 +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
|
4b55f8f92f
|
Add a user data to user event (optional)
|
2017-02-28 19:35:45 +01:00 |
|
Mathieu Schroeter
|
cceeed43f7
|
Remove dead code
|
2017-02-26 17:47:24 +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
|
14428f6d49
|
Fix all warnings
|
2017-02-11 18:58:56 +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 |
|