OSDN Git Service

hengband/hengband.git
4 years ago[Refactor] #40275 Separated monster_arena_comm() from building.c to arena.c/h
Hourier [Wed, 20 May 2020 10:37:28 +0000 (19:37 +0900)]
[Refactor] #40275 Separated monster_arena_comm() from building.c to arena.c/h

4 years ago[Refactor] Moved update_gambling_monsters() from building.c to arena.c
Hourier [Wed, 20 May 2020 10:31:11 +0000 (19:31 +0900)]
[Refactor] Moved update_gambling_monsters() from building.c to arena.c

4 years ago[Refactor] #40275 Separated see_arena_poster() from arena_comm()
Hourier [Wed, 20 May 2020 10:24:24 +0000 (19:24 +0900)]
[Refactor] #40275 Separated see_arena_poster() from arena_comm()

4 years ago[Refactor] #40275 Separated go_to_arena() from arena_comm()
Hourier [Wed, 20 May 2020 09:28:27 +0000 (18:28 +0900)]
[Refactor] #40275 Separated go_to_arena() from arena_comm()

4 years ago[Refactor] #40275 Separated battle_metal_babble() from arena_comm()
Hourier [Wed, 20 May 2020 09:00:55 +0000 (18:00 +0900)]
[Refactor] #40275 Separated battle_metal_babble() from arena_comm()

4 years ago[Refactor] #40275 Separated process_ostensible_arena_victory() from arena_comm()
Hourier [Wed, 20 May 2020 08:52:58 +0000 (17:52 +0900)]
[Refactor] #40275 Separated process_ostensible_arena_victory() from arena_comm()

4 years ago[Refactor] #40275 Separated arena.c/h from building.c
Hourier [Wed, 20 May 2020 08:46:50 +0000 (17:46 +0900)]
[Refactor] #40275 Separated arena.c/h from building.c

4 years ago[Refactor] #39962 Separated pref-file-expressor.c/h from files-util.c/h
Hourier [Tue, 19 May 2020 14:46:45 +0000 (23:46 +0900)]
[Refactor] #39962 Separated pref-file-expressor.c/h from files-util.c/h

4 years ago[Refactor] #39962 Renamed files.c/h to files-util.c/h
Hourier [Tue, 19 May 2020 14:41:00 +0000 (23:41 +0900)]
[Refactor] #39962 Renamed files.c/h to files-util.c/h

4 years ago[Refactor] #40392 Translated player_personality_type; for example SEIKAKU_KIREMONO...
Hourier [Tue, 19 May 2020 14:29:16 +0000 (23:29 +0900)]
[Refactor] #40392 Translated player_personality_type; for example SEIKAKU_KIREMONO to PERSONALITY_SHREWD

4 years ago[Refactor] #40392 Changed player_race_table to player_race_type
Hourier [Tue, 19 May 2020 14:20:23 +0000 (23:20 +0900)]
[Refactor] #40392 Changed player_race_table to player_race_type

4 years ago[Refactor] #40392 Removed type alias CHARACTER_IDX; player_personality_type will...
Hourier [Tue, 19 May 2020 14:19:20 +0000 (23:19 +0900)]
[Refactor] #40392 Removed type alias CHARACTER_IDX; player_personality_type will be used instead

4 years ago[Fix] #40392 種族を表す変数がCHARACTER_IDX型になっていたのでplayer_race_tableに修正 / Resolved the potent...
Hourier [Tue, 19 May 2020 14:15:52 +0000 (23:15 +0900)]
[Fix] #40392 種族を表す変数がCHARACTER_IDX型になっていたのでplayer_race_tableに修正 / Resolved the potential issue that the variable declared as CHARACTER_IDN, but it shows player race, so changed it to player_race_table type

4 years ago[Refactor] #40392 Separated player-personalities-table.h
Hourier [Tue, 19 May 2020 14:12:11 +0000 (23:12 +0900)]
[Refactor] #40392 Separated player-personalities-table.h

