OSDN Git Service

hengband/hengband.git
3 years ago[Feature] #37550 鏡使いの幻惑の光についてSTUN効果を1回にする代わりにパワー倍に変更. / Changed power and multiple...
deskull [Sat, 15 Aug 2020 09:57:05 +0000 (18:57 +0900)]
[Feature] #37550 鏡使いの幻惑の光についてSTUN効果を1回にする代わりにパワー倍に変更. / Changed power and multiple value of the STUN effect on illusion light of mirror magic.

3 years ago[Refactor] #40514 calc_speed() を帰り値持ちに仕様変更. / calc_speed() was changed specifications...
deskull [Sat, 15 Aug 2020 08:36:43 +0000 (17:36 +0900)]
[Refactor] #40514 calc_speed() を帰り値持ちに仕様変更. / calc_speed() was changed specifications to return value.

3 years ago[Refactor] #40514 calc_to_hit_bow() 計算ミスを修正. / Fix mistake of calculation in calc_to_...
deskull [Sat, 15 Aug 2020 05:57:00 +0000 (14:57 +0900)]
[Refactor] #40514 calc_to_hit_bow() 計算ミスを修正. / Fix mistake of calculation in calc_to_hit_bow().

3 years ago[Refactor] #40514 calc_to_hit_bow() と calc_to_hit_bow_display() を統合. / 
deskull [Sat, 15 Aug 2020 04:19:12 +0000 (13:19 +0900)]
[Refactor] #40514 calc_to_hit_bow() と calc_to_hit_bow_display() を統合. / 
Merged calc_to_hit_bow () and calc_to_hit_bow_display ().

3 years agoMerge branch 'Fix/misc' into For2.2.2-Refactoring
deskull [Sat, 15 Aug 2020 03:47:19 +0000 (12:47 +0900)]
Merge branch 'Fix/misc' into For2.2.2-Refactoring

3 years ago[Refactor] [Refactor] #40514 calc_to_hit_bow() を帰り値持ちに仕様変更. /
deskull [Sat, 15 Aug 2020 02:47:38 +0000 (11:47 +0900)]
[Refactor] [Refactor] #40514 calc_to_hit_bow() を帰り値持ちに仕様変更. /
calc_to_hit_bow was changed specifications to return value.

3 years ago[Fix] #40514 player/player-status-table.h アップミス修正. / Fix no added player/player-statu...
deskull [Sat, 15 Aug 2020 03:20:59 +0000 (12:20 +0900)]
[Fix] #40514 player/player-status-table.h アップミス修正. / Fix no added player/player-status-table.h.

3 years ago[Refactor] #40514 calc_double_weapon_penaltyの処理位置を整理. / Clarify calling calc_double_w...
deskull [Fri, 14 Aug 2020 17:57:50 +0000 (02:57 +0900)]
[Refactor] #40514 calc_double_weapon_penaltyの処理位置を整理. / Clarify calling calc_double_weapon_penalty().

3 years ago[Refactor] #40514 calc_weapon_penalty() を calc_double_weapon_penalty() に改名の上帰り値持ちに仕様変...
deskull [Fri, 14 Aug 2020 17:51:17 +0000 (02:51 +0900)]
[Refactor] #40514 calc_weapon_penalty() を calc_double_weapon_penalty() に改名の上帰り値持ちに仕様変更,コメント追加. /
Rename calc_weapon_penalty() to calc_double_weapon_penalty() and it was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_to_magic_chance() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 17:35:46 +0000 (02:35 +0900)]
[Refactor] #40514 calc_to_magic_chance() を帰り値持ちに仕様変更,コメント追加. /
calc_to_magic_chance() was changed specifications to return value, added comments.

