OSDN Git Service

hengbandforosx/hengbandosx.git
4 years ago[Refactor] #39963 Changed variable name from effect_monster_ptr to em_ptr
Hourier [Wed, 29 Apr 2020 10:08:37 +0000 (19:08 +0900)]
[Refactor] #39963 Changed variable name from effect_monster_ptr to em_ptr

4 years ago[Refactor] #39963 Reshaped if-conditions in affect_monster()
Hourier [Wed, 29 Apr 2020 09:51:48 +0000 (18:51 +0900)]
[Refactor] #39963 Reshaped if-conditions in affect_monster()

4 years ago[Refactor] #39963 Separated process_monster_perfect_resistance() from affect_monster()
Hourier [Wed, 29 Apr 2020 09:45:56 +0000 (18:45 +0900)]
[Refactor] #39963 Separated process_monster_perfect_resistance() from affect_monster()

4 years ago[Refactor] #39963 Separated switch_effects_monster() from affect_monster()
Hourier [Wed, 29 Apr 2020 09:34:36 +0000 (18:34 +0900)]
[Refactor] #39963 Separated switch_effects_monster() from affect_monster()

4 years ago[Refactor] #38863 Separated is_never_effect() from affect_monster()
Hourier [Wed, 29 Apr 2020 09:15:50 +0000 (18:15 +0900)]
[Refactor] #38863 Separated is_never_effect() from affect_monster()

4 years ago[Refactor] #39963 Separated effect-monster-util.c/h from effect-monster.c
Hourier [Wed, 29 Apr 2020 09:09:28 +0000 (18:09 +0900)]
[Refactor] #39963 Separated effect-monster-util.c/h from effect-monster.c

4 years ago[Refactor] #39963 Changed r, y, x, dam, effect_type, flag and see_s_msg to effect_mon...
Hourier [Wed, 29 Apr 2020 08:02:41 +0000 (17:02 +0900)]
[Refactor] #39963 Changed r, y, x, dam, effect_type, flag and see_s_msg to effect_monster_ptr->r and others

4 years ago[Refactor] #39963 Changed r to effect_monster_ptr->r
Hourier [Wed, 29 Apr 2020 07:32:24 +0000 (16:32 +0900)]
[Refactor] #39963 Changed r to effect_monster_ptr->r

4 years ago[Refactor] #39963 Changed who to effect_monster_ptr->who
Hourier [Wed, 29 Apr 2020 07:30:43 +0000 (16:30 +0900)]
[Refactor] #39963 Changed who to effect_monster_ptr->who

4 years ago[Refactor] #39963 Made substitute_effect_monster() in effect_monster()
Hourier [Wed, 29 Apr 2020 07:23:31 +0000 (16:23 +0900)]
[Refactor] #39963 Made substitute_effect_monster() in effect_monster()

4 years ago[Refactor] #39963 Renamed typ to type
Hourier [Wed, 29 Apr 2020 07:15:36 +0000 (16:15 +0900)]
[Refactor] #39963 Renamed typ to type

4 years ago[Refactor] #39963 Unified switching variables into the struct effect_monster
Hourier [Wed, 29 Apr 2020 07:13:44 +0000 (16:13 +0900)]
[Refactor] #39963 Unified switching variables into the struct effect_monster

4 years ago[Refactor] #39963 Separated effect-monster.c/h from spells1.c
Hourier [Wed, 29 Apr 2020 06:25:46 +0000 (15:25 +0900)]
[Refactor] #39963 Separated effect-monster.c/h from spells1.c

4 years ago[Refactor] #39963 Reshaped next_mirror()
Hourier [Wed, 29 Apr 2020 06:13:38 +0000 (15:13 +0900)]
[Refactor] #39963 Reshaped next_mirror()

4 years ago[Refactor] #39963 Separated effect-player.c/h from spells1.c
Hourier [Wed, 29 Apr 2020 06:11:57 +0000 (15:11 +0900)]
[Refactor] #39963 Separated effect-player.c/h from spells1.c

4 years ago[Refactor] #39963 Reshaped spells1.c and effect-item.c
Hourier [Wed, 29 Apr 2020 05:52:00 +0000 (14:52 +0900)]
[Refactor] #39963 Reshaped spells1.c and effect-item.c

4 years ago[Refactor] #39963 Separated spells-execution.c/h and spells-util.h from spells.h...
Hourier [Wed, 29 Apr 2020 05:46:40 +0000 (14:46 +0900)]
[Refactor] #39963 Separated spells-execution.c/h and spells-util.h from spells.h/spells1.c

