Search found 5 matches

by brferreira
Mon Mar 08, 2010 12:53 am
Forum: Bug reports
Topic: Matrix multiplication order
Replies: 9
Views: 2788

IIRC, I have added all the necessary explanations already for 1.7. If there are things still unclear, just point out the exact places and maybe give a suggestion on how to update the sections. The trunk doc says: //! Multiply by another matrix. While it should be something like //! Multiply other m...
by brferreira
Thu Mar 04, 2010 7:56 pm
Forum: Bug reports
Topic: [fixed]Windows 7 is not detected
Replies: 2
Views: 1560

[fixed]Windows 7 is not detected

I've found in my logs that Windows 7 Ultimate is not properly detected. The logs return: [2010-03-04 11:11:32] Irrlicht Engine version 1.7.1 [2010-03-04 11:11:32] Professional (Build 7600) Taking a look into CIrrDeviceWin32::getWindowsVersion(), I've found that the Windows 7 is not there. Also I've ...
by brferreira
Thu Mar 04, 2010 1:53 pm
Forum: Bug reports
Topic: [no bug]GUI Alignments Failure
Replies: 5
Views: 793

I just noticed how this change broke most of GUI elements.

I shall try making that GUI in other way
by brferreira
Wed Mar 03, 2010 8:41 pm
Forum: Bug reports
Topic: [no bug]GUI Alignments Failure
Replies: 5
Views: 793

Let me explain better the problem: I am making a GUI that is loaded dynamically (I'm using the irr::gui::IGUIEnvironment::loadGUI() ) and it *must* work for every single available resolution and aspect ratios. If the GUI is directly loaded from the file (I did not test any other case actually), no m...
by brferreira
Wed Mar 03, 2010 5:53 pm
Forum: Bug reports
Topic: [no bug]GUI Alignments Failure
Replies: 5
Views: 793

[no bug]GUI Alignments Failure

Whenever using IGUIElement::setAlignment(), the alignment changes aren't updated. Also, EGUIA_CENTER and EGUIA_LOWERRIGHT doesn't seem to work. Patch file can be found here: http://sourceforge.net/tracker/index.php?func=detail&aid=2959279&group_id=74339&atid=540676 A chunk of code that s...