Commit Graph

112 Commits

Author SHA1 Message Date
Alexander Sazonov 110a7a342d Implemented most of main logic of the VoteHandler 2022-04-03 18:25:37 +02:00
Alexander Sazonov 7f3ecc0ca9 Started working on VoteHandler, reformatted some classes to google style 2022-04-03 00:55:24 +02:00
Alexander Sazonov 75027f60b7 Modified GhostifyHandler to deal with original ghost 2022-04-02 23:11:19 +02:00
Jonas f677f5cb71 complete overhaul of client / server communication. Several methods renamed, tweaked protocol. 2022-04-02 17:10:29 +02:00
Seraina 401b3bec52 Added Handler skeletons concerning game logic and instructions on how to implement them 2022-04-01 12:20:08 +02:00
Jonas 5010b66d4c Made several small adjustments:
-regarding disconnection handling
-corrected import statements in GameFunctions.java
2022-04-01 12:18:16 +02:00
Alexander Sazonov 5b3af54720 Added possibility to change player from human to ghost 2022-04-01 11:28:46 +02:00
Seraina 3151cd4c51 Moved klassenstruktur into gamelogic 2022-04-01 11:09:36 +02:00
Seraina 733961292f Changed package name spiellogikentwurft to gamelogic 2022-04-01 11:06:05 +02:00
Seraina abbf220a71 Repo spring-cleaning:
- changed all package names to lowercase
2022-03-31 13:53:22 +02:00
Seraina ccff94b70a Repo spring-cleaning:
- changed all package names to lowercase
2022-03-31 13:50:32 +02:00
Seraina 9b0e751c18 Started Repo spring-cleaning:
- added config directory for all configuration files
- removed jars
- Moved some files to more sensibel spots
2022-03-31 13:42:58 +02:00
Seraina 4f44ab2f3b Added a logger instance LOGGER to all classes 2022-03-31 13:40:55 +02:00
Seraina a9b75c95ea Set RootLogger level to Trace so all Logger messages are shown 2022-03-31 13:16:57 +02:00
Seraina e5a64ce0c3 Added Spiellogikentwurf package from LoggingExp branch 2022-03-31 13:12:52 +02:00
Seraina af3e1928be Trying to merge Logging Experiment into master 2022-03-31 12:59:12 +02:00
Seraina 25690c14f4 Creates a Class that lets us configure the RootLogger for everything (BudaLogConfig) 2022-03-31 12:42:21 +02:00
Alexander Sazonov b634f16481 Added possibility to change root logger level 2022-03-30 22:40:51 +02:00
Alexander Sazonov 69219bc120 Minor documentation inputs / changes 2022-03-28 03:29:49 +02:00
Jonas fd8ee64e50 applied google style 2022-03-28 00:15:34 +02:00
Jonas a72c5239ff Added in-code documentation for client & server protocol parsers. 2022-03-28 00:04:06 +02:00
Jonas ae7bff2a6f Some documentation stuff 2022-03-27 23:57:06 +02:00
Seraina 0370bf30b8 Documented everything I could and tried unifying format 2022-03-27 23:18:45 +02:00
Seraina c87d894e10 Documented everything I could and tried unifying format 2022-03-27 22:43:35 +02:00
Seraina 2d71bbbc1c Merging Jonas-Stuff onto master 2022-03-27 21:40:17 +02:00
Seraina 055b5cbfb1 Deleted "example" Directory from this branch 2022-03-27 21:27:15 +02:00
Seraina 71d5843129 Deleted "Spiellogik" from this branch (still on the Logger branch) 2022-03-27 21:25:13 +02:00
Seraina 55a5fe50b7 Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff 2022-03-27 17:49:52 +02:00
Seraina ef0eba6825 Added Documentation to some undocumented methods 2022-03-27 17:49:26 +02:00
Jonas 5d535c35e0 Pings dont start immediately 2022-03-27 17:43:29 +02:00
Jonas 535edcc54c changed ping time to 5 seconds 2022-03-27 17:14:29 +02:00
Seraina bc7896dafa Enforced duplication check on nickname change 2022-03-27 17:04:05 +02:00
Seraina 1c03b5d9c7 Added nickname change /n newName 2022-03-27 16:41:03 +02:00
Seraina 15cabe2d18 Added Name suggestion based on System name to Client 2022-03-27 16:11:43 +02:00
Seraina 6654280990 Adjusted Random Name generator to include wanted username and switched to numbers instead of character for readability 2022-03-27 15:25:14 +02:00
Seraina 4a5bc49aa7 Added Alexandrs "Tried implementing logout handling (changes only on Server side) " commit 2022-03-27 14:49:53 +02:00
Seraina 0e39f06f9e Added Alexandrs "Added name duplicate handler by modifying the ClientHandler class as well as adding a class where all Client names are stored" commit 2022-03-27 14:44:55 +02:00
Seraina 83991587d6 Added Alexandrs Random Generator commit 2022-03-27 14:35:15 +02:00
Seraina 86180f047c Added Alexandrs class 2022-03-27 14:30:54 +02:00
Jonas 4eb70bd028 friendship ended with :, now $ is my best friend
(changed : in protocol.txt to $)
2022-03-27 14:06:20 +02:00
Jonas cdb2bb402b Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff 2022-03-27 13:57:41 +02:00
Jonas 467d72b17c Added protocol.txt 2022-03-27 13:56:32 +02:00
Seraina 0e3e9aaa99 Did some Logger-Experiments so far - TODO: find out how to change rootlogger level 2022-03-27 13:48:51 +02:00
Seraina ced0f0aa9e Relocated message formating from server to client 2022-03-27 13:40:25 +02:00
Jonas 2f7db70df7 Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff 2022-03-27 13:29:16 +02:00
Jonas 141a4783b9 Formatting of how chat messages are displayed, too short a protocol message doesnt print exception stack trace. 2022-03-27 13:29:02 +02:00
Seraina d6e938e87c Inserted formatting into parser 2022-03-27 13:19:32 +02:00
Seraina 2263483462 Added a Class and Method that can reformat the terminal commands into commands that the parser can read 2022-03-27 13:14:42 +02:00
Jonas 6071ea4b2f Cleaned up, deleted unused files, reformatted all code 2022-03-27 13:06:08 +02:00
Jonas d2c2ca1732 Chat works. 2022-03-27 12:07:21 +02:00