OSDN Git Service

hengband/hengband.git
4 years ago[Refactor] #40532 Changed wr_xtra() to wr_perception()
Hourier [Sat, 18 Jul 2020 06:42:10 +0000 (15:42 +0900)]
[Refactor] #40532 Changed wr_xtra() to wr_perception()

4 years ago[Refactor] #40532 save.c において1行ごとに挟まれたコメントを削除 / Removed many comments per 1line in...
Hourier [Sat, 18 Jul 2020 06:38:35 +0000 (15:38 +0900)]
[Refactor] #40532 save.c において1行ごとに挟まれたコメントを削除 / Removed many comments per 1line in save.c

4 years ago[Refactor] #40532 Separated write_monster_info() from wr_monster()
Hourier [Sat, 18 Jul 2020 06:23:08 +0000 (15:23 +0900)]
[Refactor] #40532 Separated write_monster_info() from wr_monster()

4 years ago[Refactor] #40532 Separated write_monster_flags() from wr_monster()
Hourier [Sat, 18 Jul 2020 06:21:15 +0000 (15:21 +0900)]
[Refactor] #40532 Separated write_monster_flags() from wr_monster()

4 years ago[Refactor] #40532 Separated monster-writer.c/h from save.c
Hourier [Sat, 18 Jul 2020 06:19:38 +0000 (15:19 +0900)]
[Refactor] #40532 Separated monster-writer.c/h from save.c

4 years ago[Refactor] #40532 Separated write_item_info() from wr_item()
Hourier [Sat, 18 Jul 2020 06:12:26 +0000 (15:12 +0900)]
[Refactor] #40532 Separated write_item_info() from wr_item()

4 years ago[Refactor] #40532 Separated write_item_flags() from wr_item()
Hourier [Sat, 18 Jul 2020 06:09:44 +0000 (15:09 +0900)]
[Refactor] #40532 Separated write_item_flags() from wr_item()

4 years ago[Refactor] #40532 Separated item-writer.c/h from save.c
Hourier [Sat, 18 Jul 2020 06:06:10 +0000 (15:06 +0900)]
[Refactor] #40532 Separated item-writer.c/h from save.c

4 years ago[Refactor] #40532 Separated save-util.c/h from save.c
Hourier [Sat, 18 Jul 2020 05:59:55 +0000 (14:59 +0900)]
[Refactor] #40532 Separated save-util.c/h from save.c

4 years ago[Refactor] #40532 Moved savedata/ to load/
Hourier [Sat, 18 Jul 2020 05:54:45 +0000 (14:54 +0900)]
[Refactor] #40532 Moved savedata/ to load/

4 years ago[Refactor] #40532 Moved save.c/h from savedata/ to save/
Hourier [Sat, 18 Jul 2020 05:48:17 +0000 (14:48 +0900)]
[Refactor] #40532 Moved save.c/h from savedata/ to save/

4 years ago[Refactor] #40569 Removed the reference for floor.h from world-object.h
Hourier [Sat, 18 Jul 2020 04:49:03 +0000 (13:49 +0900)]
[Refactor] #40569 Removed the reference for floor.h from world-object.h

4 years ago[Refactor] #40569 Removed the reference for floor.h from range-calc.h
Hourier [Sat, 18 Jul 2020 04:47:42 +0000 (13:47 +0900)]
[Refactor] #40569 Removed the reference for floor.h from range-calc.h

4 years ago[Refactor] #40569 Removed the reference for floor.h from mspell-util.h
Hourier [Sat, 18 Jul 2020 04:46:01 +0000 (13:46 +0900)]
[Refactor] #40569 Removed the reference for floor.h from mspell-util.h

4 years ago[Refactor] #40569 Removed the reference for floor.h from floor-streams.h
Hourier [Sat, 18 Jul 2020 04:45:15 +0000 (13:45 +0900)]
[Refactor] #40569 Removed the reference for floor.h from floor-streams.h

4 years ago[Refactor] #40569 Removed the reference for floor.h from floor-evensts.h
Hourier [Sat, 18 Jul 2020 04:44:27 +0000 (13:44 +0900)]
[Refactor] #40569 Removed the reference for floor.h from floor-evensts.h

