Search found 50 matches

by Dark Rain
Sun Apr 16, 2006 10:50 pm
Forum: Project Announcements
Topic: Extended gui version 0.2
Replies: 18
Views: 2948

Well, you know how it is. The old place is hosted on the server of the place I used to work at. I'm sure they'd be willing to let me still host there since it would probably help them to have me still extend irrlicht but the ethics of it are dubious.
by Dark Rain
Sun Apr 16, 2006 7:39 pm
Forum: Advanced Help
Topic: Font File Format
Replies: 11
Views: 915

Naw, png's work, you just need to steer clear from certain formats.
by Dark Rain
Sun Apr 16, 2006 7:18 pm
Forum: Project Announcements
Topic: Extended gui version 0.2
Replies: 18
Views: 2948

Whoops, I was going to do a patch for v0.3 but I just realized I don't have a place left for web hosting. Mmmm, not too sure what to do, I'll look into alternatives.
by Dark Rain
Sun Apr 16, 2006 7:07 pm
Forum: Project Announcements
Topic: Extended gui version 0.2
Replies: 18
Views: 2948

Lol no sorry. What I mean is that I used to work at a place that has a working mmorpg right now but a shitty client. We had started work on a new client with irrlicht but I got a good offer from EA and took it, so here I am :p
by Dark Rain
Sat Apr 15, 2006 8:55 pm
Forum: Project Announcements
Topic: Extended gui version 0.2
Replies: 18
Views: 2948

Mmm yeah, that's probably because it's been release before the current version of irrlicht. I really gotta get my rear in gear and release a new version compatible with it and the new features. I got a job at EA so this kinda became low priority, I mean I'm not working at the same place anymore. I d...
by Dark Rain
Sat Mar 11, 2006 6:37 am
Forum: Open Discussion and Dev Announcements
Topic: commercial irrlicht projects?
Replies: 3
Views: 544

Well, we're a small indy commercial spacey mmorpg. We're already live but we're working on client v2 using irrlicht. It's been a pain and a pleasure to work with I guess. My job is everything related to the interface code and irrlicht really wasn't up to the task of rendering our current complex int...
by Dark Rain
Sat Jan 21, 2006 8:15 pm
Forum: Beginners Help
Topic: Using Fonts
Replies: 5
Views: 341

Also, if you're using font smoothing in windows, it'll mess up the font tool result and make your font look wrong.
by Dark Rain
Thu Jan 19, 2006 6:37 am
Forum: Beginners Help
Topic: How to catch event of closing IGUIWindow?
Replies: 7
Views: 899

It's not supported out of the box, I added the equivalent of WM_CLOSE message the class to make it work.
by Dark Rain
Wed Jan 18, 2006 7:11 pm
Forum: Advanced Help
Topic: how to minimize gui element?
Replies: 10
Views: 821

There *is* a minimize button, it just doens't do anything really. You can always catch the button push event I guess but the minimize part is up to you.
by Dark Rain
Tue Jan 17, 2006 2:15 am
Forum: Beginners Help
Topic: 3D Sprite
Replies: 16
Views: 996

I don't think that's going to work. If you can't by yourself guess the concept of quads mapped with a texture, well you need to read up on a lot of 3d theory and no amount of 10 line posts is going to help. That's my opinion at least.
by Dark Rain
Mon Jan 16, 2006 11:12 pm
Forum: Beginners Help
Topic: 3D Sprite
Replies: 16
Views: 996

As the above poster said, read on the general theory of billboards and then try to use irrlicht billboards. It's simply a quad with a normal vector pointing toward the screen.
by Dark Rain
Fri Jan 13, 2006 5:47 pm
Forum: Beginners Help
Topic: Creating custom GUIs.
Replies: 2
Views: 361

Also, Cegui works "out of the box" with Irrlicht but it's not a zlib license if that's important to you. Also it's pretty complex as far as gui systems go.
by Dark Rain
Fri Jan 13, 2006 5:45 pm
Forum: Advanced Help
Topic: Microsoft Visual c++ 205 express
Replies: 8
Views: 813

The msvc 8.0 project is missing some files, that's why it's not working in the first place. I can't remember which one it was exactly but I fixed it by adding them to the project.
by Dark Rain
Fri Jan 13, 2006 5:14 am
Forum: Project Announcements
Topic: Star Empire: Confrontation SciFi MMORPG
Replies: 12
Views: 1627

Two years from conception to release with 3 programmers who never had worked on a game before : http://www.starsonata.com/

They were however profesionnal developpers, just not in games.
by Dark Rain
Fri Jan 13, 2006 5:12 am
Forum: Project Announcements
Topic: Homeworld-->An online chat room. (Unfinished)
Replies: 20
Views: 3132

Well, a simple portal system should take care of the upstaire/downstair problem no? I don't know how well portals are supported by irrlicht tho.