Jona Walpert
|
050d87ce57
|
Docs: Add command documentation for get_lobby_status
|
2026-04-11 20:32:38 +02:00 |
|
Jona Walpert
|
66ee791342
|
Merge branch 'feat/97-add-joinlobby-command-on-server-side' into 'main'
Feat: Add addPlayer command on sever side
Closes #97
See merge request cs108-fs26/Gruppe-13!102
|
2026-04-11 17:49:56 +00:00 |
|
Jona Walpert
|
af9daecf46
|
Docs: Add documentation for Join_lobby command
|
2026-04-11 18:03:18 +02:00 |
|
Jona Walpert
|
62f01d1e5d
|
Docs: add documentation of create_lobby commad
|
2026-04-11 16:44:19 +02:00 |
|
Julian Kropff
|
30dcd8f4ab
|
Merge branch 'main' into feat/game-ui
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/network/GameClient.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/gameui/CasinoGameUI.java
# src/main/resources/ui-structure/Casinogameui.fxml
|
2026-04-11 15:16:46 +02:00 |
|
Mathis Ginkel
|
9e7a80c17d
|
Docs: add description of enum ChatType
Refs #88
|
2026-04-11 15:07:55 +02:00 |
|
Julian Kropff
|
beeba04a2c
|
Merge branch 'feat/client-chat' into chore/ui-checkstyle-fixes
# 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/CoreClient.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/ChatViewController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/lobbyui/LobbyButtonGridManager.java
# src/main/resources/ui-structure/components/Chatbox.fxml
|
2026-04-11 12:56:01 +02:00 |
|
Julian Kropff
|
edb98c8d21
|
Merge branch 'feat/client-communication' into chore/ui-checkstyle-fixes
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/gameui/CasinoGameUI.java
|
2026-04-11 12:20:27 +02:00 |
|
Lars Simon Winzer
|
2d7b15e593
|
Docs: Documentation describing the structure and conventions of our network protocol
|
2026-04-11 11:21:00 +02:00 |
|
Mathis Ginkel
|
66d3826509
|
Docs: Delete outdated network protocol document
|
2026-04-11 11:16:21 +02:00 |
|
Mathis Ginkel
|
9c09927d09
|
Docs: Adding Server Commands for Client Chat to the protocol document manually reverting changes
|
2026-04-10 23:25:05 +02:00 |
|
Julian Kropff
|
f6dda36c8d
|
Merge branch 'main' into feat/game-ui
|
2026-04-10 21:05:53 +02:00 |
|
Jona Walpert
|
59cd5bca88
|
Docs: Add teammeating document with new division of tasks for milestone 4
|
2026-04-10 10:07:29 +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 |
|
Lars Simon Winzer
|
bb1e026a1e
|
Docs: Update protocol document for LIST_USERS command
|
2026-04-09 18:59:18 +02:00 |
|
Julian Kropff
|
c8a9393fb6
|
Add: documentation for client network architecture
|
2026-04-09 18:04:57 +02:00 |
|
Julian Kropff
|
93e39c3962
|
Add: Client Network Architecture Documentation
|
2026-04-09 18:04:57 +02:00 |
|
Mathis Ginkel
|
65304cbb66
|
Merge remote-tracking branch 'origin/main'
|
2026-04-09 18:02:35 +02:00 |
|
Lars Simon Winzer
|
5e15ad359d
|
Docs: Correct spelling and grammar
|
2026-04-09 14:38:39 +02:00 |
|
Lars Simon Winzer
|
2350ddf1c4
|
Docs: Add examples to copy n' paste exmaple and all existing documented commands
|
2026-04-09 14:34:32 +02:00 |
|
Jona Walpert
|
ad81479bcd
|
Add: first part of the powerpoint presentation for MS4
Refs #62
|
2026-04-09 14:24:23 +02:00 |
|
Lars Simon Winzer
|
62bc75b46b
|
Docs: Write documentation for already existing commands and pre-execution checks
|
2026-04-09 14:21:18 +02:00 |
|
Lars Simon Winzer
|
8bcd4dd033
|
Docs: Update copy n' paste command section with enum example, and error response
|
2026-04-09 14:09:24 +02:00 |
|
Lars Simon Winzer
|
0afa1d65e9
|
Docs: Link to protocol document from section README
|
2026-04-09 13:39:26 +02:00 |
|
Lars Simon Winzer
|
259173a809
|
Docs: Initial protocol document outlining execution pipeline with possible error responses
|
2026-04-09 13:39:07 +02:00 |
|
Julian Kropff
|
ea987243b0
|
Merge branch 'feat/client-communication' into feat/game-ui
|
2026-04-09 13:35:55 +02:00 |
|
Jona Walpert
|
8a6c573bde
|
Docs: 9.4 Small Teammeating
|
2026-04-09 12:15:19 +02:00 |
|
Jona Walpert
|
139626520b
|
Docs: game rules description added for MS-4
|
2026-04-09 12:08:51 +02:00 |
|
Lars Simon Winzer
|
6ee2c4f901
|
Docs: Add to the command deep-dive by adding a section for the HandlerCheck and CommandHandlerExecutor, including diagrams
|
2026-04-08 18:19:55 +02:00 |
|
Lars Simon Winzer
|
eb2a679868
|
Docs: Modify guide on implementing a command by mentioning pre-execution checks
|
2026-04-08 18:18:17 +02:00 |
|
Mathis Ginkel
|
55a6d4beed
|
Merge remote-tracking branch 'origin/main'
|
2026-04-05 13:12:39 +02:00 |
|
Lars Simon Winzer
|
aca8924f15
|
Merge branch 'chore/50-change-used-markdown-embed-technique' into 'main'
Replace SVG with PNG graphics in documentation
Closes #50
See merge request cs108-fs26/Gruppe-13!79
|
2026-04-05 12:48:42 +02:00 |
|
Lars Simon Winzer
|
d3009a422c
|
Docs: Replace SVG with PNG graphic
|
2026-04-05 12:43:59 +02:00 |
|
Julian Kropff
|
d4e69d26d7
|
Merge remote-tracking branch 'origin/main' into feat/game-engine
|
2026-04-05 11:04:19 +02:00 |
|
Lars Simon Winzer
|
a0319af3b3
|
Fix: Revert and use relative path instead
|
2026-04-04 22:09:20 +02:00 |
|
Lars Simon Winzer
|
b8a0c224cf
|
Fix: Replace markdown native image embed with html tag
|
2026-04-04 22:06:09 +02:00 |
|
Julian Kropff
|
b99facab3b
|
Docs: fix Game Engine architecture Documentation
|
2026-04-04 19:10:19 +02:00 |
|
Lars Simon Winzer
|
b9a8448b53
|
Docs: Write guide on implementing a custom command and link to it from README
|
2026-04-04 18:08:03 +02:00 |
|
Julian Kropff
|
59c47267ad
|
Docs: fix Game Engine implementation Documentation
|
2026-04-04 16:13:23 +02:00 |
|
Lars Simon Winzer
|
f971e6ad5b
|
Docs: Write technical deep dive for commands and link to it from README
Includes puml diagrams and exported svgs
|
2026-04-04 15:51:29 +02:00 |
|
Lars Simon Winzer
|
4317b63a87
|
Docs: Write README for commands section of serverside documentation
|
2026-04-04 14:36:46 +02:00 |
|
Julian Kropff
|
413999a226
|
Add: Game Engine implementation Documentation
|
2026-04-04 11:51:26 +02:00 |
|
Julian Kropff
|
ee1e474a9d
|
Docs: Fix typos in poker rules description
|
2026-04-04 11:47:12 +02:00 |
|
Julian Kropff
|
8c0dd1a481
|
Docs: A simple description of the poker rules with an example, English version
|
2026-04-04 10:24:08 +02:00 |
|
Julian Kropff
|
3640c1117d
|
Docs: update client network architecture documentation
|
2026-04-04 10:21:07 +02:00 |
|
Julian Kropff
|
e86de25b34
|
Add: A simple description of poker rules with an example
|
2026-04-03 14:35:08 +02:00 |
|
Julian Kropff
|
09c19c2602
|
Add: documentation for client network architecture
|
2026-04-02 16:10:33 +02:00 |
|
Julian Kropff
|
45cd54b981
|
Add: Client Network Architecture Documentation
|
2026-04-02 10:54:47 +02:00 |
|
Julian Kropff
|
71d417c6da
|
Add: adding the game engine documentation
|
2026-03-31 17:06:53 +02:00 |
|
Mathis Ginkel
|
5401ead198
|
add: Network Protocol docs
|
2026-03-15 22:31:10 +01:00 |
|