4 years ago[Refactor] #40392 Removed type alias CLASS_IDX; player_class_type will be used instead
Hourier [Tue, 19 May 2020 13:55:53 +0000 (22:55 +0900)]
[Refactor] #40392 Removed type alias CLASS_IDX; player_class_type will be used instead

4 years ago[Refactor] #40392 種族を表すenum値をゲーム内表記に合わせた (ANGEL => ARCHON、DEMON => BALROG) / Adjusted...
Hourier [Tue, 19 May 2020 13:42:45 +0000 (22:42 +0900)]
[Refactor] #40392 種族を表すenum値をゲーム内表記に合わせた (ANGEL => ARCHON、DEMON => BALROG) / Adjusted the values regarding player race (ANGEL => ARCHON, DEMON => BALROG)

4 years ago[Refactor] #40392 Removed type alias RACE_IDX; player_race_type will be used instead
Hourier [Tue, 19 May 2020 13:35:18 +0000 (22:35 +0900)]
[Refactor] #40392 Removed type alias RACE_IDX; player_race_type will be used instead

4 years ago[Refactor] #40392 Separated player-races-table.h from player-race.h
Hourier [Tue, 19 May 2020 13:29:26 +0000 (22:29 +0900)]
[Refactor] #40392 Separated player-races-table.h from player-race.h

4 years ago[Refactor] #40392 Separated decide_initial_items() from player_outfit()
Hourier [Tue, 19 May 2020 13:02:00 +0000 (22:02 +0900)]
[Refactor] #40392 Separated decide_initial_items() from player_outfit()

4 years ago[Refactor] #40392 Separated select_class() from get_player_class()
Hourier [Tue, 19 May 2020 12:58:23 +0000 (21:58 +0900)]
[Refactor] #40392 Separated select_class() from get_player_class()

4 years ago[Refactor] #40392 Separated interpret_class_select_key_move() from get_player_class()
Hourier [Tue, 19 May 2020 12:49:34 +0000 (21:49 +0900)]
[Refactor] #40392 Separated interpret_class_select_key_move() from get_player_class()

4 years ago[Refactor] #40392 Separated display_class_stat() from get_player_class()
Hourier [Tue, 19 May 2020 12:47:20 +0000 (21:47 +0900)]
[Refactor] #40392 Separated display_class_stat() from get_player_class()

4 years ago[Refactor] #40392 Separated enumerate_class_list() from get_player_class()
Hourier [Tue, 19 May 2020 12:44:18 +0000 (21:44 +0900)]
[Refactor] #40392 Separated enumerate_class_list() from get_player_class()

4 years ago[Refactor] #40392 Separated select_personality() from get_player_personality()
Hourier [Tue, 19 May 2020 12:42:15 +0000 (21:42 +0900)]
[Refactor] #40392 Separated select_personality() from get_player_personality()

4 years ago[Refactor] #40392 Separated enumerate_personality_list() from get_player_personality()
Hourier [Tue, 19 May 2020 12:22:26 +0000 (21:22 +0900)]
[Refactor] #40392 Separated enumerate_personality_list() from get_player_personality()

4 years ago[Refactor] #40392 Separated select_race() from get_player_race()
Hourier [Tue, 19 May 2020 12:17:00 +0000 (21:17 +0900)]
[Refactor] #40392 Separated select_race() from get_player_race()

4 years ago[Refactor] #40392 Separated interpret_race_select_key_move() from get_player_race()
Hourier [Tue, 19 May 2020 11:50:21 +0000 (20:50 +0900)]
[Refactor] #40392 Separated interpret_race_select_key_move() from get_player_race()

4 years ago[Refactor] #40392 Separated interpret_personality_select_key_move() from get_player_p...
Hourier [Tue, 19 May 2020 11:37:36 +0000 (20:37 +0900)]
[Refactor] #40392 Separated interpret_personality_select_key_move() from get_player_personality()