3 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Fri, 14 Aug 2020 17:26:47 +0000 (02:26 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

3 years ago[Refactor] #40514 player-status-table.c/h を player-status.c/h から分離. / Separated playe...
deskull [Fri, 14 Aug 2020 17:16:27 +0000 (02:16 +0900)]
[Refactor] #40514 player-status-table.c/h を player-status.c/h から分離. / Separated player-status-table.c/h from player-status.c/h.

3 years agoMerge branch 'For2.2.2-Fix-Hourier' of https://scm.osdn.net/gitroot/hengband/hengband...
Hourier [Fri, 14 Aug 2020 14:39:37 +0000 (23:39 +0900)]
Merge branch 'For2.2.2-Fix-Hourier' of https://scm.osdn.net/gitroot/hengband/hengband into For2.2.2-Fix-Hourier

3 years ago[Refactor] #40617 Separated exe_leave_floor() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:30:27 +0000 (23:30 +0900)]
[Refactor] #40617 Separated exe_leave_floor() from leave_floor()

3 years ago[Refactor] #40617 Separated update_upper_lower_or_floor_id() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:29:11 +0000 (23:29 +0900)]
[Refactor] #40617 Separated update_upper_lower_or_floor_id() from leave_floor()

3 years ago[Refactor] #40617 Separated refresh_new_floor_id() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:27:25 +0000 (23:27 +0900)]
[Refactor] #40617 Separated refresh_new_floor_id() from leave_floor()

3 years ago[Refactor] #40617 Separated kill_saved_floors() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:25:37 +0000 (23:25 +0900)]
[Refactor] #40617 Separated kill_saved_floors() from leave_floor()

3 years ago[Refactor] #40617 Separated exit_to_wilderness() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:24:12 +0000 (23:24 +0900)]
[Refactor] #40617 Separated exit_to_wilderness() from leave_floor()

3 years ago[Refactor] #40617 Separated jump_floors() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:21:44 +0000 (23:21 +0900)]
[Refactor] #40617 Separated jump_floors() from leave_floor()

3 years ago[Refactor] #40617 Separated set_grid_by_leaving_floor() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:12:49 +0000 (23:12 +0900)]
[Refactor] #40617 Separated set_grid_by_leaving_floor() from leave_floor()

3 years ago[Refactor] #40617 Separated preserve_info() from leave_floor()
Hourier [Fri, 14 Aug 2020 14:01:59 +0000 (23:01 +0900)]
[Refactor] #40617 Separated preserve_info() from leave_floor()

3 years ago[Refactor] #40617 Separated record_pet_diary() from preserve_pet()
Hourier [Fri, 14 Aug 2020 13:57:01 +0000 (22:57 +0900)]
[Refactor] #40617 Separated record_pet_diary() from preserve_pet()

3 years ago[Refactor] #40617 Separated check_riding_preservation() from preserve_pet()
Hourier [Fri, 14 Aug 2020 13:55:32 +0000 (22:55 +0900)]
[Refactor] #40617 Separated check_riding_preservation() from preserve_pet()

3 years ago[Refactor] #40617 Separated check_pet_preservation_conditions() from sweep_preserve_pet()
Hourier [Fri, 14 Aug 2020 13:54:26 +0000 (22:54 +0900)]
[Refactor] #40617 Separated check_pet_preservation_conditions() from sweep_preserve_pet()

3 years ago[Refactor] #40617 Separated sweep_preserving_pet() from change_floor()
Hourier [Fri, 14 Aug 2020 13:52:29 +0000 (22:52 +0900)]
[Refactor] #40617 Separated sweep_preserving_pet() from change_floor()

3 years ago[Refactor] #40617 Separated update_floor() from change_floor()
Hourier [Fri, 14 Aug 2020 13:33:28 +0000 (22:33 +0900)]
[Refactor] #40617 Separated update_floor() from change_floor()

3 years ago[Refactor] #40617 Separated cut_off_the_upstair() from change_floor()
Hourier [Fri, 14 Aug 2020 13:25:17 +0000 (22:25 +0900)]
[Refactor] #40617 Separated cut_off_the_upstair() from change_floor()

3 years ago[Refactor] #40617 Separated update_new_floor_feature() from change_floor()
Hourier [Fri, 14 Aug 2020 13:23:28 +0000 (22:23 +0900)]
[Refactor] #40617 Separated update_new_floor_feature() from change_floor()

3 years ago[Refactor] #40617 Separated check_dead_end() from change_floor()
Hourier [Fri, 14 Aug 2020 13:14:44 +0000 (22:14 +0900)]
[Refactor] #40617 Separated check_dead_end() from change_floor()

3 years ago[Refactor] #40617 Separated new_floor_allocation() from change_floor()
Hourier [Fri, 14 Aug 2020 13:09:29 +0000 (22:09 +0900)]
[Refactor] #40617 Separated new_floor_allocation() from change_floor()

3 years ago[Refactor] #40617 Separated reset_unique_by_floor_change() from change_floor()
Hourier [Fri, 14 Aug 2020 13:00:11 +0000 (22:00 +0900)]
[Refactor] #40617 Separated reset_unique_by_floor_change() from change_floor()

3 years ago[Refactor] #40617 Separated update_floor_id() from change_floor()
Hourier [Fri, 14 Aug 2020 13:00:05 +0000 (22:00 +0900)]
[Refactor] #40617 Separated update_floor_id() from change_floor()

3 years ago[Refactor] #40617 Separated check_visited_floor() from change_floor()
Hourier [Fri, 14 Aug 2020 12:52:42 +0000 (21:52 +0900)]
[Refactor] #40617 Separated check_visited_floor() from change_floor()

3 years ago[Refactor] #40617 Separated set_pet_params() from place_pet()
Hourier [Fri, 14 Aug 2020 12:47:44 +0000 (21:47 +0900)]
[Refactor] #40617 Separated set_pet_params() from place_pet()

3 years ago[Refactor] #40617 Separated decide_pet_index() from place_pet()
Hourier [Fri, 14 Aug 2020 12:42:39 +0000 (21:42 +0900)]
[Refactor] #40617 Separated decide_pet_index() from place_pet()

3 years ago[Refactor] #40617 Removed unused headers in floor-save.c
Hourier [Fri, 14 Aug 2020 12:35:59 +0000 (21:35 +0900)]
[Refactor] #40617 Removed unused headers in floor-save.c

3 years ago[Refactor] #40617 Separated find_oldest_floor_id() from get_new_floor_id()
Hourier [Fri, 14 Aug 2020 12:31:02 +0000 (21:31 +0900)]
[Refactor] #40617 Separated find_oldest_floor_id() from get_new_floor_id()

3 years ago[Refactor] #40617 Separated check_saved_tmp_files() from init_saved_floors()
Hourier [Fri, 14 Aug 2020 12:16:08 +0000 (21:16 +0900)]
[Refactor] #40617 Separated check_saved_tmp_files() from init_saved_floors()

3 years ago[Refactor] #40617 Separated floor-leaver.c/h from floor-save.c/h
Hourier [Fri, 14 Aug 2020 12:13:14 +0000 (21:13 +0900)]
[Refactor] #40617 Separated floor-leaver.c/h from floor-save.c/h

3 years ago[Refactor] #40617 Separated floor-changer.c/h from floor-save.c/h
Hourier [Fri, 14 Aug 2020 11:32:55 +0000 (20:32 +0900)]
[Refactor] #40617 Separated floor-changer.c/h from floor-save.c/h

3 years ago[Refactor] #40617 Swapped static functions in floor-save.c
Hourier [Fri, 14 Aug 2020 11:10:19 +0000 (20:10 +0900)]
[Refactor] #40617 Swapped static functions in floor-save.c

3 years ago[Refactor] #40617 Separated floor-save-util.c/h from floor-save.c/h
Hourier [Fri, 14 Aug 2020 11:01:40 +0000 (20:01 +0900)]
[Refactor] #40617 Separated floor-save-util.c/h from floor-save.c/h

3 years ago[Refactor] #40617 Separated floor-mode-changer.c/h from floor-save.c/h
Hourier [Fri, 14 Aug 2020 10:34:31 +0000 (19:34 +0900)]
[Refactor] #40617 Separated floor-mode-changer.c/h from floor-save.c/h

3 years ago[Refactor] #40463 Removed unused (anymore) preprocessor in main-gcu.c
Hourier [Fri, 14 Aug 2020 09:53:04 +0000 (18:53 +0900)]
[Refactor] #40463 Removed unused (anymore) preprocessor in main-gcu.c

3 years agoBrought x11-type-string.c up-to-date with the changes in z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:47:16 +0000 (07:47 -0700)]
Brought x11-type-string.c up-to-date with the changes in z-term.h.

