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

75 Commits

Author SHA1 Message Date
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
Mathieu Schroeter
9317da91e8 Fix version in the interface 2017-02-28 22:39:26 +01:00
Mathieu Schroeter
c630b94873 Fix depend for gettext processing 2017-02-28 22:19:38 +01:00
Mathieu Schroeter
12e39d75e4 Generate AppImage only with release builds 2017-02-27 21:32:33 +01:00
Mathieu Schroeter
84a73da2b2 Fix icon with AppImage 2017-02-26 22:21:19 +01:00
Mathieu Schroeter
102ea6734c Add icon to the window 2017-02-26 17:46:49 +01:00
Mathieu Schroeter
f7e4c2c4df Move win32 resources in the resources directory 2017-02-26 10:47:46 +01:00
Mathieu Schroeter
ab249f424b Strip the binary with AppImage build 2017-02-26 00:04:55 +01:00
Mathieu Schroeter
0421599fa4 Enable AppImage only with Release builds 2017-02-26 00:04:23 +01:00
Mathieu Schroeter
d66ca090da Pass the full config dir 2017-02-25 23:32:28 +01:00
Mathieu Schroeter
5554ebbc83 Remove dead stuff 2017-02-25 17:03:36 +01:00
Mathieu Schroeter
fc0a67ffb6 Add initial support for AppImage on Linux 2017-02-25 17:01:04 +01:00
Mathieu Schroeter
83b459f84f Rename cpp sources to cxx 2017-02-24 18:50:03 +01:00
Mathieu Schroeter
10ba73ea0a Add win32 resource file 2017-02-23 19:35:00 +01:00
Mathieu Schroeter
a39863af6c Merge remote-tracking branch 'origin/wip/static' 2017-02-23 19:06:54 +01:00