4 years ago[Refactor] #40392 prototype decleration from birth-wizard.h to auto-roller.h
Hourier [Tue, 19 May 2020 11:31:45 +0000 (20:31 +0900)]
[Refactor] #40392 prototype decleration from birth-wizard.h to auto-roller.h

4 years ago[Refactor] #40392 Separated set_name_history() from player_birth_wizard()
Hourier [Tue, 19 May 2020 11:29:24 +0000 (20:29 +0900)]
[Refactor] #40392 Separated set_name_history() from player_birth_wizard()

4 years ago[Refactor] #40392 Separated let_player_build_character() from player_birth_wizard()
Hourier [Tue, 19 May 2020 11:23:51 +0000 (20:23 +0900)]
[Refactor] #40392 Separated let_player_build_character() from player_birth_wizard()

4 years ago[Refactor] #40392 Separated display_initial_options() from player_birth_wizard()
Hourier [Tue, 19 May 2020 11:20:19 +0000 (20:20 +0900)]
[Refactor] #40392 Separated display_initial_options() from player_birth_wizard()

4 years ago[Refactor] #40392 Separated let_player_select_*() from player_birth_wizard()
Hourier [Tue, 19 May 2020 11:17:30 +0000 (20:17 +0900)]
[Refactor] #40392 Separated let_player_select_*() from player_birth_wizard()

4 years ago[Refactor] #40392 Separated display_help_on_sex_select() from get_player_sex()
Hourier [Tue, 19 May 2020 11:11:20 +0000 (20:11 +0900)]
[Refactor] #40392 Separated display_help_on_sex_select() from get_player_sex()

4 years ago[Refactor] #40392 Extracted birth_help_option() from get_player_personality()
Hourier [Tue, 19 May 2020 11:03:21 +0000 (20:03 +0900)]
[Refactor] #40392 Extracted birth_help_option() from get_player_personality()

4 years ago[Refactor] #40392 Extracted birth_help_option() from get_player_class()
Hourier [Tue, 19 May 2020 11:00:31 +0000 (20:00 +0900)]
[Refactor] #40392 Extracted birth_help_option() from get_player_class()

4 years ago[Refactor] #40392 Extracted birth_help_option() from get_player_race()
Hourier [Tue, 19 May 2020 10:58:09 +0000 (19:58 +0900)]
[Refactor] #40392 Extracted birth_help_option() from get_player_race()

4 years ago[Refactor] #40392 Moved birth_help_option() from birth-select-realm.c to birth-util.c
Hourier [Tue, 19 May 2020 10:52:42 +0000 (19:52 +0900)]
[Refactor] #40392 Moved birth_help_option() from birth-select-realm.c to birth-util.c

4 years ago[Refactor] #40392 Separated display_auto_roller_result() from display_auto_roller()
Hourier [Tue, 19 May 2020 10:38:58 +0000 (19:38 +0900)]
[Refactor] #40392 Separated display_auto_roller_result() from display_auto_roller()

4 years ago[Fix] #40392 Made decide_initial_stat() passes for-loop
Hourier [Tue, 19 May 2020 10:23:51 +0000 (19:23 +0900)]
[Fix] #40392 Made decide_initial_stat() passes for-loop

4 years ago[Refactor] #40392 Separated display_auto_roller_success_rate() from display_auto_roller()
Hourier [Tue, 19 May 2020 10:05:55 +0000 (19:05 +0900)]
[Refactor] #40392 Separated display_auto_roller_success_rate() from display_auto_roller()

4 years ago[Refactor] #40392 Separated display_auto_roller_result() from display_auto_roller()
Hourier [Tue, 19 May 2020 10:00:09 +0000 (19:00 +0900)]
[Refactor] #40392 Separated display_auto_roller_result() from display_auto_roller()

