[fixed] CodeBlocks project file

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
gerdb
Posts: 194
Joined: Wed Dec 02, 2009 8:21 pm
Location: Dresden, Germany

[fixed] CodeBlocks project file

Post by gerdb »

Hi,

i downloaded svn version and still found an error in codeblocks project file under target Win32-release-accurate-static which
builds its object files in the folder Win32-release-dll

pls correct this to "static"

thx in advance
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [BUG] CodeBlocks project file

Post by CuteAlien »

Ah yeah, I had fixed it recently in trunk, but I guess you use the 1.8 branch. Should really have been in there already - I've backported it now (r4753).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

Re: [fixed] CodeBlocks project file

Post by AReichl »

I write this here, because i don't want to open a new thread:

In 'trunk' the file "EFocusFlags.h" is missing.

You also mentioned some more problems with "CGUITreeView", but don't have the time to check.
I would like to do that (doing something USEFULL for Irrlicht, hehe).
Maybe you have a simple sample of the problem(s) or can describe it.
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [fixed] CodeBlocks project file

Post by CuteAlien »

OK, I'll add the header (compiles without, but makes searching for all files in a project always easier).
edit: OH.... I though it's missing in the project-file... I forgot to check it in completely - oops :-) Thanks!

CGUITreeView... ah yeah the code that made me explode yesterday when I found the 5th problem in a row *sigh*.
The 2 bugs which are open and which I know about are:
- Display of the selected element is messed up when scrolling left-right.
- Last line often does not show at all (maybe when scrollbars are there, didn't dig deeper yet).
If you want to fix that you're very welcome :-) You can start with https://code.google.com/p/irr-playgroun ... _focus.cpp
- just kick out all the other elements. Or create your own tests, add enough items to a treeview element (more than fit into it without scrolling) with addChildBack and the bugs should start showing up. I didn't even try any more complicated tests like deleting nodes or moving them around so far.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

Re: [fixed] CodeBlocks project file

Post by AReichl »

Found 5 bugs and corrected some of them (the rest as fast as possible).
Where can i put the changes (with description and maybe some pictures)?
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [fixed] CodeBlocks project file

Post by CuteAlien »

You can post them here (put the pictures for example on imgur then you can link to them). Patches can also be in the patch-tracker which can take files I think.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply