1144 Commits

Author SHA1 Message Date
Lars Simon Winzer f6eb93ad16 Merge branch 'chore/restructure-docs-folder' into 'main'
Move diary and blog folder from docs to top of documents

See merge request cs108-fs26/Gruppe-13!7
2026-03-10 13:23:37 +01:00
Lars Simon Winzer 827ba59c7b Docs: Update repository structure in main README 2026-03-10 13:20:50 +01:00
Lars Simon Winzer b9878a9c33 Chore: Move 'diary' folder to top of 'documents' folder 2026-03-10 13:19:17 +01:00
Lars Simon Winzer d0ea56daa4 Chore: Move 'blog' folder to top of 'documents' folder 2026-03-10 13:18:50 +01:00
Lars Simon Winzer 4549fb4471 Merge branch 'chore/networking-blog' into 'main'
Scaffolding for future blogs

See merge request cs108-fs26/Gruppe-13!6
2026-03-10 13:04:19 +01:00
Lars Simon Winzer 86303f8b84 Docs: Delete '09-03-26_Networking' post 2026-03-10 12:53:38 +01:00
Lars Simon Winzer 2dd3ea2562 Docs: Delete documents related to '09-03-26_Network' post 2026-03-10 12:40:09 +01:00
Lars Simon Winzer 676e24e78d Add: Table of contents and 'The Language of the Network' section 2026-03-09 18:59:35 +01:00
Lars Simon Winzer d346ec4f97 Add: Blog to cover networking in its entirety 2026-03-09 18:30:08 +01:00
Lars Simon Winzer e85ae3f59f Merge branch 'main' into 'chore/networking-blog' 2026-03-09 18:23:14 +01:00
Lars Simon Winzer c4942aa714 Merge branch 'chore/task-to-convert-drawio-to-svg' into 'main'
Add bash script to mass-convert drawio files to svg

See merge request cs108-fs26/Gruppe-13!5
2026-03-09 18:13:37 +01:00
Lars Simon Winzer dc784050bf Style: Add comments and overall cleanup 2026-03-09 18:11:18 +01:00
Lars Simon Winzer 76c182313e Fix: Remove leftover variable in echo 2026-03-09 18:07:49 +01:00
Lars Simon Winzer 8579f15868 Add: 'Export drawio to SVG'-task, executable via vscode 2026-03-09 18:06:19 +01:00
Lars Simon Winzer bf6873cfd7 Add: Bash script for in-place converting all found .drawio files to svg's 2026-03-09 18:05:21 +01:00
Lars Simon Winzer 5f9a28e96c Merge branch 'chore/project-wide-vscode-folder' into 'main'
Remove .vscode folder from .gitignore and configure recommended extensions for this project

See merge request cs108-fs26/Gruppe-13!4
2026-03-09 18:02:37 +01:00
Lars Simon Winzer 64742d6aad Add: Recommended extensions for this workspace 2026-03-09 17:57:05 +01:00
Lars Simon Winzer 8e52ed21a5 Add: Remove .vscode folder from gitignore 2026-03-09 17:34:51 +01:00
Lars Simon Winzer e7b95098b2 Add: Draw.io document and exported image for the blog 2026-03-09 16:28:16 +01:00
Lars Simon Winzer d060697aa9 Add: Draw.io related files to .gitignore 2026-03-09 16:27:13 +01:00
Lars Simon Winzer ea8ac3831f Add: Subfolders in repository structure for diary and blog in main readme 2026-03-09 16:07:18 +01:00
Lars Simon Winzer b868f3289b Add: Readme explaining the purpose, format and links to existing blog posts 2026-03-09 15:38:44 +01:00
Lars Simon Winzer 9c291e4e3b Revert "Add: Readme explaining the purpose, format and links to existing blog posts"
This reverts commit 91a513e214.
2026-03-09 15:37:26 +01:00
Lars Simon Winzer 91a513e214 Add: Readme explaining the purpose, format and links to existing blog posts 2026-03-09 15:30:50 +01:00
Lars Simon Winzer 66925bc665 Add: Session interface all sessions need to conform to 2026-03-05 13:46:10 +01:00
Lars Simon Winzer ff38c9d6ef Add: SessionId class to uniquely identify session in SessionRegistry 2026-03-05 13:38:36 +01:00
Lars Simon Winzer e6b5cac53c Add: SessionId class to uniquely identify session in SessionRegistry 2026-03-05 13:28:04 +01:00
Lars Simon Winzer 10a03f82e3 Merge branch 'feat/project-preperations' into 'main'
Add: Main, ClientApp, and ServerApp classes for application entry point with...

See merge request cs108-fs26/Gruppe-13!3
milestone-1
2026-03-04 14:26:54 +00:00
Lars Simon Winzer f9b17e2334 Merge branch 'feat/documents-ms1' into 'main'
Feat/documents ms1

See merge request cs108-fs26/Gruppe-13!2
2026-03-04 14:25:34 +00:00
ginkelmath a6b19ca79c Add: Projektplan 2026-03-04 15:23:50 +01:00
JK f2b85ce3f8 Add: Slides for presentation 2026-03-04 15:03:52 +01:00
Lars Simon Winzer bf0dadc977 Fix: Typo in ServerApp class 2026-03-04 11:30:37 +01:00
Lars Simon Winzer 129acd39d4 Add: Update application mainClass for gradle 2026-03-04 11:25:22 +01:00
Lars Simon Winzer bb73043c10 Add: Update project name 2026-03-04 11:24:49 +01:00
Lars Simon Winzer ba1cd39050 Add: Ignore .vscode folder in source control 2026-03-04 11:24:33 +01:00
Lars Simon Winzer 2183c591bf Add: Main, ClientApp, and ServerApp classes for application entry point with primitive input validation 2026-03-04 11:23:39 +01:00
Jona Walpert d6d8c0f4cd Docs: Extensive concept of the game rules and mechanics 2026-03-04 10:57:58 +01:00
Lars Simon Winzer 77d2b671ff Merge branch 'feat/housekeeping' into 'main'
Feat/housekeeping

See merge request cs108-fs26/Gruppe-13!1
2026-03-03 17:20:08 +00:00
Lars Simon Winzer c385a0e30d Add: README for diary folder with summarys and links to each folder 2026-03-02 14:37:52 +01:00
Jona Walpert e5b4b3e4f5 added first two diary entries 2026-03-02 14:05:11 +01:00
lars-winzer 57eb33da94 Fix: Icon and text not centered in README 2026-03-02 09:37:16 +01:00
lars-winzer 127ca9f3e2 Add: README to match and represent project 2026-03-02 09:29:42 +01:00
lars-winzer 2bec0e7bc6 Add: gitignore for Java, Gradle, Jenv and all major OSes 2026-03-02 08:44:10 +01:00
Rahel Arnold 3f488d8639 Initial commit 2026-02-20 09:20:34 +01:00