3 years agoBrought main-gcu.c up-to-date with the changes to z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:45:17 +0000 (07:45 -0700)]
Brought main-gcu.c up-to-date with the changes to z-term.h.

3 years agoBrought main-x11.c up-to-date with changes in z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:41:40 +0000 (07:41 -0700)]
Brought main-x11.c up-to-date with changes in z-term.h.

3 years agoMade term_redraw_section() public since its predecessor, Term_redraw_section(), is...
Eric Branlund [Sun, 9 Aug 2020 14:09:36 +0000 (07:09 -0700)]
Made term_redraw_section() public since its predecessor, Term_redraw_section(), is used by main-x11.c.

3 years ago[Refactor] #40624 Removed unused headers in floor-events.c
Hourier [Wed, 12 Aug 2020 11:10:12 +0000 (20:10 +0900)]
[Refactor] #40624 Removed unused headers in floor-events.c

3 years ago[Refactor] #40624 Moved update_lite() from floor-events.c/h to torch.c/h
Hourier [Wed, 12 Aug 2020 10:55:36 +0000 (19:55 +0900)]
[Refactor] #40624 Moved update_lite() from floor-events.c/h to torch.c/h

3 years ago[Refactor] #40624 Separated player-view.c/h from floor-events.c/h
Hourier [Wed, 12 Aug 2020 10:52:45 +0000 (19:52 +0900)]
[Refactor] #40624 Separated player-view.c/h from floor-events.c/h

