原创 Fifth Demo of OGRE---Listener

#include "ExampleApplication.h" class TutorialFrameListener : public ExampleFrameListener { public: TutorialFrameListe

原创 linux download

Index of /pub/linux/kernel/Historic/old-versions http://www.kernel.org/pub/linux/kernel/Historic/old-versions/     開始閱讀

原创 Sixth Demo of OGRE---Buffer Input

#include "ExampleApplication.h" class TutorialFrameListener : public ExampleFrameListener, public OIS::MouseListener, p

原创 D3D繪製按鈕

//----------------------------------------------------------------------------- // File: CreateDevice.cpp // // Desc: T

原创 Eighth Demo of OGRE

#include "ExampleApplication.h" #include <CEGUI/CEGUI.h> #include <OIS/OIS.h> #include <OgreCEGUIRenderer.h> class Tuto

原创 開發過程中犯的錯誤!

2010-12-15  17:29:13 指針使用前未初始化,在進行指針非空判斷的時候,導致錯誤的結果!   返回引用時候,若對返回的數據進行修改,則返回的時候也需要加上&,否則無法修改數據!   struct tagData; clas

原创 Eleventh Demo of OGRE

#include "ExampleApplication.h" #include <deque> using namespace std; class MoveDemoListener : public ExampleFrameListe

原创 Twelfth Demo of OGRE

#include <CEGUI/CEGUISystem.h> #include <CEGUI/CEGUISchemeManager.h> #include <OgreCEGUIRenderer.h> #include "ExampleAp

原创 Thirteenth Demo of OGRE

#include <CEGUI/CEGUISystem.h> #include <CEGUI/CEGUISchemeManager.h> #include <OgreCEGUIRenderer.h> #include "ExampleAp

原创 Fifteenth Demo of OGRE

#include "ExampleApplication.h" class TutorialApplication : public ExampleApplication { protected: public: TutorialApp

原创 Start Game with OGRE

#ifndef _Ogre_H__ #include <ogre.h> #endif //_Ogre_H__ #ifndef OIS_OISALL_H #include <OIS/OIS.h> #endif //OIS_OISALL_H

原创 SVN架設經歷

服務器下載地址: http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=11150&expandFolder=11150&folderID=8682   結合

原创 遊戲服務器設計--點點滴滴

關於服務器中玩家數據緩存:   服務器在啓動的時候會從數據庫中導入大量的信息,包括玩家的基本信息,玩家的活動信息,郵件,好友,組隊等等。   問題:哪些信息是必須在服務器初始化時導入的?   考慮這個問題的因素:並不是所有的玩家角色活動頻

原创 Seventh Demo of OGRE

Fame of CEGUI when used in OGRE //mem probs without this next one #include <CEGUI/CEGUIImageset.h> #include <CEGUI/CEGU

原创 使用Ogitor自帶的場景

配置目錄:include + lib ../../OgreMain/include; ../../include; ../../Dependencies/include; ../../Dependencies/include/OIS; .