4 years ago[Refactor] #40392 Separated decide_body_spec() from exe_auto_roller()
Hourier [Tue, 19 May 2020 09:55:19 +0000 (18:55 +0900)]
[Refactor] #40392 Separated decide_body_spec() from exe_auto_roller()

4 years ago[Refactor] #40392 Separated auto_roller_count() and decide_initial_stat() from exe_au...
Hourier [Tue, 19 May 2020 09:10:34 +0000 (18:10 +0900)]
[Refactor] #40392 Separated auto_roller_count() and decide_initial_stat() from exe_auto_roller()

4 years ago[Refactor] #40392 Separated exe_auto_roller() from display_auto_roller()
Hourier [Tue, 19 May 2020 08:16:10 +0000 (17:16 +0900)]
[Refactor] #40392 Separated exe_auto_roller() from display_auto_roller()

4 years ago[Refactor] #40392 Separated display_auto_roller() from player_birth_wizard()
Hourier [Tue, 19 May 2020 08:12:24 +0000 (17:12 +0900)]
[Refactor] #40392 Separated display_auto_roller() from player_birth_wizard()

4 years ago[Refactor] #40392 Reshaped player_birth_wizard()
Hourier [Tue, 19 May 2020 08:06:17 +0000 (17:06 +0900)]
[Refactor] #40392 Reshaped player_birth_wizard()

4 years ago[Fix] #40392 Added the call of display_initial_birth_message()
Hourier [Tue, 19 May 2020 08:03:13 +0000 (17:03 +0900)]
[Fix] #40392 Added the call of display_initial_birth_message()

4 years ago[Refactor] #40392 Separated get_player_sex() from player_birth_wizard()
Hourier [Tue, 19 May 2020 07:55:38 +0000 (16:55 +0900)]
[Refactor] #40392 Separated get_player_sex() from player_birth_wizard()

4 years ago[Fix] #39962 マクロ登録可能な文字数の最大限を16 kB (正確には16128 byte)に修正した (スタックの限界容量であるため) / Resolved...
Hourier [Tue, 19 May 2020 07:43:55 +0000 (16:43 +0900)]
[Fix] #39962 マクロ登録可能な文字数の最大限を16 kB (正確には16128 byte)に修正した (スタックの限界容量であるため) / Resolved the potential issue that stack overflow may occur, so limited the maximum characters which is able to register macro function to 16 kB (accurately 16128 bytes)

4 years ago[Refactor] #40422 Changed macro functions to normal functions; set_cave_feat() and...
Hourier [Tue, 19 May 2020 07:38:24 +0000 (16:38 +0900)]
[Refactor] #40422 Changed macro functions to normal functions; set_cave_feat() and add_cave_info()

4 years ago[Fix] #40422 Changed feat_wall_inner to feat_wall_solid in place_bold()
Hourier [Mon, 18 May 2020 15:42:38 +0000 (00:42 +0900)]
[Fix] #40422 Changed feat_wall_inner to feat_wall_solid in place_bold()

4 years ago[Fix] #40422 ドアや通路が追加で設置される不具合を解消した / Resolved the issue that doors and aisles were...
Hourier [Mon, 18 May 2020 15:29:15 +0000 (00:29 +0900)]
[Fix] #40422 ドアや通路が追加で設置される不具合を解消した / Resolved the issue that doors and aisles were added wastefully

4 years ago[Refactor] #40392 Separated display_initial_birth_message() from player_birth_wizard()
Hourier [Mon, 18 May 2020 13:40:04 +0000 (22:40 +0900)]
[Refactor] #40392 Separated display_initial_birth_message() from player_birth_wizard()

4 years ago[Fix] #40392 Fixed typo
Hourier [Mon, 18 May 2020 13:23:11 +0000 (22:23 +0900)]
[Fix] #40392 Fixed typo

