| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -252/+0 |
| * | fix memory leak (nw) |  Miodrag Milanovic | 2015-11-06 | 1 | -0/+1 |
| * | Relaxed emu.h a bit, should make compile a bit faster (nw) |  Miodrag Milanovic | 2015-11-05 | 1 | -2/+4 |
| * | Removed mongoose due to restricted license and webserver wip till code is res... |  Miodrag Milanovic | 2015-11-04 | 1 | -6/+0 |
| * | making logerror part of machine and device classes [Miodrag Milanovic] |  Miodrag Milanovic | 2015-11-01 | 1 | -69/+0 |
| * | License self-service. |  Aaron Giles | 2015-05-25 | 1 | -1/+1 |
| * | Added some for Nathan and some more for Nicola (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -6/+2 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -5/+5 |
| * | more conversions to std::string (nw) |  Miodrag Milanovic | 2015-04-19 | 1 | -2/+2 |
| * | cstr() - > c_str() as preparation for move to std::string (nw) |  Miodrag Milanovic | 2015-04-11 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 1 | -2/+2 |
| * | disabled additional logging of popmessage() messages (nw) |  Oliver Stöneberg | 2015-03-17 | 1 | -0/+2 |
| * | write popmessage() to error.log as well - and command-line in DEBUG build (nw) |  Oliver Stöneberg | 2015-03-17 | 1 | -0/+8 |
| * | Cleanups and version bumpmame0158 |  Miodrag Milanovic | 2015-01-28 | 1 | -1/+1 |
| * | Changed osd_font to struct osd_font and removed unnecessary osdepend.h |  couriersud | 2015-01-17 | 1 | -0/+6 |
| * | Fix various typos |  Zoë Blade | 2014-11-30 | 1 | -1/+1 |
| * | Fix for MT05639, which had regressed in rev.30805. nw. |  Fabio Priuli | 2014-08-27 | 1 | -3/+10 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -17/+16 |
| * | Fixed lua engine initialization (nw) |  Miodrag Milanovic | 2014-07-15 | 1 | -1/+2 |
| * | Lua overhaul [Olivier Galibert, Miodrag Milanovic] |  Miodrag Milanovic | 2014-06-10 | 1 | -3/+6 |
| * | made LUA script execute in main thread, but console running in another (nw) |  Miodrag Milanovic | 2014-06-09 | 1 | -0/+2 |
| * | Fix crash due to uninitialized variable (nw) |  Miodrag Milanovic | 2014-06-08 | 1 | -1/+2 |
| * | no need for this, we always return it as is (nw) |  Miodrag Milanovic | 2014-06-08 | 1 | -4/+0 |
| * | Clear manager in destructor (nw) |  Miodrag Milanovic | 2014-06-08 | 1 | -0/+1 |
| * | Fix for listxml crash (nw) |  Miodrag Milanovic | 2014-06-06 | 1 | -3/+3 |
| * | -Created machine_manager as singleton class that contains (for now) one runni... |  Miodrag Milanovic | 2014-06-06 | 1 | -39/+76 |
| * | Placing reverting options on proper place (nw) |  Miodrag Milanovic | 2014-06-03 | 1 | -0/+6 |
| * | Fixed hard-reset (nw) |  Miodrag Milanovic | 2014-04-27 | 1 | -1/+1 |
| * | -Made osd_interface base class for OSD and moved initialization for each subs... |  Miodrag Milanovic | 2014-04-25 | 1 | -4/+24 |
| * | (MESS) New driver added: Xerox Alto 2 [Juergen Buchmueller] |  Miodrag Milanovic | 2014-04-22 | 1 | -1/+12 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -168/+0 |
| * | Small core cleanup (nw) |  Miodrag Milanovic | 2014-04-15 | 1 | -22/+2 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -0/+2 |
| * | Resolved bug MT05443 (nw) |  Miodrag Milanovic | 2014-02-06 | 1 | -8/+0 |
| * | Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... |  Nathan Woods | 2014-01-29 | 1 | -5/+3 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -1/+1 |
| * | web: Fix web options reading from ini, improved load/save state UI [Firehawke] |  R. Belmont | 2013-09-24 | 1 | -0/+8 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -4/+4 |
| * | Moved webengine into separate file, added callbacks for websockets and made e... |  Miodrag Milanovic | 2013-08-12 | 1 | -52/+7 |
| * | fixed mime type (nw) |  Miodrag Milanovic | 2013-08-07 | 1 | -1/+1 |
| * | added json library and working example (nw) |  Miodrag Milanovic | 2013-08-07 | 1 | -1/+29 |
| * | Initial commit of internal web server, mostly to check compiling on various p... |  Miodrag Milanovic | 2013-08-07 | 1 | -1/+21 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -8/+7 |
| * | Since there is no clear way to determine if mouse should be shown or not, I a... |  Miodrag Milanovic | 2012-08-19 | 1 | -2/+2 |
| * | Added internal mouse cursor visible in menus and when clickable artwork is us... |  Miodrag Milanovic | 2012-08-15 | 1 | -0/+12 |
| * | Removed not used code (nw) |  Miodrag Milanovic | 2012-08-14 | 1 | -11/+0 |
| * | Perform validation after reading ini file and check system name, fixes issues... |  Miodrag Milanovic | 2012-06-03 | 1 | -7/+7 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -3/+0 |