OSDN Git Service

hengbandforosx/hengbandosx.git
3 years agoChange the KWD_* macros to be constant string pointers with definitions in cmd-spell... vmacos2.2.1-7f
Eric Branlund [Wed, 20 Jan 2021 23:02:38 +0000 (15:02 -0800)]
Change the KWD_* macros to be constant string pointers with definitions in cmd-spell.c.  On platforms that use configure and automake, that allows the preprocessing done to switch character encoding to affect them since only the .c files that are compiled are preprocessed.

3 years agoHad renamed the mask file for Adam Bolt's tileset to 16x16-mask.bmp (to make it clear...
Eric Branlund [Wed, 20 Jan 2021 03:35:09 +0000 (19:35 -0800)]
Had renamed the mask file for Adam Bolt's tileset to 16x16-mask.bmp (to make it clearer what the mask was for).  Adjust the path in main-win.c to match that.

3 years agoNo longer use Angband 4's version of the tiles (with additional preference files...
Eric Branlund [Wed, 20 Jan 2021 02:59:13 +0000 (18:59 -0800)]
No longer use Angband 4's version of the tiles (with additional preference files to patch up the differences with Hengband's versions).  Instead, convert Hengband's versions to PNG with the lib/xtra/graf/osx_bmp2png.py script so they're usable with the Mac front-end.  Store the results of the conversion in the repository (so the prequisites for osx_bmp2png.py aren't needed for ordinary builds; only when the tiles have to be reconverted).  Copy over the converted results during installation.

3 years agoModified to handle Hengband's conversion requirements: allow use of a separate bmp...
Eric Branlund [Wed, 20 Jan 2021 02:46:54 +0000 (18:46 -0800)]
Modified to handle Hengband's conversion requirements:  allow use of a separate bmp input file to specify the transparency mask (as is used for Adam Bolt's tile set) and adjust the defaults for the --terrain option so the conversion of the original tile set is easy.

3 years agoAdd the 1.0 version of Adam Bolt's tile set. Downloaded as heng-graf-16x16.tar.gz...
Eric Branlund [Wed, 20 Jan 2021 02:44:06 +0000 (18:44 -0800)]
Add the 1.0 version of Adam Bolt's tile set.  Downloaded as heng-graf-16x16.tar.gz (file dated 2003/8/6) from Hengband's osdn page.

