Directx9 150919
@@ -34,7 +34,7 @@ | ||
34 | 34 | |
35 | 35 | using namespace Ogre; |
36 | 36 | |
37 | -class Eq_OgreListener : public FrameListener, public WindowEventListener | |
37 | +class Eq_OgreListener : public FrameListener //, public WindowEventListener | |
38 | 38 | { |
39 | 39 | public: |
40 | 40 | Eq_OgreListener(void); |
@@ -370,8 +370,8 @@ | ||
370 | 370 | bool Eq_Orge::Configure(void) |
371 | 371 | { |
372 | 372 | |
373 | - Ogre::RenderSystem* rs = mRoot->getRenderSystemByName("OpenGL Rendering Subsystem"); | |
374 | - if(!(rs->getName() == "OpenGL Rendering Subsystem")) | |
373 | + Ogre::RenderSystem* rs = mRoot->getRenderSystemByName("Direct3D9 Rendering Subsystem"); | |
374 | + if(!(rs->getName() == "Direct3D9 Rendering Subsystem")) | |
375 | 375 | { |
376 | 376 | return false; //No RenderSystem found |
377 | 377 | } |
@@ -39,21 +39,21 @@ | ||
39 | 39 | #ifndef _VERSIONNO__H_ |
40 | 40 | #define _VERSIONNO__H_ |
41 | 41 | |
42 | -#define VERSION_FULL 1.25.249.82 | |
42 | +#define VERSION_FULL 1.25.257.85 | |
43 | 43 | |
44 | 44 | #define VERSION_BASEYEAR 2019 |
45 | -#define VERSION_DATE "2019-09-07" | |
46 | -#define VERSION_TIME "14:03:43" | |
45 | +#define VERSION_DATE "2019-09-15" | |
46 | +#define VERSION_TIME "15:55:48" | |
47 | 47 | |
48 | 48 | #define VERSION_MAJOR 1 |
49 | 49 | #define VERSION_MINOR 25 |
50 | -#define VERSION_BUILDNO 249 | |
51 | -#define VERSION_EXTEND 82 | |
50 | +#define VERSION_BUILDNO 257 | |
51 | +#define VERSION_EXTEND 85 | |
52 | 52 | |
53 | -#define VERSION_FILE 1,25,249,82 | |
54 | -#define VERSION_PRODUCT 1,25,249,89 | |
55 | -#define VERSION_FILESTR "1,25,249,82\0" | |
56 | -#define VERSION_PRODUCTSTR "1,25,249,89\0" | |
53 | +#define VERSION_FILE 1,25,257,85 | |
54 | +#define VERSION_PRODUCT 1,25,257,92 | |
55 | +#define VERSION_FILESTR "1,25,257,85\0" | |
56 | +#define VERSION_PRODUCTSTR "1,25,257,92\0" | |
57 | 57 | #define VERSION_EVERSION "0.3.4.0\0" |
58 | 58 | |
59 | 59 | #endif |
\ No newline at end of file |