3 years ago[Refactor] #40624 Moved set_monster_*() from monster-status.c/h to monster-status...
Hourier [Wed, 12 Aug 2020 10:45:14 +0000 (19:45 +0900)]
[Refactor] #40624 Moved set_monster_*() from monster-status.c/h to monster-status-setter.c/h

3 years ago[Refactor] #40624 Separated monster-status-setter.c/h from monster-info.c/h
Hourier [Wed, 12 Aug 2020 10:17:52 +0000 (19:17 +0900)]
[Refactor] #40624 Separated monster-status-setter.c/h from monster-info.c/h

3 years ago[Refactor] #40624 Reshaped monster-info.c and monster-status.c automatically
Hourier [Wed, 12 Aug 2020 10:05:06 +0000 (19:05 +0900)]
[Refactor] #40624 Reshaped monster-info.c and monster-status.c automatically

3 years ago[Refactor] #40624 Separated quest-completion-checker.c/h from floor-events.c/h and...
Hourier [Wed, 12 Aug 2020 10:04:29 +0000 (19:04 +0900)]
[Refactor] #40624 Separated quest-completion-checker.c/h from floor-events.c/h and quest.c/h

3 years ago[Refactor] #40624 Removed unused comments in quest.c
Hourier [Wed, 12 Aug 2020 09:43:36 +0000 (18:43 +0900)]
[Refactor] #40624 Removed unused comments in quest.c

3 years ago[Refactor] #40624 Reshaped quest.c automatically
Hourier [Wed, 12 Aug 2020 09:41:22 +0000 (18:41 +0900)]
[Refactor] #40624 Reshaped quest.c automatically

3 years ago[Refactor] #40624 Reshaped floor-events.c
Hourier [Wed, 12 Aug 2020 09:34:00 +0000 (18:34 +0900)]
[Refactor] #40624 Reshaped floor-events.c

