Commit graph

159 commits

Author SHA1 Message Date
daaf00b71d fixed icon not showing properly 2023-03-18 12:01:27 +01:00
ebfa80096b added "annexes" to gitignore 2023-03-18 11:49:09 +01:00
992c5d3f34 removed unfinished statement 2023-03-16 12:34:04 +01:00
c506005617 added a video link as a demo for the game 2023-03-16 12:33:40 +01:00
87a3d7d493 finished the documentation 2023-03-15 21:58:21 +01:00
9f832afbe5 added an anti-cheat test when receiving a bomb placed request 2023-03-15 21:31:32 +01:00
2d6372bb09 OpenAL is now privileged as the audio driver 2023-03-15 19:32:06 +01:00
4bb8548708 added OpenAL instruction in the README.md 2023-03-15 18:50:33 +01:00
2e4ca20f72 music are now 16bits mono instead of stereo 2023-03-15 17:44:16 +01:00
6c4b355a26 converted 24bits music to 16bits for cross-compatibility 2023-03-15 13:33:54 +01:00
0952cc8e9c fixed the linux installation command 2023-03-15 13:18:46 +01:00
bbe8cb2890 commented textures 2023-03-14 23:20:37 +01:00
51eb35c43c commented widgets 2023-03-14 23:09:03 +01:00
89c6b81ba9 added more comment for basic GUI class 2023-03-14 19:23:38 +01:00
f6f2e1ed52 more comment in all modules (except GUI) 2023-03-14 08:44:39 +01:00
88e89209ac comment in the _test et core modules 2023-03-13 09:02:13 +01:00
f1edbeb8ac moved the load_option code from main to GameWindow 2023-03-13 08:29:49 +01:00
9fe42e16ec Settings scene now use the option object. Fixed an issue where the old FPS settings wouldn't be applied on restart 2023-03-12 22:37:32 +01:00
095b956ed7 corrected pip command 2023-03-12 16:29:37 +01:00
3ffaa6471b removed useless media modification before loading settings 2023-03-12 11:43:54 +01:00
d81df1de3b settings are now saved when modified 2023-03-12 11:41:56 +01:00
beb90734c9 made the README files for every module 2023-03-12 10:13:01 +01:00
53033450f1 renamed 2 files to respect naming convention 2023-03-11 23:11:19 +01:00
dff4f4c6a1 finished asserts 2023-03-11 12:53:01 +01:00
ebf573ca21 changed the winning and loosing animations 2023-03-10 14:59:40 +01:00
cb4e7cafe3 simplified the in_bbox function in the widgets 2023-03-09 23:34:15 +01:00
13aa6312b8 the game music was not looping 2023-03-09 23:16:15 +01:00
0578ff41c2 added new better music, added ambient music 2023-03-09 23:15:19 +01:00
b7933faed6 added test 2023-03-09 18:23:11 +01:00
b136ddbf62 changed the save titles in the history list 2023-03-09 17:22:27 +01:00
d14352d28e the project can now be converted into a .exe file. Added an icon 2023-03-09 15:46:13 +01:00
19af7f454c added the opponent name in the history filename 2023-03-09 15:14:49 +01:00
e3a67eff6a implemented settings 2023-03-09 15:00:48 +01:00
5ca7ed5195 implemented settings 2023-03-09 14:31:46 +01:00
6e6e42d54e renamed "invalid" to "valid" for the Input widget 2023-03-09 09:40:12 +01:00
9388c0eedb form can no longer be submitted if they contain invalid elements 2023-03-09 00:06:54 +01:00
fce1ed0abf simplified the code for handling error in the network module 2023-03-08 23:46:39 +01:00
8ef6d0d239 fixed an issue where leaving while the other was deciding to load the old save would softlock the user 2023-03-08 23:18:05 +01:00
708e32e245 changed the game background 2023-03-08 22:51:46 +01:00
ff14a4e5d4 added more animations for the boats, preview boat are now handled with a whole texture instead of a color filter 2023-03-08 21:14:45 +01:00
1c872f7a28 ajout de plus de son et d'une meilleure gestion des players 2023-03-08 18:18:17 +01:00
94243d3028 replay now start from the last movement, added a shortcut will the mouse scroll 2023-03-08 17:37:57 +01:00
c5e33ce6f8 new texture for the menus 2023-03-08 08:56:26 +01:00
d574703e90 position now use a css like distance system 2023-03-07 21:50:25 +01:00
e1b575efc9 position now use more readable function 2023-03-07 16:10:07 +01:00
b386fc03fa added the possibility to view in replay a previous game 2023-03-07 14:52:05 +01:00
15353991f6 path are now in the path module 2023-03-07 11:26:39 +01:00
15b522cb7b regex are now stored in a specific file 2023-03-07 11:17:52 +01:00
cc5a90405c fixed type hint for packets 2023-03-07 10:14:16 +01:00
bd748ad349 the connexion timeout is now 1 second instead of 5 (fix the quiting fast from host to client to connect to ourselves) 2023-03-07 09:33:43 +01:00