Julian Kropff
|
ce583062ba
|
Refactor: improve GameClient structure
Refs #52
|
2026-04-10 20:16:08 +02:00 |
|
Julian Kropff
|
040ff7cf52
|
Fix: correct CasinoGame UI
Refs #52
|
2026-04-10 20:12:14 +02:00 |
|
Julian Kropff
|
616f609fae
|
Fix: update Casinogame UI styles
Refs #52
|
2026-04-10 20:09:04 +02:00 |
|
Julian Kropff
|
4895af9030
|
Fix: correct Taskbar UI
Refs #52
|
2026-04-10 20:05:49 +02:00 |
|
Julian Kropff
|
db3f34fddf
|
Fix: correct Player status UI layout
Refs #52
|
2026-04-10 20:02:33 +02:00 |
|
Jona Walpert
|
999dd9beb9
|
Style: Apply Spotless
|
2026-04-10 14:59:27 +02:00 |
|
Jona Walpert
|
3be2d3d9f4
|
Fix: Chekstyle naming convention
|
2026-04-10 14:58:00 +02:00 |
|
Jona Walpert
|
c094b224c3
|
Feat: Auto-assign playerN and add server-side rename support
Make username mutable, assign playerN for anonymous logins, and add atomic changeUsername in UserRegistry.
Refs #68
|
2026-04-10 14:20:21 +02:00 |
|
Jona Walpert
|
3807059229
|
Feat: accept optional client username and forward to ClientApp
Pass host/port and optional username via system properties for the UI.
Refs #68
|
2026-04-10 14:12:24 +02:00 |
|
Mathis Ginkel
|
31d3947175
|
Add: CSS-Style changes to the ChatBox
|
2026-04-10 13:21:34 +02:00 |
|
Lars Simon Winzer
|
8f4ce1db80
|
Fix: Change visibility of ThrowingParser from package-private to public
|
2026-04-10 11:25:09 +02:00 |
|
Mathis Ginkel
|
1914aa2c7f
|
Merge branch 'main' into 'feat/client-chat'
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/ServerApp.java
|
2026-04-09 19:34:38 +00:00 |
|
Mathis Ginkel
|
13df8db33e
|
Docs: Insert JavaDocs
|
2026-04-09 21:25:46 +02:00 |
|
Mathis Ginkel
|
566c9375ab
|
Style: Apply Spotless
|
2026-04-09 20:36:18 +02:00 |
|
jk
|
a43361d606
|
Fix: Brightened the images
|
2026-04-09 19:21:07 +02:00 |
|
Lars Simon Winzer
|
4071be3341
|
Fix: Change execute method in CommandHandler to be abstract
|
2026-04-09 19:14:15 +02:00 |
|
Lars Simon Winzer
|
afef96ce21
|
Docs: Write JavaDoc for newly added components
|
2026-04-09 19:07:08 +02:00 |
|
Lars Simon Winzer
|
a96c050c55
|
Fix: ListUsersResponse to properly encapsulate user parameters in a block
|
2026-04-09 18:53:26 +02:00 |
|
Lars Simon Winzer
|
a164f87379
|
Fix: Correctly retrieve user ID value in ListUsersResponse
|
2026-04-09 18:48:24 +02:00 |
|
Lars Simon Winzer
|
f59f5c5930
|
Add: Registration of parser and handler to composition root
|
2026-04-09 18:46:45 +02:00 |
|
Lars Simon Winzer
|
627c38da6f
|
Add: ListUsersHandler to handle user listing command
|
2026-04-09 18:46:20 +02:00 |
|
Lars Simon Winzer
|
239dfa714e
|
Add: ListUsersResponse to convert collection of users to response body
|
2026-04-09 18:30:14 +02:00 |
|
Lars Simon Winzer
|
40d623fbb7
|
Add: ListUsersParser to parse request
|
2026-04-09 18:19:10 +02:00 |
|
Lars Simon Winzer
|
1d500e6973
|
Add: ListUsersRequest to request collection of active users
|
2026-04-09 18:18:01 +02:00 |
|
Mathis Ginkel
|
84e68d8b20
|
Merge remote-tracking branch 'origin/feat/client-chat' into feat/client-chat
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatModel.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/Message.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/ChatClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/ClientService.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/GameClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/LobbyClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatBoxController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatViewController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/get_next_message/GetNextMessageHandler.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/get_next_message/GetNextMessageResponse.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/server/app/commands/send_message/SendMessageParser.java
# src/main/resources/ui-structure/Casinogameui.fxml
# src/main/resources/ui-structure/components/chatui/chatbox.fxml
# src/main/resources/ui-structure/components/chatui/chattab.fxml
# src/main/resources/ui-structure/gameuicomponents/chatui/chatbox.fxml
# src/test/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatApplication.java
# src/test/java/ch/unibas/dmi/dbis/cs108/casono/client/chat/ChatTest.java
|
2026-04-09 18:13:29 +02:00 |
|
Mathis Ginkel
|
e8401a976a
|
Add: First implementation of Button, to create Whisper Chat
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
c0c9225d42
|
Fix: Parsing of Server Responses for Client Chat
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
4e7b0ab67a
|
Add: Implement Commands for Chat Protocol
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
39f60c9113
|
Fix: small changes to ChatUI
|
2026-04-09 18:04:57 +02:00 |
|
Jona Walpert
|
847d816935
|
Add: first (non functioning) modified version of lobby button controlelr with abckend conenction
|
2026-04-09 18:04:57 +02:00 |
|
Julian Kropff
|
79bd33ad75
|
Add: initial client structure for game and network
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
f5138503cb
|
Add: CoreClient and ChatClient
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
7d19e65428
|
Add: client chat architecture for lobby and global chat
|
2026-04-09 18:04:50 +02:00 |
|
Mathis Ginkel
|
87e9305e82
|
Fix: small changes in ClientService
|
2026-04-09 18:03:26 +02:00 |
|
Mathis Ginkel
|
de66757837
|
Resolve Conflicts
|
2026-04-09 18:03:26 +02:00 |
|
jk
|
a5427a232f
|
Merge branch 'main' into feat/game-ui
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/gameui/CasinoGameUI.java
|
2026-04-09 14:37:59 +02:00 |
|
Julian Kropff
|
e374be4e31
|
Add: dealer chip images
|
2026-04-09 14:07:33 +02:00 |
|
Julian Kropff
|
d939b0da67
|
Add: background card image
|
2026-04-09 13:57:24 +02:00 |
|
Julian Kropff
|
ea987243b0
|
Merge branch 'feat/client-communication' into feat/game-ui
|
2026-04-09 13:35:55 +02:00 |
|
Julian Kropff
|
a99cf16c7e
|
Fix: checkstyle issues
|
2026-04-09 10:53:49 +02:00 |
|
Julian Kropff
|
e5f814b853
|
Merge branch 'main' into feat/gameui
|
2026-04-09 10:47:28 +02:00 |
|
Jona Walpert
|
b205b25b48
|
Feat: Adds functionality to periodically refresh lobbies to update lobby GUI screen
|
2026-04-09 10:43:25 +02:00 |
|
Jona Walpert
|
df31c307fe
|
Fix: Comment out faulty Unit Test
|
2026-04-09 10:42:45 +02:00 |
|
Lars Simon Winzer
|
61e77be35c
|
Docs: Write JavaDoc for newly added constructor
|
2026-04-08 19:13:10 +02:00 |
|
Lars Simon Winzer
|
01934b76f3
|
Refactor: Existing handler to using constructor of superclass
|
2026-04-08 19:12:36 +02:00 |
|
Lars Simon Winzer
|
0ddb65e870
|
Add: ResponseDispatcher field to CommandHandler
|
2026-04-08 19:11:49 +02:00 |
|
Lars Simon Winzer
|
3de20e3d6c
|
Docs: Remove unnecessary generic type parameter in JavaDoc from execute method in CommandHandlerExecutor
|
2026-04-08 18:54:12 +02:00 |
|
Lars Simon Winzer
|
e23a9817e2
|
Refactor: Rename file to match class name
|
2026-04-08 18:31:44 +02:00 |
|
Lars Simon Winzer
|
1b3ba0000a
|
Refactor: Correct naming for UserLoggedInCheck
|
2026-04-08 18:27:10 +02:00 |
|
Lars Simon Winzer
|
15062df711
|
Docs: Write JavaDoc for added or modified components
|
2026-04-08 18:06:55 +02:00 |
|