4 years ago[Refactor] #39963 Changed definitions SPELL_* to enum values as spell_type
Hourier [Wed, 29 Apr 2020 05:24:01 +0000 (14:24 +0900)]
[Refactor] #39963 Changed definitions SPELL_* to enum values as spell_type

4 years ago[Refacotr] #39963 Renamed spells-common.c/h to technic-info-table.c/h
Hourier [Wed, 29 Apr 2020 03:43:53 +0000 (12:43 +0900)]
[Refacotr] #39963 Renamed spells-common.c/h to technic-info-table.c/h

4 years ago[Refactor] #39963 Separated spells-effect-util.c/h from spells.h/spells1.c
Hourier [Wed, 29 Apr 2020 03:36:03 +0000 (12:36 +0900)]
[Refactor] #39963 Separated spells-effect-util.c/h from spells.h/spells1.c

4 years ago[Refactor] #39963 Removed duplicated extern project_length
Hourier [Wed, 29 Apr 2020 03:11:37 +0000 (12:11 +0900)]
[Refactor] #39963 Removed duplicated extern project_length

4 years ago[Refactor] #39963 Changed header inclusion from realm*.h to realm/realm*.h
Hourier [Wed, 29 Apr 2020 02:43:19 +0000 (11:43 +0900)]
[Refactor] #39963 Changed header inclusion from realm*.h to realm/realm*.h

4 years ago[WIP] [Refactor] #39963 Moved realm*.c/h to realm/realm*.c/h
Hourier [Wed, 29 Apr 2020 02:16:03 +0000 (11:16 +0900)]
[WIP] [Refactor] #39963 Moved realm*.c/h to realm/realm*.c/h

4 years ago[Refactor] #39963 Separated spells-common.c.h from spells1.c/spells.h
Hourier [Wed, 29 Apr 2020 02:05:38 +0000 (11:05 +0900)]
[Refactor] #39963 Separated spells-common.c.h from spells1.c/spells.h

4 years ago[Fix] #40301 本を読んだ後のitem_tester_tval, item_tester_hookの解消抜けを修正. / Fixed the missing...
deskull [Tue, 28 Apr 2020 16:31:34 +0000 (01:31 +0900)]
[Fix] #40301 本を読んだ後のitem_tester_tval, item_tester_hookの解消抜けを修正. / Fixed the missing omission of item_tester_tval and item_tester_hook after reading the book.

4 years ago[Fix] #37353 未使用変数削除. / Delete unused variable.
deskull [Mon, 27 Apr 2020 17:13:47 +0000 (02:13 +0900)]
[Fix] #37353 未使用変数削除. / Delete unused variable.

4 years ago[Refactor] #39963 Reshaped affect_item()
Hourier [Mon, 27 Apr 2020 12:40:29 +0000 (21:40 +0900)]
[Refactor] #39963 Reshaped affect_item()

4 years ago[Refactor] Renamed project_o() to affect_item()
Hourier [Mon, 27 Apr 2020 12:18:28 +0000 (21:18 +0900)]
[Refactor] Renamed project_o() to affect_item()

4 years ago[Refactor] #39964 Separated effect-item.c/h from spells1.c
Hourier [Mon, 27 Apr 2020 12:13:46 +0000 (21:13 +0900)]
[Refactor] #39964 Separated effect-item.c/h from spells1.c

4 years ago[Refactor] #39963 Reshaped project_p()
Hourier [Mon, 27 Apr 2020 09:46:42 +0000 (18:46 +0900)]
[Refactor] #39963 Reshaped project_p()

4 years ago[Refactor] #39963 Separated effect-feature.c/h from spells1.c and renamed project_f...
Hourier [Mon, 27 Apr 2020 08:40:38 +0000 (17:40 +0900)]
[Refactor] #39963 Separated effect-feature.c/h from spells1.c and renamed project_f() to affect_feature()

4 years ago[Fix] #39964 自動拾いエディタで上下キーを押しても拾い/破壊の説明が更新されなかった問題を解消 / Fixed an issue where the...
Hourier [Sun, 26 Apr 2020 15:27:06 +0000 (00:27 +0900)]
[Fix] #39964 自動拾いエディタで上下キーを押しても拾い/破壊の説明が更新されなかった問題を解消 / Fixed an issue where the up / down key in the autopick editor didn't update the pickup / destroy description

