Page 1 of 1

gui_buildspacing & minimap_startbox removed [0.83]

Posted: 27 Oct 2011, 15:24
by abma
All engine widgets (including the default enabled gui_buildspacing.lua & minimap_startbox.lua) have been moved to examples/Widgets. If a Game needs/wants any of this widget, they've to re-add theirself. Widgets can also installed as user.

All other engine Widgets have been moved to the examples directory, too.

related git commits:

https://github.com/spring/spring/commit ... dbd95b6fd7
https://github.com/spring/spring/commit ... 0fe888c63d

related feature request: http://springrts.com/mantis/view.php?id=2537

Re: Announcement gui_buildspacing & minimap_startbox removed

Posted: 27 Oct 2011, 15:36
by knorke
All the "default" widgets are here:
https://github.com/spring/spring/tree/d ... es/Widgets
In case somebody wants to copy them into the LuaUI\widgets of their game.
(also hooray!)

Re: gui_buildspacing & minimap_startbox removed [0.83]

Posted: 27 Oct 2011, 15:50
by FLOZi
Thanks for the announcement, as well as giving us more control. :-)