Compare commits

..

51 Commits

Author SHA1 Message Date
lars-winzer 1fcdcc9185 Merge pull request 'Add header project readme containing metadata about this project' (#351) from chore/readme-archive-metadata into main
Reviewed-on: #351
2026-05-29 18:44:18 +02:00
lars-winzer 28a0028705 Add header project readme containing metadata about this project 2026-05-29 18:42:05 +02:00
Jona Walpert 0dcb0a2c3e Merge branch 'chore/remove-sound-from-game-trailer' into 'main'
Legal: Remove sound from trailer as we don't want microsoft to sue us :)

See merge request cs108-fs26/Gruppe-13!194
2026-05-21 12:01:23 +00:00
Jona Walpert 18ffb8d73c Legal: Remove sound from trailer as we don't want microsoft to sue us :) 2026-05-21 13:58:33 +02:00
Jona Walpert a5955e6ee9 Merge branch 'docs/MS6' into 'main'
Add: MS6 powerpoint presentation

See merge request cs108-fs26/Gruppe-13!193
2026-05-20 14:27:57 +00:00
Jona Walpert 777c7cd295 Add: MS6 powerpoint presentation 2026-05-20 16:18:23 +02:00
Lars Simon Winzer 6120b21db2 Merge branch 'chore/156-diary-entry-of-13th-of-may' into 'main'
Write diary entry of 13th of may

Closes #147 and #156

See merge request cs108-fs26/Gruppe-13!192
2026-05-17 23:01:26 +02:00
Lars Simon Winzer b6eb11bf97 Docs: Write diary entry 2026-05-17 22:52:58 +02:00
Lars Simon Winzer fe566d38f9 Merge branch 'chore/155-write-qa-report-for-ms6' into 'main'
Add QA report with exported pdf and images

Closes #152, #151, and #155

See merge request cs108-fs26/Gruppe-13!191
2026-05-17 22:45:11 +02:00
Lars Simon Winzer 594328c8d7 Docs: Add QA report with exported pdf and images 2026-05-17 22:38:31 +02:00
Mathis Ginkel c3f7da5fb5 Merge branch 'feat/manual-fixup' into 'main'
Feat: Replacement of syntax that could not be displayed in the casono manual

See merge request cs108-fs26/Gruppe-13!190
2026-05-17 18:47:15 +00:00
Mathis Ginkel 7ba02eb4d7 Feat: markdown syntax that the html version could not display was replaced 2026-05-17 20:36:23 +02:00
Julian Kropff cc0f4a57ec Merge branch 'feat/add-casono-domain' into 'main'
Add: casono website domain into Casono Browser

See merge request cs108-fs26/Gruppe-13!189
2026-05-17 15:44:59 +00:00
Julian Kropff c5a5902317 Add: casono website domain into Casono Browser 2026-05-17 17:40:40 +02:00
Julian Kropff 150874a490 Merge branch 'feat/casono-browser-file-search' into 'main'
Feat: Casono Browser file search

See merge request cs108-fs26/Gruppe-13!188
2026-05-17 15:10:48 +00:00
Julian Kropff 92d7294dfd Fix: search to find index.html. 2026-05-17 16:35:09 +02:00
Julian Kropff 2ff195c817 Fix: the Casono Browsers search algorithm for searching the manual and website files. 2026-05-17 16:08:11 +02:00
Mathis Ginkel a6d2fca158 Merge branch 'feat/manual-improvement' into 'main'
Feat: Update casono-manual

See merge request cs108-fs26/Gruppe-13!187
2026-05-17 12:55:44 +00:00
Mathis Ginkel d25d5fbd96 Feat: update manual.html 2026-05-17 14:46:43 +02:00
Mathis Ginkel 6c7ad08075 Merge branch 'main' into feat/manual-improvement 2026-05-17 14:43:16 +02:00
Mathis Ginkel de5f6c54ed Merge remote-tracking branch 'origin/feat/manual-improvement' into feat/manual-improvement 2026-05-17 14:32:16 +02:00
Mathis Ginkel 448980a67a Feat: replace gradle commands to start the game in the manual with commands to start the jar file 2026-05-17 14:30:00 +02:00
Mathis Ginkel b2312a0e7b Add: brings markdown file changes to manual.html 2026-05-17 14:30:00 +02:00
Mathis Ginkel 0adb8d65c6 Add: description to change themes of the GameUI and change the description of the ChatUI 2026-05-17 14:30:00 +02:00
Mathis Ginkel c64947fa80 Add: manual section for ChatUI 2026-05-17 14:30:00 +02:00
Julian Kropff 2d73ceaf69 Fix: Casono Manual: avg -> svg 2026-05-17 14:30:00 +02:00
Julian Kropff f294c4e0fd Docs: update Casono Manual 2026-05-17 14:30:00 +02:00
Julian Kropff 84f62c58e3 Merge branch 'feat/game-ui-optimization' into 'main'
Feat: Game UI optimization

See merge request cs108-fs26/Gruppe-13!186
2026-05-16 20:52:37 +00:00
Julian Kropff ede298a08f Fix: Apply Spotless 2026-05-16 22:47:30 +02:00
Julian Kropff 7af3a6cf4c Fix: Updating the pot when the winner is known. 2026-05-16 22:38:14 +02:00
Julian Kropff a8344989c0 Fix: A Better Method for Identifying the first Player of the Round. 2026-05-16 22:36:13 +02:00
Jona Walpert ddb4b6a118 Merge branch 'feat/prohibit-name-change-text-instead-of-popup' into 'main'
Feat: Instead of a popup saying you are not allowed to change username while...

See merge request cs108-fs26/Gruppe-13!185
2026-05-16 20:33:50 +00:00
Jona Walpert 65ce8d6d8e Feat: Instead of a popup saying you are not allowed to change username while the lobyb is still active, this commit changes the "Casono" Title to more or less the same message for 2 seconds and then switches back. This improves the quality of the UI drastically 2026-05-16 22:31:03 +02:00
Julian Kropff 53cd7e5660 Fix: Call problem in Turn/River - the pot is no longer being updated. 2026-05-16 22:09:22 +02:00
Jona Walpert f9fded5afd Merge branch 'fix/lobby-cleanup-blocked' into 'main'
Fix: Lobby cleanup got blocked by previous feature for rejoining lobby while game is still going

See merge request cs108-fs26/Gruppe-13!184
2026-05-15 13:40:45 +00:00
Jona Walpert 1f73083778 Fix: Lobby cleanup got blocked by previous feature for rejoining lobby while game is still going. 2026-05-15 15:37:55 +02:00
Julian Kropff 8e90ce576e Merge remote-tracking branch 'origin/main' into feat/game-ui-optimization 2026-05-14 20:22:36 +02:00
Julian Kropff bd78d177a5 Merge branch 'feat/outreach-landing-page-no-script' into 'main'
Add: noscript banner for Casono Browser with disabled JavaScript

See merge request cs108-fs26/Gruppe-13!183
2026-05-14 18:21:36 +00:00
Julian Kropff 9fab65c276 Add: noscript banner for Casono Browser with disabled JavaScript 2026-05-14 20:05:13 +02:00
Julian Kropff b1da533f21 Fix: Casono Browser URL allowlist 2026-05-14 20:00:20 +02:00
Julian Kropff 0b3c0a728c Add: Casono Website and VS Code dev buttons in TaskbarController 2026-05-14 19:58:11 +02:00
Julian Kropff eb980272fe Add: Casono Website and VS Code dev buttons in Taskbar fxml 2026-05-14 19:57:54 +02:00
Julian Kropff e42a3c8cd5 Fix: Apply Spotless 2026-05-14 19:24:59 +02:00
Julian Kropff e3b83cb8c1 Merge remote-tracking branch 'origin/main' into feat/game-ui-optimization 2026-05-14 19:18:58 +02:00
Julian Kropff 435ff33deb Merge branch 'feat/outreach-landing-page' into 'main'
Add: Casono Website

See merge request cs108-fs26/Gruppe-13!182
2026-05-14 17:04:58 +00:00
Julian Kropff 4830aa0d34 Fix: table preview image 2026-05-14 18:51:04 +02:00
Jona Walpert b6b0c40b95 Deleted placeholder images 2026-05-14 11:19:55 +02:00
Jona Walpert 7572c505a4 Feat: Add gmaeplay video 2026-05-13 21:15:21 +02:00
Jona Walpert 352bd50945 Fix: Remove video artefact 2026-05-13 21:13:11 +02:00
Jona Walpert edc135e399 Feat: Add team member pcitures and profile links 2026-05-13 21:12:56 +02:00
Jona Walpert 3b709419b4 Add: Trailer video 2026-05-13 21:09:11 +02:00

Diff Content Not Available