• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión38cec6e72ba18434d51920fed40cfb006f9ab360 (tree)
Tiempo2017-05-06 22:45:22
Autorくまかみ工房 <kumakamikoubou@gmai...>
Commiterくまかみ工房

Log Message

DirectShowLib を最新バージョン(1.0.0)に置き換え。

ついでに、ローカルで持つのをやめて、NuGet パッケージから取得するよう修正。

Cambiar Resumen

  • delete: "DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/Program.cs"
  • delete: "FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/FDK19.csproj"
  • delete: "FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/packages.config"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXCreator.exe"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXManiaGR.exe"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/DirectShowLib-2005.dll"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/DirectShowLib.dll"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/FDK.dll"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXCreator.resources.dll"
  • delete: "\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXManiaGR.resources.dll"

Diferencia incremental

--- "a/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/Program.cs"
+++ "b/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/\343\202\263\343\203\274\343\203\211/\345\205\250\344\275\223/Program.cs"
@@ -129,9 +129,9 @@ namespace DTXMania
129129 "bass_fx.dll is not loaded. bass_fx.dll or bass.dll must not exist." + newLine + "Please download DTXMania again."
130130 ))
131131 bDLLnotfound = true;
132- if (!tDLLの存在チェック("dll\\DirectShowLib-2005.dll",
133- "DirectShowLib-2005.dll が存在しません。" + newLine + "DTXManiaをダウンロードしなおしてください。",
134- "DirectShowLib-2005.dll is not found." + newLine + "Please download DTXMania again."
132+ if (!tDLLの存在チェック("dll\\DirectShowLib.dll",
133+ "DirectShowLib.dll が存在しません。" + newLine + "DTXManiaをダウンロードしなおしてください。",
134+ "DirectShowLib.dll is not found." + newLine + "Please download DTXMania again."
135135 ))
136136 bDLLnotfound = true;
137137 #endregion
--- "a/FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/FDK19.csproj"
+++ "b/FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/FDK19.csproj"
@@ -68,8 +68,8 @@
6868 <SpecificVersion>False</SpecificVersion>
6969 <HintPath>..\実行時フォルダ\dll\Bass.Net.dll</HintPath>
7070 </Reference>
71- <Reference Include="DirectShowLib-2005">
72- <HintPath>..\実行時フォルダ\dll\DirectShowLib-2005.dll</HintPath>
71+ <Reference Include="DirectShowLib, Version=2.1.0.1599, Culture=neutral, processorArchitecture=MSIL">
72+ <HintPath>..\packages\DirectShowLib.1.0.0\lib\DirectShowLib.dll</HintPath>
7373 </Reference>
7474 <Reference Include="SharpDX, Version=3.1.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
7575 <HintPath>..\packages\SharpDX.3.1.1\lib\net45\SharpDX.dll</HintPath>
--- "a/FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/packages.config"
+++ "b/FDK17\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/packages.config"
@@ -1,5 +1,6 @@
11 <?xml version="1.0" encoding="utf-8"?>
22 <packages>
3+ <package id="DirectShowLib" version="1.0.0" targetFramework="net451" />
34 <package id="SharpDX" version="3.1.1" targetFramework="net451" />
45 <package id="SharpDX.Direct3D9" version="3.1.1" targetFramework="net451" />
56 <package id="SharpDX.DirectInput" version="3.1.1" targetFramework="net451" />
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXCreator.exe" and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXCreator.exe" differ
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXManiaGR.exe" and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXManiaGR.exe" differ
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/DirectShowLib-2005.dll" and /dev/null differ
Binary files /dev/null and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/DirectShowLib.dll" differ
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/FDK.dll" and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/dll/FDK.dll" differ
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXCreator.resources.dll" and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXCreator.resources.dll" differ
Binary files "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXManiaGR.resources.dll" and "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/ja-JP/DTXManiaGR.resources.dll" differ