4 years ago[Fix] #39964 Fixed the issue that autopick editor darkened when pushing moving key
Hourier [Sun, 26 Apr 2020 14:26:26 +0000 (23:26 +0900)]
[Fix] #39964 Fixed the issue that autopick editor darkened when pushing moving key

4 years ago[Fix] #39964 Fixed the issue that autopick editor didn't start
Hourier [Sun, 26 Apr 2020 11:59:04 +0000 (20:59 +0900)]
[Fix] #39964 Fixed the issue that autopick editor didn't start

4 years ago[Refactor] #39963 Reshaped project_f()
Hourier [Sun, 26 Apr 2020 11:19:23 +0000 (20:19 +0900)]
[Refactor] #39963 Reshaped project_f()

4 years ago[Refactor] #37353 Changed enum values in grid_bold_type from lowercase to UPPERCASE
Hourier [Sun, 26 Apr 2020 09:43:31 +0000 (18:43 +0900)]
[Refactor] #37353 Changed enum values in grid_bold_type from lowercase to UPPERCASE

4 years ago[Refactor] #39964 Added new line before '{'
Hourier [Sun, 26 Apr 2020 09:41:09 +0000 (18:41 +0900)]
[Refactor] #39964 Added new line before '{'

4 years ago[Refactor] #39964 Moved the definition DESCRIPT_HGT from autopick-util.h to autpick...
Hourier [Sun, 26 Apr 2020 09:36:46 +0000 (18:36 +0900)]
[Refactor] #39964 Moved the definition DESCRIPT_HGT from autopick-util.h to autpick-drawer.c

4 years ago[Refactor] #39964 Changed definition to enum in QUIT
Hourier [Sun, 26 Apr 2020 09:34:02 +0000 (18:34 +0900)]
[Refactor] #39964 Changed definition to enum in QUIT

4 years ago[Refactor] #39964 Changed return type from bool to byte in do_editor_command()
Hourier [Sun, 26 Apr 2020 09:26:00 +0000 (18:26 +0900)]
[Refactor] #39964 Changed return type from bool to byte in do_editor_command()

4 years ago[Refactor] #39964 Reshaped autopick-drawer.c
Hourier [Sun, 26 Apr 2020 09:14:02 +0000 (18:14 +0900)]
[Refactor] #39964 Reshaped autopick-drawer.c

4 years ago[Refactor] #39964 Separated process_dirty_expression() from draw_text_editor() in...
Hourier [Sun, 26 Apr 2020 08:59:31 +0000 (17:59 +0900)]
[Refactor] #39964 Separated process_dirty_expression() from draw_text_editor() in autopick_drawer.c

4 years ago[Refactor] #39964 Separated is_leave_special_item() from is_opt_confirm_destroy(...
Hourier [Sun, 26 Apr 2020 08:48:49 +0000 (17:48 +0900)]
[Refactor] #39964 Separated is_leave_special_item() from is_opt_confirm_destroy() in autopick-destroyer.c

4 years ago[Refactor] #39964 Separated redraw_edit_command_menu() from do_command_menu()
Hourier [Sun, 26 Apr 2020 08:41:09 +0000 (17:41 +0900)]
[Refactor] #39964 Separated redraw_edit_command_menu() from do_command_menu()

4 years ago[Refactor] #39964 Reshaped autopick-command-menu.c
Hourier [Sun, 26 Apr 2020 07:30:00 +0000 (16:30 +0900)]
[Refactor] #39964 Reshaped autopick-command-menu.c

4 years ago[Refactor] #39964 Removed the dependency from read-pref-file to autopick-pref-processor
Hourier [Sun, 26 Apr 2020 06:27:19 +0000 (15:27 +0900)]
[Refactor] #39964 Removed the dependency from read-pref-file to autopick-pref-processor

4 years ago[Refactor] Unified autopick-adder.c/h into utopick-util.c/h
Hourier [Sun, 26 Apr 2020 04:58:46 +0000 (13:58 +0900)]
[Refactor] Unified autopick-adder.c/h into utopick-util.c/h

4 years ago[Refactor] #39964 Unified autopick-searcher.c/h into autopick-finder.c/h
Hourier [Sun, 26 Apr 2020 04:54:34 +0000 (13:54 +0900)]
[Refactor] #39964 Unified autopick-searcher.c/h into autopick-finder.c/h

