| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -2493/+0 |
| * | reduce tagmap lookups (nw) |  Wilbert Pol | 2015-07-31 | 1 | -4/+40 |
| * | blame balrog for this :) (NW) |  Cowering | 2015-07-08 | 1 | -2/+3 |
| * | Another round of -Wextra -Wdouble-promotion fixes. (nw) |  couriersud | 2015-05-20 | 1 | -25/+27 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -9/+9 |
| * | removed bool conversion and implicit empty check (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -2/+2 |
| * | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -12/+12 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0157 |  Miodrag Milanovic | 2014-12-31 | 1 | -1787/+1787 |
| * | Rename led8seg to led8seg{,_gts1} and CTYPE_LED8SEG{,_GTS1} as per hap's requ... |  jbu | 2014-12-09 | 1 | -1789/+1789 |
| * | Add CTYPE_LED8SEG to m_maxstate default setup (nw) |  jbu | 2014-12-09 | 1 | -1/+1 |
| * | bottom new segment was too short |  hap | 2014-12-06 | 1 | -5/+6 |
| * | Add led8seg (Futaba) and use in gts1.lay |  jbu | 2014-12-06 | 1 | -0/+64 |
| * | only normalize component bounds in layout_element::layout_element() when comp... |  Oliver Stöneberg | 2014-10-23 | 1 | -12/+15 |
| * | only calculate m_aspect and m_srcaspect in layout_view::recompute() when they... |  Oliver Stöneberg | 2014-10-21 | 1 | -4/+6 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -7/+7 |
| * | Added support for horizontal 'belt' reels which may be needed for future AWP ... |  James Wallace | 2014-04-02 | 1 | -27/+185 |
| * | made MAME and MESS compile under VS2013, 32bit only for now (nw) |  Miodrag Milanovic | 2014-03-31 | 1 | -0/+10 |
| * | Fixed OSX debugger and clang compile fix (nw) |  Wilbert Pol | 2014-03-11 | 1 | -1/+1 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -33/+15 |
| * | added a few more missing \n in logging / cleanups (nw) |  Oliver Stöneberg | 2014-03-10 | 1 | -2/+2 |
| * | Another round of auto_alloc_array conversions. |  Aaron Giles | 2014-02-20 | 1 | -5/+2 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -42/+42 |
| * | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -1/+1 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -4/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -42/+42 |
| * | removed unreachable code detected by cppcheck (nw) |  Oliver Stöneberg | 2012-12-25 | 1 | -1/+1 |
| * | got rid of generic color overlays, almost all of them were used by only 1 gam... |  Michaël Banaan Ananas | 2012-10-14 | 1 | -11/+0 |
| * | nevermind: yes, should make a triangle/poly primitive instead |  Michaël Banaan Ananas | 2012-10-10 | 1 | -10/+1 |
| * | better use yes/no instead of 1/0 |  Michaël Banaan Ananas | 2012-10-10 | 1 | -1/+1 |
| * | rendlay: added support for folding rects diagonally, allowing you to draw rig... |  Michaël Banaan Ananas | 2012-10-10 | 1 | -1/+11 |
| * | so generic color overlays are supposed to go to emu/layout(?) |  Michaël Banaan Ananas | 2012-10-09 | 1 | -0/+1 |
| * | Since there is no clear way to determine if mouse should be shown or not, I a... |  Miodrag Milanovic | 2012-08-19 | 1 | -2/+0 |
| * | Added internal mouse cursor visible in menus and when clickable artwork is us... |  Miodrag Milanovic | 2012-08-15 | 1 | -0/+3 |
| * | added simple artwork for dendego games |  Michaël Banaan Ananas | 2012-07-11 | 1 | -11/+5 |
| * | Allow image loading outside of layout zip (no whatsnew) |  Miodrag Milanovic | 2012-05-22 | 1 | -1/+2 |
| * | Clean-ups and version bump |  Miodrag Milanovic | 2012-05-21 | 1 | -1/+1 |
| * | Finally done the last part of the dotmatrix changes, which is to create a dot... |  Scott Stone | 2012-05-17 | 1 | -1/+11 |
| * | This is phase 2 of the DMD changes, creating a new '5 dot' element to make it... |  Scott Stone | 2012-05-13 | 1 | -9/+19 |
| * | Clean-ups and version bumpmame0145u8 |  Miodrag Milanovic | 2012-05-07 | 1 | -10/+10 |
| * | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -3/+7 |
| * | Added ability to add the graphics in the external drwho art file to the new r... |  Scott Stone | 2012-04-25 | 1 | -49/+150 |
| * | Started adding support for scrolling reel displays, currently text |  Scott Stone | 2012-04-23 | 1 | -0/+148 |
| * | Refactored a few things related to reels and use of layouts allowing for more... |  Scott Stone | 2012-04-20 | 1 | -0/+26 |
| * | add support for simple text alignment in layout files, defaulting to center |  Michaël Banaan Ananas | 2012-02-11 | 1 | -1/+21 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -1/+0 |
| * | Guess at a fix for clickable artwork. |  Aaron Giles | 2012-02-05 | 1 | -1/+1 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -4/+7 |