Commit Graph

210 Commits

Author SHA1 Message Date
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 4d8f438462 Removed ominous all black imgaes 2022-04-01 10:31:30 +02:00
Seraina c5f7bbbf6f Removed excessive doc from build.gradle, updated libraries to the newest standard 2022-03-31 18:26:55 +02:00
Seraina 7ef0f27ec0 Repo spring-cleaning:
- Moved Contributers file
- removed Übungs directory, no need anymore
2022-03-31 18:10:14 +02:00
Seraina d2af77a1a3 Added our names to README 2022-03-31 18:06:49 +02:00
Seraina 5af40283e9 Repo spring-cleaning:
- Removed Buda Server Client Stuff, not needed anymore
2022-03-31 17:53:30 +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
Alexandr Sazonov e94d432f44 Update Diary.txt 2022-03-31 09:33:30 +00:00
Alexander Sazonov b634f16481 Added possibility to change root logger level 2022-03-30 22:40:51 +02:00
Alexandr Sazonov 9d9cab77e2 Update Diary.txt 2022-03-28 01:48:10 +00: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 a2fbd2c86e Merge remote-tracking branch 'origin/master' 2022-03-28 00:04:25 +02:00
Jonas a72c5239ff Added in-code documentation for client & server protocol parsers. 2022-03-28 00:04:06 +02:00
Seraina 1ca99e5fe8 Merge remote-tracking branch 'origin/master' 2022-03-28 00:03:07 +02:00
Seraina 6b69cb8649 Created runnable jars 2022-03-28 00:02:39 +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 6cf98643d1 Added Diary entry 2022-03-27 22:19:20 +02:00
Seraina Schöb 44893525fd Merge branch 'Jonas_Stuff' into 'master'
Added a Class and Method that can reformat the terminal commands into commands...

See merge request cs108-fs22/Gruppe-8!1
2022-03-27 19:43:54 +00: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
Jonas b344e59b23 Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff
# Conflicts:
#	src/main/java/ch/unibas/dmi/dbis/cs108/multiplayer/client/Client.java
2022-03-27 17:09:44 +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 841a6f095c formatting 2022-03-27 14:22:55 +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