| Commit message (Expand) | Author | Age | Files | Lines |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -5/+14 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -14/+5 |
| * | video: don't use iter count (nw) |  hap | 2019-02-15 | 1 | -1/+5 |
| * | video: stop frameskipping constantly on screenless systems with frameskip=0 (nw) |  hap | 2019-02-15 | 1 | -2/+3 |
| * | Video throttling: Additive oversleeping |  Celelibi | 2019-02-15 | 1 | -3/+7 |
| * | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -2/+2 |
| * | better handling for arbitrary numbers of screens (nw) |  Vas Crabb | 2018-03-12 | 1 | -97/+111 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -178/+373 |
| * | png: make it not leak memory by default, and look a but more like C++ |  Vas Crabb | 2017-08-13 | 1 | -11/+7 |
| * | more const, get rid of forced sleep (nw) |  Vas Crabb | 2017-08-02 | 1 | -16/+7 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -3/+3 |
| * | Remove the minimum constraint for sleep, thus avoid choosing a seemingly |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-20 | 1 | -8/+4 |
| * | Relax the threshold to consider an oversleep as a system time change, |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-18 | 1 | -1/+1 |
| * | Fix video_manager::throttle_until_ticks (#2309) |  057a3dd61f99517a3afea0051a49cb27994f94d | 2017-05-17 | 1 | -1/+6 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -2/+2 |
| * | Fix debug build by removing vestiges of -dummywrite (nw) |  AJR | 2017-03-02 | 1 | -6/+1 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -22/+22 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -10/+10 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -13/+13 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
| * | Fix -nodebug crash (nw) |  therealmogminer@gmail.com | 2016-06-08 | 1 | -8/+10 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -1/+1 |
| * | Revert "Allow for output to verify that a machine's emulation has ended prope... |  Scott Stone | 2016-05-16 | 1 | -9/+3 |
| * | Allow for output to verify that a machine's emulation has ended properly spec... |  Scott Stone | 2016-05-16 | 1 | -3/+9 |
| * | Added ability to create standalone emulators, added zexall as example (nw) |  Miodrag Milanovic | 2016-05-08 | 1 | -1/+1 |
| * | INC -> HXX makes editors and code analyzers see it as C++ (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -1/+1 |
| * | Split UI and frontend part from core [Miodrag Milanovic] |  Miodrag Milanovic | 2016-04-23 | 1 | -7/+6 |
| * | video.cpp: create final snapshot on -str runs even for screenless systems. Fi... |  Ivan Vangelista | 2016-04-22 | 1 | -9/+6 |
| * | Iterate over devices C++11 style |  AJR | 2016-04-18 | 1 | -23/+19 |
| * | Compressed internal layouts [David Haywood] |  Miodrag Milanovic | 2016-03-30 | 1 | -1/+1 |
| * | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -28/+27 |
| * | * Support *n conversion in stream_format/string_format |  Vas Crabb | 2016-03-01 | 1 | -4/+4 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -41/+22 |
| * | ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... |  dankan1890 | 2016-02-27 | 1 | -1/+1 |
| * | draw FPS counter even in menus (nw) |  Miodrag Milanovic | 2016-02-15 | 1 | -1/+1 |
| * | Added new options: |  Michele Fochi | 2016-02-08 | 1 | -7/+15 |
| * | VideoSnaps patch |  Michele Fochi aka motoschifo | 2016-02-07 | 1 | -1/+56 |
| * | Small code cleanup: |  dankan1890 | 2016-01-29 | 1 | -1/+1 |
| * | Pass and return palette devices by reference, not as pointers |  AJR | 2016-01-23 | 1 | -10/+15 |
| * | modernized crosshair_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
| * | Merge pull request #561 from ajrhacker/strings |  Miodrag Milanović | 2016-01-11 | 1 | -2/+2 |
| |\ |
|
| | * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -2/+2 |
| * | | modernize output_manager (nw) |  Miodrag Milanovic | 2016-01-10 | 1 | -1/+1 |
| |/ |
|
| * | tagged_list without tagmap_t (nw) |  Miodrag Milanovic | 2015-12-11 | 1 | -9/+0 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -42/+42 |
| * | Initial conversion of core to C++14. Note that compilers are now limited to G... |  Miodrag Milanovic | 2015-12-03 | 1 | -1/+1 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -1/+1 |