Mathieu Schroeter
|
13dc15611a
|
Add ico file
|
2017-07-30 09:36:00 +02:00 |
|
Mathieu Schroeter
|
ae881ec573
|
Add 96px icon
|
2017-07-30 09:33:25 +02:00 |
|
Mathieu Schroeter
|
bc1c79bb03
|
Add 48px icon
|
2017-07-30 09:08:46 +02:00 |
|
Mathieu Schroeter
|
d649fd1a42
|
Add 16px icon
|
2017-07-30 08:45:01 +02:00 |
|
Mathieu Schroeter
|
09b25f64a2
|
Add icons (WIP)
|
2017-07-30 07:43:14 +02:00 |
|
Mathieu Schroeter
|
6788ff99bd
|
Change the website to www.blupi.org
|
2017-07-28 18:49:15 +02:00 |
|
Mathieu Schroeter
|
1441a12d03
|
Change the window title when we change of language
|
2017-07-28 18:46:03 +02:00 |
|
Mathieu Schroeter
|
234865b188
|
Add ZIP generator on Windows
|
2017-07-28 18:11:35 +02:00 |
|
Mathieu Schroeter
|
c12424a8b3
|
Add file stripping when package with CPACK
|
2017-07-28 18:08:24 +02:00 |
|
Mathieu Schroeter
|
6f3749eeca
|
Do not provide the PATH changes with NSIS
|
2017-07-28 18:05:24 +02:00 |
|
Mathieu Schroeter
|
164c6d0ab9
|
Add license file
|
2017-07-28 18:05:01 +02:00 |
|
Mathieu Schroeter
|
037d23fc70
|
Fix escape
|
2017-07-28 18:03:58 +02:00 |
|
Mathieu Schroeter
|
777827c736
|
Fix location
|
2017-07-28 17:59:57 +02:00 |
|
Mathieu Schroeter
|
14b59a7064
|
Add NSIS image with the installer
|
2017-07-28 17:51:43 +02:00 |
|
Mathieu Schroeter
|
ffbcc980f7
|
Add more NSIS improvements
|
2017-07-28 17:39:42 +02:00 |
|
Mathieu Schroeter
|
8ac25e67dd
|
Copy the libwinpthread-1.dll to the bin dir
|
2017-07-28 16:13:39 +02:00 |
|
Mathieu Schroeter
|
adb8d16ffb
|
Improve a bit the NSIS installer
|
2017-07-28 15:58:41 +02:00 |
|
Mathieu Schroeter
|
2cac0ba35e
|
Add more details in README about the installers
|
2017-07-28 15:32:45 +02:00 |
|
Mathieu Schroeter
|
3d8b6d9ea8
|
Add initial try for an NSIS64 installer
|
2017-07-28 15:29:25 +02:00 |
|
Mathieu Schroeter
|
b946926b16
|
Add a image especially for the main setup screen (new screen)
|
2017-07-28 09:41:12 +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
|
ac128c7e46
|
Cosmetic: rename fr filenames to en
|
2017-07-09 13:35:48 +02:00 |
|
Mathieu Schroeter
|
e06844437a
|
Fix dependencies in order to have the locales in the AppImage
|
2017-07-09 00:18:07 +02:00 |
|
Mathieu Schroeter
|
d741353a76
|
Fix for share location directory for AppImage assets
|
2017-04-05 08:34:08 +02:00 |
|
Mathieu Schroeter
|
adcb8aea58
|
Fix link order
|
2017-03-21 19:52:33 +01:00 |
|
Mathieu Schroeter
|
18ae020a3e
|
Try to link against a static intl and iconv lib
|
2017-03-21 19:45:56 +01:00 |
|
Mathieu Schroeter
|
89b1070dbe
|
Fix build on windows
|
2017-03-21 18:34:26 +01:00 |
|
Mathieu Schroeter
|
6c6163f5d9
|
Update PO files
|
2017-03-13 19:21:33 +01: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
|
6608fa2fdb
|
Fix initial value for the fullscreen
|
2017-03-03 23:11:14 +01:00 |
|
Mathieu Schroeter
|
ed131da115
|
Use putenv instead of setenv
|
2017-03-03 23:03:58 +01:00 |
|
Mathieu Schroeter
|
b4ae782506
|
Remove dead code
|
2017-03-03 22:45:23 +01:00 |
|
Mathieu Schroeter
|
8de7181458
|
Remove useless mouse type code
|
2017-03-03 22:44:09 +01:00 |
|
Mathieu Schroeter
|
a77b8bfcba
|
Handle properly the fullscreen mode
The textures must be reloaded like with the new
window size.
|
2017-03-03 21:51:52 +01:00 |
|
Mathieu Schroeter
|
5ca80681a9
|
Set the logical size only at the init
|
2017-03-03 21:51:14 +01:00 |
|
Mathieu Schroeter
|
b0a3e7875d
|
Disable double scrilling when recording a demo
With the recorder, it's not possible to use these movements because only
the first key is recorded.
|
2017-03-03 18:14:45 +01:00 |
|
Mathieu Schroeter
|
6f028085ac
|
Replace if.. by switch
|
2017-03-03 18:11:21 +01:00 |
|
Mathieu Schroeter
|
fc37ddd017
|
Reload the textures (target) when the window size changes
|
2017-03-03 17:43:01 +01:00 |
|
Mathieu Schroeter
|
63285d466e
|
Exit the settings screen with escape or return
|
2017-03-03 17:42:29 +01:00 |
|
Mathieu Schroeter
|
10a81cc144
|
Cosmetic
|
2017-03-03 17:36:50 +01:00 |
|
Mathieu Schroeter
|
7d0f72f961
|
Better fix for the bug where blupi is not at the right z-index
It looks much better because in this case, the right object is in front
of Blupi (at least, it seems).
|
2017-03-03 17:35:27 +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
|
ad2ff485a2
|
Remove no longer needed dependencies
|
2017-03-03 06:55:43 +01:00 |
|
Mathieu Schroeter
|
3b027424a1
|
Replace the static texture array by a map
|
2017-03-02 22:37:17 +01:00 |
|
Mathieu Schroeter
|
90bfd940dd
|
Fix regression with demos
|
2017-03-02 19:43:33 +01:00 |
|
Mathieu Schroeter
|
b49e9d3d14
|
Fix build on windows
|
2017-03-02 19:04:51 +01:00 |
|