OSDN Git Service

hengband/hengband.git
4 years ago[Refactor] #37353 Adjusted inclusion relationship in market/, monster-attack/, monste...
Hourier [Sat, 27 Jun 2020 03:26:44 +0000 (12:26 +0900)]
[Refactor] #37353 Adjusted inclusion relationship in market/, monster-attack/, monster/, player/ and realm/

4 years ago[Refactor] #37353 Adjusted inclusion relationship in floor/, inventory/ and io/
Hourier [Sat, 27 Jun 2020 03:20:54 +0000 (12:20 +0900)]
[Refactor] #37353 Adjusted inclusion relationship in floor/, inventory/ and io/

4 years ago[Refactor] #37353 Adjusted inclusion relationship in core/ and effect/
Hourier [Sat, 27 Jun 2020 03:12:46 +0000 (12:12 +0900)]
[Refactor] #37353 Adjusted inclusion relationship in core/ and effect/

4 years ago[Refactor] #37353 Adjusted inclusion relationship in combat/; notes: unified English...
Hourier [Sat, 27 Jun 2020 03:07:43 +0000 (12:07 +0900)]
[Refactor] #37353 Adjusted inclusion relationship in combat/; notes: unified English and Japanese in martial-arts-table.c incidentally

4 years ago[Refactor] #37353 Adjusted inclusion relationship in birth/, cmd-building/ and cmd-io/
Hourier [Sat, 27 Jun 2020 02:50:18 +0000 (11:50 +0900)]
[Refactor] #37353 Adjusted inclusion relationship in birth/, cmd-building/ and cmd-io/

4 years ago[Refactor] #40483 Adjusted inclusion relationship
Hourier [Fri, 26 Jun 2020 16:36:29 +0000 (01:36 +0900)]
[Refactor] #40483 Adjusted inclusion relationship

4 years ago[Refactor] #38997 Added/Removed comment for p_ptr
Hourier [Fri, 26 Jun 2020 16:20:52 +0000 (01:20 +0900)]
[Refactor] #38997 Added/Removed comment for p_ptr

4 years ago[Refactor] #40483 Moved redraw_window() from display-main-window.c to window-redrawer.c
Hourier [Fri, 26 Jun 2020 16:12:50 +0000 (01:12 +0900)]
[Refactor] #40483 Moved redraw_window() from display-main-window.c to window-redrawer.c

4 years ago[Refactor] #40483 Separated display-map.c/h from display-main-window.c
Hourier [Fri, 26 Jun 2020 16:07:56 +0000 (01:07 +0900)]
[Refactor] #40483 Separated display-map.c/h from display-main-window.c

4 years ago[Refactor] #40483 Separated window-redrawer.c/h from display-main-window.c/h
Hourier [Fri, 26 Jun 2020 15:29:02 +0000 (00:29 +0900)]
[Refactor] #40483 Separated window-redrawer.c/h from display-main-window.c/h

4 years ago[Refactor] #40483 Separated display-sub-windows.c/h from display-main-window.c/h
Hourier [Fri, 26 Jun 2020 14:58:01 +0000 (23:58 +0900)]
[Refactor] #40483 Separated display-sub-windows.c/h from display-main-window.c/h

4 years ago[Refactor] #40483 Separated main-window-left-frame.c/h
Hourier [Fri, 26 Jun 2020 14:33:16 +0000 (23:33 +0900)]
[Refactor] #40483 Separated main-window-left-frame.c/h

4 years ago[Refactor] #40483 Removed unused headers in display-main-window.c
Hourier [Fri, 26 Jun 2020 14:17:40 +0000 (23:17 +0900)]
[Refactor] #40483 Removed unused headers in display-main-window.c

4 years ago[Refactor] #40483 Separated main-window-stat-poster.c/h from display-main-window.c
Hourier [Fri, 26 Jun 2020 14:12:42 +0000 (23:12 +0900)]
[Refactor] #40483 Separated main-window-stat-poster.c/h from display-main-window.c

4 years ago[Refactor] #40483 Reshaped floor-generate.h
Hourier [Fri, 26 Jun 2020 13:55:44 +0000 (22:55 +0900)]
[Refactor] #40483 Reshaped floor-generate.h

