• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
No Tags

Frequently used words (click to add to your profile)

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

RSS
Rev. 时间 作者
6156652 2019-10-30 22:52:32 yyagi

#xxxxx FDKのコミット漏れ対応(CWindowsTheme.cs) 。ダークテーマ対応のための下回りだが不完全。
#xxxxx COS.cs: Windows10のビルド情報を補足。また、OSのビルド番号の確認機能をpublic化。
#xxxxx NVorbisのビルド時警告を抑制。csprojの<NoWarn>は最初の<PropertyGroup>に置かないと機能しないらしい。

c0939c6 support Release099g 2019-10-23 00:17:14 yyagi

#39698 099fで起動時に例外が出る問題を修正。

1acbaee 2019-10-08 00:46:23 yyagi

#39661 [Dridi's PATCH 2/9] Sync hint paths for bundled DLLs with reality.
The packages directory at the root of the source tree is for nuget, and gone in the DTXMania distribution package.

37c05ad 2019-10-08 00:06:26 yyagi

#39661 Added Move task in [Dridi's PATCH 4/9]

ff19cf1 2019-10-07 23:13:57 yyagi

#39661 [Dridi's PATCH 8/9] Fix resources paths for case-sensitive file systems

d560c56 2019-10-07 23:13:18 yyagi

#39661 [Dridi's PATCH 7/9] PowerGetActiveScheme may fail with Wine.
I added a stub in Wine, but it currently does nothing.

27cc96d 2019-10-07 23:12:27 yyagi

#39661 [Dridi's PATCH 6/9] Skip logs that Wine may not support.
I managed to get some of the missing WMI bits in Wine 4.17 but it's still not widely available since the stable branch is 4.0 currently.

26152d9 2019-10-07 23:11:32 yyagi

#39661 [Dridi's PATCH 5/9] Avoid array overflow of the CSV header

32d90ac 2019-10-07 23:10:17 yyagi

#39661 [Dridi's PATCH 4/9] Replace PostBuildEvent scripts with XML targets
This becomes portable outside the usual build environment. In particular it becomes possible to build on GNU/Linux (instead of Windows) for Mono (instead of .NET) with xbuild (instead of msbuild).
Instead of preserving "newer" files during the copy, it is now done on a systematic way to keep the tasks simple. This shouldn't be a problem for the low volume of files that get copied during a build.
Also, some of the copying is hard to reproduce with the Copy command so some of it is omitted with this change.

e52b34f 2019-10-07 23:05:53 yyagi

#39661 [Dridi's PATCH 1/9] Make the code compatible with older C# compilers.
In order to build with a .NET v4.5 CSC, or Mono's MCS compiler, declare the POVの処理() function outside tポーリング() and slightly change its signature to cope with the change of scope.
Trying to build on Fedora with the following command: xbuild /p:Platform=x86 /p:TargetFrameworkVersion=v4.5 DTXMania.sln

902aeb0 DTXC035 2019-10-01 22:11:03 yyagi

#xxxxx アセンブリ情報の更新。

4c7babe 2019-10-01 21:49:45 yyagi

#39630 [DTXC] F1押下時、マニュアルのヘルプファイルを開くのではなく、マニュアルサイトを開くように機能変更。
#xxxxx OSが19H1以降の場合、タイトルバーで編集中(未保存)を示すアスタリスクの表示位置を変更。
#xxxxx リリース番号を035に変更。

db80e8d 2019-09-26 02:55:17 yyagi

#39609 [DTXC] WASAPI排他時のチップ音試聴再生高速化。DTXMania本体のプロセス検索処理を単純化し高速化した。

2d788d5 2019-09-26 01:51:27 yyagi

#39609 チップ音の試聴動作が遅い問題をある程度修正。取り急ぎ、ViewerをWASAPI排他のDTXMania本体と設定していない限り、DTXC本体でさくっと再生するようにした。
WASAPI排他の場合の高速化は別途検討とする。

2dd5af4 2019-09-26 01:48:30 yyagi

#39605 サウンドダイアログ出の試聴ボタンのEnable処理が中途半端だったので再修正。
Designerとresxの修正でやっていることは、試聴ボタンのModiferをPrivateからInternal変更しただけです。

00ad27c 2019-09-26 01:14:06 yyagi

#39605, #39606, #39607 試聴やチップ配置などの際に、チップ音が再生されない問題を修正。
#xxxxx パス区切りの表現を'\'からPath.DirectorySeparatorCharに変更。

6df010e 2019-09-26 01:11:05 yyagi

#39610 チップの相対パス生成を誤る問題を修正。
#xxxxx パス区切りの表現を'\'からPath.DirectorySeparatorCharに変更。

5deed85 2019-09-26 00:49:49 yyagi

#39608 [DTXC] 64bit OS環境で、オプションダイアログを開こうとすると例外が発生する問題を修正。

f14f3aa 2019-09-02 01:11:47 yyagi

#xxxxx システムログを出力するメソッドを、別クラスに分けた。CDTXManiaに置きつづけておくのはよろしくないと思うので。

ef6c935 Release115 2019-08-26 21:18:11 yyagi

#39511 ウインドウの中をドラッグしてもウインドウを移動できるようにした。

2f5f927 2019-08-23 01:17:38 yyagi

#xxxxx Rel115リリース準備。アセンブリのプロパティ情報更新や、デバッグ用のミキシング数表示の削除など。

3eb8998 2019-08-23 01:13:57 yyagi

#39474 NVorbis関連のコミット漏れ。(ライセンスのテキストファイル追加, 終了画面にNVorbisを追記)

ddb92e5 2019-08-23 01:11:48 yyagi

#39499 StrictHitSndRange機能追加のコミット漏れ。

743f293 2019-08-23 00:39:34 yyagi

#39499 ジャストタイミングからの入力誤差がXXミリセカンド以内でないとそのチップ音が再生されないような設定を追加。CONFIGURATION/Drums/StrictHitSndRange で設定。

bde5423 2019-08-21 22:58:20 yyagi

#39497 DTXファイルから背景画像として動画ファイルを設定すると、演奏開始時にアプリが強制終了する問題を修正。
diffファイルでは修正がややこしく見えるが、やっていることはtry-catchを追加しただけ。

20aaf0a 2019-08-19 23:40:05 yyagi

#37231 コミット漏れ追加。(少しだけ昔の実装に戻して、処理の流れをわかりやすくした)

b07b819 2019-08-19 23:34:12 yyagi

#37231 WASAPI共有のバッファサイズの表示が大きすぎたのを修正。その他若干のソースコード整理/コメント対加藤。
#xxxxx ログにBASS.DLLのバージョン情報を追加。

5b73e20 2019-08-19 23:19:36 yyagi

#39474 Cogg内のreadBufferのサイズを修正。(ちょっと大きすぎでした)

15ed366 2019-08-19 23:17:41 yyagi

#xxxxx Bass.netを最新の2.4.14.0に更新。

a4be026 2019-08-19 20:40:59 yyagi

#39490 環境によっては同じ名前のWASAPIデバイスが複数定義されている場合に対応。 実際に利用可能なWASAPIデバイスのみ利用する。