Search found 10 matches
- Sun Jul 01, 2007 4:18 am
- Forum: Beginners Help
- Topic: Irrlicht, iPhysics and Mac OS X
- Replies: 6
- Views: 949
- Mon Jun 25, 2007 8:59 pm
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
- Mon Jun 25, 2007 4:34 pm
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
- Mon Jun 25, 2007 3:36 pm
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
- Mon Jun 25, 2007 2:36 am
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
- Sun Jun 24, 2007 11:47 pm
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
- Sun Jun 24, 2007 10:58 pm
- Forum: Beginners Help
- Topic: error while adding item to a listbox [solved]
- Replies: 13
- Views: 1126
error while adding item to a listbox [solved]
I'm trying to add a GUI console... I am trying to use this code
bool engine::OnEvent(SEvent event)
{
if (event.EventType == irr::EET_LOG_TEXT_EVENT)
{
consoleListBox->addItem(event.LogEvent.Text);
return true;
};
return false;
};
But i get this error while building
c:\programming ...
bool engine::OnEvent(SEvent event)
{
if (event.EventType == irr::EET_LOG_TEXT_EVENT)
{
consoleListBox->addItem(event.LogEvent.Text);
return true;
};
return false;
};
But i get this error while building
c:\programming ...
- Sat Apr 14, 2007 11:35 pm
- Forum: Off-topic
- Topic: Post removed.
- Replies: 76
- Views: 16230
- Sun Jun 18, 2006 10:26 pm
- Forum: Beginners Help
- Topic: Scripting... Where to stop
- Replies: 1
- Views: 294
Scripting... Where to stop
I started makinga basic FPS engine, but i'm not sure what / how i should include scripting support... Should i only make mission objectives scriptable... or should everything from health to music be scriptible?
- Sun Jun 18, 2006 10:00 pm
- Forum: Project Announcements
- Topic: Single Class Game Framework :)
- Replies: 2
- Views: 1406