Changeset 8992 for 2015/24/UunoT/Tasohyppelypeli2
- Timestamp:
- 2017-07-07 11:36:44 (4 years ago)
- Location:
- 2015/24/UunoT/Tasohyppelypeli2
- Files:
-
- 16 added
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2.cs
r6059 r8992 20 20 DoubleMeter pisteLaskuri = new DoubleMeter(0.0); 21 21 Timer pisteAjastin; 22 22 23 23 24 … … 199 200 krystalli.IgnoresGravity = true; 200 201 //krystalli.IgnoresCollisionResponse = true; 201 //krystalli.Brain = new FollowerBrain(pelaaja1);202 krystalli.Brain = new FollowerBrain("pelaaja"); 202 203 krystalli.CollisionIgnoreGroup = 3; 203 204 //krystalli.Brain = new RandomMoverBrain(); -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/bin/x86/Debug/Jypeli.xml
r5923 r8992 2931 2931 </summary> 2932 2932 </member> 2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32 )">2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2934 2934 <summary> 2935 2935 Asettaa ikkunan koon. … … 2937 2937 <param name="width">Leveys.</param> 2938 2938 <param name="height">Korkeus.</param> 2939 </member> 2940 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2941 <summary> 2942 Asettaa ikkunan koon ja alustaa pelin kÀyttÀmÀÀn joko ikkunaa tai koko ruutua. 2939 <param name="height">KÀyttÀÀkö peli koko ruutua.</param> 2940 </member> 2941 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32)"> 2942 <summary> 2943 Asettaa ikkunan koon. 2943 2944 </summary> 2944 2945 <param name="width">Leveys.</param> 2945 2946 <param name="height">Korkeus.</param> 2946 <param name="fullscreen">Koko ruutu jos <c>true</c>, muuten ikkuna.</param>2947 <returns></returns>2948 2947 </member> 2949 2948 <member name="M:Jypeli.Game.Pause"> … … 3073 3072 <summary> 3074 3073 NÀytön dimensiot, eli koko ja reunat. 3074 </summary> 3075 </member> 3076 <member name="P:Jypeli.Game.Window"> 3077 <summary> 3078 Ikkuna. 3075 3079 </summary> 3076 3080 </member> … … 3548 3552 Ruudukko. Ruudukko piirretÀÀn asettamalla tÀhÀn <c>Grid</c>-olio. 3549 3553 Jos <c>null</c>, ruudukkoa ei piirretÀ. 3554 </summary> 3555 </member> 3556 <member name="M:Jypeli.JypeliWindow.OnXnaMethod(System.EventHandler{System.EventArgs},System.Object,System.EventArgs)"> 3557 <summary> 3558 Generic XNA event handler. 3559 </summary> 3560 <param name="method"></param> 3561 <param name="sender"></param> 3562 <param name="args"></param> 3563 </member> 3564 <member name="M:Jypeli.JypeliWindow.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.GraphicsDeviceManager)"> 3565 <summary> 3566 Luo uuden ikkunan xna-ikkunan perusteella. 3567 </summary> 3568 <param name="gameWindow"></param> 3569 <param name="graphicsDeviceManager"></param> 3570 </member> 3571 <member name="M:Jypeli.JypeliWindow.BeginScreenDeviceChange(System.Boolean)"> 3572 <summary> 3573 3574 </summary> 3575 <param name="willBeFullScreen"></param> 3576 </member> 3577 <member name="M:Jypeli.JypeliWindow.EndScreenDeviceChange(System.String,System.Int32,System.Int32)"> 3578 <summary> 3579 3580 </summary> 3581 <param name="screenDeviceName"></param> 3582 <param name="clientWidth"></param> 3583 <param name="clientHeight"></param> 3584 </member> 3585 <member name="M:Jypeli.JypeliWindow.Update"> 3586 <summary> 3587 Kutsutaan Jypelin pÀivityssilmukasta. 3588 </summary> 3589 </member> 3590 <member name="E:Jypeli.JypeliWindow.ClientSizeChanged"> 3591 <summary> 3592 3593 </summary> 3594 </member> 3595 <member name="E:Jypeli.JypeliWindow.OrientationChanged"> 3596 <summary> 3597 3598 </summary> 3599 </member> 3600 <member name="E:Jypeli.JypeliWindow.ScreenDeviceNameChanged"> 3601 <summary> 3602 3603 </summary> 3604 </member> 3605 <member name="E:Jypeli.JypeliWindow.EnterFullscreen"> 3606 <summary> 3607 Tapahtuu kun mennÀÀn koko ruudun tilaan. 3608 </summary> 3609 </member> 3610 <member name="E:Jypeli.JypeliWindow.ExitFullscreen"> 3611 <summary> 3612 Tapahtuu kun poistutaan koko ruudun tilasta 3613 </summary> 3614 </member> 3615 <member name="E:Jypeli.JypeliWindow.Moved"> 3616 <summary> 3617 Tapahtuu kun ikkunaa siirretÀÀn. 3618 </summary> 3619 </member> 3620 <member name="E:Jypeli.JypeliWindow.Resized"> 3621 <summary> 3622 Tapahtuu kun ikkunan kokoa on muutettu. 3623 </summary> 3624 </member> 3625 <member name="P:Jypeli.JypeliWindow.AllowUserResizing"> 3626 <summary> 3627 Voiko kÀyttÀjÀ muuttaa ikkunan kokoa ikkunan reunasta. 3628 </summary> 3629 </member> 3630 <member name="P:Jypeli.JypeliWindow.CurrentOrientation"> 3631 <summary> 3632 Ikkunan asento puhelimessa (pysty tai vaaka) 3633 </summary> 3634 </member> 3635 <member name="P:Jypeli.JypeliWindow.Title"> 3636 <summary> 3637 Ikkunan otsikko. 3638 </summary> 3639 </member> 3640 <member name="P:Jypeli.JypeliWindow.Width"> 3641 <summary> 3642 Ikkunan leveys. 3643 </summary> 3644 </member> 3645 <member name="P:Jypeli.JypeliWindow.Height"> 3646 <summary> 3647 Ikkunan korkeus. 3648 </summary> 3649 </member> 3650 <member name="P:Jypeli.JypeliWindow.Fullscreen"> 3651 <summary> 3652 Onko ikkuna koko nÀytön kokoinen ilman reunoja. 3653 </summary> 3654 </member> 3655 <member name="P:Jypeli.JypeliWindow.Handle"> 3656 <summary> 3657 API-kahva ikkunaan. 3658 </summary> 3659 </member> 3660 <member name="P:Jypeli.JypeliWindow.ScreenDeviceName"> 3661 <summary> 3662 NÀyttölaitteen nimi. 3663 </summary> 3664 </member> 3665 <member name="P:Jypeli.JypeliWindow.Left"> 3666 <summary> 3667 Ikkunan vasemman reunan x-koordinaatti. 3668 </summary> 3669 </member> 3670 <member name="P:Jypeli.JypeliWindow.Top"> 3671 <summary> 3672 Ikkunan ylÀreunan y-koordinaatti. 3673 Huom. y kasvaa alaspÀin! 3674 </summary> 3675 </member> 3676 <member name="P:Jypeli.JypeliWindow.Right"> 3677 <summary> 3678 Ikkunan oikean reunan x-koordinaatti. 3679 </summary> 3680 </member> 3681 <member name="P:Jypeli.JypeliWindow.Bottom"> 3682 <summary> 3683 Ikkunan alareunan y-koordinaatti. 3684 Huom. y kasvaa alaspÀin! 3685 </summary> 3686 </member> 3687 <member name="P:Jypeli.JypeliWindow.X"> 3688 <summary> 3689 Ikkunan keskikohdan x-koordinaatti. 3690 </summary> 3691 </member> 3692 <member name="P:Jypeli.JypeliWindow.Y"> 3693 <summary> 3694 Ikkunan keskikohdan y-koordinaatti. 3695 Huom. y kasvaa alaspÀin! 3696 </summary> 3697 </member> 3698 <member name="P:Jypeli.JypeliWindow.ClientBounds"> 3699 <summary> 3700 Ikkunan koko ja paikka xna-neliönÀ. 3701 </summary> 3702 </member> 3703 <member name="T:Jypeli.JypeliWindow.MoveEvent"> 3704 <summary> 3705 Tapahtumatyyppi ikkunan paikan muutokselle. 3706 </summary> 3707 </member> 3708 <member name="T:Jypeli.JypeliWindow.ResizeEvent"> 3709 <summary> 3710 Tapahtumatyyppi ikkunan koon muutokselle. 3550 3711 </summary> 3551 3712 </member> -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/lyö isoa pahaa outsta ja hypi.csproj.Debug.cachefile
r6003 r8992 4 4 Content\Untitled.xnb 5 5 Content\Castlebirck.xnb 6 Content\RuneStone.xnb 6 7 Content\Rune stone NoAct.xnb 7 8 Content\rune stoen loading.xnb 9 Content\RuneBbbblast.xnb 8 10 Content\ruen soten comp load.xnb 9 11 Content\rock with a meaning.xnb … … 15 17 Content\mieka lyo.xnb 16 18 Content\main walk.xnb 19 Content\Main.xnb 20 Content\Crasstiel.xnb 17 21 Content\Boss sword out cont.xnb 18 22 Content\Boss sword ice furm.xnb 19 Content\Crasstiel.xnb20 23 Content\kentta2.xnb 21 Content\RuneStone.xnb22 24 Content\Kentta1.xnb 23 Content\Main.xnb24 Content\RuneBbbblast.xnb -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r6059 r8992 8 8 <Processor>SoundEffectProcessor</Processor> 9 9 <Options>None</Options> 10 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\maali.xnb</Output>11 <Time>201 5-06-09T09:42:48.5470411+03:00</Time>10 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2017-07-03T10:02:02.6071698+03:00</Time> 12 12 </Item> 13 13 <Item> … … 17 17 <Processor>TextureProcessor</Processor> 18 18 <Options>None</Options> 19 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\norsu.xnb</Output>20 <Time>201 5-06-09T09:42:48.6094411+03:00</Time>19 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\norsu.xnb</Output> 20 <Time>2017-07-03T10:02:02.6539707+03:00</Time> 21 21 </Item> 22 22 <Item> … … 26 26 <Processor>TextureProcessor</Processor> 27 27 <Options>None</Options> 28 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\tahti.xnb</Output>29 <Time>201 5-06-09T09:42:48.8902411+03:00</Time>28 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\tahti.xnb</Output> 29 <Time>2017-07-03T10:02:02.6539707+03:00</Time> 30 30 </Item> 31 31 <Item> … … 35 35 <Processor>TextureProcessor</Processor> 36 36 <Options>None</Options> 37 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Untitled.xnb</Output>38 <Time>201 5-06-09T11:04:14.3014411+03:00</Time>37 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Untitled.xnb</Output> 38 <Time>2017-07-03T10:02:02.9971773+03:00</Time> 39 39 </Item> 40 40 <Item> … … 44 44 <Processor>TextureProcessor</Processor> 45 45 <Options>None</Options> 46 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Castlebirck.xnb</Output> 47 <Time>2015-06-10T10:45:40.4674873+03:00</Time> 46 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Castlebirck.xnb</Output> 47 <Time>2017-07-03T10:02:02.7631728+03:00</Time> 48 </Item> 49 <Item> 50 <Source>RuneStone.png</Source> 51 <Name>RuneStone</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneStone.xnb</Output> 56 <Time>2017-07-03T10:02:02.7007716+03:00</Time> 48 57 </Item> 49 58 <Item> … … 53 62 <Processor>TextureProcessor</Processor> 54 63 <Options>None</Options> 55 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Rune stone NoAct.xnb</Output>56 <Time>201 5-06-10T10:45:53.2448701+03:00</Time>64 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Rune stone NoAct.xnb</Output> 65 <Time>2017-07-03T10:02:02.6539707+03:00</Time> 57 66 </Item> 58 67 <Item> … … 62 71 <Processor>TextureProcessor</Processor> 63 72 <Options>None</Options> 64 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rune stoen loading.xnb</Output> 65 <Time>2015-06-10T10:45:54.8205913+03:00</Time> 73 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rune stoen loading.xnb</Output> 74 <Time>2017-07-03T10:02:02.7007716+03:00</Time> 75 </Item> 76 <Item> 77 <Source>RuneBbbblast.png</Source> 78 <Name>RuneBbbblast</Name> 79 <Importer>TextureImporter</Importer> 80 <Processor>TextureProcessor</Processor> 81 <Options>None</Options> 82 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneBbbblast.xnb</Output> 83 <Time>2017-07-03T10:02:02.6383704+03:00</Time> 66 84 </Item> 67 85 <Item> … … 71 89 <Processor>TextureProcessor</Processor> 72 90 <Options>None</Options> 73 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\ruen soten comp load.xnb</Output>74 <Time>201 5-06-10T10:45:58.5804805+03:00</Time>91 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\ruen soten comp load.xnb</Output> 92 <Time>2017-07-03T10:02:02.6227701+03:00</Time> 75 93 </Item> 76 94 <Item> … … 80 98 <Processor>TextureProcessor</Processor> 81 99 <Options>None</Options> 82 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rock with a meaning.xnb</Output>83 <Time>201 5-06-10T10:46:00.0469933+03:00</Time>100 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rock with a meaning.xnb</Output> 101 <Time>2017-07-03T10:02:03.0127776+03:00</Time> 84 102 </Item> 85 103 <Item> … … 89 107 <Processor>TextureProcessor</Processor> 90 108 <Options>None</Options> 91 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker.xnb</Output>92 <Time>201 5-06-10T10:46:01.8879349+03:00</Time>109 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker.xnb</Output> 110 <Time>2017-07-03T10:02:02.6383704+03:00</Time> 93 111 </Item> 94 112 <Item> … … 98 116 <Processor>TextureProcessor</Processor> 99 117 <Options>None</Options> 100 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker (incomplete).xnb</Output>101 <Time>201 5-06-10T10:46:03.5104597+03:00</Time>118 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker (incomplete).xnb</Output> 119 <Time>2017-07-03T10:02:02.6383704+03:00</Time> 102 120 </Item> 103 121 <Item> … … 107 125 <Processor>TextureProcessor</Processor> 108 126 <Options>None</Options> 109 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Mossy castle.xnb</Output>110 <Time>201 5-06-10T10:46:06.1002589+03:00</Time>127 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Mossy castle.xnb</Output> 128 <Time>2017-07-03T10:02:02.6539707+03:00</Time> 111 129 </Item> 112 130 <Item> … … 116 134 <Processor>TextureProcessor</Processor> 117 135 <Options>None</Options> 118 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka.xnb</Output>119 <Time>201 5-06-10T10:46:07.8007897+03:00</Time>136 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka.xnb</Output> 137 <Time>2017-07-03T10:02:02.7631728+03:00</Time> 120 138 </Item> 121 139 <Item> … … 125 143 <Processor>TextureProcessor</Processor> 126 144 <Options>None</Options> 127 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka procjectile.xnb</Output>128 <Time>201 5-06-10T10:46:09.6729337+03:00</Time>145 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka procjectile.xnb</Output> 146 <Time>2017-07-03T10:02:02.669571+03:00</Time> 129 147 </Item> 130 148 <Item> … … 134 152 <Processor>TextureProcessor</Processor> 135 153 <Options>None</Options> 136 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka lyo.xnb</Output>137 <Time>201 5-06-10T10:46:11.1706489+03:00</Time>154 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka lyo.xnb</Output> 155 <Time>2017-07-03T10:02:02.669571+03:00</Time> 138 156 </Item> 139 157 <Item> … … 143 161 <Processor>TextureProcessor</Processor> 144 162 <Options>None</Options> 145 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\main walk.xnb</Output> 146 <Time>2015-06-10T10:46:12.2939353+03:00</Time> 163 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\main walk.xnb</Output> 164 <Time>2017-07-03T10:02:02.6227701+03:00</Time> 165 </Item> 166 <Item> 167 <Source>Main.png</Source> 168 <Name>Main</Name> 169 <Importer>TextureImporter</Importer> 170 <Processor>TextureProcessor</Processor> 171 <Options>None</Options> 172 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Main.xnb</Output> 173 <Time>2017-07-03T10:02:02.7163719+03:00</Time> 174 </Item> 175 <Item> 176 <Source>Crasstiel.png</Source> 177 <Name>Crasstiel</Name> 178 <Importer>TextureImporter</Importer> 179 <Processor>TextureProcessor</Processor> 180 <Options>None</Options> 181 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Crasstiel.xnb</Output> 182 <Time>2017-07-03T10:02:03.0127776+03:00</Time> 147 183 </Item> 148 184 <Item> … … 152 188 <Processor>TextureProcessor</Processor> 153 189 <Options>None</Options> 154 <Output>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword out cont.xnb</Output>155 <Time>201 5-06-10T10:46:19.5484933+03:00</Time>190 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword out cont.xnb</Output> 191 <Time>2017-07-03T10:02:02.6227701+03:00</Time> 156 192 </Item> 157 193 <Item> … … 161 197 <Processor>TextureProcessor</Processor> 162 198 <Options>None</Options> 163 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword ice furm.xnb</Output> 164 <Time>2015-06-10T10:46:20.9213989+03:00</Time> 165 </Item> 166 <Item> 167 <Source>Crasstiel.png</Source> 168 <Name>Crasstiel</Name> 169 <Importer>TextureImporter</Importer> 170 <Processor>TextureProcessor</Processor> 171 <Options>None</Options> 172 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Crasstiel.xnb</Output> 173 <Time>2015-06-10T10:46:15.6637945+03:00</Time> 199 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword ice furm.xnb</Output> 200 <Time>2017-07-03T10:02:02.6071698+03:00</Time> 174 201 </Item> 175 202 <Item> … … 179 206 <Processor>TextFileContentProcessor</Processor> 180 207 <Options>None</Options> 181 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\kentta2.xnb</Output> 182 <Time>2015-06-12T11:01:41.6918505+03:00</Time> 183 </Item> 184 <Item> 185 <Source>RuneStone.png</Source> 186 <Name>RuneStone</Name> 187 <Importer>TextureImporter</Importer> 188 <Processor>TextureProcessor</Processor> 189 <Options>None</Options> 190 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneStone.xnb</Output> 191 <Time>2015-06-10T10:45:45.5066749+03:00</Time> 208 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\kentta2.xnb</Output> 209 <Time>2017-07-03T10:02:02.6383704+03:00</Time> 192 210 </Item> 193 211 <Item> … … 197 215 <Processor>TextFileContentProcessor</Processor> 198 216 <Options>None</Options> 199 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Kentta1.xnb</Output> 200 <Time>2015-06-12T11:01:41.7158529+03:00</Time> 201 </Item> 202 <Item> 203 <Source>Main.png</Source> 204 <Name>Main</Name> 205 <Importer>TextureImporter</Importer> 206 <Processor>TextureProcessor</Processor> 207 <Options>None</Options> 208 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Main.xnb</Output> 209 <Time>2015-06-10T10:46:13.9788649+03:00</Time> 210 </Item> 211 <Item> 212 <Source>RuneBbbblast.png</Source> 213 <Name>RuneBbbblast</Name> 214 <Importer>TextureImporter</Importer> 215 <Processor>TextureProcessor</Processor> 216 <Options>None</Options> 217 <Output>C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneBbbblast.xnb</Output> 218 <Time>2015-06-10T13:17:07.0203033+03:00</Time> 217 <Output>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Kentta1.xnb</Output> 218 <Time>2017-07-03T10:02:02.6227701+03:00</Time> 219 219 </Item> 220 220 <BuildSuccessful>true</BuildSuccessful> … … 225 225 <BuildConfiguration>Debug</BuildConfiguration> 226 226 <CompressContent>false</CompressContent> 227 <RootDirectory>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2Content\</RootDirectory>228 <LoggerRootDirectory>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\</LoggerRootDirectory>229 <IntermediateDirectory>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\</IntermediateDirectory>230 <OutputDirectory>C:\MyTemp\UunoT \Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\</OutputDirectory>227 <RootDirectory>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2Content\</RootDirectory> 228 <LoggerRootDirectory>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\</LoggerRootDirectory> 229 <IntermediateDirectory>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\</IntermediateDirectory> 230 <OutputDirectory>C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\</OutputDirectory> 231 231 </Settings> 232 232 <Assemblies> 233 233 <Assembly> 234 234 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 235 <Value>201 4-11-26T00:23:34+02:00</Value>235 <Value>2015-02-09T20:18:44+02:00</Value> 236 236 </Assembly> 237 237 <Assembly> 238 238 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 239 <Value>2011-09-01T1 7:22:30+03:00</Value>239 <Value>2011-09-01T16:22:30+03:00</Value> 240 240 </Assembly> 241 241 <Assembly> 242 242 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 243 <Value>2011-09-01T1 7:22:30+03:00</Value>243 <Value>2011-09-01T16:22:30+03:00</Value> 244 244 </Assembly> 245 245 <Assembly> 246 246 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 247 <Value>2011-09-01T1 7:22:30+03:00</Value>247 <Value>2011-09-01T16:22:30+03:00</Value> 248 248 </Assembly> 249 249 <Assembly> 250 250 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 251 <Value>2011-09-01T1 7:22:30+03:00</Value>251 <Value>2011-09-01T16:22:30+03:00</Value> 252 252 </Assembly> 253 253 <Assembly> 254 254 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 255 <Value>2011-09-01T1 7:22:30+03:00</Value>255 <Value>2011-09-01T16:22:30+03:00</Value> 256 256 </Assembly> 257 257 <Assembly> 258 258 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 259 <Value>2011-09-01T1 7:22:30+03:00</Value>259 <Value>2011-09-01T16:22:30+03:00</Value> 260 260 </Assembly> 261 261 <Assembly> 262 262 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 263 <Value>201 4-11-26T00:23:36+02:00</Value>263 <Value>2015-02-17T22:27:18+02:00</Value> 264 264 </Assembly> 265 265 <Assembly> 266 266 <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> 267 <Value>201 2-03-16T14:34:20.6136434+02:00</Value>267 <Value>2017-06-07T17:32:31.9593093+03:00</Value> 268 268 </Assembly> 269 269 </Assemblies> -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt
r6003 r8992 4 4 Content\Untitled.xnb 5 5 Content\Castlebirck.xnb 6 Content\RuneStone.xnb 6 7 Content\Rune stone NoAct.xnb 7 8 Content\rune stoen loading.xnb 9 Content\RuneBbbblast.xnb 8 10 Content\ruen soten comp load.xnb 9 11 Content\rock with a meaning.xnb … … 15 17 Content\mieka lyo.xnb 16 18 Content\main walk.xnb 19 Content\Main.xnb 20 Content\Crasstiel.xnb 17 21 Content\Boss sword out cont.xnb 18 22 Content\Boss sword ice furm.xnb 19 Content\Crasstiel.xnb20 23 Content\kentta2.xnb 21 Content\RuneStone.xnb22 24 Content\Kentta1.xnb 23 Content\Main.xnb24 Content\RuneBbbblast.xnb -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2/obj/x86/Debug/lyö isoa pahaa outsta ja hypi.csproj.FileListAbsolute.txt
r6003 r8992 31 31 C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Main.xnb 32 32 C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneBbbblast.xnb 33 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\maali.xnb 34 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\norsu.xnb 35 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\tahti.xnb 36 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Untitled.xnb 37 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Castlebirck.xnb 38 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneStone.xnb 39 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Rune stone NoAct.xnb 40 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rune stoen loading.xnb 41 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\RuneBbbblast.xnb 42 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\ruen soten comp load.xnb 43 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\rock with a meaning.xnb 44 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker.xnb 45 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Quest marker (incomplete).xnb 46 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Mossy castle.xnb 47 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka.xnb 48 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka procjectile.xnb 49 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\mieka lyo.xnb 50 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\main walk.xnb 51 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Main.xnb 52 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Crasstiel.xnb 53 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword out cont.xnb 54 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Boss sword ice furm.xnb 55 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\kentta2.xnb 56 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Content\Kentta1.xnb 57 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tasohyppelypeli2.exe 58 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Tasohyppelypeli2.pdb 59 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.dll 60 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\bin\x86\Debug\Jypeli.xml 61 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\lyö isoa pahaa outsta ja hypi.csprojResolveAssemblyReference.cache 62 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 63 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.exe 64 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2\obj\x86\Debug\Tasohyppelypeli2.pdb -
2015/24/UunoT/Tasohyppelypeli2/Tasohyppelypeli2/Tasohyppelypeli2Content/obj/x86/Debug/Hypi ja vaista.contentproj.FileListAbsolute.txt
r6016 r8992 1 1 C:\MyTemp\UunoT\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2Content\obj\x86\Debug\Hypi ja vaista.contentprojResolveAssemblyReference.cache 2 C:\MyTemp\UunoT vanha\Tasohyppelypeli2\Tasohyppelypeli2\Tasohyppelypeli2Content\obj\x86\Debug\Hypi ja vaista.contentprojResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.