• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: List of commits

変愚蛮怒のメインリポジトリです


RSS
Rev. Tiempo Autor
503be59 2021-02-04 02:03:20 deskull

Merge branch 'feature/music-debug-files' into develop

2864a81 2021-02-04 01:47:29 deskull

[Implement] #41415 music_debug.cfg の優先読み込み機能追加と music フォルダ内の .gitignore 追加. /
Added priority loading function for music_debug.cfg and added .gitignore in music folder.

84516b1 2021-02-04 01:06:12 deskull

Merge remote-tracking branch 'remotes/origin/feature/windows-release-package-build-script' into develop

ef2c4b6 2021-02-04 00:59:34 deskull

Merge remote-tracking branch 'remotes/origin/feature/Fix-Psy-Spear' into develop

d0bd521 2021-02-04 00:51:09 deskull

Merge remote-tracking branch 'remotes/origin/feature/Fix-Term-Fresh' into develop

582cf6d 2021-02-03 21:36:44 Habu

[fix] #41436 光の剣のダメージがまた0になっている

リファクタリングの成果をマージした時に、
7d20eb7d0c5fbc5360df0e477bde5ca348134f2e
で行った修正が戻ってしまった模様。
再度同じ修正を行う。

471e1a7 2021-02-03 20:42:35 Habu

[update] HTTPのリダイレクトに対応

スコア送信時に送信先URLがリダイレクトされた場合でも、
リダイレクト先にスコアを送信できるようにlibcurlのオプションを設定する。
これによりスコアサーバが移転した場合でも、
旧スコアサーバにリダイレクトを設定することにより、
旧バージョンでもスコア送信が可能になる。

e3e70c5 2021-02-03 14:38:37 Eric Branlund

For clarity, reworded English prompt for selecting the cards to keep in poker.

22b31e2 2021-02-03 14:33:19 Eric Branlund

Provided an English version of the dice slots payout table.

82252a4 2021-02-03 14:15:55 Eric Branlund

Add "apiece" to English message to clarify that the quoted price is per charge.

b07dc94 2021-02-03 13:10:17 Eric Branlund

Changed English wording for header of the monster list selected by matching a substring.

204cfad 2021-02-03 10:53:29 Eric Branlund

For clarity, reworded the English message printed in response to selecting an already displayed weapon.

8513545 2021-02-03 10:45:59 Eric Branlund

Capitalize "Klein" to match ordinary usage for "Klein bottle".

9a7773c 2021-02-03 10:44:12 Eric Branlund

For clarity, change preposition for English message about lacking spare material for a repair.

887ffe3 2021-02-02 22:53:11 Habu

[update] libcurl 用の Visual Studio プロジェクトプロパティ更新

libcurl を使用したコードをビルドできるようにするために、
Visual Studio のプロジェクトのプロパティを更新。

5b048fb 2021-02-02 22:48:47 Habu

[add] Visual Studio 用の libcurl 関連ファイル

Visual Studio で libcurl を使用したコードをビルドするためのファイルを追加:

- libcurl のインクルードファイル
- Release/Debug それぞれのスタティックリンクライブラリ

0b09ba3 2021-02-02 22:48:42 Habu

[impliment] libcurl を使用してスコアを送信する

これまで自前でソケット通信APIを通してHTTP通信を行い、
HTTP POSTによりスコア送信を行っていたが、
HTTPSでのスコア送信ができないという問題があった。

HTTPSに対応するため、スコア送信部を libcurl を利用して
HTTP POSTを行うように書き換えた。

f72ed22 2021-02-02 22:47:24 Habu

[add] configure に libcurl の検出を追加

libcurl を使用したスコア送信機能を実装するため、
configure に libcurl を使用してビルドするのに
必要なファイルの検出を追加する。

88e1791 2021-02-02 18:57:14 dis-

[Fix] 不要なincludeの削除

デバッグ中の作業が一部混入した。削除。

91e55c4 2021-02-02 18:47:11 dis-

[Fix] #41426 fresh-afterオフ時のターゲットの挙動がおかしい

\e\e\et1*のように、マクロの最後の入力を*にしたときターゲット取得の挙動が変化する。
本来はprojectableな対象のみを+などでハイライトするはずが、あらゆる対象を追ってしまうようになっていた。
この現象がfresh-afterオフのときのみ発生することから原因箇所を特定した。
fix_monster_listをfresh-afterの範囲外に出すことでバグ発生を回避できる。
いずれ根本的に対処した方が良い。

a9b3ecb 2021-02-02 07:39:58 deskull

Merge pull request #41416 (taotao/hengband/fix-x11_term_key into develop).

7f49db3 2021-02-02 03:33:42 Eric Branlund

To be more idiomatic, drop "the" and simply use "stop time".

2685f79 2021-02-02 03:16:41 Eric Branlund

Made "whistle" plural to match the other entries that aren't collective nouns.

011df91 2021-02-02 03:15:45 Eric Branlund

Since "junk" is a collective noun, don't add "s" for plural.

3db05f7 2021-02-02 03:14:28 Eric Branlund

Corrected English spelling for plural of "box".

21199fb 2021-02-02 01:31:16 Eric Branlund

Corrected English spelling mistakes ("address").

5025b0d 2021-02-01 23:49:14 taotao54321

[Fix] X11版でマクロで物を買うとアイテムウィンドウが更新されないのを修正

fresh_after が off のときに発生していた。
X11 版は入力キューの扱いが元々正しくなくて、それが macro_running() の判定にも影響していた。
入力キューの扱いを Windows 版に合わせることで解決。
同時に、長い日本語を入力した際に化ける現象も解決したはず。

3e4a7c0 2021-02-01 23:13:25 deskull

Merge remote-tracking branch 'remotes/hengbandosx/english-3.0.0.4-lost-spelling-correction' into feature/english-correction

841fd1b 2021-02-01 23:00:51 Habu

[implement] Windows版バイナリパッケージを生成するスクリプト

Windows版のバイナリパッケージを準備するのを容易にするため、ビルドから
パッケージ生成までを自動的に行うPowerShellスクリプトを作成した。
リポジトリのトップディレクトリで Build-Windows-Release-Package.ps1 を
実行すると、リリースバージョンを聞かれ、入力したバージョンを付加した
Windows版バイナリパッケージが日本語版・英語版ともにトップディレクトリに生成される。

生成されるパッケージ名:
* Hengband-{Version}-jp.zip
* Hengband-{Version}-en.zip

将来的には、Hengband.exe に --version オプションを付けて実行すると
バージョンを出力するようにし、自動的にパッケージに付与するバージョン名を
決定する機能なども考えたい。
また、GitHubに移行後はGitHub Actionsで自動的にバイナリパッケージを
生成・アップロードするWorkflowを作るとさらにリリース作業が楽になると思われる。

ca4398d 2021-02-01 22:54:09 deskull

Merge remote-tracking branch 'remotes/hengbandosx/english-floor-edits' into feature/english-correction

Show on old repository browser