Search found 7 matches

by Jin
Tue Jun 27, 2006 2:33 pm
Forum: Open Discussion and Dev Announcements
Topic: SVN Question
Replies: 3
Views: 1047

SVN Question

I checked out SVN the other day, and I noticed that Irrlicht.NET is not in there, is there any particular reason for this? That is all.
by Jin
Thu Jun 01, 2006 4:21 pm
Forum: Beginners Help
Topic: How to find if a key has been released
Replies: 3
Views: 624

This might work:

//events
class EventR : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event)
{
if (event.EventType == EET_KEY_INPUT_EVENT)
{
if (event.KeyInput.Key == KEY_KEY_W)
{
walking = true;
}
else
{
walking = false;
}
}
return false ...
by Jin
Wed May 31, 2006 1:39 pm
Forum: Project Announcements
Topic: Particle Editor (current version: debug 0.2.162)
Replies: 66
Views: 21493

Wow, this keeps getting better and better! Keep up the good work! :D
by Jin
Tue May 30, 2006 8:06 pm
Forum: Irrlicht.NET
Topic: IrrlichtException Object?
Replies: 4
Views: 1954

IrrlichtException Object?

Has Niko, or any of the other Irrlicht devs, considered making an exception object for Irrlicht? It could prove helpful to debug problems in Irrlicht.NET.
by Jin
Tue May 30, 2006 8:05 pm
Forum: Beginners Help
Topic: Default Desktop Resolution
Replies: 1
Views: 359

Default Desktop Resolution

Is there a way for Irrlicht to determine the current desktop resolution the user is using, so I can use it as the fullscreen default? Thanks in advance
by Jin
Thu May 25, 2006 5:15 pm
Forum: Project Announcements
Topic: Particle Editor (current version: debug 0.2.162)
Replies: 66
Views: 21493

I'm also looking forward to this, it looks very nice, keep up the good work! :D
by Jin
Tue May 16, 2006 10:41 pm
Forum: Project Announcements
Topic: GUI Editor, Irrgi 2.1 Released!!! (Major Update)
Replies: 26
Views: 18853

Maybe he assumed that because the thread is on the front page news?