4 years ago[Refactor] #40483 Moved print_map(), display_map() and set_term_color() from display...
Hourier [Fri, 26 Jun 2020 13:51:53 +0000 (22:51 +0900)]
[Refactor] #40483 Moved print_map(), display_map() and set_term_color() from display-main-window.c/h to main-window-util.c/h

4 years ago[Refactor] #40483 Changed macro functions to normal functions IS_FAST(), IS_INVULN...
Hourier [Fri, 26 Jun 2020 13:28:35 +0000 (22:28 +0900)]
[Refactor] #40483 Changed macro functions to normal functions IS_FAST(), IS_INVULN(), IS_HERO() and IS_ECHIZEN()

4 years ago[Refactor] #40483 Separated main-window-util.c/h from display-main-window.c
Hourier [Fri, 26 Jun 2020 09:58:42 +0000 (18:58 +0900)]
[Refactor] #40483 Separated main-window-util.c/h from display-main-window.c

4 years ago[Refactor] #40483 Reshaped quest.h
Hourier [Fri, 26 Jun 2020 09:52:15 +0000 (18:52 +0900)]
[Refactor] #40483 Reshaped quest.h

4 years ago[Refactor] #37353 calc_class_status() を calc_bonuses() から分離. / Separated calc_class_s...
deskull [Wed, 24 Jun 2020 16:32:19 +0000 (01:32 +0900)]
[Refactor] #37353 calc_class_status() を calc_bonuses() から分離. / Separated calc_class_status() from calc_bonuses().

4 years ago[Refactor] #37353 calc_race_status(), calc_bonuses(), clear_creature_bonuses() 各間の処理を...
deskull [Wed, 24 Jun 2020 16:24:23 +0000 (01:24 +0900)]
[Refactor] #37353 calc_race_status(), calc_bonuses(), clear_creature_bonuses() 各間の処理を整理. /  Clean up the processing between calc_race_status(), calc_bonuses() and clear_creature_bonuses().

4 years ago[Refactor] #37353 calc_race_status() を calc_bonuses() から分離.pspeed を s16b 型に変更して計算の新旧処...
deskull [Tue, 23 Jun 2020 14:56:49 +0000 (23:56 +0900)]
[Refactor] #37353 calc_race_status() を calc_bonuses() から分離.pspeed を s16b 型に変更して計算の新旧処理を修正. / Separated calc_race_status() from calc_bonuses(). Changed pspeed to s16b type and fixed old and new processing of calculation.

4 years ago[Refactor] #37353 clear_creature_bonuses() を calc_bonuses() から分離. / Separated clear_c...
deskull [Tue, 23 Jun 2020 14:28:18 +0000 (23:28 +0900)]
[Refactor] #37353 clear_creature_bonuses() を calc_bonuses() から分離. / Separated clear_creature_bonuses() from calc_bonuses().

4 years ago[Refactor] #40467 Reshaped load.c automatically
Hourier [Sat, 20 Jun 2020 14:20:22 +0000 (23:20 +0900)]
[Refactor] #40467 Reshaped load.c automatically

4 years ago[Refactor] #40483 Moved bar_definition_type from display-main-window.c to stat-bars...
Hourier [Sat, 20 Jun 2020 14:15:23 +0000 (23:15 +0900)]
[Refactor] #40483 Moved bar_definition_type from display-main-window.c to stat-bars-table.h

4 years ago[Refactor] #40483 Reshaped display-main-window.c
Hourier [Sat, 20 Jun 2020 14:10:51 +0000 (23:10 +0900)]
[Refactor] #40483 Reshaped display-main-window.c

4 years ago[Refactor] #40483 Removed the inclusion of grid.h from rooms.h
Hourier [Sat, 20 Jun 2020 13:08:59 +0000 (22:08 +0900)]
[Refactor] #40483 Removed the inclusion of grid.h from rooms.h

4 years ago[Refactor] #40483 Removed the inclusion of grid.h from grid.h
Hourier [Sat, 20 Jun 2020 13:04:46 +0000 (22:04 +0900)]
[Refactor] #40483 Removed the inclusion of grid.h from grid.h

4 years ago[Refactor] #40483 Removed the inclusion of feature.h from floor.h
Hourier [Sat, 20 Jun 2020 12:17:09 +0000 (21:17 +0900)]
[Refactor] #40483 Removed the inclusion of feature.h from floor.h

