Home | Lesson | Game | Tool | Link

変更履歴

2008/02/29 プログラムの改良をアップ
2008/02/28 エンジンをアップ
2008/02/24 LessonC03:SDL:SDL_Mixerをアップ
2008/02/24 LessonC02:SDL:SDLでジョイパッド操作をアップ
2008/02/24 LessonC01:SDL:SDL組み込みをアップ
2008/02/09 Lessonで作成した2Dライブラリをアップ
2008/02/03 未掲載分を準備中
2008/01/14 Lessonで紹介しているページの内容もバージョン1.4に対応
2008/01/01 [重要]IrrLichtのバージョン1.4に移行準備(DOWNLOADファイルは移行完了)
2007/12/23 環境設定:SDLでの注意点をアップ
2007/12/22 環境設定:DirectX9.0bでの注意点をアップ
2007/12/18 環境設定:VisualC++EEでの設定方法をアップ
2007/11/11 Xファイル修正ツールをアップ
2007/10/22 LessonB10:補修:カメラ操作をアップ
2007/10/06 IrrLesson用の日本語フォント画像作成ツールをアップ
2007/09/05 GameG01:Blokusをアップ
2007/08/21 LessonB09:補修:キーの複数入力をアップ
2007/08/10 LessonB08:補修:FPS固定をアップ
2007/08/07 LessonA09:特別授業:お絵かきツールをアップ
2007/08/07 LessonB07:補修:システム情報取得をアップ
2007/08/07 LessonA08:特別授業:ユーザーイベントをアップ
2007/08/04 LessonB01〜B06:補修をアップ
2007/08/02 LessonA01〜A07:特別授業をアップ
2007/08/01 Lesson001〜015:通常授業をアップ
2007/07/31 Lesson000:ホームルームをアップ
2007/07/13 Lesson用プログラムを準備中
2007/07/13 ページ立ち上げ

バージョン変更による修正のお知らせ
IrrLichtバージョン1.3.1から1.4への変更により、以下の修正を行いました。
これに伴いLessonページの修正、DOWNLOAD可能なプログラムの修正も行いました。
■Irrlicht1.3.1
Material.Textures[0] = Texture;
virtual bool OnEvent(SEvent event)
virtual s32 getCharacterFromPos(const wchar_t* text, s32 pixel_x);
virtual dimension2d getDimension(const wchar_t *text);
virtual s32 getKerningHeight(){return 0;}
virtual s32 getKerningWidth(
	const wchar_t *thisLetter=0, const wchar_t *previousLetter=0){return 0;}

■Irrlicht1.4
Material.TextureLayer[0].Texture = Texture;
virtual bool OnEvent(const SEvent& event)
virtual s32 getCharacterFromPos(const wchar_t* text, s32 pixel_x)const;
virtual dimension2d getDimension(const wchar_t *text)const;
virtual s32 getKerningHeight()const{return 0;}
virtual s32 getKerningWidth(
	const wchar_t *thisLetter=0, const wchar_t *previousLetter=0)const{return 0;}
※IrrKlangのバージョンも1.0.4にあげた所、いくつかのサウンドが鳴らないバグが出ています。
 こちらも対応方法がわかり次第、順次掲載していきます。