4 years ago[Refactor] #40392 Renamed birth.c/h to character-builder.c/h
Hourier [Mon, 18 May 2020 13:20:16 +0000 (22:20 +0900)]
[Refactor] #40392 Renamed birth.c/h to character-builder.c/h

4 years ago[Refactor] #40392 Separated write_birth_diary() from player_birth()
Hourier [Mon, 18 May 2020 13:15:22 +0000 (22:15 +0900)]
[Refactor] #40392 Separated write_birth_diary() from player_birth()

4 years ago[Refactor] #40392 Separated birth-wizard.c/h from birth.c/h
Hourier [Mon, 18 May 2020 13:12:55 +0000 (22:12 +0900)]
[Refactor] #40392 Separated birth-wizard.c/h from birth.c/h

4 years ago[Refactor] #40392 Separated auto-roller.c/h from birth.c
Hourier [Mon, 18 May 2020 12:59:32 +0000 (21:59 +0900)]
[Refactor] #40392 Separated auto-roller.c/h from birth.c

4 years ago[Refactor] #40392 Moved ask_quick_start() from birth.c to quick-start.c/h
Hourier [Mon, 18 May 2020 12:45:25 +0000 (21:45 +0900)]
[Refactor] #40392 Moved ask_quick_start() from birth.c to quick-start.c/h

4 years ago[Refactor] #40392 Separated birth-select-personality.c/h from birth.c
Hourier [Mon, 18 May 2020 12:41:36 +0000 (21:41 +0900)]
[Refactor] #40392 Separated birth-select-personality.c/h from birth.c

4 years ago[Refactor] #40392 Separated birth-select-class.c/h from birth.c
Hourier [Mon, 18 May 2020 12:38:38 +0000 (21:38 +0900)]
[Refactor] #40392 Separated birth-select-class.c/h from birth.c

4 years ago[Refactor] #40392 Separated birth-select-race.c/h from birth.c
Hourier [Mon, 18 May 2020 12:35:11 +0000 (21:35 +0900)]
[Refactor] #40392 Separated birth-select-race.c/h from birth.c

4 years ago[Refactor] #40392 Moved add_history_from_pref_line() from birth.c/h to inter-pret...
Hourier [Mon, 18 May 2020 12:28:49 +0000 (21:28 +0900)]
[Refactor] #40392 Moved add_history_from_pref_line() from birth.c/h to inter-pret-pref-file.c/h, read_histpref() from birth.c to read-pref-file.c/h and separated history-editor.c/h from birth.c/h

4 years ago[Refactor] #40392 Separated game-play-initializer.c/h from birth.c
Hourier [Mon, 18 May 2020 12:06:41 +0000 (21:06 +0900)]
[Refactor] #40392 Separated game-play-initializer.c/h from birth.c

4 years ago[Refactor] #40392 Separated inventory-initializer.c/h from birth.c/h
Hourier [Mon, 18 May 2020 11:52:37 +0000 (20:52 +0900)]
[Refactor] #40392 Separated inventory-initializer.c/h from birth.c/h

4 years ago[Refactor] #40392 Moved dump_yourself() from birth.c to knowledge-self.c
Hourier [Mon, 18 May 2020 11:43:58 +0000 (20:43 +0900)]
[Refactor] #40392 Moved dump_yourself() from birth.c to knowledge-self.c

4 years ago[Refactor] #40392 Unified English and Japanese resources and adjusted substitution...
Hourier [Mon, 18 May 2020 11:37:05 +0000 (20:37 +0900)]
[Refactor] #40392 Unified English and Japanese resources and adjusted substitution of many variables

4 years ago[Refactor] #40392 Removed unnecessary commnets and braces
Hourier [Mon, 18 May 2020 10:47:31 +0000 (19:47 +0900)]
[Refactor] #40392 Removed unnecessary commnets and braces

