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

32 Commits

Author SHA1 Message Date
Mathieu Schroeter
bf7857d61a Use the widescreen background only with widescreens 2017-10-21 15:59:18 +02:00
Mathieu Schroeter
108c577b85 Use the back-build image as stretched background for wide screen
Concerns only screens provided with the map builder.
2017-10-21 15:31:38 +02:00
Mathieu Schroeter
dfe3647a74 Add a BltFast function with src and dst rect 2017-10-21 15:30:37 +02:00
Mathieu Schroeter
56af742d0a Merge branch 'master' into wip/landscape 2017-10-21 10:52:54 +02:00
Mathieu Schroeter
a64b03c1da Remove obsolete mask argument of many draw functions 2017-10-18 07:04:35 +02:00
Mathieu Schroeter
62717b4e1a Finish expand mode for playing backgrounds 2017-10-15 22:08:22 +02:00
Mathieu Schroeter
f65fb90fe5 Cosmetics 2017-10-15 11:23:38 +02:00
Mathieu Schroeter
f7640e92ce WIP: add an expanded mode for the backgrounds
It's just partially working.
2017-10-15 11:23:02 +02:00
Mathieu Schroeter
e56b83e87c Merge branch 'master' into wip/landscape 2017-10-11 16:21:40 +02:00
Mathieu Schroeter
1b242ca3aa Adapt the mouse cursor size according to the zoom 2017-10-11 16:08:27 +02:00
Mathieu Schroeter
dcbfd5cc35 Add a method to create an empty texture 2017-10-10 18:28:09 +02:00
Mathieu Schroeter
fd43a6ef01 WIP: add landscape support 2017-10-06 18:23:07 +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