File tree
5 files changed
+146
-1
lines changed- articles
- images
- external
5 files changed
+146
-1
lines changed83.5 KB
Loading
Lines changed: 141 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
- .vscode/launch.json+14
- MonoGame.Framework.Content.Pipeline/Builder/XmlColor.cs+36-1
- MonoGame.Framework.Content.Pipeline/ContentStatsCollection.cs+5-1
- MonoGame.Framework.Content.Pipeline/Graphics/MeshHelper.cs+13-13
- MonoGame.Framework.Content.Pipeline/Processors/EffectProcessor.cs+13-14
- MonoGame.Framework.Content.Pipeline/Processors/ModelMeshContentCollection.cs+4
- MonoGame.Framework.Content.Pipeline/Processors/ModelMeshPartContent.cs+28
- MonoGame.Framework.Content.Pipeline/Processors/ModelProcessor.cs+72-8
- MonoGame.Framework.Content.Pipeline/TargetPlatform.cs+3-2
- MonoGame.Framework.Content.Pipeline/VideoContent.cs+6
- MonoGame.Framework/Audio/DynamicSoundEffectInstance.cs+2
- MonoGame.Framework/Content/ContentManager.cs+65-66
- MonoGame.Framework/Content/ContentSerializerIgnoreAttribute.cs+4
- MonoGame.Framework/Curve.cs+20-24
- MonoGame.Framework/CurveKeyCollection.cs+18
- MonoGame.Framework/Game.cs-2
- MonoGame.Framework/GameWindow.cs+6
- MonoGame.Framework/Graphics/Effect/Effect.cs+1-1
- MonoGame.Framework/Graphics/GraphicsDebugMessage.cs+24
- MonoGame.Framework/Graphics/GraphicsDevice.cs+1.7k-1.6k
- MonoGame.Framework/Graphics/PackedVector/NormalizedShort4.cs+1-1
- MonoGame.Framework/Graphics/PresentationParameters.cs-1
- MonoGame.Framework/Graphics/RenderTarget2D.cs+128-12
- MonoGame.Framework/Graphics/RenderTargetBinding.cs+65-4
- MonoGame.Framework/Graphics/RenderTargetCube.cs+22-5
- MonoGame.Framework/Graphics/States/RasterizerState.cs+233-143
- MonoGame.Framework/Graphics/States/TargetBlendState.cs+85
- MonoGame.Framework/Graphics/States/TextureFilterMode.cs+9-1
- MonoGame.Framework/Graphics/Texture.cs+137-127
- MonoGame.Framework/Graphics/Texture2D.cs+853-470
- MonoGame.Framework/Graphics/Texture3D.cs+280-11
- MonoGame.Framework/Graphics/TextureCube.cs+218-5
- MonoGame.Framework/Graphics/Vertices/DynamicVertexBuffer.cs+139-41
- MonoGame.Framework/Graphics/Vertices/IndexBuffer.cs+299-125
- MonoGame.Framework/Graphics/Vertices/VertexBuffer.cs+214-205
- MonoGame.Framework/Input/Touch/TouchPanel.cs+15-14
- MonoGame.Framework/Media/Album.cs-4
- MonoGame.Framework/MonoGame.Framework.Native.csproj+2
- MonoGame.Framework/MonoGame.Framework.WindowsUniversal.csproj+1
- MonoGame.Framework/Platform/Android/AndroidGameActivity.cs+7-9
- MonoGame.Framework/Platform/Android/AndroidGameWindow.cs+22-23
- MonoGame.Framework/Platform/Android/Input/Touch/AndroidTouchEventManager.cs+32-2
- MonoGame.Framework/Platform/Android/MonoGameAndroidGameView.cs+57-58
- MonoGame.Framework/Platform/Audio/SoundEffect.XAudio.cs-1
- MonoGame.Framework/Platform/Graphics/GraphicsAdapter.Legacy.cs+33-2
- MonoGame.Framework/Platform/Graphics/OcclusionQuery.DirectX.cs+2-1
- MonoGame.Framework/Platform/Graphics/RenderTarget2D.DirectX.cs+2
- MonoGame.Framework/Platform/Graphics/RenderTargetCube.DirectX.cs-2
- MonoGame.Framework/Platform/Graphics/States/SamplerState.DirectX.cs+2-1
- MonoGame.Framework/Platform/Graphics/Texture.DirectX.cs+1
- MonoGame.Framework/Platform/Graphics/Texture2D.DirectX.cs+5
- MonoGame.Framework/Platform/Graphics/Texture2D.OpenGL.cs-3
- MonoGame.Framework/Platform/Graphics/Vertices/IndexBuffer.DirectX.cs+1
- MonoGame.Framework/Platform/Graphics/Vertices/VertexBuffer.DirectX.cs+1
- MonoGame.Framework/Platform/GraphicsDeviceManager.Legacy.cs-1
- MonoGame.Framework/Platform/GraphicsDeviceManager.WinRT.cs-1
- MonoGame.Framework/Platform/Input/Mouse.Windows.cs+2-1
- MonoGame.Framework/Platform/Media/Song.Android.cs+12-6
- MonoGame.Framework/Platform/Media/Song.WinRT.cs-1
- MonoGame.Framework/Platform/Media/Song.iOS.cs-1
- MonoGame.Framework/Platform/Microsoft/Devices/Sensors/SensorBase.cs-1
- MonoGame.Framework/Platform/Native/Mouse.Native.cs+1
- MonoGame.Framework/Platform/WindowsUniversal/GameFrameworkViewSource.cs-1
- MonoGame.Framework/Platform/WindowsUniversal/XamlGame.cs-1
- MonoGame.Framework/Platform/iOS/OrientationConverter.cs-3
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Matrix4x4.cs+1
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Plane.cs+1
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Quaternion.cs+1
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Vector2.cs+8-1
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Vector3.cs+1
- MonoGame.Framework/Utilities/System.Numerics.Vectors/Vector4.cs+1
- Tests/Framework/Graphics/EffectTest.cs+11
- Tools/MonoGame.Content.Builder.Editor/Common/OutputParser.cs+8-22
- Tools/MonoGame.Content.Builder.Editor/Common/PipelineController.cs+81
- Tools/MonoGame.Content.Builder.Editor/MainWindow.cs+10
- Tools/MonoGame.Content.Builder/BuildContent.cs+22-10
- Tools/MonoGame.Content.Builder/Program.cs+15
- Tools/MonoGame.Effect.Compiler/Program.cs+94-22
- Tools/MonoGame.Tools.Tests/MeshHelperTest.cs+89
- build/BuildContext.cs+3-1
- build/BuildToolsTasks/BuildMGCBEditorTask.cs+1
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
0 commit comments