Search found 15 matches
- Fri Jun 25, 2010 4:20 pm
- Forum: Code Snippets
- Topic: My Game Source code
- Replies: 35
- Views: 11826
- Mon Jun 01, 2009 10:20 am
- Forum: Project Announcements
- Topic: IrrWizard?
- Replies: 320
- Views: 100662
hmm, I was trying to solve this error by editing Game.h CGameManager* m_GameManager; Game.cpp while(m_GameManager->getDevice()->run()) { if (m_GameManager->getDevice()->isWindowActive()) { m_GameManager->getConsole()->Draw(); m_GameManager->Update(); } } m_GameManager->getDevice()->drop(); ...but......
- Mon Jun 01, 2009 6:04 am
- Forum: Project Announcements
- Topic: IrrWizard?
- Replies: 320
- Views: 100662
It's only theory. I have the same error as Daggio but i have Code::Blocks so my error log looks that: ||=== IrrWizard, default ===| D:\Maciek\Prace\Programowanie\C++\myProject\source\game\Game.h|25|error: cannot declare field 'CGame::m_GameManager' to be of abstract type 'CGameManager'| D:\Maciek\Pr...
- Tue Mar 10, 2009 4:28 pm
- Forum: Everything 2d/3d Graphics
- Topic: game warhammer
- Replies: 12
- Views: 2796
- Sun Mar 01, 2009 4:25 pm
- Forum: Beginners Help
- Topic: GUI problem
- Replies: 6
- Views: 642
Yes! I was solved this problem with very helpful class from this project- http://one-engine.cvs.sourceforge.net/v ... ectViewer/
- Sat Feb 28, 2009 3:39 pm
- Forum: Beginners Help
- Topic: GUI problem
- Replies: 6
- Views: 642
Here i upload all my source files and includes http://irrlicht.unl.pl/users/game.zip
- Sat Feb 28, 2009 6:17 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: 3rd Person Camera
- Replies: 106
- Views: 79055
- Fri Feb 27, 2009 12:27 pm
- Forum: Beginners Help
- Topic: GUI problem
- Replies: 6
- Views: 642
GUI problem
Hi I have a problem, namely, when I implementing GUI, compiler does not return errors but when i want to run it - BOOM! and the application crash. Irrlicht Console Log Irrlcht Engine version 1.5 Microsoft Windows XP Professional Dodatek Service Pack 1 <Build 2600> Using renderer: OpenGl 2.0.3 GeForc...
- Tue Feb 24, 2009 1:58 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Settings File Reader
- Replies: 2
- Views: 3594
- Mon Feb 23, 2009 1:08 pm
- Forum: Advanced Help
- Topic: SIrrlichtCreationParameters and IrrXML problem
- Replies: 2
- Views: 591
- Sun Feb 22, 2009 4:03 pm
- Forum: Advanced Help
- Topic: SIrrlichtCreationParameters and IrrXML problem
- Replies: 2
- Views: 591
SIrrlichtCreationParameters and IrrXML problem
hello, i want to implement XML config reader to my game by irrXML I'm using IrrXML example and this SIrrlichtCreationParameters code: param.DriverType = video::EDT_OPENGL; // Testing OPENGL driver param.WindowSize = core::dimension2d<s32>(CGame::WindowSizeHeight,CGame::WindowSizeHeight); param.Bits ...
- Sat Dec 27, 2008 6:55 pm
- Forum: Beginners Help
- Topic: Bumpmapping question
- Replies: 1
- Views: 378
Bumpmapping question
Hello I have a question for the Irrlicht community I have two textures (the first is a simple texture and the second is bumpmap) http://www.imagic.pl/public/thumb_495679653f47b715582436.png http://www.imagic.pl/public/thumb_4956796598822434550025.png (they are not mine but I use them for educational...
- Tue Dec 02, 2008 4:00 pm
- Forum: Project Announcements
- Topic: temelin fps action - free stalker clon (alpha)
- Replies: 39
- Views: 12616
- Mon Nov 17, 2008 5:38 pm
- Forum: Project Announcements
- Topic: Arena of Honor - Multiplayer FPS with Newton physics
- Replies: 45
- Views: 40171
- Mon Nov 10, 2008 9:01 am
- Forum: Project Announcements
- Topic: IPhysics - Newton/Irrlicht framework
- Replies: 338
- Views: 117538
Hi I used code::blocks with gcc. I have a problem with compiling 3-th tutorial(IPhysics-1.2) on irrlicht 1.4.1. :\develops\projects\race\/example3.h: In function `void runExample3()': D:\develops\projects\race\/example3.h:155: error: cannot declare variable `receiver' to be of type `CEventReceiver_...