• 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
6f5b10c wasm 2020-03-29 20:52:29 shimitei

refactoring

14ea657 2020-03-29 16:06:41 shimitei

receive keydown message

adcfa63 2020-03-25 23:43:22 shimitei

post keydown-event to worker

85ac72e 2020-03-24 07:07:45 shimitei

omit WORLD_SCORE

25717ea 2020-03-23 23:27:11 shimitei

Web workerで動かす

表示はとりあえずconsoleへ

0d516ba 2020-03-19 22:50:25 shimitei

SET_UIDエラー対策

エラー扱いになる処理ではSET_UID未定義側の処理を使う

0b55b23 2020-03-19 22:18:55 shimitei

update makefile

コンパイルとリンクを分けて行えるように

b2b9311 2020-03-19 22:17:19 shimitei

add ignore

*.bc, *.wasm

7fe3f7f 2020-03-19 19:35:14 shimitei

Revert "add ifdef emscripten"

This reverts commit aadbd4836cc023cec4c7e6815daacddfe917cf0f.

abc0601 2020-03-19 19:34:53 shimitei

Revert "add ifdef calng"

This reverts commit 3b1c3739fb4559f4d741724d267628fb5e9bd9b2.

3b1c373 2020-03-17 00:39:45 shimitei

add ifdef calng

aadbd48 2020-03-17 00:39:22 shimitei

add ifdef emscripten

a200843 2020-03-17 00:36:37 shimitei

omit WORLD_SCORE

ab0da9f 2020-03-17 00:32:05 shimitei

stub term

41a8147 2020-03-17 00:30:37 shimitei

stub term

5393b25 2020-03-16 21:58:16 shimitei

[Implement] display module

とりあえずmain-cap.cのHARDCODE版を使う

ab55dde 2020-03-16 19:09:56 shimitei

add ignore

*.bak

ecd36fb 2020-03-16 19:09:11 shimitei

makefile

コンパイル後にリンクするとエラーになるため、1コマンドで行う。

9167de6 2020-03-16 19:08:05 shimitei

main for now

a94d1e0 2020-03-16 19:06:32 shimitei

[Fix] duplicate symbol

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

7a18786 2020-01-28 00:19:01 deskull

[Fix] #37353 英語版のビルドエラー修正 / Fix build error in English.

7d50dd8 2019-10-18 01:01:59 deskull

Merge pull request #39637 (taotao/hengband/refresh_mon_list into master).

d1d713b 2019-10-04 23:12:26 taotao54321

「行動前に視界内モンスターリストを更新」オプションを追加

649a1e1 2019-04-10 19:50:13 deskull

[fix] #37353 "floor" 変数がリリースビルド時のmath.hと重複していたので修正。

7fc80e9 2019-04-03 23:58:23 deskull

[Fix] #37285 ティボルトのUNIQUE属性付加忘れを修正。