4 years ago[Refactor] #40392 Separated display-birth.c/h from birth.c
Hourier [Mon, 18 May 2020 10:14:19 +0000 (19:14 +0900)]
[Refactor] #40392 Separated display-birth.c/h from birth.c

4 years ago[Fix] #40392 Added lacking inclustioninto player-effects.c
Hourier [Mon, 18 May 2020 10:08:12 +0000 (19:08 +0900)]
[Fix] #40392 Added lacking inclustioninto player-effects.c

4 years ago[Refactor] #40392 Separated initial-equipments-table.c/h from birth.c
Hourier [Mon, 18 May 2020 09:59:36 +0000 (18:59 +0900)]
[Refactor] #40392 Separated initial-equipments-table.c/h from birth.c

4 years ago[Refactor] #40392 Reshaped birth-body-sepc.c
Hourier [Mon, 18 May 2020 09:54:01 +0000 (18:54 +0900)]
[Refactor] #40392 Reshaped birth-body-sepc.c

4 years ago[Refactor] #40392 Separated birth-body-spec.h/ from birth.c/h
Hourier [Mon, 18 May 2020 09:48:53 +0000 (18:48 +0900)]
[Refactor] #40392 Separated birth-body-spec.h/ from birth.c/h

4 years ago[Refactor] #39076 Made comments detailed in race-info-table.c
Hourier [Mon, 18 May 2020 09:48:35 +0000 (18:48 +0900)]
[Refactor] #39076 Made comments detailed in race-info-table.c

4 years ago[Refactor] #40392 Separated decide_social_class() from get_history()
Hourier [Mon, 18 May 2020 08:44:02 +0000 (17:44 +0900)]
[Refactor] #40392 Separated decide_social_class() from get_history()

4 years ago[Refactor] #40392 Reshaped get_history()
Hourier [Mon, 18 May 2020 08:37:13 +0000 (17:37 +0900)]
[Refactor] #40392 Reshaped get_history()

4 years ago[Refactor] #40392 Separated get_history_chart() from get_history()
Hourier [Mon, 18 May 2020 08:35:24 +0000 (17:35 +0900)]
[Refactor] #40392 Separated get_history_chart() from get_history()

4 years ago[Refactor] #40238 Changed pointer alignment from left to right
Hourier [Mon, 18 May 2020 08:35:01 +0000 (17:35 +0900)]
[Refactor] #40238 Changed pointer alignment from left to right

4 years ago[Refactor] #40392 Reshaped get_history()
Hourier [Mon, 18 May 2020 08:28:49 +0000 (17:28 +0900)]
[Refactor] #40392 Reshaped get_history()

4 years ago[Refactor] #40392 Separated history-generator.c/h from birth.c
Hourier [Mon, 18 May 2020 08:21:04 +0000 (17:21 +0900)]
[Refactor] #40392 Separated history-generator.c/h from birth.c

4 years ago[Refactor] #40392 Added Doxygen comments to get_max_stats()
Hourier [Mon, 18 May 2020 08:20:44 +0000 (17:20 +0900)]
[Refactor] #40392 Added Doxygen comments to get_max_stats()

4 years ago[Refactor] #40392 Separated birth-stat.c/h from birth.c/h
Hourier [Mon, 18 May 2020 08:14:57 +0000 (17:14 +0900)]
[Refactor] #40392 Separated birth-stat.c/h from birth.c/h

4 years ago[Fix] #40382 Applied the patch file provided by backwardsEric, many thanks!
Hourier [Mon, 18 May 2020 07:55:50 +0000 (16:55 +0900)]
[Fix] #40382 Applied the patch file provided by backwardsEric, many thanks!

4 years ago[Refactor] #39077 Removed type definition of bool_hack because it's used only incompl...
Hourier [Sun, 17 May 2020 13:41:32 +0000 (22:41 +0900)]
[Refactor] #39077 Removed type definition of bool_hack because it's used only incompletely

