Lars Simon Winzer
|
004b2e2313
|
Build: Add checkstyle plugin and add gradle task
|
2026-03-13 16:38:56 +01:00 |
|
Lars Simon Winzer
|
9b40396eed
|
Merge branch 'feat/network-manager' into 'main'
Add (v1) NetworkManager, Session and Transport
See merge request cs108-fs26/Gruppe-13!17
|
2026-03-13 15:49:55 +01:00 |
|
Lars Simon Winzer
|
4bcb9a9874
|
Style: Newline at end of file
|
2026-03-13 15:46:12 +01:00 |
|
Jona Walpert
|
9c3114b5f3
|
Merge branch 'feat/lobby-ui' into 'main'
Merge 'feat/lobby-ui' back into 'main'
See merge request cs108-fs26/Gruppe-13!16
|
2026-03-13 14:30:32 +00:00 |
|
Jona Walpert
|
1cefe9c9d9
|
Merge branch 'chore/fix-enable-native-access-javafx' into 'main'
chore: fix JVM native access warnings for JavaFX
See merge request cs108-fs26/Gruppe-13!15
|
2026-03-13 14:21:53 +00:00 |
|
Jona Walpert
|
0e30e08247
|
chore: fix JVM native access warnings for JavaFX
|
2026-03-13 15:16:42 +01:00 |
|
Lars Simon Winzer
|
38133e6761
|
Docs: Add JavDoc for all classes and methods
|
2026-03-13 15:16:15 +01:00 |
|
Lars Simon Winzer
|
4231ca3e97
|
Ammend to 49019075e4
|
2026-03-13 15:12:06 +01:00 |
|
Jona Walpert
|
75567c59b2
|
Merge branch 'main' into 'feat/lobby-ui'
|
2026-03-13 14:55:43 +01:00 |
|
Jona Walpert
|
a39775bd04
|
refactor: Button_ID - Lobby_ID translation is now only stored in hasmap and not in a Json file anymore
|
2026-03-13 14:54:47 +01:00 |
|
Lars Simon Winzer
|
49019075e4
|
Move: Network related files into respective folders
|
2026-03-13 14:42:19 +01:00 |
|
Jona Walpert
|
97a860df9e
|
Merge branch 'chore/gradle-client-run-shortcut' into 'main'
Chore: Add client run task to gradle
See merge request cs108-fs26/Gruppe-13!14
|
2026-03-13 10:31:42 +00:00 |
|
Jona Walpert
|
0b51f4f45a
|
Chore: Add client run task to gradle
|
2026-03-13 11:29:21 +01:00 |
|
Lars Simon Winzer
|
711de2e6aa
|
Add: Make use of SessionManager
|
2026-03-12 20:13:50 +01:00 |
|
Lars Simon Winzer
|
74566f99cf
|
Fix: Direct (unallowed) cast from Consumer<T> to Consumer<Object>
|
2026-03-12 20:12:52 +01:00 |
|
Lars Simon Winzer
|
c301039bfc
|
Add: SessionManager to store all active sessions
|
2026-03-12 19:34:46 +01:00 |
|
Lars Simon Winzer
|
e1029932d8
|
Fix: 'Potential null pointer access'
|
2026-03-12 19:27:29 +01:00 |
|
Lars Simon Winzer
|
db7892d9c4
|
Fix: 'Type safety: Unchecked cast from ...'
|
2026-03-12 19:26:00 +01:00 |
|
Lars Simon Winzer
|
7b32fe1147
|
Add: Event interface and implement it in DisconnectEvent, update EventBus to only allow Event type
|
2026-03-12 19:16:59 +01:00 |
|
Lars Simon Winzer
|
54588276d1
|
Add: Let Session publish DisconnectEvent and EventHandler subscribe and handle it
|
2026-03-12 19:15:25 +01:00 |
|
Lars Simon Winzer
|
fc8a92789a
|
Add: DisconnectEvent as record
|
2026-03-12 19:13:25 +01:00 |
|
Lars Simon Winzer
|
7fcb47ed6f
|
Add: EventBus class for event handling and subscription management
|
2026-03-12 19:12:53 +01:00 |
|
Lars Simon Winzer
|
d4bf69dc59
|
Refactor: Session to use TransportLayer for socket communication
|
2026-03-12 15:55:46 +01:00 |
|
Lars Simon Winzer
|
b073760eef
|
Add: TcpTransport class to implement TransportLayer
|
2026-03-12 15:51:35 +01:00 |
|
Lars Simon Winzer
|
48d77b6cbe
|
Add: TransportLayer interface to abstract direct socket access
|
2026-03-12 15:47:03 +01:00 |
|
Jona Walpert
|
59765e33bb
|
Test: Unit test for Translating Button IDs into backend Lobby IDs
|
2026-03-12 15:36:59 +01:00 |
|
Jona Walpert
|
fa95ce1418
|
Test: Unit test for creating lobbies and trying to join them
|
2026-03-12 15:36:13 +01:00 |
|
Jona Walpert
|
d2407d61f4
|
Add: Lobby display in lobby GUI with placeholder functions.
|
2026-03-12 15:25:18 +01:00 |
|
Jona Walpert
|
d414c27ff2
|
Chore: Added Json dependency in Gradle
|
2026-03-12 15:23:40 +01:00 |
|
Lars Simon Winzer
|
f4a32b1649
|
Add: Session Runnable to read incomming data, decode and print it
|
2026-03-12 13:45:30 +01:00 |
|
Lars Simon Winzer
|
5407e245f7
|
Add: Modify NetworkManager to create Session uppon recieving a new connection
|
2026-03-12 13:43:35 +01:00 |
|
Jona Walpert
|
02dc75c331
|
Add: Javadoc to client side files for lauching (lobby) UI, Main file
|
2026-03-12 11:31:41 +01:00 |
|
Julian Kropff
|
4989e26ac6
|
style(game-ui): add Casinogameui stylesheet
|
2026-03-12 07:31:15 +01:00 |
|
Julian Kropff
|
89d4cad336
|
feat(game-ui): add Tastbar FXML layout
|
2026-03-12 07:30:35 +01:00 |
|
Julian Kropff
|
c0b6a5424a
|
feat(game-ui): add PlayerStatus FXML layout
|
2026-03-12 07:28:27 +01:00 |
|
Julian Kropff
|
f9b32bc979
|
feat(game-ui): add Chatbox FXML layout
|
2026-03-12 07:26:39 +01:00 |
|
Julian Kropff
|
25d145cffd
|
feat(game-ui): add Casinogameui FXML layout
|
2026-03-12 07:25:09 +01:00 |
|
Julian Kropff
|
d47084d6f5
|
feat(game-ui): add TaskbarController
|
2026-03-12 07:24:28 +01:00 |
|
Julian Kropff
|
c87e6f1463
|
feat(game-ui): add Casinogamecontroller
|
2026-03-12 07:22:50 +01:00 |
|
Julian Kropff
|
23faf0f371
|
feat(game-ui): add Casinogameui base class
|
2026-03-12 07:21:16 +01:00 |
|
Julian Kropff
|
268cf283bd
|
chore(launcher): start Casinogameui for development
|
2026-03-12 07:18:18 +01:00 |
|
Lars Simon Winzer
|
5ff4dcec53
|
Move: Session and SessionId from common to server
|
2026-03-11 18:53:30 +01:00 |
|
Lars Simon Winzer
|
dac05de331
|
Add: Primitive first version of NetworkManager
|
2026-03-11 18:23:26 +01:00 |
|
Lars Simon Winzer
|
b1ab8f3982
|
Merge branch 'main' into 'feat/network-manager'
|
2026-03-11 17:57:29 +01:00 |
|
Lars Simon Winzer
|
82dd5a9b8a
|
Merge branch 'feat/log4j-logging' into 'main'
Add Log4J as Gradle dependency and configures it with the bare minimum
See merge request cs108-fs26/Gruppe-13!13
|
2026-03-11 17:50:08 +01:00 |
|
Lars Simon Winzer
|
18331a7cc3
|
Add: Colored log output, based on log level
|
2026-03-11 17:47:36 +01:00 |
|
Lars Simon Winzer
|
a2256b2c1e
|
Add: Jansi as gradle dependency to allow colored console output
|
2026-03-11 17:44:19 +01:00 |
|
Lars Simon Winzer
|
85c872df23
|
Add: Konfigure log4j with the bare minimum
|
2026-03-11 17:41:14 +01:00 |
|
Lars Simon Winzer
|
2b012aa256
|
Add: log4j as gradle dependency
|
2026-03-11 17:40:46 +01:00 |
|
jk
|
4879b1b464
|
Merge remote-tracking branch 'origin/feat/ui-structure' into feat/game-ui
|
2026-03-11 17:16:24 +01:00 |
|