MateoLT
|
299ab0c250
|
Feat[3.json], creation Level 3
|
2025-04-10 23:01:47 +02:00 |
|
MateoLT
|
ed04f7aeda
|
Merge remote-tracking branch 'origin/dev' into dev_table_basse
|
2025-04-10 22:58:18 +02:00 |
|
Clément Hervouet
|
7211077b7a
|
Merge pull request #44 from BreizhHardware/dev_felix
Dev felix
|
2025-04-10 22:39:06 +02:00 |
|
Félix MARQUET
|
7fdb94efd0
|
Chore(log)
|
2025-04-10 20:38:15 +00:00 |
|
|
|
654e9c66e7
|
Feat(Instructions) - Add instructions screen to display game controls; implement event handling for navigation and drawing functionality.
|
2025-04-10 22:32:51 +02:00 |
|
MateoLT
|
afd0e23104
|
Merge remote-tracking branch 'origin/dev' into dev_table_basse
|
2025-04-10 22:21:37 +02:00 |
|
|
|
bb6eb2d77f
|
Feat(Exit) - Implement boss defeat check for exit locking mechanism; enhance exit behavior to prevent triggering until boss is defeated.
|
2025-04-10 21:42:25 +02:00 |
|
|
|
bae49c04dc
|
Feat(Enemy) - Update enemy sizes and add boss behavior; refactor loading and scaling of enemy sprites.
|
2025-04-10 21:28:10 +02:00 |
|
Félix MARQUET
|
6b947cea26
|
Update src/Map/cinematic.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-10 21:26:09 +02:00 |
|
Félix MARQUET
|
c3fa308068
|
Merge remote-tracking branch 'origin/dev' into dev_felix
|
2025-04-10 17:01:24 +02:00 |
|
Félix MARQUET
|
afeeda4de1
|
Timer V1 clignote
|
2025-04-10 17:01:17 +02:00 |
|
Félix MARQUET
|
2db37386d4
|
Merge pull request #42 from BreizhHardware/dev_felix
Dev felix
|
2025-04-10 15:16:37 +02:00 |
|
Félix MARQUET
|
d617e82ef8
|
Update src/Map/cinematic.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-10 15:14:32 +02:00 |
|
Félix MARQUET
|
178074ae56
|
Fix(.gitignore) - Add __pycache__ directory to ignore list; ensure Python cache files are excluded from version control.
|
2025-04-10 15:11:10 +02:00 |
|
Félix MARQUET
|
722719e8af
|
Feat(Cinematic) - Enhance cinematic playback by allowing multiple levels; refactor play_cinematic method to track played cinematics and improve text display functionality.
|
2025-04-10 15:08:26 +02:00 |
|
Clément Hervouet
|
49d69d2c78
|
Merge pull request #41 from BreizhHardware/dev_felix
Feat(FloatingText) - Implement FloatingText class for displaying temp…
|
2025-04-10 14:42:26 +02:00 |
|
Félix MARQUET
|
ed86161be9
|
Feat(Cinematic) - Update play_cinematic method to accept level name; ensure cinematic plays only for Level 1 and improve event handling during playback.
|
2025-04-10 14:38:42 +02:00 |
|
Félix MARQUET
|
9451e7961f
|
Feat(Cinematic) - Add Cinematic class for level 1 storytelling; integrate cinematic playback into map loading process and remove redundant cinematic method from MapParser.
|
2025-04-10 14:37:07 +02:00 |
|
Félix MARQUET
|
c59fea37c9
|
Fix(Handler) - Correct parallax effect calculations for background positioning; ensure seamless background movement in all directions.
|
2025-04-10 13:55:14 +02:00 |
|
Félix MARQUET
|
692504d4ad
|
Refactor(Player) - Remove draw_floating_text method and its call in update; streamline floating text management for improved performance.
|
2025-04-10 12:34:01 +02:00 |
|
Félix MARQUET
|
bf17cc7891
|
Fix(Enemy) - Correct indentation for player.add_projectiles() call to ensure proper execution flow in event handling.
|
2025-04-10 12:33:04 +02:00 |
|
Félix MARQUET
|
14783601e4
|
Feat(FloatingText) - Implement FloatingText class for displaying temporary messages; update player to manage and draw floating texts on screen; enhance error messages in constant.py and improve code readability.
|
2025-04-10 12:29:58 +02:00 |
|
Clément Hervouet
|
28e1cb4435
|
Merge pull request #40 from BreizhHardware/dev_felix
Dev felix
|
2025-04-10 11:58:34 +02:00 |
|
Félix MARQUET
|
55bee48093
|
Feat(Level Design) - Update level dimensions and platform properties; enhance enemy and collectible configurations; increase jump and speed boost durations.
|
2025-04-10 11:56:20 +02:00 |
|
Félix MARQUET
|
80dc14cd62
|
Merge pull request #38 from BreizhHardware/dev_clement
FIX [Leaderboard] - Delete duplicate 'level 1' tab, update columns fo…
|
2025-04-10 11:06:19 +02:00 |
|
ClementHVT
|
deccf0b1d5
|
FIX [Leaderboard] - Delete duplicate 'level 1' tab, update columns for infinite tab
|
2025-04-10 11:04:50 +02:00 |
|
Félix MARQUET
|
a8f36ce8e1
|
Chore(.gitignore) - Add Python bytecode files to .gitignore; ensure output.prof is ignored.
|
2025-04-10 11:01:26 +02:00 |
|
Félix MARQUET
|
cbfadb0bbb
|
Feat(Player) - Add facing direction handling for player; update image rendering based on movement direction and improve joystick control comments.
|
2025-04-10 11:01:24 +02:00 |
|
Félix MARQUET
|
f0b237326f
|
Feat(Audio) - Enhance audio handling during video playback; pause main music, play extracted audio on a separate channel, and ensure cleanup of temporary audio files.
# Conflicts:
# temp_audio.mp3
|
2025-04-10 11:00:51 +02:00 |
|
|
|
bca7cc0cbc
|
Feat(Checkpoints) - Add reset_level method to CheckpointDB for resetting checkpoints; implement profiling functionality with cProfile and output to file.
|
2025-04-10 11:00:43 +02:00 |
|
ClementHVT
|
ff3ed61a64
|
Merge branch 'dev' of https://github.com/BreizhHardware/project_sanic into dev_clement
|
2025-04-10 10:27:32 +02:00 |
|
ClementHVT
|
dc2a937106
|
delete pycache
|
2025-04-10 10:27:07 +02:00 |
|
Félix MARQUET
|
1900a1199f
|
Merge pull request #36 from BreizhHardware/dev_table_basse
Feat[1.json], creation Level 1
|
2025-04-10 10:23:39 +02:00 |
|
ClementHVT
|
4561ed5451
|
FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too
|
2025-04-10 10:22:16 +02:00 |
|
ClementHVT
|
86ca9332a7
|
FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too
|
2025-04-10 10:21:44 +02:00 |
|
MateoLT
|
d674e47195
|
Feat[1.json], creation Level 1
|
2025-04-10 09:59:15 +02:00 |
|
ClementHVT
|
50d4b5f82c
|
FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too
# Conflicts:
# src/Menu/Leaderboard.py
# src/handler.py
|
2025-04-10 09:30:36 +02:00 |
|
Clément Hervouet
|
a2221276ec
|
Merge pull request #35 from BreizhHardware/dev_felix
Fix(Player) - Initialize pygame mixer for sound handling; add error h…
|
2025-04-09 14:10:00 +02:00 |
|
Félix MARQUET
|
6e4f753a3c
|
Update src/Entity/Player.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-04-09 14:09:26 +02:00 |
|
Félix MARQUET
|
2fbeaaf4fb
|
Fix(Player) - Initialize pygame mixer for sound handling; add error handling for jump sound playback.
|
2025-04-09 14:07:35 +02:00 |
|
Clément Hervouet
|
1def1b8a51
|
Merge pull request #34 from BreizhHardware/dev_felix
Dev felix
|
2025-04-09 13:53:31 +02:00 |
|
Félix MARQUET
|
3e91e855bc
|
Chore(Game Logic) - Update player life increment logic to respect max lives; fix typo in SpeedBoost collision handling method.
|
2025-04-09 13:37:53 +02:00 |
|
Félix MARQUET
|
a76a713e2e
|
Feat(Game Logic) - Implement BackgroundManager for dynamic background handling; integrate into menu and leaderboard screens for enhanced visual experience.
|
2025-04-09 13:35:31 +02:00 |
|
Félix MARQUET
|
1da4738a73
|
Feat(Game Logic) - Enhance speedrun timer functionality; track total and collected items during gameplay, update leaderboard to display item collection stats, and modify coin collection logic to integrate with the speedrun timer.
|
2025-04-09 13:22:36 +02:00 |
|
Félix MARQUET
|
cd0ae078d1
|
Feat(Game Logic) - Update player life system; increase max lives from 2 to 5 and current lives from 2 to 3, adjust life increment logic based on new max lives.
|
2025-04-09 12:00:07 +02:00 |
|
Félix MARQUET
|
8ccae49754
|
Feat(Game Logic) - Add JumpBoost and SpeedBoost collectibles; implement collision handling for boosts, update player mechanics, and modify game state to support new collectible types.
# Conflicts:
# src/Entity/Player.py
|
2025-04-09 11:58:05 +02:00 |
|
Félix MARQUET
|
b7331c646d
|
Merge pull request #33 from BreizhHardware/dev_table_basse
Feat[Sounds], add sounds to the jump, attack of the player and coins
|
2025-04-09 11:13:05 +02:00 |
|
MateoLT
|
3d3f1679f1
|
Feat[Sounds], add sounds to the jump, attack of the player and coins
|
2025-04-09 11:11:03 +02:00 |
|
Clément Hervouet
|
96cd70d0ae
|
Merge pull request #32 from BreizhHardware/dev_felix
Feat(Game Logic) - Integrate speedrun timer functionality; add Speedr…
|
2025-04-09 11:07:40 +02:00 |
|
Félix MARQUET
|
60aa7f6e11
|
Feat(Game Logic) - Integrate speedrun timer functionality; add SpeedrunTimer class, modify game state management to include timer, and update leaderboard to display best times.
|
2025-04-09 10:33:17 +02:00 |
|