4 years ago[Refactor] #40569 Moved in_bound2u() from floor.h to cave.c/h
Hourier [Sat, 18 Jul 2020 04:41:05 +0000 (13:41 +0900)]
[Refactor] #40569 Moved in_bound2u() from floor.h to cave.c/h

4 years ago[Refactor] #40569 Moved in_bound2() from floor.h to cave.c/h
Hourier [Sat, 18 Jul 2020 04:37:53 +0000 (13:37 +0900)]
[Refactor] #40569 Moved in_bound2() from floor.h to cave.c/h

4 years ago[Refactor] #40569 Moved in_bound() from floor.h to cave.c/h
Hourier [Sat, 18 Jul 2020 04:33:14 +0000 (13:33 +0900)]
[Refactor] #40569 Moved in_bound() from floor.h to cave.c/h

4 years ago[Refactor] #40569 Separated cave.c/h from floor.c/h; Can't go back to that place...
Hourier [Sat, 18 Jul 2020 04:03:19 +0000 (13:03 +0900)]
[Refactor] #40569 Separated cave.c/h from floor.c/h; Can't go back to that place anymore, no longer feel dull pain...

4 years ago[Refactor] #40569 Separated dungeon-flag-types.h
Hourier [Sat, 18 Jul 2020 03:39:39 +0000 (12:39 +0900)]
[Refactor] #40569 Separated dungeon-flag-types.h

4 years ago[Refactor] #40233 Moved has_river_flag() from floor.h to floor-generate.c
Hourier [Sat, 18 Jul 2020 03:22:52 +0000 (12:22 +0900)]
[Refactor] #40233 Moved has_river_flag() from floor.h to floor-generate.c

4 years ago[Refactor] #40569 Moved DUNGEON_MODE_* from floor.h to monster-util.c
Hourier [Sat, 18 Jul 2020 03:12:11 +0000 (12:12 +0900)]
[Refactor] #40569 Moved DUNGEON_MODE_* from floor.h to monster-util.c

4 years ago[Refactor] #40569 Removed unnecessary comments for floor_type
Hourier [Sat, 18 Jul 2020 03:10:02 +0000 (12:10 +0900)]
[Refactor] #40569 Removed unnecessary comments for floor_type

4 years ago[Refactor] #40569 Changed argument of get_mspeed() from player_type* to floor_type*
Hourier [Sat, 18 Jul 2020 03:08:33 +0000 (12:08 +0900)]
[Refactor] #40569 Changed argument of get_mspeed() from player_type* to floor_type*

4 years ago[Refactor] #40569 Separated floor-type-definition.h from floor.h
Hourier [Sat, 18 Jul 2020 03:02:40 +0000 (12:02 +0900)]
[Refactor] #40569 Separated floor-type-definition.h from floor.h

4 years ago[Refactor] #40569 Moved saved_floors[] from floor.c/h to floor-save.c/h
Hourier [Sat, 18 Jul 2020 01:40:29 +0000 (10:40 +0900)]
[Refactor] #40569 Moved saved_floors[] from floor.c/h to floor-save.c/h

4 years ago[Refactor] #40569 Separated sight-definitions.h from floor.h
Hourier [Sat, 18 Jul 2020 01:36:05 +0000 (10:36 +0900)]
[Refactor] #40569 Separated sight-definitions.h from floor.h

4 years ago[Refactor] #40569 Separated floor-base-definitions.h from floor.h
Hourier [Sat, 18 Jul 2020 01:21:27 +0000 (10:21 +0900)]
[Refactor] #40569 Separated floor-base-definitions.h from floor.h

4 years ago[Refactor] #40457 Renamed mind.c/h and racial.c/h to mind-switcher.c/h and racial...
Hourier [Sat, 18 Jul 2020 01:06:38 +0000 (10:06 +0900)]
[Refactor] #40457 Renamed mind.c/h and racial.c/h to mind-switcher.c/h and racial-switcher.c/h

4 years ago[Refactor] #40457 Moved racial*.c/h from mind/ to racial/
Hourier [Sat, 18 Jul 2020 01:02:05 +0000 (10:02 +0900)]
[Refactor] #40457 Moved racial*.c/h from mind/ to racial/

