Search found 15 matches

by Bodzio
Fri Jun 25, 2010 4:20 pm
Forum: Code Snippets
Topic: My Game Source code
Replies: 35
Views: 11710

Has anyone compile this code? There are 3 missing files "MyShotNode.h", "ArabicFont.h", "StartGInterface.h" How can I get it?
by Bodzio
Mon Jun 01, 2009 10:20 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99785

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......
by Bodzio
Mon Jun 01, 2009 6:04 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99785

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...
by Bodzio
Sun Mar 01, 2009 4:25 pm
Forum: Beginners Help
Topic: GUI problem
Replies: 6
Views: 631

Yes! I was solved this problem with very helpful class from this project- http://one-engine.cvs.sourceforge.net/v ... ectViewer/
by Bodzio
Sat Feb 28, 2009 3:39 pm
Forum: Beginners Help
Topic: GUI problem
Replies: 6
Views: 631

Here i upload all my source files and includes http://irrlicht.unl.pl/users/game.zip
by Bodzio
Sat Feb 28, 2009 6:17 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: 3rd Person Camera
Replies: 106
Views: 78732

URL is broken
by Bodzio
Fri Feb 27, 2009 12:27 pm
Forum: Beginners Help
Topic: GUI problem
Replies: 6
Views: 631

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...
by Bodzio
Tue Feb 24, 2009 1:58 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Settings File Reader
Replies: 2
Views: 3588

Is it only reader or it can write the config file too?
by Bodzio
Mon Feb 23, 2009 1:08 pm
Forum: Advanced Help
Topic: SIrrlichtCreationParameters and IrrXML problem
Replies: 2
Views: 583

I decided to use the config concept from Opensource Irrlicht game "Arena of Honor" (the code was very Advanced) when i running my app the console write to me : [...] Switch to fullscreen: The graphics mode is not supported [...] Can someone check my code CGame.cpp #include "CGame.h&qu...
by Bodzio
Sun Feb 22, 2009 4:03 pm
Forum: Advanced Help
Topic: SIrrlichtCreationParameters and IrrXML problem
Replies: 2
Views: 583

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 ...
by Bodzio
Sat Dec 27, 2008 6:55 pm
Forum: Beginners Help
Topic: Bumpmapping question
Replies: 1
Views: 362

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...
by Bodzio
Tue Dec 02, 2008 4:00 pm
Forum: Project Announcements
Topic: temelin fps action - free stalker clon (alpha)
Replies: 39
Views: 12496

any source?
by Bodzio
Mon Nov 17, 2008 5:38 pm
Forum: Project Announcements
Topic: Arena of Honor - Multiplayer FPS with Newton physics
Replies: 45
Views: 40034

@tsghost Have you done this AOH conversion for Code Blocks?
by Bodzio
Mon Nov 10, 2008 9:01 am
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 116575

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_...