4 years ago[Refactor] #40392 Reshaped birth.c before get_history()
Hourier [Sun, 17 May 2020 12:38:05 +0000 (21:38 +0900)]
[Refactor] #40392 Reshaped birth.c before get_history()

4 years ago[Refactor] #40392 Replaced 255 to REALM_SELECT_CANCEL
Hourier [Sun, 17 May 2020 12:13:23 +0000 (21:13 +0900)]
[Refactor] #40392 Replaced 255 to REALM_SELECT_CANCEL

4 years ago[Fix] #40392 Changed return type from void to bool in get_a_realm()
Hourier [Sun, 17 May 2020 12:09:33 +0000 (21:09 +0900)]
[Fix] #40392 Changed return type from void to bool in get_a_realm()

4 years ago[Refactor] #40392 Separated check_realm_selection() from get_player_realms()
Hourier [Sun, 17 May 2020 12:02:49 +0000 (21:02 +0900)]
[Refactor] #40392 Separated check_realm_selection() from get_player_realms()

4 years ago[Refactor] #40392 Separated get_a_realm() from select_realm()
Hourier [Sun, 17 May 2020 11:59:30 +0000 (20:59 +0900)]
[Refactor] #40392 Separated get_a_realm() from select_realm()

4 years ago[Refactor] #40392 Separated birth_help_option() from select_realm()
Hourier [Sun, 17 May 2020 11:54:29 +0000 (20:54 +0900)]
[Refactor] #40392 Separated birth_help_option() from select_realm()

4 years ago[Refactor] #40392 Separated quick-start.c/h from birth.c/h
Hourier [Sun, 17 May 2020 10:37:09 +0000 (19:37 +0900)]
[Refactor] #40392 Separated quick-start.c/h from birth.c/h

4 years ago[Refactor] #40392 Reshaped save/load_prev_data()
Hourier [Sun, 17 May 2020 10:23:49 +0000 (19:23 +0900)]
[Refactor] #40392 Reshaped save/load_prev_data()

4 years ago[Refactor] #40392 Reshaped get_player_realms()
Hourier [Sun, 17 May 2020 10:20:35 +0000 (19:20 +0900)]
[Refactor] #40392 Reshaped get_player_realms()

4 years ago[Refactor] #40392 Separated interpret_realm_select_key() from select_realm()
Hourier [Sun, 17 May 2020 09:50:53 +0000 (18:50 +0900)]
[Refactor] #40392 Separated interpret_realm_select_key() from select_realm()

4 years ago[Refactor] #40392 Separated move_birth_realm_cursor() from select_realm()
Hourier [Sun, 17 May 2020 09:44:49 +0000 (18:44 +0900)]
[Refactor] #40392 Separated move_birth_realm_cursor() from select_realm()

4 years ago[Refactor] #40392 Separated analyze_realms() from select_realm()
Hourier [Sun, 17 May 2020 09:38:42 +0000 (18:38 +0900)]
[Refactor] #40392 Separated analyze_realms() from select_realm()

4 years ago[Refactor] #40392 Separated impose_first_realm() from select_realm()
Hourier [Sun, 17 May 2020 09:34:56 +0000 (18:34 +0900)]
[Refactor] #40392 Separated impose_first_realm() from select_realm()

4 years ago[Refactor] #40392 Created birth_realm_type in order to divide functionss of select_re...
Hourier [Sun, 17 May 2020 09:27:39 +0000 (18:27 +0900)]
[Refactor] #40392 Created birth_realm_type in order to divide functionss of select_realm()

4 years ago[Fix] #39748 階層移行時に階段に正しいspecial値が指定されなかったバグを修正. / Fixed the bug that the correct...
deskull [Sun, 17 May 2020 06:06:36 +0000 (15:06 +0900)]
[Fix] #39748 階層移行時に階段に正しいspecial値が指定されなかったバグを修正. / Fixed the bug that the correct special value was not specified for floor change.