3 years ago[Fix] モンスター闘技場で引き分け発生時の誤変換を修正
Hourier [Wed, 12 Aug 2020 09:31:59 +0000 (18:31 +0900)]
[Fix] モンスター闘技場で引き分け発生時の誤変換を修正

3 years ago[Refactor] #40624 Added some comments in monster-lite.c and floor-events.h
Hourier [Sun, 9 Aug 2020 04:32:21 +0000 (13:32 +0900)]
[Refactor] #40624 Added some comments in monster-lite.c and floor-events.h

3 years ago[Refactor] #40624 Separated monster-lite.c/h from floor-events.c/h
Hourier [Sun, 9 Aug 2020 04:23:16 +0000 (13:23 +0900)]
[Refactor] #40624 Separated monster-lite.c/h from floor-events.c/h

3 years ago[Refactor] #40624 Separated monster-lite-util.c/h from floor-events.c
Hourier [Sun, 9 Aug 2020 04:13:00 +0000 (13:13 +0900)]
[Refactor] #40624 Separated monster-lite-util.c/h from floor-events.c

3 years ago[Refactor] #40624 Made monster_lite_type for the preparation to divide update_mon_lite()
Hourier [Sun, 9 Aug 2020 04:03:00 +0000 (13:03 +0900)]
[Refactor] #40624 Made monster_lite_type for the preparation to divide update_mon_lite()

3 years ago[Refactor] #40514 calc_charisma_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 03:27:35 +0000 (12:27 +0900)]
[Refactor] #40514 calc_charisma_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_charisma_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_constitution_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 03:18:06 +0000 (12:18 +0900)]
[Refactor] #40514 calc_constitution_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_constitution_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_dexterity_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 03:08:50 +0000 (12:08 +0900)]
[Refactor] #40514 calc_dexterity_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_dexterity_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_wisdom_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 02:58:31 +0000 (11:58 +0900)]
[Refactor] #40514 calc_wisdom_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_wisdom_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_intelligence_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 02:50:11 +0000 (11:50 +0900)]
[Refactor] #40514 calc_intelligence_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_intelligence_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_strength_addition() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 02:01:08 +0000 (11:01 +0900)]
[Refactor] #40514 calc_strength_addition() を帰り値持ちに仕様変更,コメント追加. /
calc_strength_addition() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_intra_vision() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 01:42:04 +0000 (10:42 +0900)]
[Refactor] #40514 calc_intra_vision() を帰り値持ちに仕様変更,コメント追加. /
calc_intra_vision() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_stealth() を帰り値持ちに仕様変更,コメント追加. /
deskull [Fri, 14 Aug 2020 01:33:30 +0000 (10:33 +0900)]
[Refactor] #40514 calc_stealth() を帰り値持ちに仕様変更,コメント追加. /
calc_stealth() was changed specifications to return value, added comments.

3 years ago[Fix] Doxygenファイル修正. / Fix doxygen file.
deskull [Fri, 14 Aug 2020 00:57:22 +0000 (09:57 +0900)]
[Fix] Doxygenファイル修正. / Fix doxygen file.

