OSDN Git Service

hengbandforosx/hengbandosx.git
2021-05-01 HabuMerge pull request #972 from habu1010/feature/list...
2021-05-01 Habu[Refactor] スタックしたアイテムデータをstd::listで管理する
2021-05-01 DeskullMerge pull request #997 from sikabane-works/feature...
2021-05-01 Deskull[Add] @return を不要に書き込んだことによる警告をひとまず置換で修正.
2021-05-01 iksMerge pull request #991 from iks3/fix-bigtile-mm-clash
2021-05-01 iks[Fix] 文字2倍幅表示のときにMMマップを表示するとクラッシュ #990
2021-04-30 HourierMerge pull request #986 from Hourier/feature/Adjust...
2021-04-30 Hourier[Implement] #960 自己変容の薬を実装した
2021-04-30 Hourier[Refactor] #960 Reshaped object-broken.cpp automatically
2021-04-30 Hourier[Implement] #960 自己変容の薬を実装した (飲んだ場合のみ。割れた場合は未実装)
2021-04-30 Hourier[Refactor] #960 エイリアスのTRUE/FALSEをbool.h のtrue/FALSE...
2021-04-30 Hourier[Implement] #960 邪悪存在退散の杖と力の杖の出現率を調整した / Adjusted the...
2021-04-30 shimiteiMerge pull request #985 from shimitei/feature/fix_vcxproj
2021-04-30 shimitei[Fix] vcxprojから存在しないファイル削除
2021-04-30 HabuMerge pull request #984 from habu1010/feature/display...
2021-04-30 Habu[feature] cheat_knowオン時にモンスターの種族IDを表示する
2021-04-30 iksMerge pull request #981 from backwardsEric/nopch-wizard...
2021-04-30 shimiteiMerge pull request #979 from shimitei/feature/refactor_...
2021-04-30 shimitei[Refactor] ワイド文字列変換処理の統一
2021-04-30 shimitei[Refactor] グラフィックス(タイル)初期化処理をgraphics-win.cppへ移動
2021-04-30 HourierMerge pull request #978 from Hourier/feature/Divide...
2021-04-30 Eric BranlundInclude sstream to avoid compiler error when not using...
2021-04-30 Hourier[Fix] #963 Resolved the indication that set_alignment...
2021-04-30 Hourier[Fix] #963 Resolved the indication that update_player_t...
2021-04-30 Hourier[Fix] #963 Resolved the indication that unique_ptr...
2021-04-30 Hourier[Fix] #963 Resolved the indication that unique_ptr...
2021-04-30 HourierMerge branch 'develop' into feature/Divide-Player-Status
2021-04-29 iksMerge pull request #977 from iks3/feature-expand-wiz...
2021-04-29 shimiteiMerge pull request #947 from shimitei/feature/#870_desc...
2021-04-29 iks[Feature] 指定ダメージ・指定属性の半径0のボールをモンスターまたは自分に放つデバグコマンド
2021-04-29 Hourier[Fix] #963 Added inclusion of equipment-info.h for...
2021-04-29 Hourier[Fix] #963 Added files player-energy.cpp/h into Makefile.am
2021-04-29 Hourier[Refactor] #963 Changed player-energy.h from the collec...
2021-04-29 iks[Refactor/Feature] デバグのアイテム設定メニューを追加
2021-04-29 Hourier[Refactor] #963 Separated equipment-info.cpp/h from...
2021-04-29 Hourier[Refactor] #963 Moved update_alignment() from player...
2021-04-29 Hourier[Refactor] #963 Renamed get_alignment() to get_alignmen...
2021-04-29 Hourier[Refactor] #963 Renamed player_type.align to alignment
2021-04-29 Hourier[Refactor] #963 Removed unused prototype decleration...
2021-04-29 Hourier[Refactor] #963 Separated PlayerAlignment class from...
2021-04-29 Hourier[Refactor] #963 Wrapped update of player_type.energy_us...
2021-04-29 Hourier[Refactor] #963 Added argument of update_turn_type...
2021-04-29 Hourier[Refactor] #963 Renamed take_turn() to update_player_tu...
2021-04-29 Hourier[Refactor] #963 Renamed free_turn() to reset_player_turn()
2021-04-29 Hourier[Refactor] #963 Separated take_turn() and free_turn...
2021-04-29 Hourier[Refactor] #963 Moved is_in_dungeon() from player-statu...
2021-04-29 Hourier[Refactor] #963 Moved *_singing_*() from player-status...
2021-04-29 Hourier[Refactor] #963 Reshaped calculate_upkeep()
2021-04-29 Hourier[Refactor] #963 Moved calculate_upkeep() from player...
2021-04-29 Hourier[Refactor] #963 Moved global variable total_friends...
2021-04-29 Hourier[Refactor] #963 Moved stop_singing() from player-status...
2021-04-29 iksMerge pull request #975 from iks3/feature-singer-spell...
2021-04-29 shimiteiMerge pull request #966 from shimitei/feature/reduce_fl...
2021-04-29 iks[Refactor] 吟遊詩人の一部の歌名を実情に合わせて改名
2021-04-29 HabuMerge pull request #965 from habu1010/feature/repeat...
2021-04-29 HourierMerge pull request #971 from Hourier/feature/Fix-Abilli...
2021-04-29 Hourier[Fix] #964 Resolved the typo; abillity to ability
2021-04-29 shimitei[MISC] BGM、効果音の記述を追加
2021-04-29 shimitei[Feature] BGM、効果音のフォルダを開くメニューを追加
2021-04-29 shimitei[Refactor] main-win.cpp処理の分割
2021-04-29 shimiteiMerge pull request #970 from shimitei/feature/fix_vcproj
2021-04-29 shimitei[Fix] Hengband.vcxproj更新
2021-04-29 Habu[Feature] 矢弾生成のレイシャルパワーを繰り返しコマンドに対応
2021-04-29 shimitei[Feature] 不必要な背景ブラシによる塗りつぶしを省略する
2021-04-28 DeskullMerge pull request #961 from sikabane-works/feature...
2021-04-28 DeskullMerge branch 'develop' into feature/doxygen-dir1
2021-04-28 deskull[Add] ディレクトリに関するDoxygenコメントをいくらか追加.
2021-04-28 HourierMerge pull request #945 from Hourier/feature/Remove...
2021-04-28 shimiteiMerge pull request #959 from shimitei/feature/#946_fix_...
2021-04-28 shimitei[Fix] 生い立ちエディタの文字化け修正
2021-04-28 shimiteiRevert "[Fix] 生い立ちエディタの文字化け #946"
2021-04-28 iksMerge pull request #952 from iks3/fix-wiz-id-fully...
2021-04-28 iksMerge pull request #951 from iks3/fix-autoroller-max...
2021-04-28 HourierMerge pull request #956 from Hourier/feature/Fix-Debug...
2021-04-28 Hourier[Fix] #954 デバッグコマンドのSとvの表記が逆になっていたのを修正した / Resolved...
2021-04-28 Hourier[Refactor] #954 Automatically formatted cmd-wizard.cpp
2021-04-28 HourierMerge branch 'develop' into feature/Remove-Dependency...
2021-04-28 Hourier[Refactor] #935 player-ability/ に移したステータス関係のファイルをplayer...
2021-04-28 iks[Fix] デバグのインベントリ内全*鑑定*でawareしない #913
2021-04-28 iks[Fix] オートローラーで最大値が出ない #949
2021-04-28 HourierMerge branch 'develop' into feature/Remove-Dependency...
2021-04-27 HabuMerge pull request #948 from habu1010/feature/fix-upbri...
2021-04-27 Habu[Fix] 生い立ちエディタの文字化け #946
2021-04-27 HabuMerge pull request #911 from habu1010/feature/screen...
2021-04-27 dis-Merge pull request #938 from dis-/feature/RefactorPlayr...
2021-04-27 Hourier[Refactor] #935 Moved DUN_TUN_* from gamevalue.h to...
2021-04-27 Hourier[Refactor] #935 Removed the inclusion of player-status...
2021-04-27 Hourier[Refactor] #935 旧マクロ関数群の中でconstを付けられるものにconstを付けた
2021-04-27 Hourier[Refactor] #935 マクロ関数SINGING_SONG_ID を普通の関数に置換した /...
2021-04-27 Hourier[Refactor] #935 マクロ関数SINGING_COUNT を普通の関数に置換した / Change...
2021-04-27 Hourier[Refactor] #935 マクロ関数INTERUPT_SONG_EFFECT を普通の関数に置換した...
2021-04-27 Hourier[Refactor] #935 マクロ関数SINGING_SONG_EFFECT を普通の関数に置換した...
2021-04-27 Hourier[Refactor] #935 Extracted macro function of music_singi...
2021-04-27 Hourier[Refactor] #935 Renamed player-classes-types.h to playe...
2021-04-27 Hourier[Refactor] #935 Renamed player-personalities-types...
2021-04-27 Hourier[Refactor] #935 Removed inclusion for player-race-types...
2021-04-27 Hourier[Refactor] #935 Removed inclusion for player-personalit...
2021-04-27 Hourier[Refactor] #935 Removed inclusion for player-classes...
2021-04-27 Hourier[Refactor] #935 Removed inclusion for flag-group.h...
2021-04-27 Hourier[Refactor] #935 Removed inclusion for spells-util.h...
next