4 years ago[Refactor] #39964 Moved the definition of command_menu_type from autopick-util.h...
Hourier [Sun, 26 Apr 2020 04:45:42 +0000 (13:45 +0900)]
[Refactor] #39964 Moved the definition of command_menu_type from autopick-util.h to autopick-menu-data-table.h

4 years ago[Refactor] #39964 Separated cmd-autopick.c/h from autopick.c/h
Hourier [Sun, 26 Apr 2020 03:06:14 +0000 (12:06 +0900)]
[Refactor] #39964 Separated cmd-autopick.c/h from autopick.c/h

4 years ago[Refactor] #39964 Separated autopick-editor-command.c/h from autopick.c
Hourier [Sun, 26 Apr 2020 02:53:17 +0000 (11:53 +0900)]
[Refactor] #39964 Separated autopick-editor-command.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-editor-util.c/h from autopick.c
Hourier [Sun, 26 Apr 2020 02:17:25 +0000 (11:17 +0900)]
[Refactor] #39964 Separated autopick-editor-util.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-command-menu.c/h from autopick.c
Hourier [Sun, 26 Apr 2020 01:59:06 +0000 (10:59 +0900)]
[Refactor] #39964 Separated autopick-command-menu.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-registry.c/h from autopick.c/h
Hourier [Sun, 26 Apr 2020 01:49:29 +0000 (10:49 +0900)]
[Refactor] #39964 Separated autopick-registry.c/h from autopick.c/h

4 years ago[Refactor] #39964 Moved auto_inscribe_item() from autopick.c to autopick-util.c/h
Hourier [Sat, 25 Apr 2020 16:57:50 +0000 (01:57 +0900)]
[Refactor] #39964 Moved auto_inscribe_item() from autopick.c to autopick-util.c/h

4 years ago[Refactor] #39964 忍者の鎖鎌処理を spells3.c の fetch_monster() 関数に分離. / Split ninja sickle...
deskull [Sat, 25 Apr 2020 18:19:33 +0000 (03:19 +0900)]
[Refactor] #39964 忍者の鎖鎌処理を spells3.c の fetch_monster() 関数に分離. / Split ninja sickle processing into fetch_monster () function of spell2.c.

4 years ago[Refactor] Removed unused headers in autopick.c
Hourier [Sat, 25 Apr 2020 16:52:36 +0000 (01:52 +0900)]
[Refactor] Removed unused headers in autopick.c

4 years ago[Refactor] #39964 Renamed autopick-inserter.c/h to autopick-inserter-killer.c/h
Hourier [Sat, 25 Apr 2020 16:47:34 +0000 (01:47 +0900)]
[Refactor] #39964 Renamed autopick-inserter.c/h to autopick-inserter-killer.c/h

4 years ago[Refactor] #39964 Moved kill_line_segment() from autopick.c to autopick-inserter.c/h
Hourier [Sat, 25 Apr 2020 16:45:06 +0000 (01:45 +0900)]
[Refactor] #39964 Moved kill_line_segment() from autopick.c to autopick-inserter.c/h

4 years ago[Refactor] #39964 Separated autopick-inserter.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 16:39:42 +0000 (01:39 +0900)]
[Refactor] #39964 Separated autopick-inserter.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-searcher.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 15:58:04 +0000 (00:58 +0900)]
[Refactor] #39964 Separated autopick-searcher.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-drawer.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 15:31:47 +0000 (00:31 +0900)]
[Refactor] #39964 Separated autopick-drawer.c/h from autopick.c

4 years ago[Refactor] #39964 Reshaped autopick.c
Hourier [Sat, 25 Apr 2020 15:27:30 +0000 (00:27 +0900)]
[Refactor] #39964 Reshaped autopick.c

4 years ago[Refactor] #39964 Separated autopick-pref-processor.c/h from autopick.c/h
Hourier [Sat, 25 Apr 2020 15:24:04 +0000 (00:24 +0900)]
[Refactor] #39964 Separated autopick-pref-processor.c/h from autopick.c/h

4 years ago[Refactor] Separated autopick-adder.c/h from autopick-reader-writer.c/h
Hourier [Sat, 25 Apr 2020 15:16:35 +0000 (00:16 +0900)]
[Refactor] Separated autopick-adder.c/h from autopick-reader-writer.c/h

4 years ago[Refactor] #39964 Separated autopick-finder.c/h from autopick.c/h
Hourier [Sat, 25 Apr 2020 14:46:31 +0000 (23:46 +0900)]
[Refactor] #39964 Separated autopick-finder.c/h from autopick.c/h

