OSDN Git Service

hengband/hengband.git
4 years ago[fix] #40282 コンフリクト解決残しを修正. / Resolve conflicts left behind.
deskull [Fri, 10 Apr 2020 16:15:03 +0000 (01:15 +0900)]
[fix] #40282 コンフリクト解決残しを修正. / Resolve conflicts left behind.

4 years ago[fix] #40233 リファクタリングで起きている大量のビルドエラーを修正中。差し当たり、インクルード抜けを1件修正. / Add a lost #include.
deskull [Fri, 10 Apr 2020 16:09:20 +0000 (01:09 +0900)]
[fix] #40233 リファクタリングで起きている大量のビルドエラーを修正中。差し当たり、インクルード抜けを1件修正. / Add a lost #include.

4 years agoMerge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into...
deskull [Fri, 10 Apr 2020 14:59:35 +0000 (23:59 +0900)]
Merge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into For2.2.2-Refactoring

4 years ago[Fix] #40304 魔法棒を振った時の更新フラグ指定ミスを修正. / Correction to change for zapping unidentified...
deskull [Fri, 10 Apr 2020 14:59:14 +0000 (23:59 +0900)]
[Fix] #40304 魔法棒を振った時の更新フラグ指定ミスを修正. / Correction to change for zapping unidentified wand.

4 years agoMerge branch 'For2.2.2-Refactoring-birth-screen-realm-clearing' of https://scm.osdn...
deskull [Tue, 7 Apr 2020 18:09:35 +0000 (03:09 +0900)]
Merge branch 'For2.2.2-Refactoring-birth-screen-realm-clearing' of https://scm.osdn.net/gitroot/hengbandforosx/hengbandosx into For2.2.2-Refactoring

4 years agoMerge branch 'For2.2.2-Refactoring-English-Diary' of https://scm.osdn.net/gitroot...
deskull [Tue, 7 Apr 2020 18:05:31 +0000 (03:05 +0900)]
Merge branch 'For2.2.2-Refactoring-English-Diary' of https://scm.osdn.net/gitroot/hengbandforosx/hengbandosx into For2.2.2-Refactoring

4 years agoChanged the English diary entries about the gender and personality selections so...
Eric Branlund [Sun, 29 Mar 2020 18:43:17 +0000 (11:43 -0700)]
Changed the English diary entries about the gender and personality selections so "gender" appears in the one about gender, rather than the "personality" that was there before, and "personality" appears in the one about personality.

4 years agoCorrected English diary entry about realm selection to put "and" between the realms...
Eric Branlund [Sun, 29 Mar 2020 18:40:34 +0000 (11:40 -0700)]
Corrected English diary entry about realm selection to put "and" between the realms if there are two and use "realm" or "realms" as appropriate.

4 years agoIn the English version, the period at the end of the Trump realm short description...
Eric Branlund [Sun, 29 Mar 2020 17:20:51 +0000 (10:20 -0700)]
In the English version, the period at the end of the Trump realm short description wasn't being cleared on the birth realm selection screen (an earlier change made it longer and it then exceeded the length of the string used for clearing). To fix that, use prt() to clear to the end of the line when displaying the selected realm and realm short description. Also share more code between the Japanese and English versions for that display.

4 years ago[Fix] #37353 リファクタリング時にエンバグした get_rnd_line() の分岐処理を修正. / Fix a conditional branch...
deskull [Thu, 26 Mar 2020 17:26:58 +0000 (02:26 +0900)]
[Fix] #37353 リファクタリング時にエンバグした get_rnd_line() の分岐処理を修正. / Fix a conditional branch bug that was added refactoring of get_rnd_line().

4 years agoMerge branch 'fix/xoshiro128starstar-v1.0-bug' into For2.2.2-Refactoring
deskull [Thu, 26 Mar 2020 05:41:22 +0000 (14:41 +0900)]
Merge branch 'fix/xoshiro128starstar-v1.0-bug' into For2.2.2-Refactoring

4 years agoMerge branch 'For2.2.2-Fix-Hourier' into For2.2.2-Refactoring
deskull [Thu, 26 Mar 2020 04:01:10 +0000 (13:01 +0900)]
Merge branch 'For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

