OSDN Git Service

hengbandforosx/hengbandosx.git
2022-09-05 Eric BranlundEnglish: fix some typos and a subject/verb mismatch... vmacos1.6.2-d
2022-06-22 Eric BranlundBackport Habu's GCU cursor flickering patch from Hengba...
2022-06-21 Eric BranlundBackport change from 3.0.0: avoid accessing before...
2022-06-21 Eric BranlundLinux/Unix: adapt color handling from Angband 4.2.4...
2022-06-21 Eric BranlundBackport change from 3.0.0: GCU: use waddnstr() in...
2022-06-21 Eric BranlundBackport change from 3.0.0: GCU: remove assumed window...
2022-04-28 Eric BranlundEnglish: remove duplicated letter in birth screen rerol...
2022-02-08 Eric Branlundmac workflow: for universal builds, include what confi...
2022-01-28 Eric BranlundMac workflow: also don't override the default SDK.
2022-01-28 Eric BranlundMac workflow: update comment about the macOS SDK.
2022-01-26 Eric BranlundMac: update notes in src/cocoa/AppDelegate.m for worki...
2021-08-20 Eric BranlundBetter handle if the font recorded n the preferences... vmacos1.6.2-c
2021-08-14 Eric BranlundTest for -fno-strength-reduce support before including...
2021-08-14 Eric BranlundmacOS: use an uninstall-local rule rather than a distc...
2021-07-31 Eric BranlundSimply use a Boolean directly rather than do an explici...
2021-07-31 Eric BranlundmacOS: avoid unused variable warning when compiled...
2021-07-25 Eric BranlundRemove handling of open_when_ready - never set to true...
2021-07-25 Eric BranlundMacOS: rationalize handling of Booleans. Use bool...
2021-07-15 Eric BranlundUse AC_CONFIG_FILES() to set the files written by confi...
2021-07-15 Eric BranlundDrop use of AC_TYPE_SIGNAL since it is obsolete when...
2021-07-15 Eric BranlundDrop use of AC_HEADER_TIME since recent versions of...
2021-07-15 Eric BranlundDrop AC_HEADER_STDC since recent versions of autotools...
2021-07-14 Eric BranlundBackport change from 3.0.0: replace "the" with "this...
2021-07-14 Eric BranlundBackport change from 3.0.0: fix misuse of "it's".
2021-06-12 Eric BranlundDeclare internal routine as static to avoid warning...
2021-06-12 Eric BranlundRename local variable in playSound to avoid warning...
2021-05-17 Eric BranlundAdopt change to mouse event handling (currently unused...
2021-05-17 Eric BranlundAdjust double-height tile handling (not currently used...
2021-04-03 Eric BranlundTweak the default window layout since rendering changes...
2021-04-03 Eric BranlundWhen using the median advance to compute the tile size...
2021-04-02 Eric BranlundUse 32 as the minimum for maxBits to match the declared...
2021-04-02 Eric BranlundAdopt optimization from Angband: only call makeKeyAnOrd...
2021-02-09 Eric BranlundAdd workflows to test that Mac and Linux builds work.
2021-01-20 Eric BranlundHad renamed the mask file for the Adam Bolt's tileset... vmacos1.6.2-b
2021-01-20 Eric BranlundNo longer use Angband 4's version of the tiles (with...
2021-01-20 Eric BranlundModified to handle Hengband's conversion requirements...
2021-01-20 Eric BranlundAdd the 1.0 version of Adam Bolt's tile set. Downloaded...
2021-01-20 Eric BranlundCopy over the bmp to png conversion script from sil...
2021-01-19 Eric BranlundCorrect sanity check for a truncated Kanji character...
2020-11-27 Eric BranlundSince Cataline no longer includes the Osaka font (it...
2020-11-27 Eric BranlundIn the default preferences, use the keys, FontName...
2020-11-22 Eric BranlundIn drawWChar(), allow for the unlikely possibility...
2020-11-22 Eric BranlundBring over Term_mbcs_cocoa() (currently unused in Hengb...
2020-11-22 Eric BranlundIn case conversion from EUC-JP to Unicode requires...
2020-10-20 Eric BranlundFixed up another multi-line comment.
2020-10-08 Eric BranlundFixed up the formatting of more multi-line comments.
2020-10-06 Eric BranlundBe more consistent about the format of comments.
2020-10-03 Eric BranlundAligned misaligned indent.
2020-09-30 Eric BranlundRemoved extraneous semicolon.
2020-09-30 Eric BranlundCorrected two misspellings in comments. Added an articl...
2020-09-30 Eric BranlundSince the contents of Term aren't used, don't bother...
2020-09-29 Eric BranlundMoved some commented out code and adjusted the comment...
2020-09-29 Eric BranlundChanged to use VERSION_NAME rather than Hengband in...
2020-09-29 Eric BranlundUse VERSION_NAME rather than Hengband when setting...
2020-09-29 Eric BranlundChanged some whitespace to better match Angband's Mac...
2020-09-28 Eric BranlundRemoved synthesize statements that are redundant with...
2020-09-28 Eric BranlundMoved comment so that it makes more sense.
2020-09-22 Eric BranlundFix some whitespace from a recent change.
2020-09-22 Eric BranlundUpdate the instructions about rebuilding the nib file...
2020-09-22 Eric BranlundCorrected an incorrect verb tense and made some wording...
2020-09-22 Eric BranlundIn the comments about rebuilding the nib file, correcte...
2020-09-22 Eric BranlundMoved loadPrefs(), initWindows(), and linkTermData...
2020-09-22 Eric BranlundRearranged whitespace in some comments
2020-09-22 Eric BranlundGroup Term_mbcs_cocoa() with the other Term_* functions.
2020-09-20 Eric BranlundWasn't considering the full GLYPH_COUNT glyphs in updat...
2020-08-23 Eric BranlundChanged to remove the empty .deps directory in 'make...
2020-08-17 Eric BranlundUpdated comment for create_angband_image() since it...
2020-08-17 Eric BranlundIn Term_pict_cocoa(), step through the passed in arrays...
2020-04-12 Eric BranlundChanged to update the inventory window after eating... version-1-6-2a vmacos1.6.2-a
2020-04-10 Eric BranlundIn init_saved_floors(), only check for out-of-date...
2020-04-07 Eric BranlundExtended internal buffer to avoid overflow in English...
2020-04-06 Eric BranlundThe setting for big tiles initially shown in the menu...
2020-04-05 Eric BranlundChanged the Macintosh portion of the English readme...
2020-04-05 Eric BranlundProvide splash screen prompt in the EUC-JP encoding...
2020-04-05 Eric BranlundThe transfer of Mac-specific stuff to src/Makefile...
2020-04-05 Eric BranlundAdded trigger names for the keycodes sent by the Mac...
2020-04-05 Eric BranlundExcept for specific tile set workarounds, treat ANGBAND...
2020-04-05 Eric BranlundWent back to using "coc" for ANGBAND_SYS in the Mac...
2020-04-05 Eric BranlundBrought over .gitignore from the master branch.
2020-04-05 Eric BranlundTo avoid a fatal "cannot set permissions correctly...
2020-04-05 Eric BranlundChanged configure.ac and the files for automake to...
2020-04-05 Eric BranlundSince 1.6.2 doesn't set TERM_LEN, TERM_COLOR, and concp...
2020-04-05 Eric BranlundBrought over the Mac OS X interface from 2.2.1.7. ...
2020-04-05 Eric BranlundAngband 4.2's version of the original tiles, 8x8.png...
2020-04-05 Eric BranlundAngband's version of Adam Bolt's tiles does not always...
2020-04-05 Eric BranlundAdded graf field since Hengband does not ANGBAND_GRAF...
2020-04-05 Eric BranlundAdded comment about how Hengband handles the directory...
2020-04-05 Eric BranlundCommented out the tile sets which don't already have...
2020-04-05 Eric BranlundBrought over the tile set configuration file lib/tiles...
2020-04-05 Eric BranlundReplaced "tiles set" with "tile set" in error message.
2020-04-05 Eric BranlundSince ANGBAND_GRAF in Hengband is not the preference...
2020-04-05 Eric BranlundFor now, keep the GRAPHICS_NONE preprocessor macro...
2020-04-05 Eric BranlundAdded comment to explain relationship with the rest...
2020-04-05 Eric BranlundImported from Angband 4 to support an OS X main program...
2020-04-05 Eric BranlundAdded create_needed_dirs() for use on platforms that...
2020-04-05 Eric BranlundIn preparation for Mac OS X version, skip the contents...
2020-04-05 Eric BranlundIn preparation for a Mac OS X version, allow both Unix...
2020-04-05 Eric BranlundIn preparation for a Mac OS X version, disable PRIVATE_...
2020-04-04 Eric BranlundReplaced instances of fprintf(fd, s) with fputs(s,...
2020-04-04 Eric BranlundAdded casts for cases where msg_format/format had ...
next