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 ...
Search found 5 matches
- Mon Mar 08, 2010 12:53 am
- Forum: Bug reports
- Topic: Matrix multiplication order
- Replies: 9
- Views: 3361
- Thu Mar 04, 2010 7:56 pm
- Forum: Bug reports
- Topic: [fixed]Windows 7 is not detected
- Replies: 2
- Views: 1664
[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 ...
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 ...
- Thu Mar 04, 2010 1:53 pm
- Forum: Bug reports
- Topic: [no bug]GUI Alignments Failure
- Replies: 5
- Views: 958
- Wed Mar 03, 2010 8:41 pm
- Forum: Bug reports
- Topic: [no bug]GUI Alignments Failure
- Replies: 5
- Views: 958
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 ...
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 ...
- Wed Mar 03, 2010 5:53 pm
- Forum: Bug reports
- Topic: [no bug]GUI Alignments Failure
- Replies: 5
- Views: 958
[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 should show ...
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 should show ...