4 years agoCorrected English typo ('Arane' rather than 'Arena' in diary messages).
Eric Branlund [Wed, 25 Mar 2020 13:47:59 +0000 (06:47 -0700)]
Corrected English typo ('Arane' rather than 'Arena' in diary messages).

4 years ago[fix] #40237 乱数生成アルゴリズムxoshiro128**をバージョン1.1にする
Habu [Wed, 25 Mar 2020 12:50:58 +0000 (21:50 +0900)]
[fix] #40237 乱数生成アルゴリズムxoshiro128**をバージョン1.1にする

4 years ago[Fix] #38790 ジュラル星人誤認判定変更ミスをさらに修正. / Fix Chargeman's process timing condition of...
deskull [Tue, 24 Mar 2020 16:01:14 +0000 (01:01 +0900)]
[Fix] #38790 ジュラル星人誤認判定変更ミスをさらに修正. / Fix Chargeman's process timing condition of Misconception to Alien Jural again.

4 years agoFor consistency, changed English diary entries to use simple past tense. In a couple...
Eric Branlund [Tue, 24 Mar 2020 15:44:09 +0000 (08:44 -0700)]
For consistency, changed English diary entries to use simple past tense.  In a couple that included "you" as the subject, dropped that for conistency with the others that omit it.  Made a couple of changes in the diary text to be more idiomatic.

4 years ago[Refactor] #40233 Somefunctions moved from store.c/h to store-util.c/h and separated...
Hourier [Sun, 22 Mar 2020 12:58:35 +0000 (21:58 +0900)]
[Refactor] #40233 Somefunctions moved from store.c/h to store-util.c/h and separated black-market.c/h from store.c

4 years ago[Refactor] #40233 Unified Japanese/English resources
Hourier [Sun, 22 Mar 2020 12:14:22 +0000 (21:14 +0900)]
[Refactor] #40233 Unified Japanese/English resources

4 years ago[Refactor] #40233 Separated gold-magnification-table.c/h from store.c
Hourier [Sun, 22 Mar 2020 12:03:19 +0000 (21:03 +0900)]
[Refactor] #40233 Separated gold-magnification-table.c/h from store.c

4 years ago[Refactor] WIP #40233 Separated store-comments.c/h and store-util.h from store.c/h
Hourier [Sun, 22 Mar 2020 11:53:37 +0000 (20:53 +0900)]
[Refactor] WIP #40233 Separated store-comments.c/h and store-util.h from store.c/h

4 years ago[Refactor] #40233 Moved comment_7* from store.c to store-owner-comments.c/h
Hourier [Sun, 22 Mar 2020 11:34:55 +0000 (20:34 +0900)]
[Refactor] #40233 Moved comment_7* from store.c to store-owner-comments.c/h

4 years ago[Refactor] #40233 Separated articles-on-sale.c/h from store.c/h
Hourier [Sun, 22 Mar 2020 11:27:23 +0000 (20:27 +0900)]
[Refactor] #40233 Separated articles-on-sale.c/h from store.c/h

4 years ago[Refactor] #40233 Separated store-owner-comments.c/h from sotre.c
Hourier [Sun, 22 Mar 2020 11:16:26 +0000 (20:16 +0900)]
[Refactor] #40233 Separated store-owner-comments.c/h from sotre.c

4 years ago[Refactor] #40233 Separated store-owners.c/h from store.c/h
Hourier [Sun, 22 Mar 2020 10:54:06 +0000 (19:54 +0900)]
[Refactor] #40233 Separated store-owners.c/h from store.c/h

4 years ago[Refactor] #40275 Separated poker.c/h from bldg.c
Hourier [Sun, 22 Mar 2020 10:24:10 +0000 (19:24 +0900)]
[Refactor] #40275 Separated poker.c/h from bldg.c

4 years ago[Refactor] Added 'extern' to lighting_level_str[]
Hourier [Sun, 22 Mar 2020 10:08:15 +0000 (19:08 +0900)]
[Refactor] Added 'extern' to lighting_level_str[]