3 years ago[Refactor] #40514 calc_disarming() を帰り値持ちに仕様変更,コメント追加. /
deskull [Thu, 13 Aug 2020 17:41:49 +0000 (02:41 +0900)]
[Refactor] #40514 calc_disarming() を帰り値持ちに仕様変更,コメント追加. /
calc_disarming() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_device_ability() を帰り値持ちに仕様変更,コメント追加. /
deskull [Thu, 13 Aug 2020 10:08:13 +0000 (19:08 +0900)]
[Refactor] #40514 calc_device_ability() を帰り値持ちに仕様変更,コメント追加. /
calc_device_ability() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_saving_throw() を帰り値持ちに仕様変更,コメント追加. /
deskull [Thu, 13 Aug 2020 09:58:45 +0000 (18:58 +0900)]
[Refactor] #40514 calc_saving_throw() を帰り値持ちに仕様変更,コメント追加. /
calc_saving_throw() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_search() を帰り値持ちに仕様変更,コメント追加. /
deskull [Thu, 13 Aug 2020 09:39:38 +0000 (18:39 +0900)]
[Refactor] #40514 calc_search() を帰り値持ちに仕様変更,コメント追加. /
calc_search() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_search_freq() を帰り値持ちに仕様変更、コメント追加. /
deskull [Thu, 13 Aug 2020 09:31:07 +0000 (18:31 +0900)]
[Refactor] #40514 calc_search_freq() を帰り値持ちに仕様変更、コメント追加. /
calc_search_freq() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_to_hit_melee() を帰り値持ちに仕様変更、コメント追加. /
deskull [Thu, 13 Aug 2020 09:17:51 +0000 (18:17 +0900)]
[Refactor] #40514 calc_to_hit_melee() を帰り値持ちに仕様変更、コメント追加. /
calc_to_hit_melee() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_to_hit_shoot() を帰り値持ちに仕様変更、コメント追加. /
deskull [Thu, 13 Aug 2020 09:12:32 +0000 (18:12 +0900)]
[Refactor] #40514 calc_to_hit_shoot() を帰り値持ちに仕様変更、コメント追加. /
calc_to_hit_shoot() was changed specifications to return value, added comments.

3 years ago[Refactor] #40514 calc_to_hit_throw() を帰り値持ちに仕様変更、コメント追加. /
deskull [Thu, 13 Aug 2020 08:57:05 +0000 (17:57 +0900)]
[Refactor] #40514 calc_to_hit_throw() を帰り値持ちに仕様変更、コメント追加. /
calc_to_hit_throw() was changed specifications to return value, added comments.

3 years ago[Fix] display-sub-windows.c 内のDoxygenコメントエラー修正 / Fix Doxygen comment error in display...
deskull [Thu, 13 Aug 2020 08:46:37 +0000 (17:46 +0900)]
[Fix] display-sub-windows.c 内のDoxygenコメントエラー修正 / Fix Doxygen comment error in display-sub-windows.c.

3 years ago[Fix] auto-roller.h の文字コード修正/ Fix encoding of auto-roller.h.
deskull [Thu, 13 Aug 2020 08:32:34 +0000 (17:32 +0900)]
[Fix] auto-roller.h の文字コード修正/ Fix encoding of auto-roller.h.

3 years ago[Fix] Doxygenコメントエラー修正 / Fix Doxygen comment error.
deskull [Thu, 13 Aug 2020 08:24:36 +0000 (17:24 +0900)]
[Fix] Doxygenコメントエラー修正 / Fix Doxygen comment error.

3 years ago[Refactor] #40514 calc_dig() を calc_skill_dig() に改名して帰り値持ちに仕様変更、コメント追加. /
deskull [Thu, 13 Aug 2020 07:24:00 +0000 (16:24 +0900)]
[Refactor] #40514 calc_dig() を calc_skill_dig() に改名して帰り値持ちに仕様変更、コメント追加. /
Renamed calc_dig() to calc_skill_dig(), changed specifications to return value, added comments.

3 years ago[Refactor] #40514 特定種族職業の常時魔法効果を calc_bonuses()に戻す. / Return magic effect processes...
deskull [Thu, 13 Aug 2020 06:57:34 +0000 (15:57 +0900)]
[Refactor] #40514 特定種族職業の常時魔法効果を calc_bonuses()に戻す. / Return magic effect processes of specific races and classes to calc_bonuses().

3 years ago[Refactor] #40514 武器以外の殺戮修正整理. / Cleaned up killing calculation other than weapons.
deskull [Thu, 13 Aug 2020 06:44:14 +0000 (15:44 +0900)]
[Refactor] #40514 武器以外の殺戮修正整理. / Cleaned up killing calculation other than weapons.

