• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂f96d175df10a40595ae1f3e0a9806ee94894f4eb (tree)
時間2015-08-16 02:26:56
作者yyagi <yyagi@16f4...>
Commiteryyagi

Log Message

#35405 ギター、ベースのGボタンの自動演奏をオフにした状態でDTXCreator上で再生するとGボタンが自動演奏されない問題を修正。
#xxxxx バージョン情報を更新。
#xxxxx DTXManiaGR.exe.configファイルの更新時に、自動で「実行時フォルダ」のconfig1ファイルが連動して修正されるよう、csprojファイルを修正。(DTXC分は、前回のコミット時に同対応を実施済み)

git-svn-id: http://svn.osdn.jp/svnroot/dtxmania/trunk@833 16f42ceb-6dc6-49c8-ba94-f2d53467949d

Change Summary

  • delete: "DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210.csproj"
  • 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/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/CStage\346\274\224\345\245\217\347\224\273\351\235\242\345\205\261\351\200\232.cs"
  • 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/CDTXMania.cs"
  • 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/DTXManiaGR.exe.config"

差異

--- "a/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210.csproj"
+++ "b/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210/DTXMania\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210.csproj"
@@ -256,6 +256,7 @@
256256 -->
257257 <PropertyGroup>
258258 <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir)..\実行時フォルダ"
259+copy /Y "$(TargetPath)".config "$(SolutionDir)..\実行時フォルダ"
259260 move /Y "$(TargetDir)Bass.Net.dll" "$(TargetDir)dll"
260261 move /Y "$(TargetDir)DirectShowLib-2005.dll" "$(TargetDir)dll"
261262 move /Y "$(TargetDir)FDK.dll" "$(TargetDir)dll"
--- "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/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/CStage\346\274\224\345\245\217\347\224\273\351\235\242\345\205\261\351\200\232.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/\343\202\271\343\203\206\343\203\274\343\202\270/07.\346\274\224\345\245\217/CStage\346\274\224\345\245\217\347\224\273\351\235\242\345\205\261\351\200\232.cs"
@@ -2480,12 +2480,12 @@ namespace DTXMania
24802480 CDTXMania.ConfigIni.bAutoPlay.RD = true;
24812481 CDTXMania.ConfigIni.bAutoPlay.LC = true;
24822482 CDTXMania.ConfigIni.bAutoPlay.GtR = true;
2483- CDTXMania.ConfigIni.bAutoPlay.GtB = true;
2483+ CDTXMania.ConfigIni.bAutoPlay.GtG = true;
24842484 CDTXMania.ConfigIni.bAutoPlay.GtB = true;
24852485 CDTXMania.ConfigIni.bAutoPlay.GtPick = true;
24862486 CDTXMania.ConfigIni.bAutoPlay.GtW = true;
24872487 CDTXMania.ConfigIni.bAutoPlay.BsR = true;
2488- CDTXMania.ConfigIni.bAutoPlay.BsB = true;
2488+ CDTXMania.ConfigIni.bAutoPlay.BsG = true;
24892489 CDTXMania.ConfigIni.bAutoPlay.BsB = true;
24902490 CDTXMania.ConfigIni.bAutoPlay.BsPick = true;
24912491 CDTXMania.ConfigIni.bAutoPlay.BsW = true;
--- "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/CDTXMania.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/CDTXMania.cs"
@@ -20,7 +20,7 @@ namespace DTXMania
2020 {
2121 // プロパティ
2222 #region [ properties ]
23- public static readonly string VERSION = "102(150808)";
23+ public static readonly string VERSION = "103(150815)";
2424 public static readonly string SLIMDXDLL = "c_net20x86_Jun2010";
2525 public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010
2626 //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010
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
--- "a/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXManiaGR.exe.config"
+++ "b/\345\256\237\350\241\214\346\231\202\343\203\225\343\202\251\343\203\253\343\203\200/DTXManiaGR.exe.config"
@@ -2,18 +2,23 @@
22 <configuration>
33 <startup useLegacyV2RuntimeActivationPolicy="true">
44 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
5+ <supportedRuntime version="v2.0.50727"/>
6+ <supportedRuntime version="v1.1.4322"/>
7+ <supportedRuntime version="v1.0.3705"/>
58 </startup>
69
710 <runtime>
8- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9- <probing privatePath="dll"/>
11+ <loadFromRemoteSources enabled="true"/>
12+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13+ <probing privatePath="dll"/>
1014 <dependentAssembly>
1115 <assemblyIdentity name="SlimDX"
16+ version="1002.0.10.43"
1217 publicKeyToken="53d0e4ef1f1579f5"
1318 culture="neutral" />
14- <codeBase version="4.0.10.43"
19+ <codeBase version="1002.0.10.43"
1520 href="dll\SlimDXc_net20x86_Jun2010.dll"/>
16- </dependentAssembly>
17- </assemblyBinding>
21+</dependentAssembly>
22+ </assemblyBinding>
1823 </runtime>
1924 </configuration>