Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
6ee1ce4
CodeTest
nicolaigrum Nov 1, 2016
072be66
Merge remote-tracking branch 'JKJaniszewski/master'
Nov 1, 2016
c4bfb0c
Hello
Nov 1, 2016
99944d8
Merge pull request #1 from JoakimCarlsen/master
Nov 1, 2016
3d60e49
Merge remote-tracking branch 'JKJaniszewski/master'
Nov 1, 2016
596b6fa
Test
Nov 1, 2016
1f919da
Merge pull request #2 from JoakimCarlsen/master
Nov 1, 2016
7074fff
This should be deleted
Nov 9, 2016
239c433
This is a test to try pull
Nov 9, 2016
b16a64b
i Added a big dick in the file
ipperxd Nov 9, 2016
4603854
some init msg
Terrygreen13 Nov 9, 2016
63a0351
Deleted Weird Content
Nov 10, 2016
6a6ef2a
Merge branch 'master' of https://github.com/JKJaniszewski/GroupWorkHe…
Terrygreen13 Nov 10, 2016
3ca7ce5
Deleted all the crap
Nov 10, 2016
e21264b
Base folder for the Unity project with som working networking
Nov 10, 2016
f5fc3e6
Deleted Old Project
ipperxd Nov 11, 2016
e7230f3
Added Newest version of networking
ipperxd Nov 11, 2016
69dfbb0
Newest game version (Game only)
Nov 11, 2016
4f83645
Made a master from both Game and Networking. Nicolais menu is not in …
Nov 11, 2016
a90d018
Updated game version with working powerUps
Nov 11, 2016
7e9abb3
Made a new master with the updated game, where the powerups work
Nov 11, 2016
b0f11db
unity menu upload
nicolaigrum Nov 11, 2016
60144fd
Newest master! Please update to this. This contains game, network and…
Nov 11, 2016
3857242
Newest master! Please update to this. Contains game scene, menu scene…
Nov 11, 2016
f663eb6
updated network
ipperxd Nov 11, 2016
496a58f
Updated game so name carries over to winner is
Nov 11, 2016
5f0793d
fish menu characters and textures
nicolaigrum Nov 11, 2016
f0d81d8
Change stuff to CLient and server
ipperxd Nov 11, 2016
d752929
Add Rich picture and UML
Nov 11, 2016
c62b2be
Add Rich Picture and UML again (last didn’t work)
Nov 11, 2016
f324c48
Now with win conditions, and two buttons to play again and go to menu…
Nov 11, 2016
eebf18a
added some comments to the udp code
ipperxd Nov 14, 2016
f881db1
Change a lot has change with the fish
ipperxd Nov 15, 2016
2535aef
Newest version
ipperxd Nov 28, 2016
f9d25f8
Okay, the problems lies in the Clients.cs, which is comment out as pr…
ipperxd Nov 28, 2016
377aa87
The newst version of the game
ipperxd Nov 30, 2016
48b7ddc
The game is almost done, the only thing that does not work is the win…
ipperxd Dec 1, 2016
c1d6af7
Added all information to Read Me
Dec 2, 2016
355f5d4
Added builds for mac and windows
Dec 2, 2016
25eff36
final changes to readme
Dec 2, 2016
a585303
Made changes to description in README
Dec 2, 2016
4279583
Final version hopefully
ipperxd Dec 3, 2016
60f12d3
Deleted Mac build that just wont work. Hopefully they do not try it o…
Dec 4, 2016
d69d1e2
Deleted Mac Build that didn't work, and changed in the README
Dec 4, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added FishRacingBuild (Windows).exe
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/Assembly-CSharp.dll
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/Mono.Security.dll
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/System.Core.dll
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/System.dll
Binary file not shown.
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/UnityEngine.UI.dll
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/UnityEngine.dll
Binary file not shown.
Binary file added FishRacingBuild_Data/Managed/UnityEngine.dll.mdb
Binary file not shown.
46,457 changes: 46,457 additions & 0 deletions FishRacingBuild_Data/Managed/UnityEngine.xml

Large diffs are not rendered by default.

Binary file added FishRacingBuild_Data/Managed/mscorlib.dll
Binary file not shown.
1,820 changes: 1,820 additions & 0 deletions FishRacingBuild_Data/Mono/etc/mono/1.0/DefaultWsdlHelpGenerator.aspx

Large diffs are not rendered by default.

243 changes: 243 additions & 0 deletions FishRacingBuild_Data/Mono/etc/mono/1.0/machine.config

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions FishRacingBuild_Data/Mono/etc/mono/2.0/Browsers/Compat.browser
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
This file defines some of the browsers that Microsoft's implementation provides in
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser

It is not derived from any file distributed with Microsoft's implementation. Since
we can't distribute MS's browser files, we use browscap.ini to determine
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
files and we are using .NET 2.0 or higher, we supplement the capabilities with the
information in those files and the files in this directory. The primary goal of this file
is provide browser definitions that might be referenced in App_Browser/*.browser files.
-->
<browsers>
<defaultBrowser id="Default">
</defaultBrowser>
<browser id="Default">
<identification>
<userAgent match="." />
</identification>
</browser>
<browser id="IE6to9" parentID="Default">
<identification>
<capability name="majorver" match="^[6-9]" />
<capability name="browser" match="^(IE|AOL)$" />
</identification>
</browser>
<browser id="Opera8to9" parentID="Default">
<identification>
<capability name="majorver" match="^[8-9]" />
<capability name="browser" match="^Opera$" />
</identification>
</browser>
<browser id="Safari" parentID="Default">
<identification>
<capability name="browser" match="^Safari$" />
</identification>
</browser>
<browser id="Mozilla" parentID="Default">
<identification>
<capability name="browser" match="^Mozilla" />
</identification>
</browser>
</browsers>
Loading