Mathieu Schroeter
|
70f4f74e11
|
Draw the wide background with win movies
|
2018-07-25 00:00:35 +02:00 |
|
Mathieu Schroeter
|
d1fc426e48
|
Pass the pixmap to the movie class
|
2018-07-24 23:58:49 +02:00 |
|
Mathieu Schroeter
|
c8a0a42e62
|
Use SDL_RWops for video loading
It should fix Android video support. For emscripten
it's still not working.
|
2018-07-20 22:43:13 +02:00 |
|
Mathieu Schroeter
|
10630b4b53
|
Clear the texture when the movie is starting
Otherwise it's possible to see garbage with the first frame.
|
2017-10-21 21:30:26 +02:00 |
|
Mathieu Schroeter
|
27d3bc6ac5
|
Fix memleak by using a variable on the stack
|
2017-10-21 18:41:53 +02:00 |
|
Mathieu Schroeter
|
8df65c2a28
|
Remove obsolete argument
|
2017-10-21 16:04:26 +02:00 |
|
Mathieu Schroeter
|
8cd1cacb89
|
Rename windows types to something else
|
2017-08-21 22:08:25 +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
|
694c05717e
|
Replace a lot of c string by c++ string
|
2017-03-04 17:19:36 +01:00 |
|
Mathieu Schroeter
|
2ff130b8a9
|
Cosmetic: remove noise (mostly comments)
|
2017-02-20 18:14:37 +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 |
|