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

374 Commits

Author SHA1 Message Date
Mathieu Schroeter
bf649cb202 Fix bug where it was possible to enter in the workshop without action
See first bug (at the beginning) in this video:
  https://www.youtube.com/watch?v=y4mmQCDfO08
2017-08-08 17:39:13 +02:00
Mathieu Schroeter
1b4f3822fa Rename event with something less windows-like 2017-08-07 18:33:26 +02:00
Mathieu Schroeter
6dcf31fae9 Cosmetic: rename some actions from french to english 2017-08-07 18:27:36 +02:00
Mathieu Schroeter
8042f93f6e Fix markdown 2017-08-07 07:28:08 +02:00
Mathieu Schroeter
4e41112cb7 Remove most details in the README, use the bundle instead 2017-08-07 07:22:52 +02:00
Mathieu Schroeter
8bc539ab7b Cosmetic 2017-08-06 22:49:47 +02:00
Mathieu Schroeter
a9c99af678 Remove dead code 2017-08-06 22:31:38 +02:00
Mathieu Schroeter
5b18462b91 Remove a bad transation (obsolete) 2017-08-06 21:32:07 +02:00
Mathieu Schroeter
e59baf0378 Add fr translation for the new error
See the previous commit.
2017-08-06 21:30:20 +02:00
Mathieu Schroeter
90b9126d26 Enable build of wall and tower only if energy >= half
It was a bug because when the energy is lower,
Blupi dies immediatly but the wall is terminated
with the death. It makes no sense because the
wall and the tower needs a lot of energy and
in all cases the death of Blupi.
2017-08-06 21:28:40 +02:00
Mathieu Schroeter
3e0bce333e Cosmetic 2017-08-06 21:27:06 +02:00
Mathieu Schroeter
64c4730485 Update all gettext files 2017-08-04 23:39:24 +02:00
Mathieu Schroeter
1ee58d06c4 Cosmetic: fix indent with more recent clang-format 2017-08-04 23:34:10 +02:00
Mathieu Schroeter
4f856916a0 Cosmetic: fix indent 2017-08-04 21:52:35 +02:00
Mathieu Schroeter
e1e8d7d844 Remove dead code 2017-08-04 21:51:48 +02:00
Mathieu Schroeter
a14adc4fe5 Fix build with clang 2017-08-04 21:45:17 +02:00
Mathieu Schroeter
0b9dda2a92 Fix warnings with clang 2017-08-04 21:45:04 +02:00
Mathieu Schroeter
2d7a6f28d1 Cosmetic: translate comments 2017-08-04 21:04:04 +02:00
Mathieu Schroeter
8ac93b8e40 Remove useless directx argument 2017-08-04 20:53:25 +02:00
Mathieu Schroeter
1772691a0b Cosmetic: fix typo 2017-08-04 20:52:56 +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
1fb73742a9 Fix windows state after fullscreen 2017-08-03 15:15:33 +02:00
Mathieu Schroeter
7341bbd777 Fix default config.ini
Remove obsolete entries and use fullscreen.
2017-08-03 14:58:14 +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
574653f726 Add icon files for osx 2017-08-03 13:37:38 +02:00
Mathieu Schroeter
5fc903683e Disable window icon (prefer winrc and linux desktop) 2017-08-02 20:35:20 +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
4caa6922b3 Reload only sounds that are not the same
It seems that it fixes a random crash on darwin in the SDL audio
internals.
2017-07-30 23:14:56 +02:00
Mathieu Schroeter
d67010c87a Ensure that all channels are halted before free 2017-07-30 22:38:51 +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
72d51a8e2c Provide a new icon (more pixelart like) 2017-07-30 19:00:33 +02:00
Mathieu Schroeter
9d1ab0b1c1 Remove ugly 96px icon 2017-07-30 09:44:17 +02:00
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
512bf0d6f6 Add missing include for std::string 2017-07-30 00:17:35 +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
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