4 years ago[Refactor] #40483 Adjusted declerations in feature.h
Hourier [Sat, 20 Jun 2020 12:11:25 +0000 (21:11 +0900)]
[Refactor] #40483 Adjusted declerations in feature.h

4 years ago[Refactor] #40483 Changed panel_contains() from macro function to normal function
Hourier [Sat, 20 Jun 2020 12:05:02 +0000 (21:05 +0900)]
[Refactor] #40483 Changed panel_contains() from macro function to normal function

4 years ago[Refactor] #40483 Separated main-window-row-column.h from display-main-window.c
Hourier [Sat, 20 Jun 2020 11:54:19 +0000 (20:54 +0900)]
[Refactor] #40483 Separated main-window-row-column.h from display-main-window.c

4 years ago[Refactor] #40483 Separated status-bars-table.c/h from display-main-window.c
Hourier [Sat, 20 Jun 2020 11:50:44 +0000 (20:50 +0900)]
[Refactor] #40483 Separated status-bars-table.c/h from display-main-window.c

4 years ago[Refactor] #40483 Reshaped display-main-window.c automatically
Hourier [Sat, 20 Jun 2020 10:20:57 +0000 (19:20 +0900)]
[Refactor] #40483 Reshaped display-main-window.c automatically

4 years ago[Refactor] #40483 display-main-window.c において1行ごとに挟まれていたコメントを削除 / Removed many comment...
Hourier [Sat, 20 Jun 2020 08:09:44 +0000 (17:09 +0900)]
[Refactor] #40483 display-main-window.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line in display-main-window.c

4 years ago[Refactor] #40478 Reshaped mspells*.c automatically
Hourier [Sat, 20 Jun 2020 06:38:02 +0000 (15:38 +0900)]
[Refactor] #40478 Reshaped mspells*.c automatically

4 years ago[Refactor] #40478 mspells*.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line...
Hourier [Sat, 20 Jun 2020 06:27:06 +0000 (15:27 +0900)]
[Refactor] #40478 mspells*.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line in mspells*.c

4 years ago[Refactor] #40478 Divided monster-spells.h to mspells1.h, mspells2.h and mspells3.h
Hourier [Sat, 20 Jun 2020 06:12:01 +0000 (15:12 +0900)]
[Refactor] #40478 Divided monster-spells.h to mspells1.h, mspells2.h and mspells3.h

4 years ago[Refactor] #40478 Separated monster-power-table.c/h from monster-spell.h
Hourier [Sat, 20 Jun 2020 05:51:02 +0000 (14:51 +0900)]
[Refactor] #40478 Separated monster-power-table.c/h from monster-spell.h

4 years ago[Refactor] #40478 Moved various definitions from monster-spell.h to mspell-util.h
Hourier [Sat, 20 Jun 2020 05:10:58 +0000 (14:10 +0900)]
[Refactor] #40478 Moved various definitions from monster-spell.h to mspell-util.h

4 years agoInclude util/angband-files.h to pick up prototype for path_build().
Eric Branlund [Mon, 15 Jun 2020 06:08:00 +0000 (23:08 -0700)]
Include util/angband-files.h to pick up prototype for path_build().

4 years agoInclude core/asking-player.h to get prototype for pause_line().
Eric Branlund [Mon, 15 Jun 2020 06:05:25 +0000 (23:05 -0700)]
Include core/asking-player.h to get prototype for pause_line().

4 years agoInclude util/angband-files.h to get prototype for user_name().
Eric Branlund [Mon, 15 Jun 2020 06:04:22 +0000 (23:04 -0700)]
Include util/angband-files.h to get prototype for user_name().

4 years agoInclude util/string-processor.h to get prototype for angband_strchr.
Eric Branlund [Mon, 15 Jun 2020 06:03:04 +0000 (23:03 -0700)]
Include util/string-processor.h to get prototype for angband_strchr.

4 years agoPut prototypes inside include guard.
Eric Branlund [Mon, 15 Jun 2020 05:53:53 +0000 (22:53 -0700)]
Put prototypes inside include guard.

