Commit Graph

245 Commits

Author SHA1 Message Date
MineTec 794dc1dbb1 reformatted project 2025-10-16 00:58:52 +02:00
Pupsi cf0499df44 Merge pull request 'develop-fairScoreboard' (#4) from develop-fairScoreboard into develop
Reviewed-on: #4
Reviewed-by: Elias Müller <elias@elias-mueller.com>
2025-10-15 22:25:34 +00:00
Pupsi 0b65a62016 Merge branch 'develop' into develop-fairScoreboard 2025-10-15 22:25:24 +00:00
MineTec c301e775c9 added translation to all messages, ChatFormatHandler and new chat icons 2025-10-16 00:24:48 +02:00
MineTec d083ca3e1a fix: include '!' in regex for language file processing 2025-10-15 22:57:45 +02:00
Pupsi 50200b46ae Merge pull request 'develop-turtleGame' (#6) from develop-turtleGame into develop
Reviewed-on: #6
Reviewed-by: Elias Müller <elias@elias-mueller.com>
2025-10-15 20:21:27 +00:00
Pupsi 46a0f6e5be Merge remote-tracking branch 'origin/develop-turtleGame' into develop-turtleGame 2025-10-15 22:20:14 +02:00
Pupsi 758c51a2e1 Merge remote-tracking branch 'origin/develop' into develop-turtleGame
# Conflicts:
#	src/main/resources/lang/locales.map.csv
2025-10-15 22:19:39 +02:00
MineTec fd3f51c018 Merge pull request 'added SpaceSnake' (#5) from develop-spaceSnake into develop
Reviewed-on: #5
Reviewed-by: Lars Neuhaus <larslukasneuhaus@gmx.de>
2025-10-15 20:11:37 +00:00
MineTec be6b6da68e fix: prevent null instance in Turtle adaptView method 2025-10-15 22:01:10 +02:00
Pupsi 9f71523a07 lowered snack count 2025-10-15 21:56:48 +02:00
Pupsi 6d8c5ed917 solved pr comments 2025-10-15 21:33:17 +02:00
Pupsi 35dc924104 added null ckeck for boostTask and boostRefillTask 2025-10-15 21:30:11 +02:00
Pupsi eff5e36987 solved some pr comments 2025-10-15 21:26:02 +02:00
Pupsi 9e2125cba3 Merge remote-tracking branch 'origin/develop' into develop-turtleGame
# Conflicts:
#	src/main/resources/lang/locales.map.csv
2025-10-15 21:06:04 +02:00
Pupsi c8bf5f9186 added turtle game to pve 2025-10-15 21:04:46 +02:00
Pupsi 1830307f4b increased boost refill when eating flowers, changed speed options 2025-10-15 21:03:12 +02:00
Pupsi 3dfff84c61 changed left player detection to use hasResult of Score 2025-10-15 20:55:30 +02:00
MineTec 6076c0ca15 Refactored player state management in SpaceSnake and implemented endgame handling 2025-10-15 20:54:26 +02:00
MineTec 41028e3389 SpaceSnake displayBlock to Fallingblock
powerup detection via boundingbox
2025-10-15 20:36:52 +02:00
MineTec bc3f5f58a4 prevent diamond block as building block in SpaceSnake 2025-10-15 19:28:48 +02:00
MineTec 512805de05 Merge branch 'develop' into develop-spaceSnake 2025-10-15 00:52:30 +02:00
MineTec 9596800889 fixed extra space in lambda expression in SpaceSnake spawn calculation 2025-10-15 00:51:50 +02:00
MineTec a8a15a1c7c adjusted SpaceSnake spawn position and random bounds 2025-10-15 00:51:08 +02:00
MineTec db78ff33ce fixed typo in game name: renamed SNAKE3D to SPACESNAKE 2025-10-15 00:46:34 +02:00
MineTec 5bb07596a1 added SpaceSnake game and related assets 2025-10-15 00:42:11 +02:00
Pupsi c4aaa7acf9 added flowers and grass to HeightTerrainGenerator 2025-10-11 15:17:23 +02:00
Pupsi 097438886c added stickfight start and working length option 2025-10-11 12:22:50 +02:00
Pupsi ae59482d7c solved pr comment 2025-10-11 11:36:01 +02:00
Pupsi 123c01da14 added possibility for same scores Tournament 2025-10-11 01:07:40 +02:00
Pupsi e871c0bcb5 added possibility for same scores in PointsWinScore 2025-10-11 00:19:02 +02:00
Pupsi c3f5170c33 added random height variations for elytra race gates 2025-10-10 22:53:56 +02:00
Pupsi 90832aacd0 added some globalRestrictions 2025-10-10 16:56:26 +02:00
Pupsi dccb57b056 added LowestPointsWinScore and Stickfight win condition 2025-10-10 16:15:02 +02:00
Pupsi 368356c739 fixed unbreakable snow in Spleef 2025-10-10 15:20:43 +02:00
Pupsi 14a7e0c25f removed knockback for finished players in TrafficLightRace 2025-10-10 15:09:43 +02:00
Pupsi 398c3666e4 deathcube spectator mode when done 2025-10-10 12:00:12 +02:00
Pupsi d5910b4b54 renamed methods 2025-10-06 17:40:08 +02:00
Pupsi ec76dd5c85 added boost charge when eating snacks 2025-10-06 17:31:04 +02:00
Pupsi 84de61388e improved speed mechanic and bomb spawning, added countdown for last player 2025-10-05 18:24:46 +02:00
MineTec 96170e9486 Merge pull request 'added BlockBreakRace' (#3) from develop-blockBreakRace into develop
Reviewed-on: #3
Reviewed-by: Lars Neuhaus <larslukasneuhaus@gmx.de>
2025-10-05 08:03:04 +00:00
MineTec 9a97b746bc Merge branch 'develop' into develop-blockBreakRace 2025-10-05 08:02:56 +00:00
Pupsi dece9c13b7 added translations 2025-10-05 00:19:37 +02:00
Pupsi 39fb7f4956 added boost mechanic 2025-10-05 00:13:56 +02:00
MineTec a2afc49d20 refactored BlockBreakRace to show players all items before the game starts 2025-10-04 21:38:50 +02:00
MineTec 20b93cc9ae added BlockBreakRace game and related assets 2025-10-04 21:34:40 +02:00
Pupsi 75314748da removed sidebar, added names for items 2025-10-04 18:32:27 +02:00
Pupsi 61aa7543be improved sidebar (ordered and colored) 2025-10-04 16:29:03 +02:00
Pupsi 2fac287e1e added sidebar 2025-10-04 16:11:10 +02:00
Pupsi 2a6f2f2a44 added particle effects and sounds 2025-10-04 15:39:19 +02:00