OSDN Git Service

[Modify] 色々怪しいがビルドは通るところまで。 / Various suspicious but the build passes...
[deeangband/Deeangband-new.git] / Deeangband / Square.cpp
2019-06-22 deskull[Modify] boostライブラリに依存した処理を削除中.
2017-09-23 DeskullSquare::IsTeleportableTarget()を定義。 / Define Square...
2017-09-19 DeskullMerge branch 'master' of git.sourceforge.jp:/gitroot...
2015-01-26 DeskullSquare::SetFloorTag()をSetFloor()に変更して修正。 / Rename Squar...
2015-01-20 DeskullCoordinate::operator+のバグを修正。 / Fix Coordinate::operator+.
2015-01-20 DeskullSquareクラスのコンストラクタ追加。 / Add another constructor to Squar...
2015-01-08 DeskullSquare::IsWall() を実装。 / Implement Square::IsWall().
2014-06-20 DeskullFix constructor in square class.
2014-06-20 DeskullRemove duplicated member in Square class.
2014-06-20 DeskullAdd GetSpaceTag() and GetAirTag() to Square class.
2014-06-20 DeskullRename Feature class to Floor.
2014-06-05 DeskullRename all of SetDammyData() to WipeData().
2014-05-18 DeskullAdd Square::SetFeatureTag().
2014-05-18 DeskullFix error of naming rule in Square class.
2014-04-13 DeskullFix namespace.
2014-04-07 Deskull[BUGGY]Setting namespace.
2014-03-30 DeskullFix warnings.
2014-03-12 DeskullRefactor by definition SPECIAL_TAG_UNKNOWN.
2014-03-12 DeskullAdd SetDammyData() to Square class.
2014-03-11 DeskullFix construction in Floor and Square class.
2014-03-11 DeskullAdd GetCurrentHP() and GetMaxHP() to Square class.
2014-03-11 DeskullFix constructor of Square class.
2014-03-09 DeskullFix Square and Floor class.
2014-03-03 DeskullRefactor of Square class.
2014-03-03 DeskullAdd hit point to Square class.
2014-02-27 DeskullFirst commit from old SVN repository.