Commit Graph

347 Commits

Author SHA1 Message Date
Martí­n Lucas Golini
6d14696337 Color now is RGB.
ColorA now is Color.

--HG--
branch : dev
2017-04-11 02:03:52 -03:00
Martí­n Lucas Golini
7c69ea0f45 Added UIControl::find and UIControl::bind to easy layout element binding.
--HG--
branch : dev
2017-04-10 22:07:27 -03:00
Martí­n Lucas Golini
32c8ba1819 Many UI fixes.
TextureAtlasEditor now uses XML layout.
Added UIWidgetCreator.

--HG--
branch : dev
2017-04-10 05:02:38 -03:00
Martí­n Lucas Golini
eee63bf784 Renamed EE::Gaming module to EE::Maps.
--HG--
branch : dev
2017-04-10 00:28:04 -03:00
Martín Lucas Golini
3605bf894d Minor UI API changes.
--HG--
branch : dev
2017-04-09 20:32:51 -03:00
Martí­n Lucas Golini
304a97f0b1 Added UILoader.
--HG--
branch : dev
2017-04-08 21:51:34 -03:00
Martí­n Lucas Golini
b5e2920aa3 Minor changes.
--HG--
branch : dev
2017-04-08 18:16:55 -03:00
Martí­n Lucas Golini
c4804482c5 Renamed UIFontStyleConfig::updateFontStyleConfig to UIFontStyleConfig::updateStyleConfig
to stop clang complaining.

--HG--
branch : dev
2017-03-30 01:20:18 -03:00
Martí­n Lucas Golini
e09b07ecc0 Added ClippingMask class, for clipping with scissor test, clip planes and stencil test.
Fixed some minor problems.

--HG--
branch : dev
2017-03-30 01:17:11 -03:00
Martí­n Lucas Golini
12c74347ac RectangleDrawable WIP.
Drawables now can keep a position.
Some code clean up.

--HG--
branch : dev
2017-03-29 03:02:59 -03:00
Martí­n Lucas Golini
867f640e36 PrimitiveDrawables WIP.
--HG--
branch : dev
2017-03-27 12:13:16 -03:00
Martín Lucas Golini
a870de7db4 PrimitiveDrawable and ArcDrawable WIP.
--HG--
branch : dev
2017-03-26 22:16:03 -03:00
Martí­n Lucas Golini
bb0a6cacda Refactored Font and Text classes.
--HG--
branch : dev
2017-03-24 04:49:14 -03:00
Martí­n Lucas Golini
97558261ae Minor fix.
--HG--
branch : dev
2017-03-24 03:33:58 -03:00
Martí­n Lucas Golini
e88dd406b3 Optimized text selection performance.
--HG--
branch : dev
2017-03-24 03:10:27 -03:00
Martí­n Lucas Golini
b29b8bcd69 Added Text::setFillColor to substrings from the text string.
Renamed Text::setFlags and Text::getFlags to Text::setAlign and Text::getAlign.
A couple of random fixes.

--HG--
branch : dev
2017-03-24 02:10:39 -03:00
Martí­n Lucas Golini
7121b0a8e7 Fixed a couple of getter/setter.
--HG--
branch : dev
2017-03-22 03:21:54 -03:00
Martí­n Lucas Golini
ca9950b282 Minor clean up.
--HG--
branch : dev
2017-03-21 23:34:50 -03:00
Martí­n Lucas Golini
8d1535fa62 UISkinSimple and UISkinComplex now use Drawables instead of SubTextures.
--HG--
branch : dev
2017-03-21 03:04:48 -03:00
Martí­n Lucas Golini
4a085c1928 Minor fixes.
--HG--
branch : dev
2017-03-21 02:30:43 -03:00
Martí­n Lucas Golini
18033b0c3d Fixed a stack overflow bug in the memory manager.
Updated SOIL2.

--HG--
branch : dev
2017-03-21 01:49:50 -03:00
Martí­n Lucas Golini
03080c4478 Fixes.
--HG--
branch : dev
2017-03-20 11:59:57 -03:00
Martí­n Lucas Golini
a2fd80c7e8 Made UIManager::loadLayoutNodes. There's no reason to no make public this.
( this will enable users to create custom windows from code ).

--HG--
branch : dev
2017-03-20 00:56:01 -03:00
Martí­n Lucas Golini
338940a177 UIImage is now UISubTexture.
Implemented a new UIImage based on Drawables instead of SubTextures.
Added DrawableSearcher class.
Fixed some UI bugs.

