Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some MEWUI to UI renames (nw) | 2016-02-04 | 35 | -148/+148 | |
| | |||||
* | Initial import of MEWUI to MAME [Dankan1890] | 2016-02-04 | 48 | -595/+15399 | |
| | |||||
* | Initialize m_load_save_hold | 2016-02-03 | 1 | -0/+1 | |
| | |||||
* | Allow saved states to be bound to joystick buttons | 2016-02-02 | 1 | -4/+23 | |
| | |||||
* | Do not read the load/save state filename while sequence is still pressed | 2016-02-02 | 2 | -0/+20 | |
| | | | | | | | Fixes the issue where, if the save state button was bound to something that was a legal save state input, it would occasionally immediately save the state onto the same button as "save state" input itself was bound. | ||||
* | Do not handle any UI inputs immediately after state load/save | 2016-02-02 | 1 | -0/+3 | |
| | | | | | | | | Before this change, if you try to save state to a bound which already does something as a UI button, it will save state there and then immediately execute the bound action (sometimes it would not happen). So, if you have state to P, with default button it would pause the game immediately after saving state (except sometimes it would not). | ||||
* | Software list entries can now supply slot option defaults | 2016-01-30 | 1 | -1/+1 | |
| | | | | | | This feature is enabled when executing 'mame driver software'. After the specified software is found in the software list and attached to an appropriate image device, the software part's feature list is examined for any feature whose name is that of a slot device with _default appended. The feature's value field becomes the slot's default option, which overrides any driver-specified default and can be overridden by user-specified options. No software lists have been updated to use this feature at the moment. | ||||
* | replace osd_lock with std::mutex [Miodrag Milanovic] | 2016-01-30 | 10 | -47/+47 | |
| | |||||
* | Merge pull request #589 from dankan1890/master | 2016-01-29 | 3 | -6/+5 | |
|\ | | | | | Small code cleanup | ||||
| * | Small code cleanup: | 2016-01-29 | 3 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | - corealloc.h: added macro definition for global_alloc (nothrow) memory allocation. - textbuf.cpp / wavwrite.cpp: removed pointless cast. - debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop. - diimage.cpp: simplified "device_image_interface::set_image_filename" function. - miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable. - ui.cpp: removed unused code. | ||||
* | | make internal mousepointer(that big orange one) smaller and less jaggies | 2016-01-29 | 1 | -2/+3 | |
|/ | |||||
* | Cleanups and version bumpmame0170 | 2016-01-27 | 1 | -2/+2 | |
| | |||||
* | Have sound_stream::input_name return the std::string it constructs | 2016-01-24 | 1 | -1/+1 | |
| | |||||
* | Pass and return palette devices by reference, not as pointers | 2016-01-23 | 1 | -1/+1 | |
| | | | | | | - Add screen_device::has_palette() - Require device_gfx_interface::gfx() and palette() to access members - Getters for atari_vad_device return devices as references, not pointers | ||||
* | Print messages for BTANBs, nw | 2016-01-24 | 1 | -1/+17 | |
| | |||||
* | reverting: | 2016-01-20 | 8 | -29/+29 | |
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | ||||
* | Revert "rest of device parameters to std::string (nw)" | 2016-01-20 | 2 | -7/+7 | |
| | | | | This reverts commit caba131d844ade3f2b30d6be24ea6cf46b2949d7. | ||||
* | Revert "Fix for hang, emu_options::add_slot_options was changed, other ↵ | 2016-01-20 | 3 | -7/+7 | |
| | | | | | | things are just cleanup (nw)" This reverts commit 841a55985e60a16f745422fb9aa06c420d8be8ba. | ||||
* | Fix for hang, emu_options::add_slot_options was changed, other things are ↵ | 2016-01-18 | 3 | -7/+7 | |
| | | | | just cleanup (nw) | ||||
* | rest of device parameters to std::string (nw) | 2016-01-16 | 2 | -7/+7 | |
| | |||||
* | tags are now strings (nw) | 2016-01-16 | 8 | -29/+29 | |
| | | | | fix start project for custom builds in Visual Studio (nw) | ||||
* | modernize rom_load_manager (nw) | 2016-01-11 | 1 | -6/+6 | |
| | |||||
* | image_manager modernized and move some things around (nw) | 2016-01-11 | 1 | -1/+1 | |
| | |||||
* | modernized crosshair_manager (nw) | 2016-01-11 | 2 | -5/+5 | |
| | |||||
* | Merge pull request #561 from ajrhacker/strings | 2016-01-11 | 5 | -20/+14 | |
|\ | | | | | Return std::string objects by value rather than pass by reference [ajrhacker] | ||||
| * | Return std::string objects by value rather than pass by reference | 2016-01-10 | 5 | -20/+14 | |
| | | | | | | | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string | ||||
* | | modernized ui_input_manager (nw) | 2016-01-10 | 5 | -74/+74 | |
|/ | |||||
* | modernized bookkeeping manager (nw) | 2016-01-10 | 1 | -3/+3 | |
| | |||||
* | removed memory tracking (nw) | 2016-01-08 | 10 | -41/+41 | |
| | |||||
* | Just name not acronym (nw) | 2015-12-31 | 1 | -1/+1 | |
| | |||||
* | Revert "removing MESS brand and making MAME a name not acronym (nw)" | 2015-12-31 | 1 | -1/+1 | |
| | | | | | | Too contraversial for now :) This reverts commit 47bf03513e4fc8a916144fcc43fc9826aa03bedb. | ||||
* | removing MESS brand and making MAME a name not acronym (nw) | 2015-12-31 | 1 | -1/+1 | |
| | |||||
* | Fix UI message for software selection | 2015-12-28 | 1 | -2/+2 | |
| | |||||
* | cleanup (nw) | 2015-12-25 | 1 | -2/+0 | |
| | |||||
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ | 2015-12-17 | 4 | -5/+5 | |
| | | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear | ||||
* | macro removal INLINE -> static inline (nw) | 2015-12-12 | 1 | -1/+1 | |
| | |||||
* | tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) | 2015-12-09 | 3 | -15/+15 | |
| | |||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 39 | -490/+490 | |
| | |||||
* | Initial conversion of core to C++14. Note that compilers are now limited to ↵ | 2015-12-03 | 2 | -2/+2 | |
| | | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] | ||||
* | Cleanups and version bumpmame0168 | 2015-11-25 | 2 | -6/+6 | |
| | |||||
* | Fixed some suggestions by ReSharper C++ (nw) | 2015-11-14 | 2 | -5/+5 | |
| | |||||
* | More cleanups (nw) | 2015-11-11 | 3 | -5/+5 | |
| | |||||
* | Some cleanups and init fixes with help of ReSharper C++ (nw) | 2015-11-11 | 14 | -42/+19 | |
| | |||||
* | nw, more PVS-Studio fixes | 2015-11-09 | 1 | -1/+0 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 20 | -0/+0 | |
| | |||||
* | Relaxed emu.h a bit, should make compile a bit faster (nw) | 2015-11-05 | 20 | -1/+23 | |
| | |||||
* | Removed mongoose due to restricted license and webserver wip till code is ↵ | 2015-11-04 | 1 | -1/+0 | |
| | | | | restructured (nw) | ||||
* | making logerror part of machine and device classes [Miodrag Milanovic] | 2015-11-01 | 5 | -13/+13 | |
| | | | | display tag of device that logged message | ||||
* | Cleanup and version bumpmame0167 | 2015-10-28 | 3 | -22/+22 | |
| | |||||
* | Removed some unused variables (nw) | 2015-10-27 | 2 | -3/+0 | |
| |