4 years agoInclude util/string-processor.h to pick up prototype for angband_strstr() and avoid...
Eric Branlund [Mon, 15 Jun 2020 05:49:42 +0000 (22:49 -0700)]
Include util/string-processor.h to pick up prototype for angband_strstr() and avoid pointer to integer conversion which causes a crash in path_parse().

4 years agoAdded missing semicolon to fix compiler error.
Eric Branlund [Mon, 15 Jun 2020 02:24:40 +0000 (19:24 -0700)]
Added missing semicolon to fix compiler error.

4 years agoIncluded util/string-processor.h to pick up prototype for angband_strcpy().
Eric Branlund [Mon, 15 Jun 2020 02:23:29 +0000 (19:23 -0700)]
Included util/string-processor.h to pick up prototype for angband_strcpy().

4 years agoIncluded util/angband-files.h to pick up prototypes for fd_close() and path_build().
Eric Branlund [Mon, 15 Jun 2020 02:21:42 +0000 (19:21 -0700)]
Included util/angband-files.h to pick up prototypes for fd_close() and path_build().

4 years agoAdded realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS...
Eric Branlund [Mon, 15 Jun 2020 02:11:32 +0000 (19:11 -0700)]
Added realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoCorrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable...
Eric Branlund [Mon, 15 Jun 2020 02:05:15 +0000 (19:05 -0700)]
Corrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoRemoved repeated line in source list.
Eric Branlund [Mon, 15 Jun 2020 01:59:47 +0000 (18:59 -0700)]
Removed repeated line in source list.

4 years agoChanged type for init_flags to match what is in system-variables.h.
Eric Branlund [Mon, 15 Jun 2020 01:55:18 +0000 (18:55 -0700)]
Changed type for init_flags to match what is in system-variables.h.

4 years agoIncluded term/screen-processor.h to pick up prototype for prt().
Eric Branlund [Mon, 15 Jun 2020 01:53:12 +0000 (18:53 -0700)]
Included term/screen-processor.h to pick up prototype for prt().

4 years agoIncluded view/display-messages.h to pick up declaration of msg_flag.
Eric Branlund [Mon, 15 Jun 2020 01:51:46 +0000 (18:51 -0700)]
Included view/display-messages.h to pick up declaration of msg_flag.

4 years agoList of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon...
Eric Branlund [Mon, 15 Jun 2020 01:14:03 +0000 (18:14 -0700)]
List of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon-checker.{c,h}.

4 years agoCorrected typo for game-option/auto-destruction-option.{c,h} in the list of source...
Eric Branlund [Mon, 15 Jun 2020 01:08:13 +0000 (18:08 -0700)]
Corrected typo for game-option/auto-destruction-option.{c,h} in the list of source files.

4 years agoAdapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.
Eric Branlund [Mon, 15 Jun 2020 01:05:57 +0000 (18:05 -0700)]
Adapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.

4 years ago[Refactor] #40478 Separated mspell-mask-definitions.h from monster-spell.h
Hourier [Sat, 20 Jun 2020 04:53:52 +0000 (13:53 +0900)]
[Refactor] #40478 Separated mspell-mask-definitions.h from monster-spell.h

4 years ago[Refactor] #40478 Moved spell_flag_type from monster-spell.h to mspell-damage-calcula...
Hourier [Sat, 20 Jun 2020 04:43:31 +0000 (13:43 +0900)]
[Refactor] #40478 Moved spell_flag_type from monster-spell.h to mspell-damage-calculator.h

4 years ago[Refactor] #40478 Separated mind-blue-mage.h from monster-spell.h
Hourier [Sat, 20 Jun 2020 04:35:15 +0000 (13:35 +0900)]
[Refactor] #40478 Separated mind-blue-mage.h from monster-spell.h

4 years ago[Refactor] #40478 Moved RF*_SPELL_SIZE from monster-spell.h to mspell-summon.c
Hourier [Sat, 20 Jun 2020 04:30:35 +0000 (13:30 +0900)]
[Refactor] #40478 Moved RF*_SPELL_SIZE from monster-spell.h to mspell-summon.c

4 years ago[Refactor] #40478 Moved S_NUM_6 and S_NUM_4 from monster-spell.h to mspell-summon.c
Hourier [Sat, 20 Jun 2020 04:28:03 +0000 (13:28 +0900)]
[Refactor] #40478 Moved S_NUM_6 and S_NUM_4 from monster-spell.h to mspell-summon.c

