30 Commits

Author SHA1 Message Date
emb
86f80f06cb Adding status tag component 2015-01-18 20:09:14 -06:00
emb
efe651ea4e Removed debug code. 2015-01-17 21:50:28 -06:00
emb
a83b2431bc Changing %COLLECTION_NAME% to %ITEM_COLLECTION_NAME% for consistency 2015-01-17 21:18:13 -06:00
emb
bed4687506 Bug fix: configuration was wiping out launcher variables. 2015-01-17 21:16:16 -06:00
emb
5c48661f7b Adding a item path property and setting default path for if baseItemPath did not exist. 2015-01-17 13:04:54 -06:00
emb
b19dd4b822 Add support to predict the media path if not specified in Settings.conf files. uses %baseMediaPath% 2015-01-17 11:55:38 -06:00
emb
50f8375a0b Support for config files to reference config variables (i.e %someConfigName%) 2015-01-17 09:51:40 -06:00
Don Honerbrink
39e7b71b1d Fixed linux case sensitivity issue with splash screen path. 2015-01-14 12:46:06 +00:00
Don Honerbrink
e3d5a7b553 Flushing log buffer every time a print is performed (masks useful information when a crash occurs). 2015-01-13 23:12:36 +00:00
emb
ac3552ff91 Added background-alpha tweening. 2015-01-12 23:56:19 -06:00
emb
f823d497a9 Added load font size option for quality purposes. Added showcase theme (requires artwork, working on licensing before adding to repo). 2015-01-12 23:24:26 -06:00
emb
e8653d2b71 Re-fixed colors for text images. 2015-01-12 18:49:22 -06:00
emb
b3efc5526e Fixed crash when list is empty. Moved texture blending assignment to Font class. 2015-01-12 12:37:53 -06:00
emb
bce77bba23 Fixed font rendering bleeding effects. 2015-01-12 12:11:13 -06:00
emb
1609cf65ad Altered font rendering to allow black. Still see bleeding effects. Might need to do per-pixel alpha values. 2015-01-11 18:36:07 -06:00
emb
a101f851e9 backgroundAlpha attribute is scale changed from a 0.0 to 10 (previously was hex 0-FF). 2015-01-11 13:21:27 -06:00
emb
1131749e5d Delete video video texture in main thread to prevent "blip" of displaying old video when highlighting a new item. 2015-01-11 13:04:59 -06:00
emb
3ee6663350 Splash screen support. Changed to use Lato font. Fixed issues where lists are empty. 2015-01-11 11:43:35 -06:00
emb
03b07cf126 Video instance is now a singleton (checkin error previously). changed where video texture is destroyed to improve performance. 2015-01-08 23:55:28 -06:00
emb
4dd2c97fd6 Video instance is now a singleton. Allocate new buffer when a video of largest size being played. Keeping pipeline open when changing videos. 2015-01-08 23:29:01 -06:00
emb
76032584ac Removed QOS from video playback. Removed unused buffer. 2015-01-08 22:33:26 -06:00
Don Honerbrink
be707fe444 Forgot to save menu static const ints in PageBuilder.cpp 2015-01-08 14:13:48 +00:00
emb
5ef32c1da7 Moved static const menu options to cpp file 2015-01-08 07:18:25 -06:00
Don Honerbrink
c4f247e3f5 ChangeI static const int ti const int in header file. 2015-01-08 13:10:14 +00:00
Don Honerbrink
d983686206 AttractMode needed cstdlib header to compile in linux. 2015-01-08 04:22:20 +00:00
emb
48100b6465 Removed debug sleep call. 2015-01-07 22:01:05 -06:00
Don Honerbrink
197c09eddf Stripped out file copies from cmake. 2015-01-06 20:12:30 +00:00
Don Honerbrink
dab80e58a0 Remove library bundling from cmake 2015-01-06 20:09:49 +00:00
Don Honerbrink
76eaba4573 Moved shared library scraping to separate build target. 2015-01-06 17:50:35 +00:00
emb
1458f13d9a Moved RetroFE to its own subdirectory. 2015-01-04 11:48:21 -06:00