4 years ago[Refactor] #40233 Reshaped sell-order.c
Hourier [Fri, 17 Jul 2020 15:25:08 +0000 (00:25 +0900)]
[Refactor] #40233 Reshaped sell-order.c

4 years ago[Refactor] #40233 Separated decide_discount_rate() from store_will_buy()
Hourier [Fri, 17 Jul 2020 15:18:18 +0000 (00:18 +0900)]
[Refactor] #40233 Separated decide_discount_rate() from store_will_buy()

4 years ago[Refactor] #40233 Separated switch_mass_production() from store_will_buy()
Hourier [Fri, 17 Jul 2020 15:15:08 +0000 (00:15 +0900)]
[Refactor] #40233 Separated switch_mass_production() from store_will_buy()

4 years ago[Refactor] #40233 Separated mass_*_produce() from mass_produce()
Hourier [Fri, 17 Jul 2020 15:10:53 +0000 (00:10 +0900)]
[Refactor] #40233 Separated mass_*_produce() from mass_produce()

4 years ago[Refactor] #40233 Moved mass_produce() from store-util.c to service-checker.c/h
Hourier [Fri, 17 Jul 2020 14:44:53 +0000 (23:44 +0900)]
[Refactor] #40233 Moved mass_produce() from store-util.c to service-checker.c/h

4 years ago[Refactor] #40233 Separated switch_store_check() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:38:17 +0000 (23:38 +0900)]
[Refactor] #40233 Separated switch_store_check() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_book() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:35:39 +0000 (23:35 +0900)]
[Refactor] #40233 Separated check_store_book() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_magic() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:34:23 +0000 (23:34 +0900)]
[Refactor] #40233 Separated check_store_magic() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_alchemist() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:33:17 +0000 (23:33 +0900)]
[Refactor] #40233 Separated check_store_alchemist() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_temple() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:32:10 +0000 (23:32 +0900)]
[Refactor] #40233 Separated check_store_temple() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_armoury() and check_store_weapon() from store...
Hourier [Fri, 17 Jul 2020 14:30:05 +0000 (23:30 +0900)]
[Refactor] #40233 Separated check_store_armoury() and check_store_weapon() from store_will_buy()

4 years ago[Refactor] #40233 Separated check_store_general() from store_will_buy()
Hourier [Fri, 17 Jul 2020 14:27:27 +0000 (23:27 +0900)]
[Refactor] #40233 Separated check_store_general() from store_will_buy()

4 years ago[Refactor] #40233 Separated service-checker.c/h from store-util.c/h
Hourier [Fri, 17 Jul 2020 14:25:23 +0000 (23:25 +0900)]
[Refactor] #40233 Separated service-checker.c/h from store-util.c/h

4 years ago[Refactor] #40233 Reshaped store.c
Hourier [Fri, 17 Jul 2020 14:12:12 +0000 (23:12 +0900)]
[Refactor] #40233 Reshaped store.c

4 years ago[Refactor] #40233 Separated switch_store_stock() from store_purchase()
Hourier [Fri, 17 Jul 2020 11:20:10 +0000 (20:20 +0900)]
[Refactor] #40233 Separated switch_store_stock() from store_purchase()

4 years ago[Refactor] #40233 Separated shuffle_store() from store_purchase()
Hourier [Fri, 17 Jul 2020 11:16:35 +0000 (20:16 +0900)]
[Refactor] #40233 Separated shuffle_store() from store_purchase()

4 years ago[Refactor] #40233 Separated process_purchase_result() from store_purchase()
Hourier [Fri, 17 Jul 2020 11:10:16 +0000 (20:10 +0900)]
[Refactor] #40233 Separated process_purchase_result() from store_purchase()

4 years ago[Refactor] #40233 Separated show_store_select_item() from store_purchase()
Hourier [Fri, 17 Jul 2020 11:04:14 +0000 (20:04 +0900)]
[Refactor] #40233 Separated show_store_select_item() from store_purchase()

4 years ago[Refactor] #40233 Separated show_last_haggle_offer() from purchase_haggle()
Hourier [Fri, 17 Jul 2020 10:24:41 +0000 (19:24 +0900)]
[Refactor] #40233 Separated show_last_haggle_offer() from purchase_haggle()

