480 Commits

Author SHA1 Message Date
emb
09790bb08c Cleaned up ScrollingList. Support for multiple menus. 2015-01-30 12:53:50 -06:00
emb
b2bb225805 Sandbox code for multiple menus 2015-01-24 15:43:19 -06:00
emb
d8e62be2d9 Updating layout to show reloadable text. 2015-01-19 20:11:28 -06:00
emb
7a4239ea11 Stopping windows from balking because of busy processing. 2015-01-19 19:50:51 -06:00
emb
90c7abf97d Merge with Status component 2015-01-19 16:46:07 -06:00
emb
41a760b481 Merge with metadata 2015-01-19 16:45:52 -06:00
emb
ef4ed3c299 Added hyperlists 2015-01-19 16:40:15 -06:00
emb
226e250ab7 Meta data is broken down as folders. 2015-01-19 15:35:32 -06:00
emb
4072f25b14 Support ability to import hyperlist 2015-01-19 13:21:04 -06:00
emb
898d2dedb3 Removed collection database concept. Replacing with a metadata concept. 2015-01-19 09:35:08 -06:00
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
db1a284bb5 Adding (inaccurate) UML design notes 2015-01-14 12:28:33 -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
1a82ea34a2 Updating to support new layout tags 2015-01-13 12:55:06 -06:00
emb
ef6de75ce4 Disabling subcollections for now (postponing until next release). 2015-01-13 12:30:26 -06:00
emb
d83923db7a Updated main collection to use showcase layout. 2015-01-13 06:47:11 -06:00
emb
985b0e4d0e Added border around video in main layout. Tweens on enter and exit of layout. 2015-01-12 23:59:43 -06: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
Don Honerbrink
4914a01cee README.md edited online with Bitbucket 2015-01-09 15:23:47 +00:00
Don Honerbrink
dec178726d Updated build instructions 2015-01-09 15:22:45 +00: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
12c9668c8b Merged develop into default 2015-01-07 12:00:26 -06:00
Don Honerbrink
2e62d1715a Close branch develop 2015-01-07 12:00:26 -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
7950085e8b Moving assets to package directory (root of repo). 2015-01-05 12:53:33 -06:00
emb
1458f13d9a Moved RetroFE to its own subdirectory. 2015-01-04 11:48:21 -06:00