--HG--
branch : dev
2017-03-19 22:32:02 -03:00
Martí­n Lucas Golini
b0d0e2e579 Renderer refactor.
--HG--
branch : dev
2017-03-19 20:10:24 -03:00
Martí­n Lucas Golini
8fe28f8d99 Other minor clean up.
--HG--
branch : dev
2017-03-19 19:18:30 -03:00
Martí­n Lucas Golini
95cc075cc6 Minor clean up.
--HG--
branch : dev
2017-03-19 13:51:32 -03:00
Martí­n Lucas Golini
b00b6908ea More clean up.
--HG--
branch : dev
2017-03-18 04:38:37 -03:00
Martí­n Lucas Golini
4bfd40b7b9 Refactored color classes.
Added Graphics::Drawable class.

--HG--
branch : dev
2017-03-18 04:09:53 -03:00
Martí­n Lucas Golini
59d428f663 Reimplemented UIProgressBar without using the ScrollParallax class.
Removed UISkin::getSubTexture.

--HG--
branch : dev
2017-03-18 01:32:40 -03:00
Martí­n Lucas Golini
58ca5b82ca UIMenuSubMenu and UIMenuCheckbox don't rely on UISkin::getSubTexture anymore.
--HG--
branch : dev
2017-03-18 00:38:37 -03:00
Martí­n Lucas Golini
c0975dd80d Code clean up and refactoring.
Removed HaikuTTF from the project.

--HG--
branch : dev
2017-03-17 23:17:21 -03:00
Martí­n Lucas Golini
0a71104127 Translator class WIP.
--HG--
branch : dev
2017-03-16 02:41:55 -03:00
Martí­n Lucas Golini
c154544563 ADded UITheme::getSkin.
Fixed UIListBox default row height.

--HG--
branch : dev
2017-03-15 21:42:23 -03:00
Martín Lucas Golini
96adf132a2 Fixed console performance issues.
--HG--
branch : dev
2017-03-15 20:12:06 -03:00
Martín Lucas Golini
dea1267bcb cacheWidth should be protected.
--HG--
branch : dev
2017-03-15 16:05:55 -03:00
Martín Lucas Golini
f0a2171f62 Minor optimization.
--HG--
branch : dev
2017-03-15 14:22:59 -03:00
Martí­n Lucas Golini
734698c070 Minor change.
--HG--
branch : dev
2017-03-15 12:13:02 -03:00
Martí­n Lucas Golini
775eb656ca More refactor and fixes.
--HG--
branch : dev-font
2017-03-15 01:57:35 -03:00
Martí­n Lucas Golini
a341fe4652 Minor refactor.
--HG--
branch : dev-font
2017-03-13 12:08:02 -03:00
Martí­n Lucas Golini
06bab95613 More clean up.
--HG--
branch : dev-font
2017-03-13 03:16:25 -03:00
Martí­n Lucas Golini
e562e9bac6 Some clean up.
--HG--
branch : dev-font
2017-03-13 01:52:25 -03:00
Martí­n Lucas Golini
30a2d9277a More changes.
--HG--
branch : dev-font
2017-03-13 01:10:10 -03:00
Martí­n Lucas Golini
43f9c600fc New Font class integrated to the old Font class.
--HG--
branch : dev-font
2017-03-12 23:42:26 -03:00
Martí­n Lucas Golini
786b8d67b3 WIP new font class.
--HG--
branch : dev-font
2017-03-12 21:02:10 -03:00
Martí­n Lucas Golini
cbad5e7ded Some fixes and changes in Texture class.
--HG--
branch : dev-font
2017-03-12 16:26:42 -03:00
Martí­n Lucas Golini
f07c98fee3 Clean up.
--HG--
branch : dev-font
2017-03-12 02:51:12 -03:00
Martí­n Lucas Golini
e16989f293 Refactoring Font and TextCache class.
--HG--
branch : dev-font
2017-03-11 21:55:42 -03:00
Martí­n Lucas Golini
71269b8ae8 Added loadLayoutFromStream and loadLayoutFromPack.
--HG--
branch : dev
2017-03-11 17:34:33 -03:00
Martín Lucas Golini
a97c3e8756 Fixed some compilation issues on windows.
--HG--
branch : dev
2017-03-11 03:15:21 -03:00