Fleischer Hanno
806f0d7d9d
added message contents to the messages
...
addedn the conentents for all messages regarding the BPMN diagramm and own interpretation.
also created an identifier for pieces to be used for network communication between server and client so that they talk about the same piece.
2024-11-23 12:26:20 +01:00
Daniel Grigencha
89232901a7
added more logic for the server state diagram
2024-11-22 09:37:49 +01:00
Daniel Grigencha
04501de11c
Merge remote-tracking branch 'origin/development' into development
2024-11-17 21:18:38 +01:00
Fleischer Hanno
9cd9cc871c
fixed a bug with use of addLast method for ArrayList which doesnot exist in Java 20
2024-11-17 21:18:19 +01:00
Fleischer Hanno
f69a2a9fda
added a method to check if a player has pieces in his waiting area
2024-11-17 21:04:13 +01:00
Daniel Grigencha
e83ed1c835
Merge remote-tracking branch 'origin/development' into development
2024-11-17 20:17:29 +01:00
Daniel Grigencha
f379a6b638
added more logic for the server state diagram
2024-11-17 20:17:19 +01:00
Hanno Fleischer
90fb6e4133
added the method tryMove and the methods used by it into serverstate
2024-11-17 17:52:25 +01:00
Hanno Fleischer
9662e1f684
fixed a Bug where the import statement thought a package was a class because they where written the same
2024-11-17 15:34:39 +01:00
Daniel Grigencha
aae7ed9a87
added classes for client and server state machine
...
- a client state machine consits out of a 'ClientState' (every state of the machine) and a 'ClientStateMachine' (every state, which consists out of states), the machine starts with the ClientAutomaton
- analog for server
- started to implement logic for the server, transition from 'Lobby' to 'GameState'
2024-11-17 15:27:09 +01:00
Hanno Fleischer
a9fd13caab
Merge branch 'dev/client' into 'development'
...
Client work of the Week
See merge request progproj/gruppen-ht24/Gruppe-01!4
2024-11-17 11:24:45 +00:00
Hanno Fleischer
a926554709
adjusted for check style
2024-11-17 12:01:00 +01:00
Cedric Beck
bbd84dd961
added code + checkstyle
2024-11-17 11:26:45 +01:00
Cedric Beck
e22f675f8b
fixed merge conflict
2024-11-17 11:07:53 +01:00
Cedric Beck
956e9dd2fd
merge from dev/client
2024-11-17 10:57:05 +01:00
Hanno Fleischer
020aa92cab
added 4 more Notifications for Model -> View interaction
2024-11-17 10:39:36 +01:00
Felix Koppe
bb55ba7273
Merge branch 'dev/client_koppe' into 'dev/client'
...
Work of the week
See merge request progproj/gruppen-ht24/Gruppe-01!3
2024-11-17 09:09:13 +00:00
Cedric Beck
a2c7b9e299
added all assets; added node array; added node/piece_control saving
2024-11-16 23:05:30 +01:00
Hanno Fleischer
0845aa80f9
adjusted the model infield creation to represent the current view postion regarding the placement of the teams on the board
2024-11-16 22:31:11 +01:00
Hanno Fleischer
44b623f9fd
added all Notifications for the model view communication
...
added all required notifications with their content and getter methods.
2024-11-16 18:58:33 +01:00
Felix
bf678000b8
Minor changes
2024-11-16 18:21:02 +01:00
Felix
e128d9e4cc
Add docs to Acoustic
2024-11-16 16:33:21 +01:00
Felix
8c10e69eff
General improvements
2024-11-16 16:15:08 +01:00
Hanno Fleischer
6b2d775534
added 2 methods for Test usage in Board and PlayerData
2024-11-16 13:31:56 +01:00
Felix
b509ab772d
Add subVolume and delay
2024-11-16 13:07:39 +01:00
Cedric Beck
d0be65323e
added rotation compability to map.mdga
2024-11-15 22:47:23 +01:00
Cedric Beck
81facb869f
added playerMap for location playerAssets
2024-11-15 21:26:23 +01:00
Felix
b317bb957a
Add sound
2024-11-15 16:52:40 +01:00
Felix
202cd7c0e6
Add music credits
2024-11-15 14:57:36 +01:00
Felix
e345edc38e
Add game_3 music
2024-11-15 14:42:52 +01:00
Felix
133bffbd6b
Add game_6 music
2024-11-15 14:42:41 +01:00
Felix
2287fdc88f
Add game_5 music
2024-11-15 14:42:27 +01:00
Felix
976002ddd0
Add game_2 music
2024-11-15 14:42:10 +01:00
Felix
205cb654c7
Add game_1 music
2024-11-15 14:41:52 +01:00
Felix
d8544cc042
Add game_4 music
2024-11-15 14:41:29 +01:00
Felix
0aa7e83d62
Add main menu music
2024-11-15 14:40:59 +01:00
Felix
289c285adf
Add lobby music
2024-11-15 14:40:34 +01:00
Felix
a4ac52b591
Add ceremony music
2024-11-15 14:40:09 +01:00
Felix
0bb4706fda
Add GameMusic
2024-11-15 14:39:10 +01:00
Felix
a3c5af58d7
Remove grid extend limits
2024-11-14 23:24:12 +01:00
Felix
28960e8961
Activate assertions
2024-11-14 23:10:36 +01:00
Felix
bb7baf44bd
Add circle_map.mdga
2024-11-14 22:47:22 +01:00
Felix
206c0d543e
Merge commit
2024-11-14 22:14:19 +01:00
Felix
a68ad80402
Remove state classes
2024-11-14 22:13:57 +01:00
Cedric Beck
1cca5a9c6b
added MapLoader and map for map view
2024-11-14 21:21:01 +01:00
Hanno Fleischer
ee59807395
Replaced in the notifications Card with BonusCard
2024-11-14 19:58:26 +01:00
Hanno Fleischer
37511d6334
Merge branch 'dev/client_koppe' into 'development'
...
Dev/client_koppe
See merge request progproj/gruppen-ht24/Gruppe-01!1
2024-11-14 18:45:24 +00:00
Felix
c83baac763
Fix error
2024-11-14 19:36:53 +01:00
Felix
6c7b58b415
Add notification constructors
2024-11-14 19:33:03 +01:00
Felix Koppe
5693817f9b
Add notifications
2024-11-14 17:56:43 +01:00