OSDN Git Service

Mac: cover F17 to F19 in pref-mac.prf for the Cocoa interface. Related to https...
[hengbandforosx/hengbandosx.git] / src /
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-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 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-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-01-20 Eric BranlundHad renamed the mask file for the Adam Bolt's tileset... vmacos1.6.2-b
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 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 BranlundWent back to using "coc" for ANGBAND_SYS in the Mac...
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 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 deskullmain-gcu.c中で発見された環境依存問題を解決。
2004-07-12 (no author)This commit was manufactured by cvs2svn to create tag hengband-1-6-2
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-17 nothere一般形のナズグルに与えられるフラグUNIQUE_7をNAZGULと置き換えた. この
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 nothereトラップ解除魔法の軌道が"見える"場合は必ずobviousを立てるように変更.
2003-08-12 nothereトラップ解除魔法を使って'x'が消えた場合のみにobviousを立てて, 元々'x'
2003-08-12 nothereトラップ解除魔法を使って魔法の軌道が見えた場合は'x'を消すように変更.
2003-08-12 mogamiバージョンを1.5.4へ。
2003-08-05 nothere{@(コマンド)(数字)} と刻んだ場合に選択肢が "(数字))" に変わるのが不評
2003-08-02 mogami微少な速度よりも混乱しないコードの方が良いという事で、
2003-08-01 nothere最初からf_info[].mimicを見て代入する変更を破棄.
2003-07-31 notherebound_walls_perm無効時に, 隠しではない財宝の鉱脈がダンジョンの外壁に
2003-07-31 nothere通常のセーブ/ロード時以外でc_ptr->mimicに0以外の値を代入する際に, 最
next