4 years ago[Refactor] #39964 Reshaped autpick.c
Hourier [Sat, 25 Apr 2020 14:33:30 +0000 (23:33 +0900)]
[Refactor] #39964 Reshaped autpick.c

4 years ago[Refactor] #39964 Moved autopick_load_pref() from autopick.c/h to autopick-reader...
Hourier [Sat, 25 Apr 2020 14:23:11 +0000 (23:23 +0900)]
[Refactor] #39964 Moved autopick_load_pref() from autopick.c/h to autopick-reader-writer.c/h

4 years ago[Refacotr] #39964 Renamed is_autopick() to find_autopick_list()
Hourier [Sat, 25 Apr 2020 14:15:20 +0000 (23:15 +0900)]
[Refacotr] #39964 Renamed is_autopick() to find_autopick_list()

4 years ago[Refactor] #39964 Moved get_com_id() from autopick.c to autopick-util.c/h
Hourier [Sat, 25 Apr 2020 13:32:21 +0000 (22:32 +0900)]
[Refactor] #39964 Moved get_com_id() from autopick.c to autopick-util.c/h

4 years ago[Refactor] #39964 Separated autopick-reader-writer.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 13:18:57 +0000 (22:18 +0900)]
[Refactor] #39964 Separated autopick-reader-writer.c/h from autopick.c

4 years ago[Refactor] #39964 Moved free_text_lines() from autopick.c to autpick-util.c/h
Hourier [Sat, 25 Apr 2020 12:47:12 +0000 (21:47 +0900)]
[Refactor] #39964 Moved free_text_lines() from autopick.c to autpick-util.c/h

4 years ago[Refactor] #39964 Separated autopick-destroyer.c/h from autpick.c
Hourier [Sat, 25 Apr 2020 12:40:53 +0000 (21:40 +0900)]
[Refactor] #39964 Separated autopick-destroyer.c/h from autpick.c

4 years ago[Refactor] #38862 Moved view-mainwindow.c/h to display-main-window.c/h
Hourier [Sat, 25 Apr 2020 09:35:01 +0000 (18:35 +0900)]
[Refactor] #38862 Moved view-mainwindow.c/h to display-main-window.c/h

4 years ago[Refactor] #38862 Moved view-mainwindow.c/h to view/
Hourier [Sat, 25 Apr 2020 09:32:49 +0000 (18:32 +0900)]
[Refactor] #38862 Moved view-mainwindow.c/h to view/

4 years ago[Refactor] #38862 Changed header inclusion for uid-checker.h
Hourier [Sat, 25 Apr 2020 09:30:01 +0000 (18:30 +0900)]
[Refactor] #38862 Changed header inclusion for uid-checker.h

4 years ago[Refactor] #38862 Moved uid-checker.c/h to io/
Hourier [Sat, 25 Apr 2020 09:29:10 +0000 (18:29 +0900)]
[Refactor] #38862 Moved uid-checker.c/h to io/

4 years ago[Refactor] #38862 Changed header inclusion for signal-handlers.h
Hourier [Sat, 25 Apr 2020 09:19:33 +0000 (18:19 +0900)]
[Refactor] #38862 Changed header inclusion for signal-handlers.h

4 years ago[Refactor] #38862 Moved signal-handlers.c/h to io/
Hourier [Sat, 25 Apr 2020 09:14:49 +0000 (18:14 +0900)]
[Refactor] #38862 Moved signal-handlers.c/h to io/

4 years ago[Refactor] #38862 Moved rooms-pitnest.c/h to room/rooms-pit-nest.c/h
Hourier [Sat, 25 Apr 2020 07:38:39 +0000 (16:38 +0900)]
[Refactor] #38862 Moved rooms-pitnest.c/h to room/rooms-pit-nest.c/h

4 years ago[Refactor] #38862 Separated pit-nest-kinds-table.c/h from rooms-pitnest.c
Hourier [Sat, 25 Apr 2020 07:32:28 +0000 (16:32 +0900)]
[Refactor] #38862 Separated pit-nest-kinds-table.c/h from rooms-pitnest.c

4 years ago[Refactor] #37353 Unified language resources in cmd-gamepoption.c
Hourier [Sat, 25 Apr 2020 06:57:31 +0000 (15:57 +0900)]
[Refactor] #37353 Unified language resources in cmd-gamepoption.c

