OSDN Git Service

It's not currently used in hengband, but bring over the change to mouse event handlin...
[hengbandforosx/hengbandosx.git] / src /
2020-03-22 Eric BranlundIt's not currently used in hengband, but bring over...
2020-03-20 Eric BranlundPorted faster rendering strategy for OS X from Angband.
2020-03-18 Eric BranlundWhen calculating the number of columns, round down...
2020-03-18 Eric BranlundChanged to user changes to the window size are in incre...
2020-03-10 Eric BranlundChanged so the auxiliary windows are not floating panel...
2020-03-09 Eric BranlundPut the do_cmd_redraw() and wakeup_event_loop() combina...
2020-03-09 Eric BranlundRefactored some tests of the graphics mode. Replaced...
2020-03-07 Eric BranlundChanged to use the line from news_j.txt as the Japanese...
2020-03-07 Eric BranlundChanged the order of the directories in init_file_paths...
2020-03-07 Eric BranlundModified comment for init_file_paths to match up with...
2020-03-06 Eric BranlundAdopted change from Angband: don't change the window...
2020-03-06 Eric BranlundChanging the font or tile set during character generati...
2020-02-28 Eric BranlundPer hengbandforosx ticket 40203, include the dimensions...
2020-02-28 Eric BranlundCreate the Angband terminals other than terminal zero...
2020-02-28 Eric BranlundUse #import (to be more idiomatic with Objective C...
2020-02-27 Eric BranlundPosition the splash screen prompt in relation to the...
2020-02-27 Eric BranlundAdjusted Japanese splash screen prompt to match the...
2020-02-26 Eric BranlundRemoved AngbandSoundCatalog's dispose() method: not...
2020-02-26 Eric BranlundChanged to do additional cleanup in hook_quit: nuke...
2020-02-26 Eric BranlundRemoved function, not called anywhere, that was inadver...
2020-02-26 Eric BranlundCorrected typo in comment.
2020-02-26 Eric BranlundSince 10.6 is no longer of interest, removed the redecl...
2020-02-26 Eric BranlundSince the user repsonse to the alert dialogs is not...
2020-02-26 Eric BranlundThe release notes for Core Foundation say that as of...
2020-02-26 Eric BranlundTo reduce the differences with Angband 4.2's version...
2020-02-26 Eric BranlundTo make further changes easier (to better match with...
2020-02-25 Eric BranlundMade beginGame() an instance method of AngbandAppDelega...
2020-02-25 Eric BranlundChanged Japanese translation for "New" to match what...
2020-02-24 Eric BranlundChanged Cocoa terminal hook prototypes to match those...
2020-02-24 Eric BranlundAdded menu item and backing value stored in the prefere... v2.2.1.7c vmacos2.2.1-7c
2020-02-23 Eric BranlundAdjusted logic in Term_xtra_cocoa_fresh() to support...
2020-02-23 Eric BranlundLoad the possible graphics modes before loading the...
2020-02-23 Eric BranlundAdjusted logic in query_before_text() to handle big...
2020-02-23 Eric BranlundAdjusted logic in Term_pict_cocoa() to handle big tile...
2020-02-21 Eric BranlundIn case a tile set fails to load, provide feedback...
2020-02-21 Eric BranlundProtected against CGBitmapContextCreate() failing while...
2020-02-21 Eric BranlundAmended fix for minimum content size regression to...
2020-02-20 Eric BranlundMade white space changes to better match what's in...
2020-02-20 Eric BranlundAdded comments on preprocessor conditional parts to...
2020-02-20 Eric BranlundIn init.c's dir_create() and create_needed_dirs(),...
2020-02-20 Eric BranlundChanged create_needed_dirs() so that as called by main...
2020-02-20 Eric BranlundIn create_needed_dirs(), don't make ANGBAND_DIR_SCRIPT...
2020-02-20 Eric BranlundChanged declaration order and white space in spell_RF6_...
2020-02-20 Eric BranlundRemoved AngbandContext's endGame since it is not called.
2020-02-20 Eric BranlundRemoved AngbandContext's validateMenuItem since it...
2020-02-20 Eric BranlundChanged to NSMenuItem's parentItem (added in 10.6)...
2020-02-20 Eric BranlundRemoved terminalsMenu from the application delegate...
2020-02-20 Eric BranlundUpdated openFiles for changes evidently made in 10...
2020-02-20 Eric BranlundI dropped a trailing bracket in the merge from upstream...
2020-02-20 Eric BranlundChanged to have main-cocoa.m use the application delega...
2020-02-20 Eric BranlundModified src/Makefile.am so that src/cocoa/AppDelegate...
2020-02-20 Eric BranlundAdded stub files, cocoa/AppDelegate.h and cocoa/AppDele...
2020-02-17 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-02-17 Eric BranlundFixed regression: minimum window size not correctly...
2020-02-16 deskullMerge pull request #40011 (phonohawk/hengband/with...
2020-02-13 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-02-08 PHO[Feature] Add ./configure option "--with-varpath=PATH"
2020-02-07 deskullMerge pull request #40005 (phonohawk/hengband/fix-build...
2020-02-06 Eric BranlundFor OS X, suppress the warning messages about EUC-JP...
2020-02-06 PHO[Fix] Fix a build failure that occurs when --disable...
2020-02-06 PHO[Fix] #39669 Fix build on non-Windows platforms
2020-02-06 Eric BranlundCorrected typo in English ability description.
2020-01-29 Eric BranlundChanged to keep the save menu entry and command menu...
2020-01-29 Eric BranlundModified so save menu item is disabled while on the...
2020-01-28 Eric BranlundTo match English message for adding an essence to an...
2020-01-28 Eric BranlundMerge branch 'master' of git://git.osdn.net/gitroot...
2020-01-27 Eric BranlundChanged so that font changes on the main window while...
2020-01-27 deskull[Fix] #37353 英語版のビルドエラー修正 / Fix build error in English.
2020-01-26 Eric BranlundChanged when blending is used with tile sets: now use...
2020-01-24 Eric BranlundChanged where init_graphics_modes() is called to align...
2020-01-24 Eric BranlundMade some whitespace changes to better match what's...
2020-01-24 Eric BranlundPort over correction for Angband issue 4114 ( https...
2020-01-24 Eric BranlundAdded optimization for tile rendering: don't draw...
2020-01-24 Eric BranlundCorrected tile rendering problem introduced by the...
2020-01-23 Eric BranlundCorrected instance of subject/verb agreement in English...
2020-01-23 Eric BranlundReplaced "spelling" with "spell casting" in English...
2020-01-22 Eric BranlundFixed instance of whitespace to match adjacent lines.
2020-01-21 Eric BranlundMade whitespace changes to reduce the number of differe...
2020-01-21 Eric BranlundRemoved commented out code that does not appear in...
2020-01-21 Eric BranlundReordered keys in Angband-Cocoa.xml so there are fewer...
2020-01-19 Eric BranlundInserted missing period in English message. Brings...
2020-01-16 Eric BranlundChanged encoding for keycode and option modifier in...
2020-01-15 Eric BranlundIn preparation for keycode encoding changes in main...
2020-01-13 Eric BranlundChanged to set ANGBAND_SYS before calling load_prefs...
2020-01-10 Eric BranlundCorrected awkwardly worded comment.
2020-01-10 Eric BranlundChanged English earthquake messages to match what upstr...
2020-01-08 Eric BranlundWent back to using "staffs" as the plural of staff...
2020-01-05 Eric BranlundAdded blank line to match how the changes were incorpor...
2020-01-04 Eric BranlundTo be more idiomatic, dropped "out" in the English...
2020-01-04 Eric BranlundRedid the English descriptions for the charge and harai...
2020-01-01 Eric BranlundReplaced "current_world_ptr->game_turn" with "turn...
2020-01-01 Eric BranlundIn the introductory phrase for the English description...
2020-01-01 Eric BranlundCorrected subject/verb agreement in the English message...
2019-12-28 Eric BranlundRemoved extra parentheses to avoid a compiler warning...
2019-12-28 Eric BranlundTo be more idiomatic, changed preposition in English...
2019-12-22 Eric BranlundCorrected regression, for both the Japanese and English...
2019-12-19 Eric BranlundChanged instances, missed in an earlier round of change...
2019-12-18 Eric BranlundCorrected spelling and, to be more idiomatic, made...
2019-12-18 Eric BranlundReworded English message for too many simultaneous...
2019-12-18 Eric BranlundCorrected English message, for magic-eater tapping...
next