- Timestamp:
- 2013-07-03 09:32:21 (10 years ago)
- Location:
- 2013/27/TeemuM/Game
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/27/TeemuM/Game/Game/Game/Game.cs
r4380 r4381 59 59 else if (commands[0] == "item") 60 60 { 61 MessageDisplay.Add("You got " + commands[1] + "!"); 61 if (player.GiveItem(commands[1])) 62 { 63 MessageDisplay.Add("You got " + commands[1] + "!"); 64 } 65 else 66 { 67 MessageDisplay.Add("What " + commands[1] + "?"); 68 } 69 } 70 else if (commands[0] == "exit") 71 { 72 Exit(); 62 73 } 63 74 else { MessageDisplay.Add("Unknow command!"); } -
2013/27/TeemuM/Game/Game/Game/Player.cs
r4378 r4381 24 24 25 25 this.IsUpdated = true; 26 27 28 } 29 30 public bool GiveItem(String itemName) 31 { 32 if (itemName == "cannon") 33 { 34 Cannon weapon = new Cannon(75, 25); 35 this.Add(weapon); 36 return true; 37 } 38 return false; 26 39 } 27 40 -
2013/27/TeemuM/Game/Game/Game/bin/x86/Debug/Jypeli.xml
r4380 r4381 659 659 <returns></returns> 660 660 </member> 661 <member name="M:Jypeli.GameObject.SeesObject(Jypeli.GameObject,System.Object)"> 662 <summary> 663 NÀkeekö olio toisen. 664 </summary> 665 <param name="obj">Toinen olio</param> 666 <param name="obstacleTag">Tagi esteelle</param> 667 <returns></returns> 668 </member> 669 <member name="M:Jypeli.GameObject.SeesTarget(Jypeli.Vector)"> 670 <summary> 671 NÀkeekö olio paikkaan. 672 </summary> 673 <param name="targetPosition">Paikka</param> 674 <returns></returns> 675 </member> 676 <member name="M:Jypeli.GameObject.SeesTarget(Jypeli.Vector,System.Predicate{Jypeli.GameObject})"> 677 <summary> 678 NÀkeekö olio paikkaan. 679 </summary> 680 <param name="targetPosition">Paikka</param> 681 <param name="isObstacle">Ehto sille mikÀ lasketaan esteeksi</param> 682 <returns></returns> 683 </member> 684 <member name="M:Jypeli.GameObject.SeesTarget(Jypeli.Vector,System.Object)"> 685 <summary> 686 NÀkeekö olio paikkaan. 687 </summary> 688 <param name="targetPosition">Paikka</param> 689 <param name="obstacleTag">Tagi esteelle</param> 690 <returns></returns> 691 </member> 692 <member name="M:Jypeli.GameObject.IsBlocking(Jypeli.Vector,Jypeli.Vector)"> 693 <summary> 694 Onko olio kahden paikan vÀlissÀ. 695 </summary> 696 <param name="obj">Olio</param> 697 <param name="pos1">Paikka 1</param> 698 <param name="pos2">Paikka 2</param> 699 <returns></returns> 700 </member> 661 701 <member name="M:Jypeli.GameObject.FadeColorTo(Jypeli.Color,System.Double)"> 662 702 <summary> … … 2360 2400 <param name="radius">SÀde jolla etsitÀÀn</param> 2361 2401 <returns>Mahdollinen olio</returns> 2402 </member> 2403 <member name="M:Jypeli.Game.GetObjectsBetween(Jypeli.Vector,Jypeli.Vector)"> 2404 <summary> 2405 Palauttaa pelioliot kahden pisteen vÀlillÀ. 2406 </summary> 2407 <param name="pos1"></param> 2408 <param name="pos2"></param> 2409 <returns></returns> 2362 2410 </member> 2363 2411 <member name="M:Jypeli.Game.LoadAnimation(System.String)"> … … 6878 6926 </summary> 6879 6927 </member> 6928 <member name="F:Jypeli.Widgets.MultiSelectWindow.QuestionLabel"> 6929 <summary> 6930 Kysymys. 6931 </summary> 6932 </member> 6880 6933 <member name="M:Jypeli.Widgets.MultiSelectWindow.#ctor(System.String,System.String[])"> 6881 6934 <summary> … … 6901 6954 </summary> 6902 6955 </member> 6956 <member name="P:Jypeli.Widgets.MultiSelectWindow.SelectedIndex"> 6957 <summary> 6958 Kuinka mones nappula on valittuna (alkaa nollasta) 6959 </summary> 6960 </member> 6903 6961 <member name="P:Jypeli.Widgets.MultiSelectWindow.SelectedButton"> 6904 6962 <summary> … … 6914 6972 <summary> 6915 6973 Valitun nappulan vÀri. 6974 </summary> 6975 </member> 6976 <member name="P:Jypeli.Widgets.MultiSelectWindow.RememberSelection"> 6977 <summary> 6978 Muistetaanko missÀ kohtaa kursori oli viime kerralla kun ikkuna nÀytettiin. 6916 6979 </summary> 6917 6980 </member> … … 10376 10439 </summary> 10377 10440 </member> 10441 <member name="P:PlatformCharacter.TurnsWhenWalking"> 10442 <summary> 10443 KÀÀntyykö hahmo automaattisesti kun se kÀvelee. 10444 </summary> 10445 </member> 10378 10446 <member name="P:PlatformCharacter.Weapon"> 10379 10447 <summary> … … 11737 11805 <summary> 11738 11806 KentÀn keskipiste. 11807 </summary> 11808 </member> 11809 <member name="M:Jypeli.Level.Clear"> 11810 <summary> 11811 Palauttaa oletustaustan. 11739 11812 </summary> 11740 11813 </member> -
2013/27/TeemuM/Game/Game/Game/obj/x86/Debug/Game.csproj.FileListAbsolute.txt
r4380 r4381 51 51 D:\TeemuM\Game\Game\Game\obj\x86\Debug\Game.exe 52 52 D:\TeemuM\Game\Game\Game\obj\x86\Debug\Game.pdb 53 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\obj\x86\Debug\ResolveAssemblyReference.cache 54 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 55 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\obj\x86\Debug\Game.exe 56 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Player.xnb 57 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie1.xnb 58 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie2.xnb 59 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie3.xnb 60 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie4.xnb 61 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Game.exe 62 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Game.pdb 63 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Jypeli.dll 64 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Jypeli.xml 65 C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\obj\x86\Debug\Game.pdb -
2013/27/TeemuM/Game/Game/GameContent/obj/x86/Debug/ContentPipeline.xml
r4380 r4381 8 8 <Processor>TextureProcessor</Processor> 9 9 <Options>None</Options> 10 <Output> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Player.xnb</Output>11 <Time>2013-07-03T0 1:58:25.5821591+03:00</Time>10 <Output>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Player.xnb</Output> 11 <Time>2013-07-03T09:02:56.8403928+03:00</Time> 12 12 </Item> 13 13 <Item> … … 17 17 <Processor>TextureProcessor</Processor> 18 18 <Options>None</Options> 19 <Output> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie1.xnb</Output>20 <Time>2013-07-03T0 1:58:28.0001852+03:00</Time>19 <Output>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie1.xnb</Output> 20 <Time>2013-07-03T09:02:57.1104083+03:00</Time> 21 21 </Item> 22 22 <Item> … … 26 26 <Processor>TextureProcessor</Processor> 27 27 <Options>None</Options> 28 <Output> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie2.xnb</Output>29 <Time>2013-07-03T0 1:58:28.0031853+03:00</Time>28 <Output>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie2.xnb</Output> 29 <Time>2013-07-03T09:02:57.14041+03:00</Time> 30 30 </Item> 31 31 <Item> … … 35 35 <Processor>TextureProcessor</Processor> 36 36 <Options>None</Options> 37 <Output> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie3.xnb</Output>38 <Time>2013-07-03T0 1:58:28.0481857+03:00</Time>37 <Output>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie3.xnb</Output> 38 <Time>2013-07-03T09:02:57.3124198+03:00</Time> 39 39 </Item> 40 40 <Item> … … 44 44 <Processor>TextureProcessor</Processor> 45 45 <Options>None</Options> 46 <Output> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie4.xnb</Output>47 <Time>2013-07-03T0 1:58:28.0501858+03:00</Time>46 <Output>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\Zombie4.xnb</Output> 47 <Time>2013-07-03T09:02:57.3194202+03:00</Time> 48 48 </Item> 49 49 <BuildSuccessful>true</BuildSuccessful> … … 53 53 <BuildConfiguration>Debug</BuildConfiguration> 54 54 <CompressContent>false</CompressContent> 55 <RootDirectory> D:\TeemuM\Game\Game\GameContent\</RootDirectory>56 <LoggerRootDirectory> D:\TeemuM\Game\Game\Game\</LoggerRootDirectory>57 <IntermediateDirectory> D:\TeemuM\Game\Game\GameContent\obj\x86\Debug\</IntermediateDirectory>58 <OutputDirectory> D:\TeemuM\Game\Game\Game\bin\x86\Debug\Content\</OutputDirectory>55 <RootDirectory>C:\Users\Teemu\Desktop\TeemuM\Game\Game\GameContent\</RootDirectory> 56 <LoggerRootDirectory>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\</LoggerRootDirectory> 57 <IntermediateDirectory>C:\Users\Teemu\Desktop\TeemuM\Game\Game\GameContent\obj\x86\Debug\</IntermediateDirectory> 58 <OutputDirectory>C:\Users\Teemu\Desktop\TeemuM\Game\Game\Game\bin\x86\Debug\Content\</OutputDirectory> 59 59 </Settings> 60 60 <Assemblies> 61 61 <Assembly> 62 <Key> P:\Program Files (x86)\Microsoft Visual Studio 10.0\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key>63 <Value>2013-06- 10T21:54:20+03:00</Value>62 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 63 <Value>2013-06-27T12:29:42+03:00</Value> 64 64 </Assembly> 65 65 <Assembly> 66 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key>67 <Value>2010-08-23T1 2:41:18+03:00</Value>66 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 67 <Value>2010-08-23T13:41:18+03:00</Value> 68 68 </Assembly> 69 69 <Assembly> 70 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key>71 <Value>2010-08-23T1 2:41:18+03:00</Value>70 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 71 <Value>2010-08-23T13:41:18+03:00</Value> 72 72 </Assembly> 73 73 <Assembly> 74 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key>75 <Value>2010-08-23T1 2:41:18+03:00</Value>74 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 75 <Value>2010-08-23T13:41:18+03:00</Value> 76 76 </Assembly> 77 77 <Assembly> 78 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key>79 <Value>2010-08-23T1 2:41:18+03:00</Value>78 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 79 <Value>2010-08-23T13:41:18+03:00</Value> 80 80 </Assembly> 81 81 <Assembly> 82 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key>83 <Value>2010-08-23T1 2:41:18+03:00</Value>82 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 83 <Value>2010-08-23T13:41:18+03:00</Value> 84 84 </Assembly> 85 85 <Assembly> 86 <Key> P:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key>87 <Value>2010-08-23T1 2:41:18+03:00</Value>86 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 87 <Value>2010-08-23T13:41:18+03:00</Value> 88 88 </Assembly> 89 89 <Assembly> 90 <Key> P:\Program Files (x86)\Microsoft Visual Studio 10.0\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key>91 <Value>2013-06- 10T21:54:20+03:00</Value>90 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 91 <Value>2013-06-27T12:29:42+03:00</Value> 92 92 </Assembly> 93 93 <Assembly> 94 <Key>C:\ Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key>95 <Value>201 3-06-28T10:05:36.7114153+03:00</Value>94 <Key>C:\windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 95 <Value>2012-01-13T20:50:30.8026955+02:00</Value> 96 96 </Assembly> 97 97 </Assemblies> -
2013/27/TeemuM/Game/Game/GameContent/obj/x86/Debug/GameContent.contentproj.FileListAbsolute.txt
r4380 r4381 4 4 C:\Users\Juho\Desktop\TeemuM\Game\Game\GameContent\obj\x86\Debug\ResolveAssemblyReference.cache 5 5 D:\TeemuM\Game\Game\GameContent\obj\x86\Debug\ResolveAssemblyReference.cache 6 C:\Users\Teemu\Desktop\TeemuM\Game\Game\GameContent\obj\x86\Debug\ResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.