4 years ago[Refactor] #40233 Separated final_haggle_offer() from purchase_haggle()
Hourier [Fri, 17 Jul 2020 10:23:49 +0000 (19:23 +0900)]
[Refactor] #40233 Separated final_haggle_offer() from purchase_haggle()

4 years ago[Refactor] #40233 Separated suggest_haggle_offer() from purchase_haggle()
Hourier [Fri, 17 Jul 2020 10:22:26 +0000 (19:22 +0900)]
[Refactor] #40233 Separated suggest_haggle_offer() from purchase_haggle()

4 years ago[Refactor] #40233 Separated settle_haggle_result() and decide_haggle_offer() from...
Hourier [Fri, 17 Jul 2020 10:17:48 +0000 (19:17 +0900)]
[Refactor] #40233 Separated settle_haggle_result() and decide_haggle_offer() from purchase_haggle()

4 years ago[Refactor] #40233 Made haggle_type struct and initialize_haggle_type() in purchase...
Hourier [Fri, 17 Jul 2020 10:12:35 +0000 (19:12 +0900)]
[Refactor] #40233 Made haggle_type struct and initialize_haggle_type() in purchase-order.c

4 years ago[Refactor] #40223 Reshaped owner-insults.c
Hourier [Fri, 17 Jul 2020 10:04:42 +0000 (19:04 +0900)]
[Refactor] #40223 Reshaped owner-insults.c

4 years ago[Refactor] #40233 Separated exe_reorder_store_item() from combine_and_reorder_home()
Hourier [Fri, 17 Jul 2020 10:02:37 +0000 (19:02 +0900)]
[Refactor] #40233 Separated exe_reorder_store_item() from combine_and_reorder_home()

4 years ago[Refactor] #40233 Separated exe_sweep_store_items() from combine_and_reorder_home()
Hourier [Fri, 17 Jul 2020 09:56:27 +0000 (18:56 +0900)]
[Refactor] #40233 Separated exe_sweep_store_items() from combine_and_reorder_home()

4 years ago[Refactor] #40233 Separated exe_reorder_store_items() from combine_and_reorder_home()
Hourier [Fri, 17 Jul 2020 09:51:14 +0000 (18:51 +0900)]
[Refactor] #40233 Separated exe_reorder_store_items() from combine_and_reorder_home()

4 years ago[Refactor] #40233 Separated check_free_space() from store_check_num()
Hourier [Thu, 16 Jul 2020 14:22:19 +0000 (23:22 +0900)]
[Refactor] #40233 Separated check_free_space() from store_check_num()

4 years ago[Refactor] #40233 Removed unused headers in store.c
Hourier [Thu, 16 Jul 2020 14:00:34 +0000 (23:00 +0900)]
[Refactor] #40233 Removed unused headers in store.c

4 years ago[Refactor] #40233 Separated pricing.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 13:52:11 +0000 (22:52 +0900)]
[Refactor] #40233 Separated pricing.c/h from store.c/h

4 years ago[Refactor] #40233 Separated museum.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 13:46:27 +0000 (22:46 +0900)]
[Refactor] #40233 Separated museum.c/h from store.c/h

4 years ago[Refactor] #40233 Moved store_prt_gold() from store.c/h to display-store.c/h
Hourier [Thu, 16 Jul 2020 13:38:56 +0000 (22:38 +0900)]
[Refactor] #40233 Moved store_prt_gold() from store.c/h to display-store.c/h

4 years ago[Refactor] #40233 Moved receive_offer() from store.c/h to owner-insults.c/h
Hourier [Thu, 16 Jul 2020 13:36:51 +0000 (22:36 +0900)]
[Refactor] #40233 Moved receive_offer() from store.c/h to owner-insults.c/h

4 years ago[Refactor] #40233 Separated sell-order.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 13:32:41 +0000 (22:32 +0900)]
[Refactor] #40233 Separated sell-order.c/h from store.c/h

4 years ago[Refactor] #40233 Separated owner-insults.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 13:14:00 +0000 (22:14 +0900)]
[Refactor] #40233 Separated owner-insults.c/h from store.c/h

4 years ago[Refactor] #40233 Separated purchase-order.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 12:59:21 +0000 (21:59 +0900)]
[Refactor] #40233 Separated purchase-order.c/h from store.c/h

