[PR #37] [MERGED] Dev clement #38

Closed
opened 2026-05-06 12:17:28 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/project_sanic/pull/37
Author: @ClementHVT
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @ClementHVT

Base: devHead: dev_clement


📝 Commits (3)

  • 50d4b5f FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too
  • 86ca933 FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too
  • 4561ed5 FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too

📊 Changes

37 files changed (+201 additions, -26 deletions)

View changed files

src/Database/InfiniteModeDB.py (+56 -0)
src/Database/LeaderboardDB.py (+56 -0)
src/Database/__pycache__/CheckpointDB.cpython-313.pyc (+0 -0)
src/Database/__pycache__/CoinDB.cpython-313.pyc (+0 -0)
src/Database/__pycache__/InfiniteModeDB.cpython-313.pyc (+0 -0)
src/Database/__pycache__/LeaderboardDB.cpython-313.pyc (+0 -0)
src/Database/__pycache__/LevelDB.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Checkpoint.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Coin.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Enemy.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Entity.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Exit.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/JumpBoost.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Platform.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Player.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/Projectile.cpython-313.pyc (+0 -0)
src/Entity/__pycache__/SpeedBoost.cpython-313.pyc (+0 -0)
src/Map/Editor/__pycache__/EditorSprites.cpython-313.pyc (+0 -0)
src/Map/Editor/__pycache__/LevelEditor.cpython-313.pyc (+0 -0)
src/Map/Infinite/__pycache__/InfiniteMapGenerator.cpython-313.pyc (+0 -0)

...and 17 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/project_sanic/pull/37 **Author:** [@ClementHVT](https://github.com/ClementHVT) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@ClementHVT](https://github.com/ClementHVT) **Base:** `dev` ← **Head:** `dev_clement` --- ### 📝 Commits (3) - [`50d4b5f`](https://github.com/BreizhHardware/project_sanic/commit/50d4b5f82c863b88e12debde2641246823a65b49) FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too - [`86ca933`](https://github.com/BreizhHardware/project_sanic/commit/86ca9332a72de2c98273c255511fc1cd167c66a2) FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too - [`4561ed5`](https://github.com/BreizhHardware/project_sanic/commit/4561ed5451b98e15706757b1502e76b9bdb25196) FEAT [Leaderboard] - Add infinite mode points counter : using DB it's displayed in the Leaderboard too ### 📊 Changes **37 files changed** (+201 additions, -26 deletions) <details> <summary>View changed files</summary> ➕ `src/Database/InfiniteModeDB.py` (+56 -0) ➕ `src/Database/LeaderboardDB.py` (+56 -0) ➕ `src/Database/__pycache__/CheckpointDB.cpython-313.pyc` (+0 -0) ➕ `src/Database/__pycache__/CoinDB.cpython-313.pyc` (+0 -0) ➕ `src/Database/__pycache__/InfiniteModeDB.cpython-313.pyc` (+0 -0) ➕ `src/Database/__pycache__/LeaderboardDB.cpython-313.pyc` (+0 -0) ➕ `src/Database/__pycache__/LevelDB.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Checkpoint.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Coin.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Enemy.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Entity.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Exit.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/JumpBoost.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Platform.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Player.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/Projectile.cpython-313.pyc` (+0 -0) ➕ `src/Entity/__pycache__/SpeedBoost.cpython-313.pyc` (+0 -0) ➕ `src/Map/Editor/__pycache__/EditorSprites.cpython-313.pyc` (+0 -0) ➕ `src/Map/Editor/__pycache__/LevelEditor.cpython-313.pyc` (+0 -0) ➕ `src/Map/Infinite/__pycache__/InfiniteMapGenerator.cpython-313.pyc` (+0 -0) _...and 17 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:17:28 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BreizhHardware/project_sanic#38
No description provided.