OSDN Git Service

[Refactor] #38997 in_disintegration_range() に floor_type * 引数を追加. / Add floor_type...
[hengband/hengband.git] / src / mspells2.c
2020-01-04 deskull[Refactor] #38997 in_disintegration_range() に floor_typ...
2020-01-04 deskull[Refactor] #38997 cave_stop_disintegration() に player_t...
2019-12-29 deskull[Refactor] #38997 project_path() に floor_type * 引数を追加...
2019-12-28 deskull[Refactor] #38997 cave_have_flag_bold() に floor_type...
2019-12-26 deskull[Refactor] #38997 breath_shape() に floor_type * 引数を追加...
2019-12-24 deskull[Refactor] #38997 magic_barrier() に player_type * 引数を追加...
2019-12-24 deskull[Refactor] #38997 dispel_check() に player_type * 引数を追加...
2019-12-18 deskull[Refactor] #38997 breath_direct() に player_type * 引数を追加...
2019-12-10 deskull[Refactor] #37353 inside_arena を player_type から floor_t...
2019-12-08 deskull[Refactor] #37353 inside_quest を player_type から floor_t...
2019-12-04 deskull[Refactor] #38997 los(), projectable() に player_type...
2019-11-12 deskull[Refactor] #38997 player_has_los_bold() に player_type...
2019-11-12 deskull[Refactor] #38997 cave_los_bold() に floor_type * 引数を追加...
2019-11-04 deskull[Refactor] #38997 player_bold() に player_type * 引数を追加...
2019-10-17 deskullMerge branch 'master' into For2.2.2-Refactoring
2019-09-21 deskull[Refactor] #38844 current_floor_ptr を player_type 構造体に加...
2019-08-26 deskull[Refactor] #38997 disterb() に player_type * 引数を追加....
2019-06-17 deskull[Refactor] #37353 player_type の 闘技場観戦モードフラグ名を inside_ar...
2019-06-11 deskull[Refactor] #39076 冗長なコメントを削除 (/* Extract the location */)
2019-06-10 deskull[Refactor] #38844 pet_t_m_idx, riding_t_m_idx を player_...
2019-06-10 deskull[Refactor] #38844 new_mane を player_type 構造体に移動.
2019-06-01 deskull[Refactor] #37353 職業ID定義を player-class.h へ移動.
2019-05-27 deskull[Refactor] #37353 再描画フラグ PR_* 定義を view-mainwindow.h...
2019-04-30 deskull[Refactor] #38993 m_cnt, m_max を floor_type 構造体に取り込み.
2019-04-26 deskull[Refactor] #37353 world_type を world.c/h へ移動。
2019-04-25 deskull[Refactor] #37353 dungeon.c/h を追加。
2019-04-21 deskull[Refactor] #37353 externs.h から util.h への宣言移動。
2019-04-16 deskull[Refactor] #37353 GF_* と gf_color を整理。
2019-04-16 deskull[Refactor] #37353 PET_* と PF_* を cmd-petに移動。
2019-04-15 deskull[Refactor] #37353 CAVE_* をgrid.hへ移動。
2019-04-10 deskull[Refactor] #37353 複数のフロアに関するマクロを floor.h へ移動。
2019-04-10 deskullMerge branch 'master' into For2.2.2-Refactoring
2019-04-04 deskull[Refactor] #37353 projection.c/h を geometry.c/h に統合。
2019-03-30 deskull[Refactor] #39076 /* Invulnabilty */ と /* Speed *...
2019-03-30 deskull[Refactor] #37353 monster_desc() の宣言を monster.h に移動。
2019-03-22 deskull[Refactor] #37353 monster-spell.h を追加。
2019-03-17 deskull[Refactor] #37353 monster_is_valid() 関数を定義し単純な !r_idx...
2019-03-04 deskull[Refactor] #37353 player-move.h を追加。 / Add player-move.h.
2019-03-02 deskull[Refactor] #38995 world_type 構造体に world_monster を timew...
2019-02-27 deskull[Refactor] #38993 m_list と max_m_idx を floor_type に取り込む...
2019-02-26 deskull[Refactor] #38993 dun_level を floor_type に取り込む。 / Move...
2019-02-26 deskull[Fix] #38993 current_floor -> current_floor_ptr
2019-02-26 deskull[Refactor] #38993 floor_type 構造体作成。 / Create floor_type...
2019-02-26 deskull[Refactor] #37353 誤った #define 適用を修正。 / Fix wrong #defin...
2019-02-18 DeskullMerge branch 'master' into For2.2.2-Refactoring
2019-02-11 Deskull[Refactor] #37353 cave 配列を grid_array に改名。 / Rename...
2019-02-09 Deskull[Refactor] #37353 dungeon_idx を player_type 構造体に編入...
2019-02-09 Deskull[Refactor] #37353 グローバル変数 dungeon_type を他の慣例に従い dungeon...
2019-01-29 Deskull[Refactor] #37353 externs.h の宣言いくつかを realm-hex.h へ移動...
2019-01-20 Deskull[Refactor] #37353 クエスト関係の定義を quest.h へ移動。 / Move quest...
2019-01-15 Deskull[Refactor] #37353 PROJECT_* 定義を新規ファイル projection.h...
2019-01-14 DeskullMerge remote-tracking branch 'remotes/origin/SHIELD_SKILL'
2019-01-14 DeskullMerge remote-tracking branch 'remotes/origin/CHARGEMAN'
2019-01-14 DeskullMerge remote-tracking branch 'remotes/origin/MERFOLK'
2019-01-04 Deskull[Refactor] #38836 GAME_TEXT 型定義。 / Typedef GAME_TEXT.
2018-11-24 Deskull[Refactor] #37353 型の置換。 / Type replacement.
2018-11-24 Deskull[Refactor] #37353 型の置換。 / Type replacement.
2018-11-17 Deskull[Refactor] #37353 コメント整理 / Refactor comments.
2018-11-14 deskullMerge branch 'master' of git.osdn.net:/gitroot/hengband...
2018-11-14 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-11-06 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-11-06 Deskull[Refactor] #37287 #37353 型の置換。 / Type replacement.
2018-09-22 DeskullMerge branch 'master' of git.sourceforge.jp:/gitroot...
2018-09-22 Deskull#37907 [Fix] ものまね時の光の剣のダメージが0になる不具合を修正。 / Fix damage...
2018-08-02 DeskullMerge branch 'v2.2.1r'
2018-04-21 DeskullMerge branch 'master' of git.sourceforge.jp:/gitroot...
2018-04-18 Habu[merge](2.2.1.3) fix-gcc-warningブランチをマージ
2018-04-16 Habu[fix]gccによるwarningの指摘に対応
2018-04-11 DeskullMerge branch 'Fix2.2.0Bugs'
2017-12-07 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-26 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-26 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-15 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-06 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-04 Deskull#37287 #37353 (2.2.0.89) MONSTER_IDX 型を定義し、型の置換を継続中...
2017-10-03 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-10-01 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-09-24 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-09-23 Deskull#37287 #37353 (2.2.0.89) 新しい型定義を全大文字化。 / New typedef...
2017-09-23 Deskull#37287 #37353 (2.2.0.89) 型の置換を継続中。 / Ongoing type repla...
2017-07-10 Deskull#37353 (2.2.0.22) monster_raceのr_flags5/r_flags6をa_abil...
2015-08-05 Deskullpx, pyグローバル変数をplayer_type構造体に編入。 'px' and 'py' global...
2015-02-26 Deskull引き続きの警告除去 / Fix warnings continuously.
2014-02-28 HabuMerge branch 'experimental-utf8nize-convert-to-utf8'
2014-02-28 HabuソースコードのUTF-8化。
2014-02-24 dis-add comments
2014-02-23 dis-refactor: extract summoning functions in monst_spell_monst
2014-02-22 dis-refactor: RF6_SPECIAL, RF6_TELE*
2014-02-21 dis-refactor: extract monst_spell_monst
2014-02-20 dis-refactor: extract damage spells in monst_spell_monst
2014-02-19 dis-refactor: extract breath spells in monst_spell_monst
2014-02-19 dis-refactor: integrate monst_beam_monst, monst_bolt_monst
2014-02-19 dis-refactor: integrate monst_breath_monst() into breath
2014-02-19 dis-refactor: remove learnable from arguments
2014-02-19 dis-refactor: simplify the arguments in mspells_4.c
2014-02-17 DeskullMerge branch 'master' of git.sourceforge.jp:/gitroot...
2014-02-16 dis-refactor: replace #ifdef JP macros
2014-01-19 deskullFix a error of comment region.
2014-01-19 deskullAdd Doxygen comment to mspells2.c.
2013-04-22 habuAvoid reserved words of C++
next