Jona Walpert
|
983f2cca5e
|
Style: fix checkstyle errors
|
2026-04-01 14:24:34 +02:00 |
|
Jona Walpert
|
56ba5b81ae
|
Docs: translate client side components to english. This includes comments and javaDoc
|
2026-04-01 13:48:24 +02:00 |
|
Lars Simon Winzer
|
20e8491cff
|
Merge branch 'feat/35-make-dispatch-method-of-responsedispatcher-unchecked' into 'main'
Refactor dispatch method of ResponseDispatcher to be unchecked
Closes #35
See merge request cs108-fs26/Gruppe-13!67
|
2026-04-01 13:04:14 +02:00 |
|
Lars Simon Winzer
|
3b7b53d973
|
Style: Apply Spotless
|
2026-04-01 12:49:56 +02:00 |
|
Lars Simon Winzer
|
df0f8ca44c
|
Add: Handle ResponseDispatchException in SessionReader
|
2026-04-01 12:49:07 +02:00 |
|
Lars Simon Winzer
|
ae98334c56
|
Docs: Modify JavaDoc to match changes
|
2026-04-01 12:46:51 +02:00 |
|
Lars Simon Winzer
|
4deeace547
|
Refactor: dispatch method of ResponseDispatcher is now unchecked and throws ResponseDispatchException
|
2026-04-01 12:46:14 +02:00 |
|
Lars Simon Winzer
|
68e8bc76b2
|
Add: Wrapper ResponseDispatchException for ResponseDispatcher
|
2026-04-01 12:44:37 +02:00 |
|
Jona Walpert
|
cb65ad2ed0
|
Merge branch 'feat/ui-switch-lobby-game' into 'main'
Feat/ui switch lobby game
See merge request cs108-fs26/Gruppe-13!66
|
2026-04-01 10:34:31 +00:00 |
|
Jona Walpert
|
1d322f5cd8
|
Style: Fix checkstyle for failed pipeline
|
2026-04-01 12:31:58 +02:00 |
|
Jona Walpert
|
40ea45460e
|
Docs: JavaDoc for client side standard constructors
|
2026-04-01 11:44:46 +02:00 |
|
Jona Walpert
|
60f326c4d5
|
Style: line length checkstyle fix
|
2026-04-01 11:34:55 +02:00 |
|
Jona Walpert
|
2906c59f25
|
Merge branch 'main' into 'feat/ui-switch-lobby-game'
|
2026-04-01 11:24:39 +02:00 |
|
Lars Simon Winzer
|
6736345cbe
|
Merge branch 'feat/34-make-response-use-requestcontext' into 'main'
Refactor response classes to use RequestContext instead of SessionId + request id
Closes #34
See merge request cs108-fs26/Gruppe-13!64
|
2026-03-31 20:50:07 +02:00 |
|
Lars Simon Winzer
|
307c234c91
|
Docs: Fix javaDoc comments to match changes
|
2026-03-31 20:47:46 +02:00 |
|
Lars Simon Winzer
|
2ad2981724
|
Docs: Improve javaDoc for getSessionId method in Response
|
2026-03-31 20:36:40 +02:00 |
|
Lars Simon Winzer
|
945418798b
|
Refactor: Replace dedicated fields for SessionId and request id with RequestContext
|
2026-03-31 20:35:29 +02:00 |
|
Lars Simon Winzer
|
34d782e252
|
Refactor: Use RequestContext in SessionReader when instantiating responses
|
2026-03-31 20:32:11 +02:00 |
|
Lars Simon Winzer
|
665e006b89
|
Refactor: Update response classes to use RequestContext instead of SessionId + request id
BREAKING CHANGES
|
2026-03-31 20:27:36 +02:00 |
|
Julian Kropff
|
da23a30ca5
|
Add: Background image
|
2026-03-31 19:46:58 +02:00 |
|
Julian Kropff
|
d762f7bb2b
|
Add: Background image
|
2026-03-31 19:46:28 +02:00 |
|
Julian Kropff
|
605260f0d0
|
Add: Diamond Card images
|
2026-03-31 19:36:15 +02:00 |
|
Julian Kropff
|
27913854c5
|
Add: Heart Card images
|
2026-03-31 19:35:50 +02:00 |
|
Lars Simon Winzer
|
56667bfb12
|
Merge branch 'feat/33-commandparser-generic-type' into 'main'
Refactor CommandParser interface to use generic type extending Request
Closes #33
See merge request cs108-fs26/Gruppe-13!63
|
2026-03-31 19:32:33 +02:00 |
|
Lars Simon Winzer
|
3a0248e0c3
|
Refactor: Update CommandParser interface to use generic type
|
2026-03-31 19:29:08 +02:00 |
|
Julian Kropff
|
ecd66a4ee9
|
Add: Pik Card images
|
2026-03-31 19:27:07 +02:00 |
|
Julian Kropff
|
ae8eccb158
|
Add: Cross Card images
|
2026-03-31 19:20:45 +02:00 |
|
Julian Kropff
|
7a29ce0b3b
|
Add: Diamond Card image
|
2026-03-31 19:06:24 +02:00 |
|
Julian Kropff
|
865d5bb0dc
|
fix: rename
|
2026-03-31 18:44:19 +02:00 |
|
Julian Kropff
|
8ee5114d37
|
Add: poker chip images
|
2026-03-31 18:42:36 +02:00 |
|
Julian Kropff
|
c3bf2d4bb0
|
fix: rename
|
2026-03-31 17:46:28 +02:00 |
|
Julian Kropff
|
874df242ab
|
Add: Pik Card image
|
2026-03-31 17:45:52 +02:00 |
|
Julian Kropff
|
06e49a756c
|
Add: Heart Card image
|
2026-03-31 17:45:05 +02:00 |
|
Julian Kropff
|
b88fdceb9f
|
Add: Cross Card image
|
2026-03-31 17:44:11 +02:00 |
|
Julian Kropff
|
71d417c6da
|
Add: adding the game engine documentation
|
2026-03-31 17:06:53 +02:00 |
|
Lars Simon Winzer
|
595800a469
|
Merge branch 'chore/30-javadoc-ci-job' into 'main'
Add javaDoc gradle task as job to CI pipeline
Closes #30
See merge request cs108-fs26/Gruppe-13!62
|
2026-03-31 13:06:47 +02:00 |
|
Lars Simon Winzer
|
701fa9b6ed
|
Ci: Add javadoc gradle task as job to CI pipeline
|
2026-03-31 13:01:30 +02:00 |
|
Lars Simon Winzer
|
b0b8e3b1d0
|
Merge branch 'chore/31-feature-request-issue-template-checklist' into 'main'
Fix minor formatting errors in the issue templates
Closes #32 and #31
See merge request cs108-fs26/Gruppe-13!61
|
2026-03-31 12:44:17 +02:00 |
|
Lars Simon Winzer
|
3af362a9e5
|
Chore: Fix typo in Bug Report template checklist
|
2026-03-31 12:39:19 +02:00 |
|
Lars Simon Winzer
|
65db63d3a1
|
Chore: Update checklist in Feature Request template
|
2026-03-31 12:39:03 +02:00 |
|
Lars Simon Winzer
|
9a81c6f1af
|
Merge branch 'chore/29-javadoc-server-errors' into 'main'
Reflect criticial changes to JavaDoc docstrings for server
Closes #29
See merge request cs108-fs26/Gruppe-13!60
|
2026-03-31 12:29:21 +02:00 |
|
Lars Simon Winzer
|
972e46f4d0
|
Style: Apply Spotless
|
2026-03-31 12:27:17 +02:00 |
|
Lars Simon Winzer
|
4e9082f106
|
Chore: Update Javadoc for ProtocolParser
|
2026-03-31 12:23:43 +02:00 |
|
Lars Simon Winzer
|
e210bd1d49
|
Chore: Update Javadoc for Session classes
|
2026-03-31 12:23:30 +02:00 |
|
Lars Simon Winzer
|
238cf937f4
|
Merge branch 'fix/28-incomplete-transmission-of-response' into 'main'
Fix incorrect order data was written by TcpTransport
Closes #28
See merge request cs108-fs26/Gruppe-13!59
|
2026-03-31 12:12:57 +02:00 |
|
Lars Simon Winzer
|
e07f107384
|
Fix: Incorrect order data was written out
|
2026-03-31 12:03:45 +02:00 |
|
Lars Simon Winzer
|
600d10286f
|
Merge branch 'feat/27-finalize-serverside-exception-handling' into 'main'
Finalize exception handling in SessionReader
Closes #27
See merge request cs108-fs26/Gruppe-13!58
|
2026-03-31 10:11:10 +02:00 |
|
Jona Walpert
|
2cd4324c68
|
Merge branch 'chore/add-build-cs108-task' into 'main'
Chore: Add build-cs108 Gradle task and javadocJar
See merge request cs108-fs26/Gruppe-13!57
|
2026-03-30 21:36:45 +00:00 |
|
Jona Walpert
|
45a6b87303
|
Chore: Add build-cs108 Gradle task and javadocJar
|
2026-03-30 23:33:48 +02:00 |
|
Lars Simon Winzer
|
c6ac3d4aff
|
Add: Handle thrown Exceptions and respond with ErrorResponse
|
2026-03-30 19:38:39 +02:00 |
|