• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Deeangbandのフルスクラッチ新ソースコード。BSD系ライセンスを採用予定。


RSS
Révision l'heure Auteur
64a5070 fix-member-variable-squares-of-Floor 2014-02-28 00:20:19 Habu

use 'make_shared' helper function instead of std::shared_ptr<T>(new T())

6875096 2014-02-28 00:19:05 Habu

remove unneeded pointer from Floor::squares member variable

abb9c98 2014-02-27 23:10:53 Deskull

Change type floorList in GameWorld to map<ID, shared_ptr<Floor>>.

bdfd4bf 2014-02-27 22:59:53 Deskull

Fix Constructor of Floor class.

dc8335f 2014-02-27 22:56:36 Deskull

Change type squares in Floor class to std::vector<std::vector<shared_ptr<square>>>.

e490cbc 2014-02-27 22:33:47 Deskull

Add constructor and destructor to Item class.

aa25d5d 2014-02-27 22:31:21 Deskull

Fix destructor of super classes.

5150f22 2014-02-27 22:04:50 Deskull

First commit from old SVN repository.