4 years ago[Refactor] #40236 Separated cmd-visuals.c/h from cmd-cump.c/h
Hourier [Sun, 22 Mar 2020 09:48:07 +0000 (18:48 +0900)]
[Refactor] #40236 Separated cmd-visuals.c/h from cmd-cump.c/h

4 years ago[Refactor] #40236 Separated lighting-level-table.c/h from cmd-dump.c
Hourier [Sun, 22 Mar 2020 09:10:52 +0000 (18:10 +0900)]
[Refactor] #40236 Separated lighting-level-table.c/h from cmd-dump.c

4 years ago[Refactor] #40236 Separated cmd-draw.c/h from cmd-dump.c/h
Hourier [Sun, 22 Mar 2020 09:01:45 +0000 (18:01 +0900)]
[Refactor] #40236 Separated cmd-draw.c/h from cmd-dump.c/h

4 years ago[Refactor] #40236 Separated cmd-diary.c/h from cmd-dump.c/h
Hourier [Sun, 22 Mar 2020 08:47:06 +0000 (17:47 +0900)]
[Refactor] #40236 Separated cmd-diary.c/h from cmd-dump.c/h

4 years ago[Refactor] #40236 Unified the number of subtitles in Japanese and in English
Hourier [Sun, 22 Mar 2020 08:34:15 +0000 (17:34 +0900)]
[Refactor] #40236 Unified the number of subtitles in Japanese and in English

4 years ago[Refactor] #40236 Moved get_ordinal_number_suffix() from cmd-dump.c to write-diary.c
Hourier [Sun, 22 Mar 2020 08:25:57 +0000 (17:25 +0900)]
[Refactor] #40236 Moved get_ordinal_number_suffix() from cmd-dump.c to write-diary.c

4 years ago[Refactor] #40236 Changed return type of init_*() from bool to void because they...
Hourier [Sun, 22 Mar 2020 07:12:03 +0000 (16:12 +0900)]
[Refactor] #40236 Changed return type of init_*() from bool to void because they return true always

4 years ago[Refactor] #40236 main-win.c において1行ごとに挟まれていたコメントを削除、ついでに一部整形 / Removed many comments...
Hourier [Sun, 22 Mar 2020 07:01:29 +0000 (16:01 +0900)]
[Refactor] #40236 main-win.c において1行ごとに挟まれていたコメントを削除、ついでに一部整形 / Removed many comments per 1 line in main-win.c and reshaped it a little

4 years ago[Refactor] #40274 Removed unused preprocessors
Hourier [Sun, 22 Mar 2020 06:09:21 +0000 (15:09 +0900)]
[Refactor] #40274 Removed unused preprocessors

4 years ago[Refactor] #40274 WIN32のプリプロが有効であることを前提とし、main-win.c からプリプロ自体を削除 / Removed WIN32...
Hourier [Sun, 22 Mar 2020 05:47:31 +0000 (14:47 +0900)]
[Refactor] #40274 WIN32のプリプロが有効であることを前提とし、main-win.c からプリプロ自体を削除 / Removed WIN32 but existing codes are as-is in main-win.c

4 years ago[Refactor] #40236 Separated cmd-macro.c/h from cmd-dump.c
Hourier [Sun, 22 Mar 2020 05:28:05 +0000 (14:28 +0900)]
[Refactor] #40236 Separated cmd-macro.c/h from cmd-dump.c

4 years ago[Refactor] #40236 Reshaped do_cmd_macros()
Hourier [Sun, 22 Mar 2020 05:27:25 +0000 (14:27 +0900)]
[Refactor] #40236 Reshaped do_cmd_macros()

4 years ago[Refactor] #40236 Changed return type from errr to void in macro_dump() because the...
Hourier [Sun, 22 Mar 2020 05:26:44 +0000 (14:26 +0900)]
[Refactor] #40236 Changed return type from errr to void in macro_dump() because the return value is not used

4 years ago[Refactor] #40236 Moved remove_auto_dump(), auto_dump_printf(), open_auto_dump()...
Hourier [Sun, 22 Mar 2020 05:25:51 +0000 (14:25 +0900)]
[Refactor] #40236 Moved remove_auto_dump(), auto_dump_printf(), open_auto_dump() and close_auto_dump() from cmd-dump.c to read-pref-file.c