4 years ago[Refactor] #39964 Reshaped autopick-entry.c
Hourier [Sat, 25 Apr 2020 05:28:43 +0000 (14:28 +0900)]
[Refactor] #39964 Reshaped autopick-entry.c

4 years ago[Refactor] #39964 Moved entry_from_choosed_object() from autopick.c to autopick-entry.c/h
Hourier [Sat, 25 Apr 2020 05:16:46 +0000 (14:16 +0900)]
[Refactor] #39964 Moved entry_from_choosed_object() from autopick.c to autopick-entry.c/h

4 years ago[Refactor] #39964 Devided describe_autopick() by language
Hourier [Sat, 25 Apr 2020 05:10:21 +0000 (14:10 +0900)]
[Refactor] #39964 Devided describe_autopick() by language

4 years ago[Refactor] #39964 Separated autopick-describer.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 05:05:07 +0000 (14:05 +0900)]
[Refactor] #39964 Separated autopick-describer.c/h from autopick.c

4 years ago[Fix] #40330 Removed duplicated definition of get_ordinal_number_suffix() in English...
Hourier [Sat, 25 Apr 2020 04:16:31 +0000 (13:16 +0900)]
[Fix] #40330 Removed duplicated definition of get_ordinal_number_suffix() in English code

4 years ago[Fix] #40236 Resolved compilation warnings in knowledge-monsters.c and knowledge...
Hourier [Sat, 25 Apr 2020 03:44:19 +0000 (12:44 +0900)]
[Fix] #40236 Resolved compilation warnings in knowledge-monsters.c and knowledge-quests.c

4 years ago[Fix] #40236 Resolved compilation warnings in cmd-inn.c
Hourier [Sat, 25 Apr 2020 03:42:32 +0000 (12:42 +0900)]
[Fix] #40236 Resolved compilation warnings in cmd-inn.c

4 years ago[Refactor] #39964 Separated autopick-matcher.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 03:31:05 +0000 (12:31 +0900)]
[Refactor] #39964 Separated autopick-matcher.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick_line_from_entry() from autopick.c/h to autopick...
Hourier [Sat, 25 Apr 2020 03:14:38 +0000 (12:14 +0900)]
[Refactor] #39964 Separated autopick_line_from_entry() from autopick.c/h to autopick-entry.c/h

4 years ago[Refactor] #39964 Separated autopick-initializer.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 02:54:48 +0000 (11:54 +0900)]
[Refactor] #39964 Separated autopick-initializer.c/h from autopick.c

4 years ago[Refactor] #39964 Moved autopick_free_entry() from autopick.c to autopick-util.c/h
Hourier [Sat, 25 Apr 2020 02:37:55 +0000 (11:37 +0900)]
[Refactor] #39964 Moved autopick_free_entry() from autopick.c to autopick-util.c/h

4 years ago[Refactor] #39964 Separated global variables from autopick.c/h to autopick-util.c/h
Hourier [Sat, 25 Apr 2020 02:29:15 +0000 (11:29 +0900)]
[Refactor] #39964 Separated global variables from autopick.c/h to autopick-util.c/h

4 years ago[Refactor] #40236 Unified duplicatied functions
Hourier [Sat, 25 Apr 2020 02:27:11 +0000 (11:27 +0900)]
[Refactor] #40236 Unified duplicatied functions

4 years ago[Refactor] #39964 Separated autopick-entry.c/h from autopick.c
Hourier [Sat, 25 Apr 2020 02:04:24 +0000 (11:04 +0900)]
[Refactor] #39964 Separated autopick-entry.c/h from autopick.c

4 years ago[Refactor] #39964 Separated autopick-methods-table.h
Hourier [Sat, 25 Apr 2020 02:04:03 +0000 (11:04 +0900)]
[Refactor] #39964 Separated autopick-methods-table.h

4 years ago[Refactor] #39964 Moved the definition of autopick_type to autopick-util.h
Hourier [Sat, 25 Apr 2020 02:03:13 +0000 (11:03 +0900)]
[Refactor] #39964 Moved the definition of autopick_type to autopick-util.h

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Fix-Hourier
Hourier [Sat, 25 Apr 2020 02:02:07 +0000 (11:02 +0900)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Fix-Hourier

4 years ago[Refacotr] #39964 Separated autopick-menu-data-table.c/h from autopick.c
Hourier [Fri, 24 Apr 2020 15:31:54 +0000 (00:31 +0900)]
[Refacotr] #39964 Separated autopick-menu-data-table.c/h from autopick.c