| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -2/+2 | |
| | | |||||
| * | A few minor input fixes and cleanups | 2016-06-25 | 1 | -2/+2 | |
| | | | | | | | - input modules exit() is called twice. Remove the unnecessary input_exit() method - removed unnecessary pointer init in handle_input_event and should_hide_mouse - When registering event callbacks in SDL, don't assume the SDL enum values are int-sized | ||||
| * | Don't crash on input modules not derived from wininput_module (like "none") | 2016-06-18 | 1 | -8/+29 | |
| | | |||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -1/+2 | |
| | | |||||
| * | Iterate over core classes C++11 style | 2016-03-31 | 1 | -17/+16 | |
| | | | | | | | | | C++11 range-based for loops can now iterate over simple_list, tagged_list, core_options, device_t::subdevice_list, device_t::interface_list, render_primitive_list and all subclasses of the above, and much code has been refactored to use them. Most core classes that have these lists as members now have methods that return the lists themselves, replacing most of the methods that returned the object at an owned list's head. (A few have been retained due to their use in drivers or OSD.) device_t now manages subdevice and interface lists through subclasses, but has given up the work of adding and removing subdevices to machine_config. memory_manager has its tagged lists exposed, though the old rooted tag lookup methods have been removed (they were privatized already). | ||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -1/+1 | |
| | | |||||
| * | General code cleanup in input modules. Using ComPtr to manage DirectInput ↵ | 2016-03-18 | 1 | -14/+4 | |
| | | | | | resources. | ||||
| * | cleanup (nw) | 2016-02-29 | 1 | -1/+0 | |
| | | |||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -0/+144 | |
