OSDN Git Service

hengbandforosx/hengbandosx.git
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 agoRemoved src/util/util.c - inadvertently left in place after merging from upstream.
Eric Branlund [Mon, 15 Jun 2020 02:10:42 +0000 (19:10 -0700)]
Removed src/util/util.c - inadvertently left in place after merging from upstream.

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 agoAdapted to upstream change that renamed my_strcpy to angband_strcpy and placed the...
Eric Branlund [Mon, 15 Jun 2020 01:58:23 +0000 (18:58 -0700)]
Adapted to upstream change that renamed my_strcpy to angband_strcpy and placed the prototype in util/string-processor.h.

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 agoAdapted to upstream change that moved the prototype for msg_format() to view/display...
Eric Branlund [Mon, 15 Jun 2020 01:48:44 +0000 (18:48 -0700)]
Adapted to upstream change that moved the prototype for msg_format() to view/display-messages.h.

4 years agoAdapted to upstream change that moved the declaration for window_flag to game-option...
Eric Branlund [Mon, 15 Jun 2020 01:46:32 +0000 (18:46 -0700)]
Adapted to upstream change that moved the declaration for window_flag to game-option/option-flags.h.

4 years agoAdapted to upstream change that moved the declaration of TERM_WHITE to term/term...
Eric Branlund [Mon, 15 Jun 2020 01:42:52 +0000 (18:42 -0700)]
Adapted to upstream change that moved the declaration of TERM_WHITE to term/term-color-types.h.

4 years agoAdapted to upstream change that moved the declaration for inkey_flag to io/input...
Eric Branlund [Mon, 15 Jun 2020 01:41:09 +0000 (18:41 -0700)]
Adapted to upstream change that moved the declaration for inkey_flag to io/input-key-acceptor.h.

4 years agoAdapted to upstream change that moved the prototype for put_str() to term/screen...
Eric Branlund [Mon, 15 Jun 2020 01:39:34 +0000 (18:39 -0700)]
Adapted to upstream change that moved the prototype for put_str() to term/screen-processor.h.

4 years agoAdapted to upstream change that moved the declaration for msg_flag to display-messages.h.
Eric Branlund [Mon, 15 Jun 2020 01:37:50 +0000 (18:37 -0700)]
Adapted to upstream change that moved the declaration for msg_flag to display-messages.h.

4 years agoAdapted to upstream change that moved the declaration for use_graphics to game-option...
Eric Branlund [Mon, 15 Jun 2020 01:34:08 +0000 (18:34 -0700)]
Adapted to upstream change that moved the declaration for use_graphics to game-option/special-options.h and the declartion for arg_bigtile to game-option/runtime-arguments.h.

4 years agoAdapted to upstream change that moved prototype for pause_line() to core/asking-player.h.
Eric Branlund [Mon, 15 Jun 2020 01:31:36 +0000 (18:31 -0700)]
Adapted to upstream change that moved prototype for pause_line() to core/asking-player.h.

4 years agoAdapted to upstream changes that renamed the replacements for standard C file IO...
Eric Branlund [Mon, 15 Jun 2020 01:28:31 +0000 (18:28 -0700)]
Adapted to upstream changes that renamed the replacements for standard C file IO and put the prototypes in util/angband-files.h.

