OSDN Git Service

hengbandforosx/hengbandosx.git
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 ...
2020-04-04 Eric BranlundAvoided compiler warnings about a 32-bit integer being...
2020-04-04 Eric BranlundBring over habu's 2012 November 18 change, autoconfから...
2020-04-04 Eric BranlundChanged init_file_paths() to treat the passed arguments...
2020-04-04 Eric BranlundUpdated comment for init_file_paths() to reflect PHO...
2020-04-04 PHOAdd ./configure option "--with-varpath=PATH"
2020-04-04 Eric BranlundAfter running ./configure. make dist generates a distri...
2020-04-04 deskullmain-gcu.c中で発見された環境依存問題を解決。
2020-04-04 Eric BranlundChanged AC_INIT and AM_INIT_AUTOMAKE, replaced AC_CONFI...
2020-04-04 habu./bootstrap 実行時に warning が出ないよう修正。
2020-04-04 Eric BranlundMoved configure.in to configure.ac for compatibility...
2020-04-04 Eric BranlundAdded autoconf/automake bootstrap script to EXTRA_DIST.
2020-04-04 Eric BranlundSpread EXTRA_DIST over multiple lines with one item...
2004-07-12 (no author)This commit was manufactured by cvs2svn to create tag hengband-1-6-2
2003-08-19 mogami・ウ・皈ネハ莇ー。」
2003-08-19 mogamitypo: parchement -> parchment
2003-08-19 mogamiTypo: "Your feel your head clear." -> "You feel your...
2003-08-19 henkmaガンダルフの杖, 帯魔力ペンダントの発動の仕様変更.
2003-08-19 henkmaソースコードの方に残っていた「首飾」→「首飾り」
2003-08-19 henkma英語版, charmed pendantの表記がおかしかったので修正.
2003-08-17 nothere一般形のナズグルに与えられるフラグUNIQUE_7をNAZGULと置き換えた. この
2003-08-17 mogamiトカ・ィ・遙シ・ネ・ム・鬣ヌ・」・「ネソオユ・ム・鬣ヌ・」・「・ネ・鬣テ・ラ・゙・ケ・ソ。シ。「...
2003-08-17 mogami日替わり賞金首の換金で、集団型の見習いメイジと孤立型の見習いメイジ等を区別しないようにした。
2003-08-16 nothere自分中心で半径2以上の森の中で暁の戦士を倒すと必ず復活を阻止できるバグ
2003-08-14 nothere例えば, 鑑定の杖 {@ud} で鑑定する作業中には d) のアイテムを鑑定できな
2003-08-13 nothere保存階にいるアイテムを拾ったユニークモンスターが別の階に現れてから保
2003-08-12 mogami間違ってセーブファイルバージョン H_VER_PATCHの方を4にしてしまっていた
2003-08-12 mogamiケケソキ。」(1.4.4/1.5.4)
2003-08-12 mogamiバージョン1.5.4用に更新。
next