This repository has been archived by the owner on May 18, 2023. It is now read-only.
forked from andanteyk/ElectronicObserver
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
デッキビルダー形式の艦隊出力時に表示される艦隊の選択ウインドウが裏に行ってしまうことがある問題を修正
- Loading branch information
Showing
3 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
ElectronicObserver/Window/Dialog/DialogChooseAirBase.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
2022/10/08 14:00:00 | ||
20221008 | ||
その他:艦娘経験値合計を扱う変数をsigned intからunsigned longに変更 | ||
艦隊:以下の3メニューから艦隊の選択ができるようにした | ||
* 編成をコピー(デッキビルダー) | ||
* 作戦室を開く | ||
* 制空権シミュレータを開く | ||
2022/11/15 16:00:00 | ||
20221115 | ||
* 艦船図鑑:新規艦の艦型追加 | ||
* グループ:艦娘経験値の合計処理を再修正 | ||
* 艦隊:デッキビルダー形式の艦隊出力時に表示される艦隊の選択ウインドウが裏に行ってしまうことがある問題を修正 |