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

24 Commits

Author SHA1 Message Date
Mathieu Schroeter
8bfafd3e4e Fix first texture loading on OSX where it was possible to have garbage
The cache ensures that the texture is cleared after the rendering.
2018-02-05 18:14:21 +01:00
Mathieu Schroeter
579a74000c Fix blupi channel memleak 2017-11-26 21:57:20 +01:00
Mathieu Schroeter
a64b03c1da Remove obsolete mask argument of many draw functions 2017-10-18 07:04:35 +02:00
Mathieu Schroeter
1b242ca3aa Adapt the mouse cursor size according to the zoom 2017-10-11 16:08:27 +02:00
Mathieu Schroeter
bb1fe04257 Remove dead code 2017-08-26 23:07:26 +02:00
Mathieu Schroeter
8cd1cacb89 Rename windows types to something else 2017-08-21 22:08:25 +02:00
Mathieu Schroeter
2a1128ecef COsmetic: update clang-format definition 2017-08-14 22:10:26 +02:00
Mathieu Schroeter
7f3f7e4f37 Change some Sint32 to MouseSprites 2017-08-13 21:41:06 +02:00
Mathieu Schroeter
03e12faa48 Pass MouseSprites instead of int for some cases 2017-08-13 19:12:03 +02:00
Mathieu Schroeter
c9aea77afc Fix leak by freeing the cursor surface 2017-08-11 23:22:28 +02:00
Mathieu Schroeter
d983422866 Fix memleak with CHBLUPI channel 2017-08-11 23:14:48 +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
8de7181458 Remove useless mouse type code 2017-03-03 22:44:09 +01:00
Mathieu Schroeter
fc37ddd017 Reload the textures (target) when the window size changes 2017-03-03 17:43:01 +01:00
Mathieu Schroeter
56794b45dd Set explicitly to false 2017-03-03 07:35:40 +01:00
Mathieu Schroeter
ec06fcc410 Set the texture props each Cache calls 2017-03-03 07:34:58 +01:00
Mathieu Schroeter
c1875fd3ab Remove useless MAXIMAGE define 2017-03-03 07:05:18 +01:00
Mathieu Schroeter
d652db22e2 Use the TextureInfo struct for dimensions 2017-03-03 06:56:32 +01:00
Mathieu Schroeter
3b027424a1 Replace the static texture array by a map 2017-03-02 22:37:17 +01:00
Mathieu Schroeter
cdc8234934 Remove unused fullscreen bool 2017-02-26 17:57:40 +01:00
Mathieu Schroeter
cceeed43f7 Remove dead code 2017-02-26 17:47:24 +01:00
Mathieu Schroeter
83b459f84f Rename cpp sources to cxx 2017-02-24 18:50:03 +01:00