3 years ago[Refactor] #40514 忍者の職業適性によるAC計算整理. / Clear AC calculation by Ninja's specification.
deskull [Thu, 13 Aug 2020 05:37:46 +0000 (14:37 +0900)]
[Refactor] #40514 忍者の職業適性によるAC計算整理. / Clear AC calculation by Ninja's specification.

3 years ago[Refactor] #40514 装備による赤外線視力計算整理. / Clear infra-vision calculation by equipment.
deskull [Thu, 13 Aug 2020 05:30:26 +0000 (14:30 +0900)]
[Refactor] #40514 装備による赤外線視力計算整理. / Clear infra-vision calculation by equipment.

3 years ago[Refactor] #40514 忍者の職業適性による隠密計算整理. / Clear stealth calculation by Ninja's specification.
deskull [Thu, 13 Aug 2020 05:22:44 +0000 (14:22 +0900)]
[Refactor] #40514 忍者の職業適性による隠密計算整理. / Clear stealth calculation by Ninja's specification.

3 years ago[Refactor] #40514 素手修正による to_h/dis_to_h 計算整理. / Clear to_h/dis_to_h calculation by...
deskull [Thu, 13 Aug 2020 05:15:39 +0000 (14:15 +0900)]
[Refactor] #40514 素手修正による to_h/dis_to_h 計算整理. / Clear to_h/dis_to_h calculation by bare hands.

3 years ago[Refactor] #40514 to_h/to_d 計算整理. / Clear to_h/to_d calculation.
deskull [Thu, 13 Aug 2020 05:05:50 +0000 (14:05 +0900)]
[Refactor] #40514 to_h/to_d 計算整理. / Clear to_h/to_d calculation.

3 years ago[Refactor] #40514 slow_digest 判定整理. / Clear slow_digest judgment.
deskull [Wed, 12 Aug 2020 15:36:28 +0000 (00:36 +0900)]
[Refactor] #40514 slow_digest 判定整理. / Clear slow_digest judgment.

3 years ago[Refactor] #40514 get_default_hand() を calc_bonuses() から分離. / Separated get_default_h...
deskull [Wed, 12 Aug 2020 15:27:06 +0000 (00:27 +0900)]
[Refactor] #40514 get_default_hand() を calc_bonuses() から分離. / Separated get_default_hand() from calc_bonuses().

3 years agoBrought x11-type-string.c up-to-date with the changes in z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:47:16 +0000 (07:47 -0700)]
Brought x11-type-string.c up-to-date with the changes in z-term.h.

3 years agoBrought main-gcu.c up-to-date with the changes to z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:45:17 +0000 (07:45 -0700)]
Brought main-gcu.c up-to-date with the changes to z-term.h.

3 years agoBrought main-x11.c up-to-date with changes in z-term.h.
Eric Branlund [Sun, 9 Aug 2020 14:41:40 +0000 (07:41 -0700)]
Brought main-x11.c up-to-date with changes in z-term.h.

3 years agoMade term_redraw_section() public since its predecessor, Term_redraw_section(), is...
Eric Branlund [Sun, 9 Aug 2020 14:09:36 +0000 (07:09 -0700)]
Made term_redraw_section() public since its predecessor, Term_redraw_section(), is used by main-x11.c.

3 years ago[Refactor] #40624 Removed unused headers in floor-events.c
Hourier [Wed, 12 Aug 2020 11:10:12 +0000 (20:10 +0900)]
[Refactor] #40624 Removed unused headers in floor-events.c

3 years ago[Refactor] #40624 Moved update_lite() from floor-events.c/h to torch.c/h
Hourier [Wed, 12 Aug 2020 10:55:36 +0000 (19:55 +0900)]
[Refactor] #40624 Moved update_lite() from floor-events.c/h to torch.c/h

3 years ago[Refactor] #40624 Separated player-view.c/h from floor-events.c/h
Hourier [Wed, 12 Aug 2020 10:52:45 +0000 (19:52 +0900)]
[Refactor] #40624 Separated player-view.c/h from floor-events.c/h