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

89 Commits

Author SHA1 Message Date
Mathieu Schroeter
96ece27242 Prepare rc2 2017-09-05 23:55:08 +02:00
Mathieu Schroeter
3e39b9f55c Use LICENSE instead of LICENSE.all
The main problem is with the DMG dialog (it's bugged with large files)
2017-09-05 17:56:15 +02:00
Mathieu Schroeter
92ece42671 Cosmetic: add comments 2017-09-04 18:03:58 +02:00
Mathieu Schroeter
96a428ffdb Fix URL with NSIS uninstaller 2017-09-02 23:50:47 +02:00
Mathieu Schroeter
32aa5c9c3f Specify that we are in v1.9.0-rc1 2017-08-29 18:36:30 +02:00
Mathieu Schroeter
bd7402538f Do not open the cmd window on windows 2017-08-29 18:05:19 +02:00
Mathieu Schroeter
985959ed0f Remove file locations from PO 2017-08-28 22:03:55 +02:00
Mathieu Schroeter
17b309dc39 Fix deps for mo deploy 2017-08-28 22:01:34 +02:00
Mathieu Schroeter
2c7a337135 Deploy the license file in share/doc/planetblupi dir 2017-08-27 16:16:13 +02:00
Mathieu Schroeter
bc34fb8c90 Add all licenses with the releases 2017-08-27 15:49:22 +02:00
Mathieu Schroeter
4539e3140d Remove duplicate windows icon 2017-08-22 21:39:46 +02:00
Mathieu Schroeter
58b5cb8bcf Fix the win32 resource apply 2017-08-22 13:24:47 +02:00
Mathieu Schroeter
8ed8dd612e Fix regressions with the windows packing 2017-08-22 13:05:35 +02:00
Mathieu Schroeter
b33c4eac65 Use variable for some package values 2017-08-21 18:29:11 +02:00
Mathieu Schroeter
94ba34403d Copy only the right world files when releasing with AppImage
The reason is that we are not using CPack in this case.
2017-08-21 18:27:50 +02:00
Mathieu Schroeter
29a256f9f0 Do not deploy worlds that are only used for development 2017-08-20 21:44:57 +02:00
Mathieu Schroeter
d7bf8a38dd Exclude private worlds when deploying release build 2017-08-19 23:47:12 +02:00
Mathieu Schroeter
a6d28026c3 Disable README-user file (not supported by AppImage and DMG) 2017-08-15 16:55:03 +02:00
Mathieu Schroeter
225e8e3236 Add script and image for DMG background
Note that the image comes from CMake. It's just for testing; I must create
a new image.
2017-08-15 16:23:45 +02:00
Mathieu Schroeter
cd1e5d5383 Add version with DMG name 2017-08-15 15:56:27 +02:00
Mathieu Schroeter
3b1f189d46 Add user README file (empty for now) 2017-08-15 15:49:05 +02:00
Mathieu Schroeter
4ba3056984 Add a function to check for updates 2017-08-13 16:35:46 +02:00
Mathieu Schroeter
5467382cda Change version to 1.9
It makes more sense because it's mostly the same
game for the end-user. Of course there are a lot of
internal changes like the use of SDL2 instead of
DirectX.
2017-08-09 07:26:24 +02:00
Mathieu Schroeter
1c10c072b6 Create the osx bundle after make 2017-08-03 14:57:48 +02:00
Mathieu Schroeter
4b2b47a183 Copy hicolor only with unix/linux 2017-08-03 14:28:29 +02:00
Mathieu Schroeter
0426525081 Remove useless zip generator 2017-08-03 14:14:07 +02:00
Mathieu Schroeter
a14ac21f8e Add support for macOS bundles 2017-08-03 14:00:29 +02:00
Mathieu Schroeter
e242da8aeb Use NSIS if MINGW, not Windows 2017-08-02 18:32:54 +02:00
Mathieu Schroeter
c4d21aec31 Add all icons with the AppImage 2017-08-01 19:38:34 +02:00
Mathieu Schroeter
4bcfba75fd Use a displayname for the icon's title 2017-07-31 07:23:40 +02:00
Mathieu Schroeter
1fe84fcdf7 Use maximal debug symb with Debug build 2017-07-30 22:21:56 +02:00
Mathieu Schroeter
9b72cc0810 Merge remote-tracking branch 'origin/master' into wip/darwin 2017-07-30 21:31:45 +02:00
Mathieu Schroeter
9013032ce5 Fix icons for SDL and Windows 2017-07-30 19:29:53 +02:00
Mathieu Schroeter
6f4415b4b8 Enable cxx11 (it's not enabled by default with clang) 2017-07-30 00:16:54 +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
3d8b6d9ea8 Add initial try for an NSIS64 installer 2017-07-28 15:29:25 +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
2a4b13e8cc Fix case where the build type is not defined 2017-03-02 18:55:41 +01:00