Commit Graph

351 Commits

Author SHA1 Message Date
Lars Simon Winzer 0bfcbe95b0 Style: Line length of JavaDoc comment 2026-03-15 14:55:43 +01:00
Lars Simon Winzer 94a2e1f977 Add: Make interface and implementation use RawPacket 2026-03-15 14:55:29 +01:00
Lars Simon Winzer 1bfbb5c75d Add: RawPacket record to store raw data about the incomming request 2026-03-15 14:49:39 +01:00
Lars Simon Winzer 08dc94b4b0 Style: Comply with Spotless
Created issue #2 regarding this issue
2026-03-15 13:38:59 +01:00
Lars Simon Winzer ca11c135f1 Style: Bracket after 'if' and record in one-line 2026-03-15 13:28:06 +01:00
Lars Simon Winzer 60f59e03d4 Add: TokenClassifier to perform more extensive syntax verification and classify tokens 2026-03-15 13:26:59 +01:00
Lars Simon Winzer 1e794337b5 Remove: 'NEWLINE' member from TokenType enum as commands dont span over multiple lines 2026-03-15 13:08:23 +01:00
Lars Simon Winzer 3509a967a6 Add: Tokenizer does no longer classify tokens and instead returns 'RawToken's 2026-03-15 12:21:56 +01:00
Lars Simon Winzer 4c0e6aeb36 Delete: Falsly added file for rudimentary quick testing 2026-03-15 12:20:37 +01:00
Lars Simon Winzer 3e138ab84e Add: State to use RawToken 2026-03-15 12:11:59 +01:00
Lars Simon Winzer 45fd696fec Add: RawToken and RawTokenType for token representation 2026-03-15 12:08:32 +01:00
Lars Simon Winzer b898357d76 Merge branch 'main' into 'feat/tokenizer' 2026-03-14 18:24:03 +01:00
Jona Walpert a15a0a0044 Style: apply Checkstyle fixes on client side 2026-03-14 17:35:47 +01:00
Jona Walpert e3e1da0082 Merge branch 'main' into 'chore/conform-ui-to-checkstyle' 2026-03-14 17:16:57 +01:00
Jona Walpert d1bf8e4c9a Style: Use logger instead of System.out.println 2026-03-14 17:14:41 +01:00
Lars Simon Winzer f3c34dfa7f Move: Tokenizer related tests into server server directory 2026-03-14 17:14:37 +01:00
Lars Simon Winzer 2af3fe7c35 Move: Tokenizer related files into server directory 2026-03-14 17:13:18 +01:00
Julian Kropff 58c473fc9e Merge remote-tracking branch 'origin/main' into feat/game-ui 2026-03-14 17:00:28 +01:00
Julian Kropff c411e9c560 style: apply Checkstyle fixes 2026-03-14 16:51:18 +01:00
Julian Kropff 1c5c4c8a34 style: apply Checkstyle fixes 2026-03-14 16:48:20 +01:00
Julian Kropff 9376b1d406 style: apply Checkstyle fixes 2026-03-14 16:48:06 +01:00
Julian Kropff cb98c70562 style: apply Checkstyle fixes 2026-03-14 16:46:44 +01:00
Julian Kropff d8bfc1c8e9 style: apply Checkstyle fixes 2026-03-14 16:46:28 +01:00
Lars Simon Winzer 14c18df0eb Test: Tokenizer exception 2026-03-14 16:37:11 +01:00
Lars Simon Winzer 208a284204 Test: Tokenizer state 2026-03-14 16:33:34 +01:00
Lars Simon Winzer ef2a00268f Add: Tokenizer to tokenize provided string into tokens and perform syntax check 2026-03-14 16:13:35 +01:00
Lars Simon Winzer d403908341 Add: TokenizerException thrown during tokenization 2026-03-14 16:12:50 +01:00
Lars Simon Winzer fa54fd75c1 Add: Tokenizer state and token representation 2026-03-14 15:32:40 +01:00
Jona Walpert 50d75e2f03 Style: Checkstyle changes to LobbyUI 2026-03-14 14:48:37 +01:00
Lars Simon Winzer 3dbd3a6c15 Merge branch 'chore/conform-server-to-checkstyle' into 'main'
Edit server-side code to conform to checkstyle rules

See merge request cs108-fs26/Gruppe-13!25
2026-03-14 14:26:49 +01:00
Lars Simon Winzer 1aafc0bc4b Style: Use logger instead of System.out.println 2026-03-14 14:20:01 +01:00
jk 736cf230fb Merge branch 'main' into 'feat/game-ui' 2026-03-14 14:02:13 +01:00
Lars Simon Winzer 3ce0a44a18 Style: Trailing whitespace 2026-03-14 13:46:11 +01:00
Lars Simon Winzer 59494ea2d4 Style: Line length 2026-03-14 13:45:29 +01:00
Lars Simon Winzer 34c89b671e Style: Unnecessary spaces in JavaDoc parameter and return value labels 2026-03-14 13:44:58 +01:00
Lars Simon Winzer 573c5fd36d Style: Singleline JavaDoc comments 2026-03-14 13:37:04 +01:00
Jona Walpert 09ebacc1e4 chore: remove demo code from project 2026-03-14 13:36:27 +01:00
Lars Simon Winzer 7be2229280 Style: Sort imports 2026-03-14 13:33:46 +01:00
Julian Kropff 3a8dc98e91 style: update chat ui design 2026-03-14 13:31:45 +01:00
Julian Kropff 59a4648ad6 fix: reorganize folder structure for chat components 2026-03-14 13:01:41 +01:00
Julian Kropff ec4d8bfb07 fix: update chatbox fxml 2026-03-14 11:54:14 +01:00
jk 1fe6d9ce5d add: casino browser controller 2026-03-14 11:43:01 +01:00
jk 8f5d90c538 style: update casino game ui 2026-03-14 11:41:05 +01:00
jk 8610f77386 fix: update casino game ui fxml 2026-03-14 11:38:54 +01:00
jk c38f177a16 fix: update chatbox fxml 2026-03-14 11:37:26 +01:00
jk 815caff372 add: chat controller 2026-03-14 11:34:50 +01:00
jk c441318df9 fix: update launcher logic 2026-03-14 11:33:50 +01:00
jk 7d2486d3be fix: update taskbar fxml 2026-03-14 11:31:47 +01:00
jk 18d8b68fc8 fix: update and rename taskbar controller logic 2026-03-14 11:28:02 +01:00
jk 4ecbe21602 fix: update and rename casino game ui logic 2026-03-14 11:26:30 +01:00