• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

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


RSS
Rev. Time Author
b6b861d master 2020-02-16 22:04:35 deskull

Merge pull request #40011 (phonohawk/hengband/with-varpath into master).

2b48189 2020-02-08 15:09:30 PHO

[Feature] Add ./configure option "--with-varpath=PATH"

On Unix-like platforms, it is often desirable to install files that
will be modified after installation under a separate directory tree
from that containing read-only data files. This is so that read-only
files can reside in a read-only file system, and also package managers
can update or remove read-only files without worrying about removing
user data.

The new option "--with-varpath=PATH", when specified, configures the
game so that certain directories, namely apex, bone, data, edit, user,
and save, will be created under the given path, as opposed to the path
specified with "--with-libpath=PATH". When the option is not given,
those directories will be created under the lib directory as before.

ac1c992 2020-02-08 00:30:56 deskull

Merge pull request #40005 (phonohawk/hengband/fix-build-unix into master).

ca5f7b9 2020-02-06 15:26:56 PHO

[Fix] Fix a build failure that occurs when --disable-japanese is in effect

b5d4569 2020-02-06 15:25:30 PHO

[Fix] #39669 Fix build on non-Windows platforms

0d6e62f For2.2.2-Refactoring 2020-02-02 00:24:33 Hourier

[Fix] #37353 rd_byte() は実はunusedではなかったので復活 / Revived call of rd_byte() because it's NOT unused

fcf427c 2020-02-01 22:58:15 deskull

[Fix] #37353 英語版変数未定義修正. / Fixed undefined variable error in English build.

0687f58 2020-02-01 22:43:23 deskull

Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2.2.2-Refactoring

1938b97 2020-02-01 22:28:12 deskull

Merge branch 'feature/Merfolk' into For2.2.2-Refactoring

82d0eba 2020-02-01 22:27:35 deskull

[Fix] #38790 性格チャージマンのジュラル星人誤認条件を変更 / Change feature misunderstanding conditions of Chargeman.

f659395 2020-02-01 22:27:33 deskull

[Implement] #38796 マーフォークの生い立ち追加. / Define history messages of Merfolk.

d9adacc 2020-02-01 22:24:20 deskull

[Feature] #37285 モンスターの会話を追加と修正(ボルガ博士と弦ちゃん) / Added and modified monsters' speak (Dr.Volga and Genichiro Ashina)

c00ecf3 2020-02-01 22:18:02 Hourier

[Refactor] #37353 spells3.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in spells3.c

c4cf71d 2020-02-01 21:59:12 Hourier

[Refactor] #37353 monster2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in monster2.c

4a9e5bf 2020-02-01 21:40:07 Hourier

[Refactor] #37353 load.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in load.c

5f797e7 2020-02-01 21:08:55 Hourier

[Refactor] #37353 player-status.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in player-status.c

1e16e0b 2020-02-01 20:45:38 Hourier

[Refactor] #37353 a_m_aux_4() で使われていない引数を削除 / Removed unnecessary argument in a_m_aux_4()

e1bf503 2020-02-01 20:42:02 Hourier

[Refactor] #37353 bldg.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in bldg.c

c834f5b 2020-02-01 20:27:06 Hourier

[Refactor] #37353 mspells4.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in dungeon-file.c

a5dfd55 2020-02-01 20:20:12 Hourier

[Refactor] #37353 dungeon-file.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in dungeon-file.c

c641c7e 2020-02-01 15:34:40 Hourier

[Refactor] #37353 floor.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in floor.c

b94e4e4 2020-02-01 15:33:06 Hourier

[Refactor] #37353 cave_pass_lite_bold() のシンタックスシュガーを削除 / Removed syntax sugar cave_pass_lite_bold()

7cae561 2020-02-01 14:11:39 Hourier

[Refactor] #37353 .gitignore にEnglish-Debug/ がGitに捕捉されないように記述を追加 / Added description in order not to capture English-Debug/ to .gitignore

dd14461 2020-02-01 13:42:15 Hourier

[Refactor] #37353 dungeon-file.c のヘッダー重複除去と、一部のコメント削除 / Removed duplication of including headers and some comments per line

c789132 2020-02-01 13:20:30 Hourier

[Fix] #37353 コンパイル警告修正 / Fixed compilation warnings

9a4b173 2020-02-01 13:12:17 Hourier

[Refactor] #37353 spells2.c のインデントを自動調整 / Adjusted indents automatically in spells2.c

efadbb3 2020-02-01 12:55:32 Hourier

[Refactor] #37353 spells2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in spells2.c

0072879 2020-02-01 12:17:38 Hourier

[Refactor] #37353 USE_SAVER のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SAVER but existing codes are as-is

53beb0d 2020-02-01 12:11:17 Hourier

[Refactor] #37353 main-win.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in main-win.c

2195272 2020-02-01 10:40:15 Hourier

[Refactor] #37353 使われていないプリプロHTML_HELP を削除 / Removed unused preprocessor HTML_HELP