| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce tagmap lookups (nw) |  Wilbert Pol | 2015-07-31 | 1 | -7/+36 |
* | Another round of -Wextra -Wdouble-promotion fixes. (nw) |  couriersud | 2015-05-20 | 1 | -1/+1 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -2/+2 |
* | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -1/+1 |
* | updated astring constructors to have just one string param, to be more like s... |  Miodrag Milanovic | 2015-04-13 | 1 | -1/+1 |
* | There is no implicit conversion to char* in std::string (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
* | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 1 | -3/+3 |
* | ui: use per-container pixel aspect (LUA draw_text bugfix) |  Luca Bruno | 2015-03-16 | 1 | -12/+27 |
* | render.c: render_containers now always make their own copy of the emulation p... |  Alex W. Jackson | 2015-02-23 | 1 | -128/+37 |
* | Add a pointer to the render_container to quad_primitives. This can be |  couriersud | 2015-02-12 | 1 | -0/+4 |
* | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -155/+155 |
* | Added zeroing of texcoords to reset() of render_primitve. The omission |  couriersud | 2015-01-03 | 1 | -4/+10 |
* | Fix compile on clang |  couriersud | 2015-01-02 | 1 | -0/+15 |
* | Palettes are now copied during get_primlist. This should fix |  couriersud | 2015-01-01 | 1 | -108/+178 |
* | render_screen_list::contains - instead of false/true, return number of same i... |  Michaël Banaan Ananas | 2014-07-30 | 1 | -2/+2 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -4/+4 |
* | reverting r28187, if menus are unusable at that size user should make window ... |  Miodrag Milanovic | 2014-04-15 | 1 | -15/+3 |
* | Fix brightness sliders in drivers that use black_pen() and/or white_pen() [Al... |  Alex W. Jackson | 2014-04-14 | 1 | -2/+2 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
* | removed mame_* aliases and just use core_* functions (nw) |  Oliver Stöneberg | 2014-03-24 | 1 | -1/+1 |
* | render.c: clean out dead, broken code accidentally revived by palette rewrite... |  Alex W. Jackson | 2014-03-21 | 1 | -33/+15 |
* | fix crash with -gamma (nw) |  David Haywood | 2014-03-20 | 1 | -1/+4 |
* | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -27/+14 |
* | added a few more missing \n in logging / cleanups (nw) |  Oliver Stöneberg | 2014-03-10 | 1 | -1/+1 |
* | Adding minimum width/height options; defaulting to '0' so there is no change ... |  Nathan Woods | 2014-03-02 | 1 | -3/+15 |
* | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -4/+4 |
* | Revert changes committed by accident. |  Couriersud | 2014-02-26 | 1 | -4/+2 |
* | Minor cosmetic changes for netlist |  Couriersud | 2014-02-26 | 1 | -2/+4 |
* | Another round of auto_alloc_array conversions. |  Aaron Giles | 2014-02-20 | 1 | -15/+1 |
* | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -18/+18 |
* | Converted palette_t and palette_client to classes. General palette.c |  Aaron Giles | 2014-02-18 | 1 | -13/+12 |
* | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -2/+2 |
* | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
* | - "And he did give them CRT bloom, and it scorched their eyes so; and they wept |  Ryan Holtz | 2013-05-19 | 1 | -1/+4 |
* | d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy] |  Ryan Holtz | 2013-01-21 | 1 | -2/+2 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -70/+70 |
* | - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the |  Ryan Holtz | 2012-12-31 | 1 | -0/+2 |
* | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-12-29 | 1 | -0/+1 |
* | When menus are active, enable mouse on full screen (no whatsnew) |  Miodrag Milanovic | 2012-08-16 | 1 | -1/+6 |
* | Properly detect click on artwork buttons when in fullscreen mode (no whatsnew) |  Miodrag Milanovic | 2012-08-15 | 1 | -4/+13 |
* | Revert some changes committed by accident. No WN. |  Couriersud | 2012-05-26 | 1 | -4/+2 |
* | Fix compile again - omitted a file, no WN |  Couriersud | 2012-05-26 | 1 | -2/+4 |
* | Fix some analog control issues due to incorrect assumption |  Aaron Giles | 2012-05-05 | 1 | -3/+3 |
* | Move driver list/enumerator to new file drivenum.c/.h. |  Aaron Giles | 2012-04-06 | 1 | -0/+1 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -8/+8 |
* | Fix several rendering issues with artwork, introduced in the |  Aaron Giles | 2012-01-16 | 1 | -7/+8 |
* | Clean-ups and version bumpmame0144u6 |  Angelo Salese | 2012-01-15 | 1 | -1/+1 |
* | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -120/+38 |
* | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 1 | -14/+14 |
* | Fixing bug that caused render_manager::is_live() to always return true for |  Nathan Woods | 2011-11-05 | 1 | -1/+1 |