194 Commits

Author SHA1 Message Date
Don Honerbrink
51a27e66c2 Fixing case sensitivity issue for video path 2015-03-04 22:07:22 -06:00
Don Honerbrink
e8b3c4b7ca Updating menu.xml to use Sega Genesis as a list item. 2015-03-05 04:02:58 +00:00
emb
4b36310102 Adding a readme 2015-03-04 21:44:26 -06:00
Don Honerbrink
ac49e37d74 Added all possible key commands to controls.conf 2015-03-04 22:58:49 +00:00
Don Honerbrink
597b95ee3e Re-adding mamed layout files from merge conflict. 2015-03-04 14:39:17 -06:00
Don Honerbrink
77389a513d Merged in phulshof/retrofe (pull request #2) 2015-03-04 14:12:03 -06:00
Pieter Hulshoff
77b2e327ba Added Roboto-Bold.ttf to the MAMEd themes. 2015-03-04 20:36:50 +01:00
Pieter Hulshoff
47123a14d1 Changed symbolic links in MAMEd theme with copies.. 2015-03-04 20:30:54 +01:00
emb
2f1e0d7a62 Fixing issue where controls are not properly configured. 2015-03-04 12:46:12 -06:00
emb
7c587f2c19 Remove Mamed layouts (uses symlinks and breaks windows) 2015-03-04 12:22:01 -06:00
emb
ecae25cd3b Fix scrolling orientation for submenu (copy constructor issue). 2015-03-04 12:21:20 -06:00
emb
01ea724caf Added roboto-bold theme to default layout. 2015-03-04 12:11:53 -06:00
Pieter Hulshoff
c3b4c68513 Added MAMEd theme for 16x9 and 4x3 setup. 2015-03-04 11:11:35 +01:00
emb
8f35fba18e changed strings to cstrings for ofstream constructors in linux 2015-03-03 23:05:17 -06:00
emb
857a229eea adding includes for mkdir in linux. 2015-03-03 22:59:03 -06:00
emb
dd6a1dbb94 Loading splash screen (Pulling in timmybs latest layout changes) 2015-03-03 22:51:58 -06:00
emb
44227259d6 Adding -createcollection commandline argument 2015-03-03 22:44:38 -06:00
emb
b9126f2476 Adding layout minShowTime argument to set the minimum amount of time for a splash screen to show. 2015-03-03 21:21:57 -06:00
emb
8f78cc0d16 Change to additive blending for fonts. 2015-03-03 12:58:17 -06:00
emb
2a52b66ace Merge with 2 axis navigation 2015-03-03 12:32:22 -06:00
emb
fa5f425743 Made changes after testing. Support option to use up/down if left/right is not configured (and vice versa). 2015-03-03 12:31:39 -06:00
Don Honerbrink
79b4a7e3de Adding (untested) 2 way menu axis support (using the scrollOrientation parameter) 2015-03-03 11:56:38 -06:00
Don Honerbrink
b5cd4c17df Starting new branch 2015-03-03 11:08:04 -06:00
emb
f249aa2678 Adding Sega Genesis collection (royalty free ROM) 2015-03-02 23:10:16 -06:00
emb
e39b30c5d0 Cleaned up log output. 2015-03-02 21:58:45 -06:00
emb
a29b0ee528 Checking in supplimenting config file to also support images for number buttons, players, and year 2015-02-27 23:17:27 -06:00
emb
a9dbc4e004 Added genre type. Fixed invalid error where folders starting with _ were treated as actual collections. 2015-02-27 23:16:47 -06:00
emb
c7dccd7109 Support to display a reloadable image for the currently selected collection. 2015-02-27 22:23:26 -06:00
emb
86e37ab230 Multi-color font support. 2015-02-27 20:03:27 -06:00
Don Honerbrink
861b6cafd2 Importing timmyb's latest layout 2015-02-26 22:27:22 -06:00
emb
278866f6d6 Removing layout setting from collection configs. Updating generic comments in configs. 2015-02-26 21:47:48 -06:00
Don Honerbrink
b534d2f582 MenuParser.cpp edited online with Bitbucket 2015-02-27 03:33:13 +00:00
Don Honerbrink
0e7eb9a5fa Address layout case-sensitivity issues for linux 2015-02-27 03:28:24 +00:00
Don Honerbrink
510c85f6ad Updating scrollinglist copy constructor to include the selected sprite list index 2015-02-26 19:30:48 +00:00
emb
97635859d5 Fixed VerticalMenu selectedIndex bug (selecting wrong item) 2015-02-26 12:35:58 -06:00
emb
7f1f6137b6 Added support for system_artwork/video playback. 2015-02-26 12:35:11 -06:00
emb
cae0198bf9 Merge with lowercase directories 2015-02-25 22:49:58 -06:00
emb
c010852bab Integrating new directory structure . 2015-02-25 22:49:24 -06:00
emb
1c3758499a Fixing compiler warnings for linux 2015-02-25 17:54:40 -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