• 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ón5048bf7a6d99f991ed33d96456abacf15d19f6c1 (tree)
Tiempo2016-08-23 00:46:36
Autoryyagi <yyagi@16f4...>
Commiteryyagi

Log Message

#xxxxx DTXManiaをDTXVモードで起動する場合のウインドウサイズの初期値を640x360に変更。

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

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/\343\202\271\343\203\206\343\203\274\343\202\270/04.\343\202\263\343\203\263\343\203\225\343\202\243\343\202\260/CConfigXml.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"

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/\343\202\271\343\203\206\343\203\274\343\202\270/04.\343\202\263\343\203\263\343\203\225\343\202\243\343\202\260/CConfigXml.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/04.\343\202\263\343\203\263\343\203\225\343\202\243\343\202\260/CConfigXml.cs"
@@ -538,7 +538,7 @@ namespace DTXMania
538538 nWASAPIBufferSizeMs = new COptionInteger(50);
539539 nChipDisplayTimeMs = new COptionInteger(3000);
540540 nChipFadeoutTimeMs = new COptionInteger(2000);
541- rcViewerWindow = new Coordinates.CRect(100, 100, 1280, 720);
541+ rcViewerWindow = new Coordinates.CRect(100, 100, 640, 360);
542542 nMasterVolume = new COptionInteger(100);
543543 nPolyphonicSounds = new COptionInteger(4);
544544
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