4 years ago[Refactor] #38844 Removed inclusion of cmd-building.h from angband.h
Hourier [Mon, 15 Jun 2020 11:15:15 +0000 (20:15 +0900)]
[Refactor] #38844 Removed inclusion of cmd-building.h from angband.h

4 years ago[Refactor] #38844 Continued removing inclusion of monster-race.h in angband.h
Hourier [Mon, 15 Jun 2020 10:15:53 +0000 (19:15 +0900)]
[Refactor] #38844 Continued removing inclusion of monster-race.h in angband.h

4 years ago[Refactor] #38844 Removed inclusion of monster-race.h in angband.h
Hourier [Mon, 15 Jun 2020 09:29:51 +0000 (18:29 +0900)]
[Refactor] #38844 Removed inclusion of monster-race.h in angband.h

4 years agoMerge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring
deskull [Sun, 14 Jun 2020 15:16:37 +0000 (00:16 +0900)]
Merge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring

4 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Sun, 14 Jun 2020 14:17:47 +0000 (23:17 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

4 years ago[Refactor] #40457 Renamed music-checker.c/h to spells-song.c/h
Hourier [Sun, 14 Jun 2020 13:47:30 +0000 (22:47 +0900)]
[Refactor] #40457 Renamed music-checker.c/h to spells-song.c/h

4 years ago[Refactor] #40413 Separated variables as alloc_type to alloc-entries.c/h
Hourier [Sun, 14 Jun 2020 13:38:05 +0000 (22:38 +0900)]
[Refactor] #40413 Separated variables as alloc_type to alloc-entries.c/h

4 years ago[Refactor] #40413 Adjusted inclusion for alloc-entry-definition.h
Hourier [Sun, 14 Jun 2020 13:13:39 +0000 (22:13 +0900)]
[Refactor] #40413 Adjusted inclusion for alloc-entry-definition.h

4 years ago[Refactor] #40413 Removed the dependency from alloc-entry-definition.h to geometry...
Hourier [Sun, 14 Jun 2020 12:54:43 +0000 (21:54 +0900)]
[Refactor] #40413 Removed the dependency from alloc-entry-definition.h to geometry.h; It's victory of refactoring!!

4 years ago[Refactor] #40413 Renamed util.h to alloc-entry-definition.h
Hourier [Sun, 14 Jun 2020 12:37:31 +0000 (21:37 +0900)]
[Refactor] #40413 Renamed util.h to alloc-entry-definition.h

4 years ago[Refactor] #40413 Separated language-switcher.h from util.h and removed util.c
Hourier [Sun, 14 Jun 2020 12:32:22 +0000 (21:32 +0900)]
[Refactor] #40413 Separated language-switcher.h from util.h and removed util.c

4 years ago[Refactor] #40413 Separated buffer-shper.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 11:33:17 +0000 (20:33 +0900)]
[Refactor] #40413 Separated buffer-shper.c/h from util.c/h

4 years ago[Refactor] #40413 Separated x11-type-string.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 11:07:24 +0000 (20:07 +0900)]
[Refactor] #40413 Separated x11-type-string.c/h from util.c/h

4 years ago[Refactor] #40413 Moved angband_str*() from util.c/h to string-processor.c/h
Hourier [Sun, 14 Jun 2020 10:58:57 +0000 (19:58 +0900)]
[Refactor] #40413 Moved angband_str*() from util.c/h to string-processor.c/h

4 years ago[Refactor] #40413 Moved various definitions from util.h to appropriate *.h files
Hourier [Sun, 14 Jun 2020 09:32:00 +0000 (18:32 +0900)]
[Refactor] #40413 Moved various definitions from util.h to appropriate *.h files

4 years ago[Refactor] #40413 Moved tmp_pos from util.c/h to grid.c/h
Hourier [Sun, 14 Jun 2020 09:12:56 +0000 (18:12 +0900)]
[Refactor] #40413 Moved tmp_pos from util.c/h to grid.c/h

4 years ago[Refactor] #40413 Separated bit-flags-calculator.h from util.h
Hourier [Sun, 14 Jun 2020 09:09:06 +0000 (18:09 +0900)]
[Refactor] #40413 Separated bit-flags-calculator.h from util.h

4 years ago[Refactor] #40413 Resolved the issue so that compilation errors were output
Hourier [Sun, 14 Jun 2020 08:54:30 +0000 (17:54 +0900)]
[Refactor] #40413 Resolved the issue so that compilation errors were output

4 years ago[Refactor] #40413 Separated int-char-converter.h
Hourier [Sun, 14 Jun 2020 08:36:19 +0000 (17:36 +0900)]
[Refactor] #40413 Separated int-char-converter.h

4 years ago[Refactor] #40413 Separated cheat-types.h from util.h
Hourier [Sun, 14 Jun 2020 08:12:21 +0000 (17:12 +0900)]
[Refactor] #40413 Separated cheat-types.h from util.h

4 years ago[Refactor] #40413 Separated tag-soter.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 07:52:49 +0000 (16:52 +0900)]
[Refactor] #40413 Separated tag-soter.c/h from util.c/h

4 years ago[Refactor] #40413 Separated keymap-directory-getter.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 07:26:32 +0000 (16:26 +0900)]
[Refactor] #40413 Separated keymap-directory-getter.c/h from util.c/h

4 years ago[Refactor] #40413 Separated vowel-checker.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 07:15:08 +0000 (16:15 +0900)]
[Refactor] #40413 Separated vowel-checker.c/h from util.c/h

4 years ago[Refactor] #40413 Moved hexsym[] from util.c/h to string-processor.c/h
Hourier [Sun, 14 Jun 2020 07:08:38 +0000 (16:08 +0900)]
[Refactor] #40413 Moved hexsym[] from util.c/h to string-processor.c/h

4 years ago[Refactor] #40413 Separated command-repeater.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 07:05:46 +0000 (16:05 +0900)]
[Refactor] #40413 Separated command-repeater.c/h from util.c/h

4 years ago[Refactor] #40413 Separated input-key-requester.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 06:56:09 +0000 (15:56 +0900)]
[Refactor] #40413 Separated input-key-requester.c/h from util.c/h

4 years ago[Refactor] #40413 Moved various global variables from util.c/h to macro-util.c/h...
Hourier [Sun, 14 Jun 2020 06:39:08 +0000 (15:39 +0900)]
[Refactor] #40413 Moved various global variables from util.c/h to macro-util.c/h and string-processor.c/h

4 years ago[Refactor] #40413 Moved sort.c/h from core/ to util/
Hourier [Sun, 14 Jun 2020 06:28:04 +0000 (15:28 +0900)]
[Refactor] #40413 Moved sort.c/h from core/ to util/

4 years ago[Refactor] #40413 Separated screen-processor.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 06:25:28 +0000 (15:25 +0900)]
[Refactor] #40413 Separated screen-processor.c/h from util.c/h

4 years ago[Refactor] #40413 Separated asking-player.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 05:54:24 +0000 (14:54 +0900)]
[Refactor] #40413 Separated asking-player.c/h from util.c/h

4 years ago[Refactor] #40413 Separated display-messages.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 05:13:31 +0000 (14:13 +0900)]
[Refactor] #40413 Separated display-messages.c/h from util.c/h

4 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Sun, 14 Jun 2020 04:08:36 +0000 (13:08 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring

4 years ago[Refactor] #40413 Separated quarks.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 04:05:52 +0000 (13:05 +0900)]
[Refactor] #40413 Separated quarks.c/h from util.c/h

4 years ago[Refactor] #40413 Separated input-key-acceptor.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 03:49:23 +0000 (12:49 +0900)]
[Refactor] #40413 Separated input-key-acceptor.c/h from util.c/h

4 years ago[Refactor] #40413 Separated sound-of-music.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 03:16:03 +0000 (12:16 +0900)]
[Refactor] #40413 Separated sound-of-music.c/h from util.c/h

4 years ago[Refactor] #40413 Removed type definition 'sint'
Hourier [Sun, 14 Jun 2020 02:43:19 +0000 (11:43 +0900)]
[Refactor] #40413 Removed type definition 'sint'

4 years ago[Refactor] #40413 Separated macro-util.c/h from util.c/h
Hourier [Sun, 14 Jun 2020 02:35:55 +0000 (11:35 +0900)]
[Refactor] #40413 Separated macro-util.c/h from util.c/h