4 years ago[Refactor] #40236 Reshaped cmd-dump.c a little
Hourier [Sun, 22 Mar 2020 05:25:05 +0000 (14:25 +0900)]
[Refactor] #40236 Reshaped cmd-dump.c a little

4 years agoMerge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into...
deskull [Sun, 15 Mar 2020 09:56:24 +0000 (18:56 +0900)]
Merge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into For2.2.2-Refactoring

4 years ago[Fix] #40236 Add not enoughed source description to Makefile.am.
deskull [Sun, 15 Mar 2020 08:48:22 +0000 (17:48 +0900)]
[Fix] #40236 Add not enoughed source description to Makefile.am.

4 years agoMerge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into...
deskull [Sun, 15 Mar 2020 06:01:43 +0000 (15:01 +0900)]
Merge branch 'For2.2.2-Refactoring' of git.osdn.net:/gitroot/hengband/hengband into For2.2.2-Refactoring

4 years ago[Fix] #38790 ジュラル星人誤認判定変更ミスを修正. / Fix Chargeman's process timing condition of Misconc...
deskull [Sun, 15 Mar 2020 03:55:21 +0000 (12:55 +0900)]
[Fix] #38790 ジュラル星人誤認判定変更ミスを修正. / Fix Chargeman's process timing condition of Misconception to Alien Jural.

4 years ago[Refactor] #40256 get_mon_num()に 新しく optionを追加し GMN_ARENA を追加. / Add option argument...
deskull [Sun, 15 Mar 2020 03:45:28 +0000 (12:45 +0900)]
[Refactor] #40256 get_mon_num()に 新しく optionを追加し GMN_ARENA を追加. / Add option argument to get_mon_num() and define GMN_ARENA.

4 years ago[Fix] #40256 phase_out フラグが determine_daily_bounty() で常に true になる不具合を修正. / Fix that...
deskull [Sun, 15 Mar 2020 02:50:24 +0000 (11:50 +0900)]
[Fix] #40256 phase_out フラグが determine_daily_bounty() で常に true になる不具合を修正. / Fix that phase_out flag was always changed to true in determine_daily_bounty().

4 years ago[Feature] #38790 チャージマンによるジュラル星人への誤認処理を調整. / Adjust Chargeman's process timing condit...
deskull [Sun, 15 Mar 2020 02:47:34 +0000 (11:47 +0900)]
[Feature] #38790 チャージマンによるジュラル星人への誤認処理を調整. / Adjust Chargeman's process timing condition to Alien Jural.

