hi guys, i think there's a bug in the .x loader, destroying the frame hierarchy.
in CXFileReader.cpp, bool CXFileReader::parseDataObject()
code is :
if (objectName == "Frame")
return parseDataObjectFrame(RootFrame);
else
and should be :
if (objectName == "Frame")
{
RootFrame.ChildFrames ...
Search found 16 matches
- Thu Nov 16, 2006 6:29 pm
- Forum: Bug reports
- Topic: [fixed] .x loader messing up frame hierarchy
- Replies: 1
- Views: 501
- Fri Nov 03, 2006 2:20 pm
- Forum: Bug reports
- Topic: [not a bug] [WIN32] getVideoModeList bug
- Replies: 1
- Views: 442
- Thu Nov 02, 2006 12:43 am
- Forum: Bug reports
- Topic: CCursorControl of CIrrDeviceWin32.h
- Replies: 0
- Views: 237
CCursorControl of CIrrDeviceWin32.h
There s problem in this cursor class that is messing up positions of the cursors on resizable windows under win32.
2 variables of CCursorControl are not updated on a window resize and thus are wrong :
core::dimension2d<s32> WindowSize;
core::dimension2d<float> InvWindowSize;
Personnally i did a ...
2 variables of CCursorControl are not updated on a window resize and thus are wrong :
core::dimension2d<s32> WindowSize;
core::dimension2d<float> InvWindowSize;
Personnally i did a ...
- Wed Oct 25, 2006 3:52 pm
- Forum: Bug reports
- Topic: [fixed] getElementFromPoint(), what do you think ?
- Replies: 0
- Views: 513
[fixed] getElementFromPoint(), what do you think ?
Here is something looking like a side effect bug :
shouldnt this function be :
IGUIElement* getElementFromPoint(const core::position2d<s32>& point)
{
IGUIElement* target = 0;
// we have to search from back to front.
core::list<IGUIElement*>::Iterator it = Children.getLast();
if ...
shouldnt this function be :
IGUIElement* getElementFromPoint(const core::position2d<s32>& point)
{
IGUIElement* target = 0;
// we have to search from back to front.
core::list<IGUIElement*>::Iterator it = Children.getLast();
if ...
- Wed Oct 25, 2006 2:21 am
- Forum: Code Snippets
- Topic: CGUITextBox, scrolling, static text.
- Replies: 34
- Views: 19052
- Wed Aug 09, 2006 1:56 am
- Forum: Bug reports
- Topic: '\r' bug with xml reading & render
- Replies: 5
- Views: 1153
- Tue Aug 08, 2006 10:51 pm
- Forum: Bug reports
- Topic: const correctness thread
- Replies: 9
- Views: 1034
- Sun Aug 06, 2006 8:41 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Project Annoucements SubDirectories ??
- Replies: 4
- Views: 1091
- Sun Aug 06, 2006 8:19 pm
- Forum: Bug reports
- Topic: Bug fix problems ? matrix4::transformBox, projection matrix
- Replies: 6
- Views: 567
- Sun Aug 06, 2006 8:08 pm
- Forum: Bug reports
- Topic: Bug fix problems ? matrix4::transformBox, projection matrix
- Replies: 6
- Views: 567
- Sun Aug 06, 2006 7:53 pm
- Forum: Bug reports
- Topic: Bug fix problems ? matrix4::transformBox, projection matrix
- Replies: 6
- Views: 567
- Sun Aug 06, 2006 2:44 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Project Annoucements SubDirectories ??
- Replies: 4
- Views: 1091
- Sun Aug 06, 2006 2:28 pm
- Forum: Bug reports
- Topic: Bug fix problems ? matrix4::transformBox, projection matrix
- Replies: 6
- Views: 567
Bug fix problems ? matrix4::transformBox, projection matrix
Hi guys,
Once again i m about crying... but i promise, last time i do that.
I'm talking about the SVN version 1.1alpha.
* matrix4::transformBox is wrong and messing up collisions and culling !
The problem isnt really that there s bug, bugs are normal in developpement. Problem is that someone ...
Once again i m about crying... but i promise, last time i do that.
I'm talking about the SVN version 1.1alpha.
* matrix4::transformBox is wrong and messing up collisions and culling !
The problem isnt really that there s bug, bugs are normal in developpement. Problem is that someone ...
- Sat Aug 05, 2006 5:59 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Project Annoucements SubDirectories ??
- Replies: 4
- Views: 1091
Project Annoucements SubDirectories ??
Hi guys, moderators and co...
I know it s the second post where i will annoy ppl about the forum, but because this is the main "ressource" finder for irrlicht things, the first help, i have something else (again) to ask about this forum.
i dont know exactly where to post this, and who to ask but ...
I know it s the second post where i will annoy ppl about the forum, but because this is the main "ressource" finder for irrlicht things, the first help, i have something else (again) to ask about this forum.
i dont know exactly where to post this, and who to ask but ...
- Wed Jul 26, 2006 6:06 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Search feature of the forum !!!
- Replies: 3
- Views: 532