Search found 42 matches

by merovingian
Thu Sep 24, 2015 11:13 pm
Forum: Beginners Help
Topic: Irrlicht 1.8.x segmentation fault under Windows
Replies: 3
Views: 744

Re: Irrlicht 1.8.x segmentation fault under Windows

Thanks fellas. I had already checked the CIrrDeviceStub::checkVersion() call, and it was happy that it was finding the 1.8.3 DLL. But that was the DLL I compiled, not the one that shipped with the SDK. Your suggestions set me down the right path though - before posting here, I did indeed have the si...
by merovingian
Thu Sep 24, 2015 4:38 am
Forum: Beginners Help
Topic: Irrlicht 1.8.x segmentation fault under Windows
Replies: 3
Views: 744

Irrlicht 1.8.x segmentation fault under Windows

I'm trying to update my project from 1.7.2 to 1.8.3. Under Linux, I rebuilt my project (gcc 4.8.4) against 1.8.3, and it all works no problem. Under Windows, I rebuilt (mingw 4.6.2) against 1.8.3, and it crashes with a seg fault the first time I try to call any IrrlichtDevice method.   device = crea...
by merovingian
Tue Jul 28, 2009 8:36 pm
Forum: Beginners Help
Topic: Questions about IGUITable
Replies: 3
Views: 310

Thanks for that. I tried setDrawFlags() as you suggested, but it didn't kill the triangle icon. Regarding colours, it seems I could create two skins and call the individual draw() methods of each GUI element rather than the drawAll() method of the GUI environment. This still doesn't solve the proble...
by merovingian
Tue Jul 28, 2009 8:31 am
Forum: Beginners Help
Topic: Questions about IGUITable
Replies: 3
Views: 310

Questions about IGUITable

I'm trying to use IGUITable for the first time. I think the answer to all the following questions is no, but I am seeking confirmation in case I misunderstand something: - is it possible to add a column without a caption header? - is it possible to not have an active column (so I don't have that tri...
by merovingian
Tue Jan 20, 2009 12:52 am
Forum: Beginners Help
Topic: addRenderTargetTexture
Replies: 3
Views: 433

Thanks a lot for the replies fellas.
by merovingian
Mon Jan 19, 2009 6:03 am
Forum: Beginners Help
Topic: addRenderTargetTexture
Replies: 3
Views: 433

addRenderTargetTexture

I've just been trying Irrlicht 1.5 for the first time. Very pleased with it. Especially loving the non-flipped OpenGL RTTs, and the addition of joystick support - SDL about to get the flick from my project. Irrlicht 1.5 kept telling me that createRenderTargetTexture() was deprecated, so I've swapped...
by merovingian
Fri Oct 03, 2008 2:41 am
Forum: Bug reports
Topic: [fixed] Render to Texture causes upside-down text
Replies: 6
Views: 1251

Thanks a lot for fixing this. My flipped RTTs (as we discussed previously on a different thread) are now fixed.

As a small aside, this fix is not in the 1.4.2 binaries (for Win32-gcc at least). But if I checkout 1580 from the trunk, and build my own DLL, the problem is fixed.
by merovingian
Wed Sep 10, 2008 3:00 am
Forum: Bug reports
Topic: [fixed]IGUIStaticText->setBackgroundColor()
Replies: 12
Views: 1535

Thanks Hybrid. I definitely have the changes in my tree. But I still suffer the issue, it seems. I think I built my DLL correctly, so I am a little mystified as to where I've gone wrong.
by merovingian
Tue Sep 09, 2008 2:02 am
Forum: Bug reports
Topic: [fixed]IGUIStaticText->setBackgroundColor()
Replies: 12
Views: 1535

My Irrlicht build is a check-out of 1530 from the SVN trunk. So I am not sure where I've gone wrong. I just tried to look through the SVN log to see at what revision you made the fix, but didn't see any comment that immediately stood out - can you please tell me what source file (or files) have the ...
by merovingian
Fri Sep 05, 2008 5:02 am
Forum: Bug reports
Topic: [fixed]IGUIStaticText->setBackgroundColor()
Replies: 12
Views: 1535

I don't see any difference with 1530. My code is the same as it was when we first discussed the issue in April in the last 4 posts on the following page: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=26865&highlight= So my code should now be working? It works for DirectX. If you think m...
by merovingian
Thu Sep 04, 2008 7:25 am
Forum: Bug reports
Topic: [fixed]IGUIStaticText->setBackgroundColor()
Replies: 12
Views: 1535

The RTT problem is a different one. Please repost in another thread (including the images) and provide also some code how you're drawing the minimaps. I'm sorry for not doing this, but today was my first visit to the forums since you posted your message. Upon seeing your message, I updated to the l...
by merovingian
Fri Aug 15, 2008 2:33 pm
Forum: Bug reports
Topic: getIntersectionWithLimitedLine() misses at edges of triangle
Replies: 9
Views: 780

It's not all that repeatable. My application is making about 1000 calls to getIntersectionWithLimitedLine() per frame, and there are 90-odd frames per second. I can drive around for maybe 30 seconds before I get one instance of the problem. So, the probability is pretty low of any one call to getInt...
by merovingian
Fri Aug 15, 2008 1:32 pm
Forum: Bug reports
Topic: getIntersectionWithLimitedLine() misses at edges of triangle
Replies: 9
Views: 780

Unless I misunderstand, rogerborg and Blindside subsequently agreed that isBetweenPoint() is not relevant because the fix in there makes the end of the line inclusive, but the problem with this bug is that the edges of the triangles are seemingly not inclusive. Anyway, I can confirm that the problem...
by merovingian
Fri Aug 15, 2008 7:03 am
Forum: Bug reports
Topic: [fixed]IGUIStaticText->setBackgroundColor()
Replies: 12
Views: 1535

Just thought I'd chime in with a "me too" post. I have recently started building my own Irrlicht DLL from the SVN truck. I checked-out revision 1489. My application looks fine when using Direct X, but I have the same faded look to the text when using OpenGL (under Windows in both cases - I...
by merovingian
Fri Aug 15, 2008 4:15 am
Forum: Bug reports
Topic: getIntersectionWithLimitedLine() misses at edges of triangle
Replies: 9
Views: 780

No I don't have a simple repeatable test case. And as I already have a suitable workaround, I probably won't rush to make one. I'm not sure whether Blindside's substitution idea was directed at me. If it was, I am not sure why he would think that I should have considered such possibilities, unless h...