summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bernhard Lindner [Tue, 18 Dec 2018 17:09:10 +0000 (18:09 +0100)]
added Player Info and changed UI Text Positions
Michael Lehner [Tue, 18 Dec 2018 16:38:28 +0000 (17:38 +0100)]
Added missing image
Michael Lehner [Tue, 18 Dec 2018 16:31:42 +0000 (17:31 +0100)]
Added new Image for (Bomb-)Items.
Changed player datastructure
Michael Lehner [Tue, 18 Dec 2018 15:58:13 +0000 (16:58 +0100)]
Moved Controls to bottom of screen
Optimized to decrease lag
-Only use latest server-pkg and read as fast as possible
-Updating only Text on Pre/Postgame-Pages
Changed Application name
Catched invalid ip input
Bernhard Lindner [Tue, 18 Dec 2018 01:33:03 +0000 (02:33 +0100)]
added ConnectPage, PreGamePage, and PostGamePage to Xamarin Client
Philipp Knaack [Mon, 17 Dec 2018 13:00:48 +0000 (14:00 +0100)]
Fixed IPv6 problem.
mile4712 [Thu, 13 Dec 2018 14:53:10 +0000 (15:53 +0100)]
Removed offset for player position calculation as server does this for now
Exchanged x and y positions as bomberman map X is specified as xamarin Y and vice versa
RiMa [Tue, 11 Dec 2018 12:41:34 +0000 (13:41 +0100)]
Fixed bug in move and bomb messages.
mile4712 [Tue, 11 Dec 2018 10:07:58 +0000 (11:07 +0100)]
Changed timeout datatypes to double
mile4712 [Mon, 10 Dec 2018 22:00:40 +0000 (23:00 +0100)]
Extended Client Simulation to Xamarin: Android and UWP works with Server Simulator
mile4712 [Mon, 10 Dec 2018 15:24:02 +0000 (16:24 +0100)]
Removed duplicate Files
Referenced removed files from other projects
mile4712 [Mon, 10 Dec 2018 09:40:38 +0000 (10:40 +0100)]
Fixed split packages bug.
Changed sockets from ipv6 to ipv4
mile4712 [Sat, 8 Dec 2018 22:26:08 +0000 (23:26 +0100)]
Added Playground with Hello World for Game-Visualization
Added MapPathToDrive to fix long Path compile errors
mile4712 [Sat, 1 Dec 2018 21:44:28 +0000 (22:44 +0100)]
Added Communication Implementation.
This includes a small server simulation for testing.
NOTE: All files in this commit are necessary for xamarin to build.
95Elias [Tue, 27 Nov 2018 09:28:48 +0000 (10:28 +0100)]
initial folder structure
Daniel Giritzer [Mon, 26 Nov 2018 11:53:50 +0000 (12:53 +0100)]
Changed Readme.
S1810567004 (Giritzer Daniel) [Mon, 19 Nov 2018 16:51:45 +0000 (17:51 +0100)]
Initial Commit