3 years agoCopy over the bmp to png conversion script from sil-q (lib/xtra/graf/osx_bmp2png...
Eric Branlund [Wed, 20 Jan 2021 02:42:17 +0000 (18:42 -0800)]
Copy over the bmp to png conversion script from sil-q (lib/xtra/graf/osx_bmp2png.py as of 2020/8/24) so can adapt it to convert Hengband's versions of the tiles rather than reusing Angband 4's versions.

3 years agoCorrect sanity check for a truncated Kanji character at the end of the changed sequen...
Eric Branlund [Tue, 19 Jan 2021 18:59:06 +0000 (10:59 -0800)]
Correct sanity check for a truncated Kanji character at the end of the changed sequence passed to Term_text_cocoa().  Resolves the report of uncleared character in the Japanese version when changing between pages in teh character description (No3.png in https://osdn.net/projects/hengbandforosx/ticket/41228 ).  Also fixes at least some of the cases where the Japanese version garbles item names displayed in the shops (No4.png in ticket 41228).

3 years agoSince Cataline no longer includes the Osaka font (it does download it on demand if...
Eric Branlund [Fri, 27 Nov 2020 01:40:57 +0000 (17:40 -0800)]
Since Cataline no longer includes the Osaka font (it does download it on demand if requested), use the Hiragino Maru Gothic ProN ("HiraMaruProN-W4") as the default font when compiled for Japanese.

3 years agoIn the default preferences, use the keys, FontName-0 and FontSize-0, since those...
Eric Branlund [Fri, 27 Nov 2020 01:37:50 +0000 (17:37 -0800)]
In the default preferences, use the keys, FontName-0 and FontSize-0, since those, rather than FontName and FontSize, are what are examined to get the name and sie of the font for the main window.

3 years agoIn drawWChar(), allow for the unlikely possibility that the character to be rendered...
Eric Branlund [Sun, 22 Nov 2020 01:01:19 +0000 (17:01 -0800)]
In drawWChar(), allow for the unlikely possibility that the character to be rendered requires two UniChars (as a surrogate pair).  Previously had assumed that only one UniChar was needed and cast the whcar_t to a UniChar.

3 years agoBring over Term_mbcs_cocoa() (currently unused in Hengband) with more checks for...
Eric Branlund [Sun, 22 Nov 2020 00:53:16 +0000 (16:53 -0800)]
Bring over Term_mbcs_cocoa() (currently unused in Hengband) with more checks for bad UTF-8 from Angband.

3 years agoIn case conversion from EUC-JP to Unicode requires surrogate pairs for some character...
Eric Branlund [Sun, 22 Nov 2020 00:43:58 +0000 (16:43 -0800)]
In case conversion from EUC-JP to Unicode requires surrogate pairs for some characters, use CFStringIsSurrogateHighCharacter() and CFStringGetLongCharacterForSurrogatePair() in the conversion.  Both require 10.6.

3 years agoFixed up another multi-line comment.
Eric Branlund [Tue, 20 Oct 2020 00:00:36 +0000 (17:00 -0700)]
Fixed up another multi-line comment.

3 years agoFixed up the formatting of more multi-line comments.
Eric Branlund [Thu, 8 Oct 2020 21:04:28 +0000 (14:04 -0700)]
Fixed up the formatting of more multi-line comments.

3 years agoBe more consistent about the format of comments.
Eric Branlund [Tue, 6 Oct 2020 20:29:01 +0000 (13:29 -0700)]
Be more consistent about the format of comments.

3 years agoAligned misaligned indent.
Eric Branlund [Sat, 3 Oct 2020 00:40:30 +0000 (17:40 -0700)]
Aligned misaligned indent.

3 years agoRemoved extraneous semicolon.
Eric Branlund [Wed, 30 Sep 2020 07:02:02 +0000 (00:02 -0700)]
Removed extraneous semicolon.

3 years agoCorrected two misspellings in comments. Added an article in a comment for clarity.
Eric Branlund [Wed, 30 Sep 2020 06:49:59 +0000 (23:49 -0700)]
Corrected two misspellings in comments.  Added an article in a comment for clarity.

3 years agoSince the contents of Term aren't used, don't bother to call Term_activate() from...
Eric Branlund [Tue, 29 Sep 2020 21:22:58 +0000 (14:22 -0700)]
Since the contents of Term aren't used, don't bother to call Term_activate() from drawRect().

3 years agoMoved some commented out code and adjusted the comment to match up with what's in...
Eric Branlund [Tue, 29 Sep 2020 06:48:35 +0000 (23:48 -0700)]
Moved some commented out code and adjusted the comment to match up with what's in Angband.

3 years agoChanged to use VERSION_NAME rather than Hengband in a log message.
Eric Branlund [Tue, 29 Sep 2020 01:29:53 +0000 (18:29 -0700)]
Changed to use VERSION_NAME rather than Hengband in a log message.

3 years agoUse VERSION_NAME rather than Hengband when setting name of the directory with the...
Eric Branlund [Tue, 29 Sep 2020 01:23:36 +0000 (18:23 -0700)]
Use VERSION_NAME rather than Hengband when setting name of the directory with the user's files.

3 years agoChanged some whitespace to better match Angband's Mac OS X front end.
Eric Branlund [Tue, 29 Sep 2020 01:15:29 +0000 (18:15 -0700)]
Changed some whitespace to better match Angband's Mac OS X front end.

3 years agoRemoved synthesize statements that are redundant with the property declarations.
Eric Branlund [Mon, 28 Sep 2020 22:12:57 +0000 (15:12 -0700)]
Removed synthesize statements that are redundant with the property declarations.

3 years agoMoved comment so that it makes more sense.
Eric Branlund [Mon, 28 Sep 2020 21:07:52 +0000 (14:07 -0700)]
Moved comment so that it makes more sense.

3 years agoFix some whitespace from a recent change.
Eric Branlund [Tue, 22 Sep 2020 02:03:29 +0000 (19:03 -0700)]
Fix some whitespace from a recent change.

3 years agoUpdate the instructions about rebuilding the nib file for Xcode 12.
Eric Branlund [Tue, 22 Sep 2020 00:25:44 +0000 (17:25 -0700)]
Update the instructions about rebuilding the nib file for Xcode 12.

3 years agoCorrected an incorrect verb tense and made some wording changes in teh comments about...
Eric Branlund [Tue, 22 Sep 2020 00:23:10 +0000 (17:23 -0700)]
Corrected an incorrect verb tense and made some wording changes in teh comments about how to rebuild the nib file.

3 years agoIn the comments about rebuilding the nib file, corrected the paths given for MainMenu...
Eric Branlund [Tue, 22 Sep 2020 00:21:02 +0000 (17:21 -0700)]
In the comments about rebuilding the nib file, corrected the paths given for MainMenu.xib and MainMenu.nib in the source directories.

3 years agoMoved loadPrefs(), initWindows(), and linkTermData() from the application delegate...
Eric Branlund [Tue, 22 Sep 2020 00:06:23 +0000 (17:06 -0700)]
Moved loadPrefs(), initWindows(), and linkTermData() from the application delegate to file-level static functions:  that's where they were in the past and they weren't gaining anything by being in the delegate.

3 years agoRearranged whitespace in some comments
Eric Branlund [Mon, 21 Sep 2020 21:30:30 +0000 (14:30 -0700)]
Rearranged whitespace in some comments

3 years agoGroup Term_mbcs_cocoa() with the other Term_* functions.
Eric Branlund [Mon, 21 Sep 2020 21:07:07 +0000 (14:07 -0700)]
Group Term_mbcs_cocoa() with the other Term_* functions.

3 years agoWasn't considering the full GLYPH_COUNT glyphs in updateGlyphInfo() (regression intro...
Eric Branlund [Sun, 20 Sep 2020 01:24:18 +0000 (18:24 -0700)]
Wasn't considering the full GLYPH_COUNT glyphs in updateGlyphInfo() (regression introduced with the change to dynamically allocate working space).  Fixed.

3 years agoSince gettimeofday() is called when not on Windows even if CHUUKEI is not set, make...
Eric Branlund [Sat, 19 Sep 2020 01:00:24 +0000 (18:00 -0700)]
Since gettimeofday() is called when not on Windows even if CHUUKEI is not set, make an effort to pick up the prototype.

3 years agoChanged to remove the empty .deps directory in 'make distclean'.
Eric Branlund [Sun, 23 Aug 2020 02:15:20 +0000 (19:15 -0700)]
Changed to remove the empty .deps directory in 'make distclean'.

3 years agoUpdated comment for create_angband_image() since it no longer looks up the path in...
Eric Branlund [Sat, 15 Aug 2020 06:17:20 +0000 (23:17 -0700)]
Updated comment for create_angband_image() since it no longer looks up the path in the bundle directory.

3 years agoIn Term_pict_cocoa(), step through the passed in arrays in increments of the tile...
Eric Branlund [Sat, 15 Aug 2020 06:05:47 +0000 (23:05 -0700)]
In Term_pict_cocoa(), step through the passed in arrays in increments of the tile width scaling (i.e. 2 in big tile mode; 1 otherwise).  Does not matter in the current configuration, with always_pict off, but would matter if always_pict was on or if the core terminal code was modified to pass more than one tile at a time when higher_pict is on.

3 years agoDropped period in English knowledge menu entry for consistency with the other entries. v2.2.1.7e vmacos2.2.1-7e
Eric Branlund [Thu, 2 Jul 2020 15:50:32 +0000 (08:50 -0700)]
Dropped period in English knowledge menu entry for consistency with the other entries.

4 years agoThe setting for big tiles initially shown in the menu wasn't being initialized from...
Eric Branlund [Mon, 6 Apr 2020 00:33:28 +0000 (17:33 -0700)]
The setting for big tiles initially shown in the menu wasn't being initialized from the stored value in the settings and was always shown as big tiles enabled.  Fixed.

4 years agoChanged to mark the writeable files directory (~/Documents/Hengband previously) with...
Eric Branlund [Mon, 6 Apr 2020 00:18:58 +0000 (17:18 -0700)]
Changed to mark the writeable files directory (~/Documents/Hengband previously) with a version number (so it's now ~/Documents/Hengband-2.2.1).  That's to make it harder to load an incompatible save file since the plan is to put out the new Mac OS X interface with the old code base, 1.6.2, and presumably at some point put out a version for the code being called 2.2.2.

4 years agoSet player_egid before calling init_angband(). For good measure also set player_euid...
Eric Branlund [Sun, 5 Apr 2020 23:58:23 +0000 (16:58 -0700)]
Set player_egid before calling init_angband().  For good measure also set player_euid as well.  Does not appear to have an effect with Hengband 2.2.1.7 but was necessary with Hengband 1.6.4.

4 years agoCorrected typo: "price" instead of the intended "prize".
Eric Branlund [Sun, 29 Mar 2020 20:54:36 +0000 (13:54 -0700)]
Corrected typo:  "price" instead of the intended "prize".

4 years agoChanged the English diary entries about the gender and personality selections so...
Eric Branlund [Sun, 29 Mar 2020 18:43:17 +0000 (11:43 -0700)]
Changed the English diary entries about the gender and personality selections so "gender" appears in the one about gender, rather than the "personality" that was there before, and "personality" appears in the one about personality.

4 years agoCorrected English diary entry about realm selection to put "and" between the realms...
Eric Branlund [Sun, 29 Mar 2020 18:40:34 +0000 (11:40 -0700)]
Corrected English diary entry about realm selection to put "and" between the realms if there are two and use "realm" or "realms" as appropriate.

4 years agoIn the English version, the period at the end of the Trump realm short description...
Eric Branlund [Sun, 29 Mar 2020 17:20:51 +0000 (10:20 -0700)]
In the English version, the period at the end of the Trump realm short description wasn't being cleared on the birth realm selection screen (an earlier change made it longer and it then exceeded the length of the string used for clearing).  To fix that, use prt() to clear to the end of the line when displaying the selected realm and realm short description.  Also share more code between the Japanese and English versions for that display.

4 years agoSince terminals other than terminal zero are configured to be panels and can not... v2.2.1.7d vmacos2.2.1-7d
Eric Branlund [Fri, 27 Mar 2020 03:43:21 +0000 (20:43 -0700)]
Since terminals other than terminal zero are configured to be panels and can not become the main window, test the keyWindow property for deciding where to apply font changes.

4 years agoCorrected English typo ('Arane' rather than 'Arena' in diary messages).
Eric Branlund [Wed, 25 Mar 2020 07:50:21 +0000 (00:50 -0700)]
Corrected English typo ('Arane' rather than 'Arena' in diary messages).

4 years agoFor the English messages related to damage from the dust robe, changed the tense...
Eric Branlund [Tue, 24 Mar 2020 16:03:17 +0000 (09:03 -0700)]
For the English messages related to damage from the dust robe, changed the tense on the destruction message to match the other destruction messages and changed the damage message from "gets zapped" to "gets sliced" to better indicate the nature of the damage.

4 years agoMade "cinder" plural in English message for electric aura to be more idiomatic.
Eric Branlund [Tue, 24 Mar 2020 15:59:57 +0000 (08:59 -0700)]
Made "cinder" plural in English message for electric aura to be more idiomatic.

4 years agoCorrected English typo on first birth screen.
Eric Branlund [Tue, 24 Mar 2020 15:56:09 +0000 (08:56 -0700)]
Corrected English typo on first birth screen.

4 years agoFor consistency, changed English diary entries to use simple past tense. Also omitte...
Eric Branlund [Tue, 24 Mar 2020 04:14:58 +0000 (21:14 -0700)]
For consistency, changed English diary entries to use simple past tense.  Also omitted the subject in most (since it's implicitly the adventurer).  Made a couple of changes in the diary text to be more idiomatic.

4 years agoIt's not currently used in hengband, but bring over the change to mouse event handlin...
Eric Branlund [Sun, 22 Mar 2020 19:02:28 +0000 (12:02 -0700)]
It's not currently used in hengband, but bring over the change to mouse event handling from Angband that prevents clicks on the title bar from being passed to the core.

4 years agoCorrected spelling in English description of the hatchet of Elmi the Murderer.
Eric Branlund [Fri, 20 Mar 2020 03:49:54 +0000 (20:49 -0700)]
Corrected spelling in English description of the hatchet of Elmi the Murderer.

4 years agoPorted faster rendering strategy for OS X from Angband.
Eric Branlund [Fri, 20 Mar 2020 02:35:20 +0000 (19:35 -0700)]
Ported faster rendering strategy for OS X from Angband.

4 years agoWhen calculating the number of columns, round down as is done with the number of...
Eric Branlund [Wed, 18 Mar 2020 06:32:29 +0000 (23:32 -0700)]
When calculating the number of columns, round down as is done with the number of rows:  prefer blank space to partially cut off character in both directions.

4 years agoChanged to user changes to the window size are in increments of the current width...
Eric Branlund [Wed, 18 Mar 2020 05:32:54 +0000 (22:32 -0700)]
Changed to user changes to the window size are in increments of the current width for a column or the current height for a row.  Requires at least 10.3 for NSWindow's contentResizeIncrements.

4 years agoChanged so the auxiliary windows are not floating panels; otherwise they're always...
Eric Branlund [Tue, 10 Mar 2020 01:03:19 +0000 (18:03 -0700)]
Changed so the auxiliary windows are not floating panels; otherwise they're always in front of the main window, which is annoying.

4 years agoPut the do_cmd_redraw() and wakeup_event_loop() combination in a separate function...
Eric Branlund [Mon, 9 Mar 2020 16:19:59 +0000 (09:19 -0700)]
Put the do_cmd_redraw() and wakeup_event_loop() combination in a separate function.  Also, character_generated always implies game_in_progress, so don't need to test the latter when testing the former.

4 years agoRefactored some tests of the graphics mode. Replaced a direct test of current_graphi...
Eric Branlund [Mon, 9 Mar 2020 15:19:33 +0000 (08:19 -0700)]
Refactored some tests of the graphics mode.  Replaced a direct test of current_graphics_mode with a call to graphics_are_enabled().  Added an analogue to graphics_are_enabled() which tests the requested graphics mode.

4 years agoChanged to use the line from news_j.txt as the Japanese string for the copyright.
Eric Branlund [Sat, 7 Mar 2020 22:18:08 +0000 (14:18 -0800)]
Changed to use the line from news_j.txt as the Japanese string for the copyright.

4 years agoAdded instructions about how to set an exception for the hengband application since...
Eric Branlund [Sat, 7 Mar 2020 22:02:18 +0000 (14:02 -0800)]
Added instructions about how to set an exception for the hengband application since it is not signed.

4 years agoUse "Xcode" rather than "XCode" to be consistent how Apple capitalizes it.
Eric Branlund [Sat, 7 Mar 2020 21:54:11 +0000 (13:54 -0800)]
Use "Xcode" rather than "XCode" to be consistent how Apple capitalizes it.

4 years agoChanged to 10.8 since the current Cocoa client uses Base internationalization which...
Eric Branlund [Sat, 7 Mar 2020 21:51:51 +0000 (13:51 -0800)]
Changed to 10.8 since the current Cocoa client uses Base internationalization which is supported on 10.8 or later.

4 years agoCorrected typo: "Mac OS X 7" instead of the intended "Mac OS X 10.7".
Eric Branlund [Sat, 7 Mar 2020 21:50:57 +0000 (13:50 -0800)]
Corrected typo: "Mac OS X 7" instead of the intended "Mac OS X 10.7".

4 years agoChanged the order of the directories in init_file_paths to match what's in the For2...
Eric Branlund [Sat, 7 Mar 2020 20:58:36 +0000 (12:58 -0800)]
Changed the order of the directories in init_file_paths to match what's in the For2.2.2-Refactoring-Cocoa2 branch (which used the ordering from PHO's patch).

4 years agoModified comment for init_file_paths to match up with the For2.2.2-Refactoring-Cocoa2...
Eric Branlund [Sat, 7 Mar 2020 20:55:50 +0000 (12:55 -0800)]
Modified comment for init_file_paths to match up with the For2.2.2-Refactoring-Cocoa2 branch.

4 years agoChanged to match the For2.2.2-Refactoring-Cocoa2 branch. Put se_maoudamashii_voice_m...
Eric Branlund [Sat, 7 Mar 2020 20:47:43 +0000 (12:47 -0800)]
Changed to match the For2.2.2-Refactoring-Cocoa2 branch.  Put se_maoudamashii_voice_monster01.wav with the rest of the sound files though it still isn't mentioned in sound.cfg.

4 years agoCorrected some comments to match the For2.2.2-Refactoring-Cocoa2 branch.
Eric Branlund [Sat, 7 Mar 2020 20:43:48 +0000 (12:43 -0800)]
Corrected some comments to match the For2.2.2-Refactoring-Cocoa2 branch.

4 years agoAdopted change from Angband: don't change the window visibility because a window...
Eric Branlund [Fri, 6 Mar 2020 23:14:31 +0000 (15:14 -0800)]
Adopted change from Angband:  don't change the window visibility because a window is closed when the application exits.  That fixes an issue in Angband, but Hengband currently doesn't seem to be affected.

4 years agoChanging the font or tile set during character generation would cause a crash. Fixed.
Eric Branlund [Fri, 6 Mar 2020 21:21:34 +0000 (13:21 -0800)]
Changing the font or tile set during character generation would cause a crash.  Fixed.

4 years agoPer hengbandforosx ticket 40203, include the dimensions, as rows and columns, in...
Eric Branlund [Fri, 28 Feb 2020 22:16:58 +0000 (14:16 -0800)]
Per hengbandforosx ticket 40203, include the dimensions, as rows and columns, in the title bars for the terminal windows.

4 years agoCreate the Angband terminals other than terminal zero as utility panels: makes the...
Eric Branlund [Fri, 28 Feb 2020 21:39:38 +0000 (13:39 -0800)]
Create the Angband terminals other than terminal zero as utility panels:  makes the title bar thinner.  Also implies some other behavioral changes which are not inconsistent with how those terminals are used.  Addresses the hengbandforosx's ticket 40204.

4 years agoUse #import (to be more idiomatic with Objective C) rather than #include for cocoa...
Eric Branlund [Fri, 28 Feb 2020 20:36:11 +0000 (12:36 -0800)]
Use #import (to be more idiomatic with Objective C) rather than #include for cocoa/AppDelegate.h and quotes (since its not in the system's include path) rather than brackets.  That also lines up the code with Angband's version of main-cocoa.m.

4 years agoPosition the splash screen prompt in relation to the assumed size of the splash scree...
Eric Branlund [Thu, 27 Feb 2020 19:08:54 +0000 (11:08 -0800)]
Position the splash screen prompt in relation to the assumed size of the splash screen text rather than based on the dimensions of the window so the prompt remains close to the rest of the splash screen text regardless of the window size.

4 years agoAdjusted Japanese splash screen prompt to match the relabeled menu item for a new...
Eric Branlund [Thu, 27 Feb 2020 18:52:22 +0000 (10:52 -0800)]
Adjusted Japanese splash screen prompt to match the relabeled menu item for a new game.

4 years agoRemoved AngbandSoundCatalog's dispose() method: not necessary.
Eric Branlund [Wed, 26 Feb 2020 08:54:43 +0000 (00:54 -0800)]
Removed AngbandSoundCatalog's dispose() method:  not necessary.

4 years agoChanged to do additional cleanup in hook_quit: nuke the terminals and set to nil...
Eric Branlund [Wed, 26 Feb 2020 08:51:54 +0000 (00:51 -0800)]
Changed to do additional cleanup in hook_quit:  nuke the terminals and set to nil the shared sound catalog and default font for the context.

4 years agoRemoved function, not called anywhere, that was inadvertently left in the changes...
Eric Branlund [Wed, 26 Feb 2020 08:26:28 +0000 (00:26 -0800)]
Removed function, not called anywhere, that was inadvertently left in the changes for automatic reference counting.

4 years agoCorrected typo in comment.
Eric Branlund [Wed, 26 Feb 2020 08:19:45 +0000 (00:19 -0800)]
Corrected typo in comment.

4 years agoSince 10.6 is no longer of interest, removed the redeclarations that were used for it.
Eric Branlund [Wed, 26 Feb 2020 07:20:36 +0000 (23:20 -0800)]
Since 10.6 is no longer of interest, removed the redeclarations that were used for it.

4 years agoSince the user repsonse to the alert dialogs is not used, don't bother storing it.
Eric Branlund [Wed, 26 Feb 2020 06:10:45 +0000 (22:10 -0800)]
Since the user repsonse to the alert dialogs is not used, don't bother storing it.

4 years agoThe release notes for Core Foundation say that as of 10.10 the synchronize method...
Eric Branlund [Wed, 26 Feb 2020 06:04:33 +0000 (22:04 -0800)]
The release notes for Core Foundation say that as of 10.10 the synchronize method on the defaults should be avoid in general because it has limited utility.  Therefore, removed the calls to it.

4 years agoTo reduce the differences with Angband 4.2's version, initialize new_game to FALSE...
Eric Branlund [Wed, 26 Feb 2020 05:42:44 +0000 (21:42 -0800)]
To reduce the differences with Angband 4.2's version, initialize new_game to FALSE and move its declaration.

4 years agoTo make further changes easier (to better match with current Apple documentation...
Eric Branlund [Wed, 26 Feb 2020 05:29:06 +0000 (21:29 -0800)]
To make further changes easier (to better match with current Apple documentation and code generated with Xcode), converted to automatic reference counting (ARC).  To simplify cleanup, made some plain C structs (the storage for sound and pending changes to a terminal) into Objective-C classes.  For similar reasons, and for better encapsulation, moved some file global variables into classes and promoted some instance variables in AngbandContext to full properties.  For ease of access to the application deleget, made some static functions into instance functions of the application delegate.

4 years agoMade beginGame() an instance method of AngbandAppDelegate rather than a class method...
Eric Branlund [Tue, 25 Feb 2020 22:42:06 +0000 (14:42 -0800)]
Made beginGame() an instance method of AngbandAppDelegate rather than a class method for AngbandContext.  That's intended to simplify converting to automatic reference counting (will have access to the AngbandAppDelegate* through self). Made the class methods of AngbandContext which set up directories into file-level static functions (want easy access to them from beginGame but don't need to include them in the AngbandAppDelegate class).

4 years agoChanged Japanese translation for "New" to match what was suggested in hengbandforosx...
Eric Branlund [Tue, 25 Feb 2020 20:22:14 +0000 (12:22 -0800)]
Changed Japanese translation for "New" to match what was suggested in hengbandforosx ticket 40060; that also matches what Pages uses for "New" (without the ellipsis) in its menus.

4 years agoChanged Cocoa terminal hook prototypes to match those in z-term.h.
Eric Branlund [Mon, 24 Feb 2020 22:45:48 +0000 (14:45 -0800)]
Changed Cocoa terminal hook prototypes to match those in z-term.h.

4 years agoAdded menu item and backing value stored in the preferences to control whether big... v2.2.1.7c vmacos2.2.1-7c
Eric Branlund [Mon, 24 Feb 2020 17:53:21 +0000 (09:53 -0800)]
Added menu item and backing value stored in the preferences to control whether big tile mode is enabled in the Cocoa front end.

4 years agoCorrected workaround for flower entry.
Eric Branlund [Mon, 24 Feb 2020 17:33:18 +0000 (09:33 -0800)]
Corrected workaround for flower entry.

4 years agoAdjusted logic in Term_xtra_cocoa_fresh() to support big tile mode.
Eric Branlund [Sun, 23 Feb 2020 22:13:04 +0000 (14:13 -0800)]
Adjusted logic in Term_xtra_cocoa_fresh() to support big tile mode.

4 years agoLoad the possible graphics modes before loading the preferences so can appropriately...
Eric Branlund [Sun, 23 Feb 2020 21:59:04 +0000 (13:59 -0800)]
Load the possible graphics modes before loading the preferences so can appropriately choose whether or not to enable big tile mode in load_prefs().

4 years agoAdjusted logic in query_before_text() to handle big tile mode. query_after_text...
Eric Branlund [Sun, 23 Feb 2020 19:41:26 +0000 (11:41 -0800)]
Adjusted logic in query_before_text() to handle big tile mode.  query_after_text() does not require modification since it will see the left side, the one marked as a tile, of an area rendered with a tile.

4 years agoAdjusted logic in Term_pict_cocoa() to handle big tile mode.
Eric Branlund [Sun, 23 Feb 2020 19:19:06 +0000 (11:19 -0800)]
Adjusted logic in Term_pict_cocoa() to handle big tile mode.

4 years agoAnband's version of Adam Bolt's tiles does not always line up with Hengband's version...
Eric Branlund [Sun, 23 Feb 2020 18:54:29 +0000 (10:54 -0800)]
Anband's version of Adam Bolt's tiles does not always line up with Hengband's version.  Since use Angband's version on the Mac, added workarounds in lib/pref/graf-abt.prf which is conditionally included in graf-new.prf.

4 years agoCorrected typo in English description for Rhan-Tegoth.
Eric Branlund [Sat, 22 Feb 2020 23:24:38 +0000 (15:24 -0800)]
Corrected typo in English description for Rhan-Tegoth.

4 years agoAngband 4.2's version of the original tiles, 8x8.png, does not always line up with...
Eric Branlund [Fri, 21 Feb 2020 22:29:44 +0000 (14:29 -0800)]
Angband 4.2's version of the original tiles, 8x8.png, does not always line up with Hengband's 8x8.bmp.  Since 8x8.png is used on the Mac, added workarounds in lib/pref/graf-ori.prf which is conditionally included in graf-xxx.prf.

4 years agoIn case a tile set fails to load, provide feedback to the user in the form of an...
Eric Branlund [Fri, 21 Feb 2020 03:34:51 +0000 (19:34 -0800)]
In case a tile set fails to load, provide feedback to the user in the form of an alert dialog and updating which graphics option is marked in the menu.

4 years agoProtected against CGBitmapContextCreate() failing while loading a tile set.
Eric Branlund [Fri, 21 Feb 2020 02:40:07 +0000 (18:40 -0800)]
Protected against CGBitmapContextCreate() failing while loading a tile set.

4 years agoAmended fix for minimum content size regression to simplify the code.
Eric Branlund [Fri, 21 Feb 2020 00:01:25 +0000 (16:01 -0800)]
Amended fix for minimum content size regression to simplify the code.

4 years agoMade white space changes to better match what's in the For2.2.2-Refactoring branch.
Eric Branlund [Thu, 20 Feb 2020 13:58:30 +0000 (05:58 -0800)]
Made white space changes to better match what's in the For2.2.2-Refactoring branch.