4 years agoAdapted to upstream change that moved prototype for reset_visuals() to core/visuals_r...
Eric Branlund [Mon, 15 Jun 2020 01:20:16 +0000 (18:20 -0700)]
Adapted to upstream change that moved prototype for reset_visuals() to core/visuals_reseter.h.

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 agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Mon, 15 Jun 2020 01:01:06 +0000 (18:01 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

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

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

4 years ago[Refactor] #40413 Moved notes for gamma from util.c to x11-gamma-builder.c
Hourier [Sun, 14 Jun 2020 02:17:06 +0000 (11:17 +0900)]
[Refactor] #40413 Moved notes for gamma from util.c to x11-gamma-builder.c

4 years ago[Refactor] #40413 Changed macro functions FORCEUPPER and FORCELOWER to normal functions
Hourier [Sun, 14 Jun 2020 02:14:02 +0000 (11:14 +0900)]
[Refactor] #40413 Changed macro functions FORCEUPPER and FORCELOWER to normal functions

4 years ago[Refactor] #40413 my_str*() の残党をangband_str*() に改名した / Renamed remaining my_str*...
Hourier [Sun, 14 Jun 2020 01:23:52 +0000 (10:23 +0900)]
[Refactor] #40413 my_str*() の残党をangband_str*() に改名した / Renamed remaining my_str*() to angband_str*()

4 years ago[Refactor] #40413 Separated realm-types.h from realm-names-table.h
Hourier [Sat, 13 Jun 2020 11:35:12 +0000 (20:35 +0900)]
[Refactor] #40413 Separated realm-types.h from realm-names-table.h

4 years ago[Refactor] #40413 Changed Japanese 'seikaku' in latin alphabet to English 'personality'
Hourier [Sat, 13 Jun 2020 11:09:10 +0000 (20:09 +0900)]
[Refactor] #40413 Changed Japanese 'seikaku' in latin alphabet to English 'personality'

4 years ago[Refactor] #40413 Moved inclusion of angband.h to *.c to *.h in autopick/
Hourier [Sat, 13 Jun 2020 11:02:14 +0000 (20:02 +0900)]
[Refactor] #40413 Moved inclusion of angband.h to *.c to *.h in autopick/

4 years ago[Refactor] #40413 Incorporated MAX_RACES into player-race-types.h
Hourier [Sat, 13 Jun 2020 10:45:40 +0000 (19:45 +0900)]
[Refactor] #40413 Incorporated MAX_RACES into player-race-types.h

4 years ago[Refactor] #40413 Changed macro function PRACE_IS_() to is_specific_player_race()
Hourier [Sat, 13 Jun 2020 10:36:43 +0000 (19:36 +0900)]
[Refactor] #40413 Changed macro function PRACE_IS_() to is_specific_player_race()

4 years ago[Refactor] #40413 Separated monster-race-fefinition.h from monster-race.h
Hourier [Sat, 13 Jun 2020 10:31:49 +0000 (19:31 +0900)]
[Refactor] #40413 Separated monster-race-fefinition.h from monster-race.h

4 years ago[Refactor] #40413 Renamed enum-only header with name 'table' to 'types'
Hourier [Sat, 13 Jun 2020 10:21:34 +0000 (19:21 +0900)]
[Refactor] #40413 Renamed enum-only header with name 'table' to 'types'

4 years ago[Refactor] #40413 Separated building-type-definition.c/h from cmd-building.c/h
Hourier [Sat, 13 Jun 2020 10:13:20 +0000 (19:13 +0900)]
[Refactor] #40413 Separated building-type-definition.c/h from cmd-building.c/h

4 years ago[Refactor] #40413 Separated angband-files.c/h from util.c/h
Hourier [Sat, 13 Jun 2020 08:58:45 +0000 (17:58 +0900)]
[Refactor] #40413 Separated angband-files.c/h from util.c/h

4 years ago[Refactor] #40413 Reshaped files-util.c automatically
Hourier [Sat, 13 Jun 2020 08:41:12 +0000 (17:41 +0900)]
[Refactor] #40413 Reshaped files-util.c automatically

4 years ago[Refactor] #40413 Changed my_f***() to angband_strchr() and angband_strcpy() in Linux...
Hourier [Sat, 13 Jun 2020 08:37:45 +0000 (17:37 +0900)]
[Refactor] #40413 Changed my_f***() to angband_strchr() and angband_strcpy() in Linux-related main*.c files

4 years ago[Refactor] #40413 Renamed my_f*() to angband_f*() in util.c/h; propably f means fuxk...
Hourier [Sat, 13 Jun 2020 08:30:37 +0000 (17:30 +0900)]
[Refactor] #40413 Renamed my_f*() to angband_f*() in util.c/h; propably f means fuxk instead of file!? What the hell did original developers think in their fxcking head!? my_*() is used in only ELEMENTARY TEXTBOOKS!!

4 years ago[Refactor] #38997 Added some comments in get_nightmare()
Hourier [Sat, 13 Jun 2020 07:58:22 +0000 (16:58 +0900)]
[Refactor] #38997 Added some comments in get_nightmare()

4 years ago[Refactor] #40477 cmd-gameoption.c にplayer_type* 引数を追加した / Added player_type* argumen...
Hourier [Sat, 13 Jun 2020 07:47:54 +0000 (16:47 +0900)]
[Refactor] #40477 cmd-gameoption.c にplayer_type* 引数を追加した / Added player_type* argument into cmd-gameoption.c

4 years ago[Refactor] #40477 angband.h からcmd-gameoption.h へのインクルードを*抹殺*した/ *Genocide* the inclus...
Hourier [Sat, 13 Jun 2020 07:41:24 +0000 (16:41 +0900)]
[Refactor] #40477 angband.h からcmd-gameoption.h へのインクルードを*抹殺*した/ *Genocide* the inclusion to cmd-gameoption.h in angband.h

4 years ago[Refactor] #40477 Reshaped cmd-gameoption.c automatically
Hourier [Sat, 13 Jun 2020 07:37:31 +0000 (16:37 +0900)]
[Refactor] #40477 Reshaped cmd-gameoption.c automatically

4 years ago[Refactor] #40477 cmd-gameoption.c において1行ごとに挟まれていたコメントを削除 / Removed many comments...
Hourier [Sat, 13 Jun 2020 07:36:25 +0000 (16:36 +0900)]
[Refactor] #40477 cmd-gameoption.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in cmd-gameoption.c

4 years ago[Refactor] #40477 Separated option-types-table.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 07:29:53 +0000 (16:29 +0900)]
[Refactor] #40477 Separated option-types-table.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated option-flags.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 07:14:34 +0000 (16:14 +0900)]
[Refactor] #40477 Separated option-flags.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated runtime-arguments.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 07:00:38 +0000 (16:00 +0900)]
[Refactor] #40477 Separated runtime-arguments.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated special-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:51:22 +0000 (15:51 +0900)]
[Refactor] #40477 Separated special-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated cheat-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:35:43 +0000 (15:35 +0900)]
[Refactor] #40477 Separated cheat-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated play-record-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:27:57 +0000 (15:27 +0900)]
[Refactor] #40477 Separated play-record-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated auto-destuction-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:19:37 +0000 (15:19 +0900)]
[Refactor] #40477 Separated auto-destuction-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated birth-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:14:56 +0000 (15:14 +0900)]
[Refactor] #40477 Separated birth-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated disturbance-optioncs.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 06:01:20 +0000 (15:01 +0900)]
[Refactor] #40477 Separated disturbance-optioncs.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated game-play-options.c/h
Hourier [Sat, 13 Jun 2020 05:50:45 +0000 (14:50 +0900)]
[Refactor] #40477 Separated game-play-options.c/h

4 years ago[Refactor] #40477 Separated text-display-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 05:41:32 +0000 (14:41 +0900)]
[Refactor] #40477 Separated text-display-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated map-screen-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 05:30:38 +0000 (14:30 +0900)]
[Refactor] #40477 Separated map-screen-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 Separated input-options.c/h from cmd-gameoption.c/h
Hourier [Sat, 13 Jun 2020 05:25:22 +0000 (14:25 +0900)]
[Refactor] #40477 Separated input-options.c/h from cmd-gameoption.c/h

4 years ago[Refactor] #40477 is_seen() にplayer_type* 引数を追加した / Added player_type* argument into...
Hourier [Sat, 13 Jun 2020 05:15:59 +0000 (14:15 +0900)]
[Refactor] #40477 is_seen() にplayer_type* 引数を追加した / Added player_type* argument into is_seen()

4 years ago[Refactor] #40477 Separated game-option-types.h from cmd-gameoption.h
Hourier [Sat, 13 Jun 2020 04:35:57 +0000 (13:35 +0900)]
[Refactor] #40477 Separated game-option-types.h from cmd-gameoption.h

4 years ago[Refactor] #40014 moved repar_monsters from player-processor.c/h to floor-save.c/h
Hourier [Sat, 13 Jun 2020 04:24:07 +0000 (13:24 +0900)]
[Refactor] #40014 moved repar_monsters from player-processor.c/h to floor-save.c/h

4 years ago[Refactor] #40014 Removed the dependency from monster-generator.c to monster-summon.h
Hourier [Sat, 13 Jun 2020 04:11:40 +0000 (13:11 +0900)]
[Refactor] #40014 Removed the dependency from monster-generator.c to monster-summon.h

4 years ago[Refactor] #40014 Separated monster-summonc./h from monster-generator.c/h
Hourier [Sat, 13 Jun 2020 04:00:42 +0000 (13:00 +0900)]
[Refactor] #40014 Separated monster-summonc./h from monster-generator.c/h