Commit Graph

605 Commits

Author SHA1 Message Date
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
emb
7001019513 Changed licensing to GPLv3. 2015-01-03 23:09:57 -06:00
emb
9f6ddde34c Adding configuration GUI and sphinx documentation to repository. 2015-01-03 22:47:53 -06:00
emb
44745f0fd2 Merge with menulist 2015-01-03 21:50:39 -06:00
emb
2cebd45f87 Added vertical menu generation, updated layout example. Removed 4x3 layout. 2015-01-03 18:23:58 -06:00
emb
411342dfab Refactoring for future development. 2015-01-02 16:42:58 -06:00
emb
2562f77acd Updated 16x9 layout to showcase new features. 2015-01-02 10:54:36 -06:00
emb
0886df7776 Improving image scale quality. Removed debug print. 2015-01-02 10:41:23 -06:00
emb
054688cec6 Add component tag for layouts (for custom or basic backgrounds). 2015-01-02 10:33:26 -06:00
emb
d309c3b96f Added background image color support. Changed "transparency" to "alpha" for layouts. Fixed code syling. 2015-01-02 09:23:49 -06:00
emb
ccdafb0e8f Removed debug statement for scrolling menu destructor. 2015-01-01 20:38:40 -06:00
emb
b6c60ceb76 Fixed memory leak when scrolling menu is being deallocated. 2015-01-01 20:23:34 -06:00
emb
09ff0ac704 Fixed property assignment to invalid variable for vertical resolution. 2015-01-01 20:23:18 -06:00
emb
450789b94c Removed debug FPS code. 2015-01-01 17:47:57 -06:00
emb
b3ed451e4f Refactored Attract Mode into its own class. 2015-01-01 17:26:02 -06:00
emb
1a9fdabd63 Removed dead code and removed static file scope page variable. 2015-01-01 16:50:43 -06:00
emb
c9ab172865 Cleaned up pre-page building 2015-01-01 16:41:07 -06:00
emb
7f0e4e4a38 Move collection retrieval in RetroFE class to helper method. 2015-01-01 16:38:44 -06:00
emb
df3fe6f314 Moved layout detection to separate method. 2015-01-01 16:33:01 -06:00
emb
457f2c180c Bugfix: attract mode not operating as intended. 2015-01-01 15:19:47 -06:00
emb
2e25dfa251 Removed debug code for font cache and text component. 2015-01-01 14:59:18 -06:00
emb
511c774ffc RetroFE constructor arguments set to pass by reference. 2015-01-01 14:54:01 -06:00
emb
9a56630d46 Make config and DB pass by reference for database classes. 2015-01-01 14:43:23 -06:00
emb
f89d817db6 Removing null checks for Menu being null (handled by PageBuilder) 2015-01-01 14:27:56 -06:00
emb
6410139f87 Setting code formatting standard to allman. 2015-01-01 14:08:42 -06:00
emb
174ea4f4f9 Cleaned up Main initialization handling. This will need to be refactored into a builder class. 2015-01-01 13:29:23 -06:00