Page 1 of 1

Chili Updates (WIP)

Posted: 07 Jan 2013, 20:24
by jK
https://github.com/jk3064/chiliui/commits/master

Did some chili updates:
  • gajop made an EditBox control
  • fixed 2 massive performance leaks
  • added 2 new helpful debug widgets (inspector & profiler)
  • hovering fx
Image

Re: Chili Updates (WIP)

Posted: 07 Jan 2013, 22:13
by FLOZi
fixed 2 massive performance leaks
Common issues or just major issues when they happen?

Re: Chili Updates (WIP)

Posted: 07 Jan 2013, 22:15
by gajop
right in time for christmas :)

Re: Chili Updates (WIP)

Posted: 08 Jan 2013, 08:27
by Forboding Angel
Yay! :-)

JK could you please put configuration settings for chili into a config file so updating doesn't cause loss of all settings?

Re: Chili Updates (WIP)

Posted: 09 Jan 2013, 07:38
by jK
FLOZi wrote:Common issues or just major issues when they happen?
1. wasted time when multiple controls were updated in the same frame (so 99% of all cases)
2. none obj.font:Set...() did a `if (newvalue == oldvalue) then` check, and so caused many redundant updates (occurs less often, but iirc ResourceBars is affected by this)
Forboding Angel wrote:Yay! :-)

JK could you please put configuration settings for chili into a config file so updating doesn't cause loss of all settings?
There are no configuration settings? o_O

Re: Chili Updates (WIP)

Posted: 09 Jan 2013, 21:40
by jK
made another update, most interesting one is this:
https://github.com/jk3064/chiliui/commi ... ec43015e0e

Re: Chili Updates (WIP)

Posted: 09 Jan 2013, 22:22
by gajop
awesome.. that would a game changer for me, for the unit & feature def browsers f.e, haven't yet tried it out though!

Re: Chili Updates (WIP)

Posted: 10 Jan 2013, 12:46
by Forboding Angel
Oops... Herped when I shoulda derped.

Re: Chili Updates (WIP)

Posted: 24 Jan 2013, 00:24
by jK
even more changes:
* new Chili.ComboBox control
* new Chili.Line (horizontal & vertical spacer)
* some skin tweaks
* many bugfixes
* visibility checking (much faster rendering of scrollpanels!)
* better focus handling
* use "Nimbus Sans L" in Robocracy skin

Re: Chili Updates (WIP)

Posted: 25 Jan 2013, 01:01
by jK
Image