4 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Fri, 13 Mar 2020 18:50:36 +0000 (03:50 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

4 years ago[Feature] #39581 広域マップでは変異による武器ドロップ処理が起こらないよう変更.当該処理を drop_weapons() に分離. / In wild...
deskull [Sun, 8 Mar 2020 13:53:24 +0000 (22:53 +0900)]
[Feature] #39581 広域マップでは変異による武器ドロップ処理が起こらないよう変更.当該処理を drop_weapons() に分離. / In wild map, a player doesn't drop weapons. That process is divided to drop_weapons().

4 years ago[Fix] #40051 どうして非ポインタに NULL 使う必要があるのか(憤怒) / Fix NULL use to non-pointer variable.
deskull [Sun, 8 Mar 2020 13:32:06 +0000 (22:32 +0900)]
[Fix] #40051 どうして非ポインタに NULL 使う必要があるのか(憤怒) / Fix NULL use to non-pointer variable.

4 years ago[Fix] #40051 item_tester_tvalのリセットを追加して呪文学習後のアイテム処理ミスを修正. / Add reset of item_tester_...
deskull [Sun, 8 Mar 2020 12:08:25 +0000 (21:08 +0900)]
[Fix] #40051 item_tester_tvalのリセットを追加して呪文学習後のアイテム処理ミスを修正. / Add reset of item_tester_tval in do_cmd_study() for fixing selection error after studying spells.

4 years ago[Refactor] Separated object-group-table.c/h from cmd-dump.c
Hourier [Sun, 8 Mar 2020 11:59:48 +0000 (20:59 +0900)]
[Refactor] Separated object-group-table.c/h from cmd-dump.c

4 years ago[Refactor] #40236 Separated diary-subtitle-table.c/h from cmd-dump.c
Hourier [Sun, 8 Mar 2020 11:49:12 +0000 (20:49 +0900)]
[Refactor] #40236 Separated diary-subtitle-table.c/h from cmd-dump.c

4 years ago[Refactor] #40236 Separated monster-group-table.c/h from cmd-dump.c
Hourier [Sun, 8 Mar 2020 11:35:36 +0000 (20:35 +0900)]
[Refactor] #40236 Separated monster-group-table.c/h from cmd-dump.c

4 years ago[Refactor] #40236 Separated feeling-table.c/h from cmd-dump.c
Hourier [Sun, 8 Mar 2020 11:14:02 +0000 (20:14 +0900)]
[Refactor] #40236 Separated feeling-table.c/h from cmd-dump.c

4 years ago[Refactor] #40236 cmd-dump.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1...
Hourier [Sun, 8 Mar 2020 10:59:00 +0000 (19:59 +0900)]
[Refactor] #40236 cmd-dump.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in cmd-dump.c

4 years ago[Refactor] #40236 Separated write_floor() from exe_write_diary()
Hourier [Sun, 8 Mar 2020 08:59:00 +0000 (17:59 +0900)]
[Refactor] #40236 Separated write_floor() from exe_write_diary()

4 years ago[Refactor] #40236 Separated open_diary_file() from exe_write_diary()
Hourier [Sun, 8 Mar 2020 06:53:30 +0000 (15:53 +0900)]
[Refactor] #40236 Separated open_diary_file() from exe_write_diary()

4 years ago[Refactor] #40236 Separated write_diary_pet() from exe_write_diary()
Hourier [Sun, 8 Mar 2020 06:46:08 +0000 (15:46 +0900)]
[Refactor] #40236 Separated write_diary_pet() from exe_write_diary()

4 years ago[Refactor] #40326 Reshaped write-diary.c
Hourier [Sun, 8 Mar 2020 06:41:03 +0000 (15:41 +0900)]
[Refactor] #40326 Reshaped write-diary.c

4 years ago[Refactor] #40236 Separated write-diary.c/h from cmd-dump.c/h
Hourier [Sun, 8 Mar 2020 06:34:25 +0000 (15:34 +0900)]
[Refactor] #40236 Separated write-diary.c/h from cmd-dump.c/h

4 years ago[Refactor] #40236 Reshaped cmd-dump.c a little
Hourier [Sun, 8 Mar 2020 06:01:12 +0000 (15:01 +0900)]
[Refactor] #40236 Reshaped cmd-dump.c a little

4 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Sun, 8 Mar 2020 05:44:10 +0000 (14:44 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

4 years ago[Refactor] #40030 Moved process_speak_sound() from monster-process.c to monster-move.c/h
Hourier [Sun, 8 Mar 2020 05:00:52 +0000 (14:00 +0900)]
[Refactor] #40030 Moved process_speak_sound() from monster-process.c to monster-move.c/h

4 years ago[Refactor] #40030 Moved process_monster_movement() to monster-move.c/h
Hourier [Sun, 8 Mar 2020 04:57:41 +0000 (13:57 +0900)]
[Refactor] #40030 Moved process_monster_movement() to monster-move.c/h

4 years ago[Refactor] #40030 Separated monster-sweep-grid.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 04:43:19 +0000 (13:43 +0900)]
[Refactor] #40030 Separated monster-sweep-grid.c/h from monster-process.c

4 years ago[Refactor] #40030 Changed function names in monster-process.c
Hourier [Sun, 8 Mar 2020 04:31:41 +0000 (13:31 +0900)]
[Refactor] #40030 Changed function names in monster-process.c

4 years ago[Refactor] #40030 Separated monster-runaway.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 03:33:41 +0000 (12:33 +0900)]
[Refactor] #40030 Separated monster-runaway.c/h from monster-process.c

4 years ago[Refactor] #40030 Moved decide_monster_movement_direction() from monster-process.c
Hourier [Sun, 8 Mar 2020 03:25:09 +0000 (12:25 +0900)]
[Refactor] #40030 Moved decide_monster_movement_direction() from monster-process.c

4 years ago[Refactor] #40030 Separated monster-direction.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 03:11:26 +0000 (12:11 +0900)]
[Refactor] #40030 Separated monster-direction.c/h from monster-process.c

4 years ago[Refactor] #40030 Separated monster-safety-hiding.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 02:59:49 +0000 (11:59 +0900)]
[Refactor] #40030 Separated monster-safety-hiding.c/h from monster-process.c

4 years ago[Refactor] #40030 Separated monster-update.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 02:52:48 +0000 (11:52 +0900)]
[Refactor] #40030 Separated monster-update.c/h from monster-process.c

4 years ago[Refactor] #40030 Reshaped store_moves_val()
Hourier [Sun, 8 Mar 2020 02:23:29 +0000 (11:23 +0900)]
[Refactor] #40030 Reshaped store_moves_val()

4 years ago[Refactor] #40030 Separated store_moves_val() to get_moves()
Hourier [Sun, 8 Mar 2020 01:46:49 +0000 (10:46 +0900)]
[Refactor] #40030 Separated store_moves_val() to get_moves()

4 years ago[Refactor] #40030 Moved *_door() from monster-process.c to monster-move.c/h
Hourier [Sun, 8 Mar 2020 01:22:50 +0000 (10:22 +0900)]
[Refactor] #40030 Moved *_door() from monster-process.c to monster-move.c/h

4 years ago[Refactor] #40030 Separated monster-move.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 01:16:37 +0000 (10:16 +0900)]
[Refactor] #40030 Separated monster-move.c/h from monster-process.c

4 years ago[Refactor] #40030 Moved decide_monster_speed() from monster-process.c to monster...
Hourier [Sun, 8 Mar 2020 01:06:14 +0000 (10:06 +0900)]
[Refactor] #40030 Moved decide_monster_speed() from monster-process.c to monster-util.c/h

4 years ago[Refactor] #40030 Moved update_player_window() from monster-process.c to monster...
Hourier [Sun, 8 Mar 2020 00:59:11 +0000 (09:59 +0900)]
[Refactor] #40030 Moved update_player_window() from monster-process.c to monster-util.c/h

4 years ago[Refactor] #40030 Separated monster-attack.c/h from monster-process.c
Hourier [Sun, 8 Mar 2020 00:54:41 +0000 (09:54 +0900)]
[Refactor] #40030 Separated monster-attack.c/h from monster-process.c

4 years ago[Refactor] #40030 Removed unused definitions of monster
Hourier [Sun, 8 Mar 2020 00:30:51 +0000 (09:30 +0900)]
[Refactor] #40030 Removed unused definitions of monster

4 years ago[Refactor] #40030 Renamed SYURYUUDAN to GRENADE
Hourier [Sat, 7 Mar 2020 16:16:25 +0000 (01:16 +0900)]
[Refactor] #40030 Renamed SYURYUUDAN to GRENADE

4 years ago[Refactor] #40030 Reshaped melee1.c
Hourier [Sat, 7 Mar 2020 15:54:23 +0000 (00:54 +0900)]
[Refactor] #40030 Reshaped melee1.c

4 years ago[Refactor] #40030 Moved save_old_race_flags() from monster-process.c to monster-util.c/h
Hourier [Sat, 7 Mar 2020 15:13:36 +0000 (00:13 +0900)]
[Refactor] #40030 Moved save_old_race_flags() from monster-process.c to monster-util.c/h

4 years ago[Refactor] #40030 Separated monster-object.c/h from monster-process.c
Hourier [Sat, 7 Mar 2020 14:59:47 +0000 (23:59 +0900)]
[Refactor] #40030 Separated monster-object.c/h from monster-process.c

4 years ago[Implement] #37285 モンスターを1体追加、アイディアを出して頂いたhdns氏に感謝 / Added 1 monster; thanks a lot...
Hourier [Sat, 7 Mar 2020 14:31:21 +0000 (23:31 +0900)]
[Implement] #37285 モンスターを1体追加、アイディアを出して頂いたhdns氏に感謝 / Added 1 monster; thanks a lot for the idea, hdns!

4 years ago[Refactor] #40030 Separaterd monster-util.c/h from monster-process.c/h
Hourier [Sat, 7 Mar 2020 14:21:57 +0000 (23:21 +0900)]
[Refactor] #40030 Separaterd monster-util.c/h from monster-process.c/h

4 years ago[Refactor] #39962 Separated dump_player_status_with_screen_num() from dump_aux_player...
Hourier [Sat, 7 Mar 2020 13:02:58 +0000 (22:02 +0900)]
[Refactor] #39962 Separated dump_player_status_with_screen_num() from dump_aux_player_status()

4 years ago[Refactor] #39962 Separated player-status-dump.c from character-dump.c
Hourier [Sat, 7 Mar 2020 12:33:00 +0000 (21:33 +0900)]
[Refactor] #39962 Separated player-status-dump.c from character-dump.c

4 years ago[Fix] ロビン・フッドの思い出に句点が付いていなかったのを修正 (Japanese version only)
Hourier [Sat, 7 Mar 2020 12:24:26 +0000 (21:24 +0900)]
[Fix] ロビン・フッドの思い出に句点が付いていなかったのを修正 (Japanese version only)

4 years ago[Refactor] #9962 Reshaped make_character_dump()
Hourier [Sat, 7 Mar 2020 12:22:38 +0000 (21:22 +0900)]
[Refactor] #9962 Reshaped make_character_dump()

4 years ago[Refactor] #9962 Fixed interpret_t_token()
Hourier [Sat, 7 Mar 2020 12:04:01 +0000 (21:04 +0900)]
[Refactor] #9962 Fixed interpret_t_token()

4 years ago[Fix] #39962 Revived **zz argument for interpret_macro_keycodes()
Hourier [Sat, 7 Mar 2020 11:32:48 +0000 (20:32 +0900)]
[Fix] #39962 Revived **zz argument for interpret_macro_keycodes()

4 years ago[Refactor] #39962 Separated add_monster_spell_type() from dump_blue_mage()
Hourier [Sat, 7 Mar 2020 11:28:34 +0000 (20:28 +0900)]
[Refactor] #39962 Separated add_monster_spell_type() from dump_blue_mage()

4 years ago[Refactor] #39962 Reshaped dump_blue_mage()
Hourier [Sat, 7 Mar 2020 11:03:03 +0000 (20:03 +0900)]
[Refactor] #39962 Reshaped dump_blue_mage()

4 years ago[Refactor] #39962 Changed the content of dump_aux_class_special() from if-else to...
Hourier [Sat, 7 Mar 2020 10:36:42 +0000 (19:36 +0900)]
[Refactor] #39962 Changed the content of dump_aux_class_special() from if-else to switch-case

4 years ago[Refactor] #39962 Separated dump_blue_mage() from dump_aux_class_special()
Hourier [Sat, 7 Mar 2020 10:30:59 +0000 (19:30 +0900)]
[Refactor] #39962 Separated dump_blue_mage() from dump_aux_class_special()

4 years ago[Refactor] #39962 Separated dump_smith() from dump_aux_class_special()
Hourier [Sat, 7 Mar 2020 10:29:10 +0000 (19:29 +0900)]
[Refactor] #39962 Separated dump_smith() from dump_aux_class_special()

4 years ago[Refactor] #39962 Separated dump_magic_eater() from dump_aux_class_special()
Hourier [Sat, 7 Mar 2020 10:12:53 +0000 (19:12 +0900)]
[Refactor] #39962 Separated dump_magic_eater() from dump_aux_class_special()

4 years ago[Refactor] #39962 Separated special-class-dump.c/h from character-dump.c
Hourier [Sat, 7 Mar 2020 10:06:52 +0000 (19:06 +0900)]
[Refactor] #39962 Separated special-class-dump.c/h from character-dump.c