4 years ago[Refactor] #40233 Separated cmd-store.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 12:39:30 +0000 (21:39 +0900)]
[Refactor] #40233 Separated cmd-store.c/h from store.c/h

4 years ago[Refactor] #40233 Separated store-key-processor.c/h from store.c
Hourier [Thu, 16 Jul 2020 12:27:42 +0000 (21:27 +0900)]
[Refactor] #40233 Separated store-key-processor.c/h from store.c

4 years ago[Refactor] #40233 Separated home.c/h from store.c/h
Hourier [Thu, 16 Jul 2020 12:10:14 +0000 (21:10 +0900)]
[Refactor] #40233 Separated home.c/h from store.c/h

4 years ago[Refactor] #40233 Moved display_store() from store.c to display-store.c/h
Hourier [Thu, 16 Jul 2020 12:01:52 +0000 (21:01 +0900)]
[Refactor] #40233 Moved display_store() from store.c to display-store.c/h

4 years ago[Refactor] #40233 Moved display_store_inventory() from store.c to display-store.c/h
Hourier [Thu, 16 Jul 2020 11:56:28 +0000 (20:56 +0900)]
[Refactor] #40233 Moved display_store_inventory() from store.c to display-store.c/h

4 years ago[Refactor] #40233 Separated display-store.c/h from store.c
Hourier [Thu, 16 Jul 2020 11:51:58 +0000 (20:51 +0900)]
[Refactor] #40233 Separated display-store.c/h from store.c

4 years ago[Refactor] #40233 Reshaped store-util.c
Hourier [Thu, 16 Jul 2020 11:22:25 +0000 (20:22 +0900)]
[Refactor] #40233 Reshaped store-util.c

4 years ago[Refactor] #40567 Moved functions can be static in z-term.c/h
Hourier [Thu, 16 Jul 2020 11:03:31 +0000 (20:03 +0900)]
[Refactor] #40567 Moved functions can be static in z-term.c/h

4 years ago[Refactor] #40567 Renamed Term_*() to term_*()
Hourier [Thu, 16 Jul 2020 09:37:27 +0000 (18:37 +0900)]
[Refactor] #40567 Renamed Term_*() to term_*()

4 years ago[Refactor] #40561 Reshaped random_slay()
Hourier [Thu, 16 Jul 2020 09:15:53 +0000 (18:15 +0900)]
[Refactor] #40561 Reshaped random_slay()

4 years ago[Refactor] #40561 Separated switch_random_art_slay() from random_slay()
Hourier [Thu, 16 Jul 2020 09:05:27 +0000 (18:05 +0900)]
[Refactor] #40561 Separated switch_random_art_slay() from random_slay()

4 years ago[Refactor] #40561 Separated random_art_slay_*() for BIAS_LAW from random_slay()
Hourier [Thu, 16 Jul 2020 09:00:56 +0000 (18:00 +0900)]
[Refactor] #40561 Separated random_art_slay_*() for BIAS_LAW from random_slay()

4 years ago[Refactor] #40561 Separated random_art_slay_brand_*() from random_slay()
Hourier [Thu, 16 Jul 2020 08:57:48 +0000 (17:57 +0900)]
[Refactor] #40561 Separated random_art_slay_brand_*() from random_slay()

4 years ago[Refactor] #40561 Separated random_art_slay_brand_pois() from random_slay()
Hourier [Thu, 16 Jul 2020 08:51:56 +0000 (17:51 +0900)]
[Refactor] #40561 Separated random_art_slay_brand_pois() from random_slay()

4 years ago[Refactor] #40561 Separated random_art_slay_bow() from random_slay()
Hourier [Wed, 15 Jul 2020 14:28:31 +0000 (23:28 +0900)]
[Refactor] #40561 Separated random_art_slay_bow() from random_slay()

4 years ago[Refactor] #40561 Separated set_weird_bias_*() from random_resistance()
Hourier [Wed, 15 Jul 2020 14:25:55 +0000 (23:25 +0900)]
[Refactor] #40561 Separated set_weird_bias_*() from random_resistance()

