Page 1 of 1

porting from 0.7.9 to 0.8.2 help needed[SOLVED}

Posted: Sun Oct 20, 2013 18:21
by maori
Hi Guys

Any documentation avail for porting ?
I seen this http://cegui.org.uk/wiki/Changes_and_Po ... _for_0.8.0
but not really complete what happened to for example CEGUIFalagardWRBase.lib and windows

project is quite big now so need to find what I need to change what libs have been merged etc,etc so I can start this port over :(


Cheers

Re: porting from 0.7.9 to 0.8.2

Posted: Wed Oct 23, 2013 15:16
by maori
hi guys

having some probs finding whats new and changed from 0.7.9

stuff like the below for now

setGUISheet(background);
.getWindow
addChildWindow
(CEGUI::UVector2(cegui_reldim(1.0f), cegui_reldim( 1.0f)));
tooltip->setFadeTime(0.2f);

setSelectionBrushImage dosnt take 2 overloads now ??

Re: porting from 0.7.9 to 0.8.2 help needed

Posted: Mon Nov 04, 2013 02:07
by maori
anybody able to help me out with the above ?

Re: porting from 0.7.9 to 0.8.2 help needed

Posted: Mon Nov 04, 2013 14:00
by Kulik
Hi, sorry, I have completely missed this thread for some reason... :?

CEGUIFalagardWRBase.lib was renamed, now it's called CEGUICoreWindowRendererSet. (Which makes no sense, I have no idea why we named it Core... Probably a rare mental weakness in the CEGUI team. Have to check this)

regarding setGUISheet, 0.8 has a new concept called GUIContext, it is described in porting tips.

I think tooltips no longer fade with custom C++ code but with XML defined animations instead. You can change the animations to whatever you like in your looknfeel. (Even make custom animations that don't just fade)

Not sure about setSelectionBrushImage, Images are now referenced with "Imageset/Image" instead of "set:Imageset image:Image".

Re: porting from 0.7.9 to 0.8.2 help needed

Posted: Tue Nov 05, 2013 07:21
by maori
Hi Kulik

Thanks for the help bud just one more is it possible to port my datafile over to .0.8.*
been out the loop for a while but in CEED snapshot 11 I cant see 0.8 in the target cegui version or would that be the 0.1 option available ?

Re: porting from 0.7.9 to 0.8.2 help needed

Posted: Tue Nov 05, 2013 12:55
by Kulik
Yes, unfortunately 1.0 got renamed to 0.8 quite close to the release date. CEED has yet to see a new release that will fix this. It is already fixed in the repo though.

Re: porting from 0.7.9 to 0.8.2 help needed

Posted: Tue Nov 05, 2013 14:25
by maori
cheers Kulik

much appreciated