157 Commits

Author SHA1 Message Date
Pieter Hulshoff
733cc61b5d Close branch lowercase directories. 2016-05-03 13:54:20 +00:00
emb
c010852bab Integrating new directory structure . 2015-02-25 22:49:24 -06:00
Don Honerbrink
49d2fd7c6a Integrating media paths to search for system directory in collections. 2015-02-25 17:08:54 -06:00
Don Honerbrink
55d014fb71 Changed default media path to be the Collections directory if baseMediaPath is not set 2015-02-25 16:51:17 -06:00
Don Honerbrink
1b18117658 Porting to new directory structure format (lowercase convention). 2015-02-25 15:11:05 -06:00
emb
17a3ecd97f Simplifying cmake for /MD option (was supposed to be using /MD) 2015-02-25 12:18:39 -06:00
Don Honerbrink
b30b7e7a7b Setting all cxx and c types to use /MT instead of /MD 2015-02-25 17:47:53 +00:00
Don Honerbrink
569d64493a Edited cmake to statically link CRT (for XP compatibility) 2015-02-25 17:32:14 +00:00
emb
e9b329bc8c Clean up unused variables. Added -Wall compiler option for linux. 2015-02-25 07:49:29 -06:00
emb
9fa29078b1 add media search path for manufacturer (%baseMediaPath%/_Manufacturer) 2015-02-24 22:23:27 -06:00
emb
dbf51f62d8 Backed out changeset: 503d446c0a64 2015-02-24 20:35:59 -06:00
emb
1f084f3ca6 Added dos2unix.exe to tools 2015-02-24 19:59:38 -06:00
Don Honerbrink
b5b65cd7a6 AttractMode.cpp edited online with Bitbucket 2015-02-24 18:57:36 +00:00
Don Honerbrink
84b04d1781 Defining _CRT_RAND_S for windows (an attempt to accomodate windows XP) 2015-02-24 17:39:01 +00:00
emb
ecda106b19 (finally) fixing mingw console window. 2015-02-23 23:44:38 -06:00
emb
a1d1b9662e Removing console window when starting retrofe for mingw. 2015-02-23 23:18:11 -06:00
emb
4ce39766d7 Fix mingw compiler error (font was missing cstdio for memset) 2015-02-23 23:12:30 -06:00
emb
dd6571a156 Fix mingw compiler error (font was missing cstdio for memset) 2015-02-23 23:09:40 -06:00
emb
7b5ba862f7 XP support (using mingw compiler) 2015-02-23 22:15:26 -06:00
emb
2e9f82b16e Fixing text alignment issues. PageBuilder is still incorrectly calculating offsets for yOrigin on verticalList. 2015-02-23 13:00:32 -06:00
Don Honerbrink
bf7a347511 Changing menu list offsets (edited online with Bitbucket) 2015-02-20 21:19:44 +00:00
emb
54e954efcc Updated database name to match new db implementation. 2015-02-20 12:44:42 -06:00
emb
f858f55bc4 Fonts can have more than one color. Moved splash to default theme. 2015-02-19 21:59:09 -06:00
emb
750d0c6c7e Fix gcc compile error due to ScrollingList improperly calling constructor. 2015-02-19 20:43:28 -06:00
emb
0399c125d7 Merge with tween refactor 2015-02-19 16:29:37 -06:00
emb
90484cf90a Fixed ScrollingList parent class copy constructor execution. 2015-02-19 16:29:07 -06:00
emb
af451bfa81 Breaking tweens up into 4 classes for readability. Created copy constructors. ScrollingList copy constructor still causes crash when update is called. 2015-02-19 07:39:17 -06:00
Don Honerbrink
1f8441a0ce Moved implementations from header files to cpp files. Removed unused functions. 2015-02-17 16:39:13 -06:00
Don Honerbrink
86200ad731 Ran astyle to follow allman coding standard. 2015-02-17 08:41:07 -06:00
emb
6c4dfcb9af Created Copy constructor for TweenSets (for reuse). Prepare for component copy constructor. 2015-02-16 12:49:23 -06:00
emb
c74ddfb582 Moved more component implementations from header file to source. 2015-02-16 07:51:23 -06:00
emb
5d455d1174 Cleanup from old sandbox code. Moved component implementation from header file to source file. 2015-02-16 07:48:57 -06:00
emb
10b65d7021 Renamed TweenSet to TweenSets 2015-02-15 23:14:51 -06:00
emb
dafb0a9b51 Renamed TweenAttributes to TweenSets. 2015-02-15 23:12:07 -06:00
Don Honerbrink
f9410748f1 Text.cpp edited online with Bitbucket 2015-02-10 22:00:16 +00:00
Don Honerbrink
9baac1bac2 Text.cpp edited online with Bitbucket 2015-02-10 21:44:04 +00:00
Don Honerbrink
0725ef60dc Add clipping for text max width. 2015-02-10 14:58:31 -06:00
emb
9f7290bb12 Text now is a fallback option if reloadable media cannot load image. 2015-02-10 13:00:20 -06:00
emb
a4c29eeb7b Not specifying height/width uses videos native size. 2015-02-09 21:25:26 -06:00
emb
a81b1bc5ad Fixed reloadableImage issue when loading manufacturer. 2015-02-09 20:55:46 -06:00
emb
4c67820012 Missed else/if for scaling. 2015-02-09 20:19:09 -06:00
emb
6184e89e81 Fixed min/max scaling. 2015-02-09 20:03:49 -06:00
Don Honerbrink
5db3d3f174 Support for manufacturer tag. 2015-02-09 10:30:07 -06:00
emb
6ee43b6b86 Disabling submenus temporarially to support multi-menu layouts. 2015-02-05 07:53:44 -06:00
Don Honerbrink
4429b1edf5 Adding include/exclude support after porting. Lists are also alphabetical. 2015-02-04 23:47:15 -06:00
emb
ccb354e8b6 Fixed issue where animation from previous menu shows up for reloadable components. 2015-02-04 12:36:22 -06:00
emb
8df517437c Fixed updating for reloadable components when paging up/down. 2015-02-04 07:52:46 -06:00
emb
57c22451f3 Updated layout with timmybs progress (not complete). 2015-02-04 07:38:14 -06:00
emb
262114ba99 Fixed menuIndex tween sets (was not picking right xml sibling). 2015-02-03 21:35:38 -06:00
emb
6601457a8d Added menuenter and menuexit tween order based on if entering or exiting menu. 2015-02-03 18:17:15 -06:00