4 years ago[Refactor] #40561 Separated switch_random_art_resistance() from random_resistance()
Hourier [Wed, 15 Jul 2020 13:11:21 +0000 (22:11 +0900)]
[Refactor] #40561 Separated switch_random_art_resistance() from random_resistance()

4 years ago[Refactor] #40561 Separated BIAS_CHAOS case in random_resistance()
Hourier [Wed, 15 Jul 2020 13:04:48 +0000 (22:04 +0900)]
[Refactor] #40561 Separated BIAS_CHAOS case in random_resistance()

4 years ago[Refactor] #40561 Separated random_art_resistance_nether() and random_art_resistance_...
Hourier [Wed, 15 Jul 2020 12:59:11 +0000 (21:59 +0900)]
[Refactor] #40561 Separated random_art_resistance_nether() and random_art_resistance_dark() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_resistance_fear() and random_art_resistance_no...
Hourier [Wed, 15 Jul 2020 12:55:58 +0000 (21:55 +0900)]
[Refactor] #40561 Separated random_art_resistance_fear() and random_art_resistance_no_magic() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_resistance_pois() from random_resistance()
Hourier [Wed, 15 Jul 2020 12:50:12 +0000 (21:50 +0900)]
[Refactor] #40561 Separated random_art_resistance_pois() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_*_cold() from random_resistance()
Hourier [Wed, 15 Jul 2020 12:47:53 +0000 (21:47 +0900)]
[Refactor] #40561 Separated random_art_*_cold() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_*_fire() from random_resistance()
Hourier [Wed, 15 Jul 2020 12:46:04 +0000 (21:46 +0900)]
[Refactor] #40561 Separated random_art_*_fire() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_*_elec() from random_resistance()
Hourier [Wed, 15 Jul 2020 12:18:54 +0000 (21:18 +0900)]
[Refactor] #40561 Separated random_art_*_elec() from random_resistance()

4 years ago[Refactor] #40561 Separated random_art_*_acid() from random_plus()
Hourier [Wed, 15 Jul 2020 12:14:26 +0000 (21:14 +0900)]
[Refactor] #40561 Separated random_art_*_acid() from random_plus()

4 years ago[Refactor] #40561 Separated random_art_bias_decrease_mana() from random_plus()
Hourier [Wed, 15 Jul 2020 12:09:08 +0000 (21:09 +0900)]
[Refactor] #40561 Separated random_art_bias_decrease_mana() from random_plus()

4 years ago[Refactor] #40561 Separated switch_random_art_bias() from random_plus()
Hourier [Wed, 15 Jul 2020 12:01:30 +0000 (21:01 +0900)]
[Refactor] #40561 Separated switch_random_art_bias() from random_plus()

4 years ago[Refactor] #40561 Unified BIAS_* for base status cases in random_plus()
Hourier [Wed, 15 Jul 2020 11:59:04 +0000 (20:59 +0900)]
[Refactor] #40561 Unified BIAS_* for base status cases in random_plus()

4 years ago[Refactor] #40561 Separated random_art_bias_stealth() and random_art_bias_search...
Hourier [Wed, 15 Jul 2020 11:55:42 +0000 (20:55 +0900)]
[Refactor] #40561 Separated random_art_bias_stealth() and random_art_bias_search() from random_plus()

4 years ago[Refactor] #40561 Unified BIAS_RANGER case in random_plus()
Hourier [Wed, 15 Jul 2020 11:53:45 +0000 (20:53 +0900)]
[Refactor] #40561 Unified BIAS_RANGER case in random_plus()

4 years ago[Refactor] #40561 Separated bias_priest_wisdom() from random_plus()
Hourier [Wed, 15 Jul 2020 11:43:19 +0000 (20:43 +0900)]
[Refactor] #40561 Separated bias_priest_wisdom() from random_plus()

4 years ago[Refactor] #40561 Separated bias_mage_*() from random_plus()
Hourier [Wed, 15 Jul 2020 11:37:51 +0000 (20:37 +0900)]
[Refactor] #40561 Separated bias_mage_*() from random_plus()

4 years ago[Refactor] #40561 Separated bias_warrior_*() from random_plus()
Hourier [Wed, 15 Jul 2020 11:29:51 +0000 (20:29 +0900)]
[Refactor] #40561 Separated bias_warrior_*() from random_plus()