| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add adjust_periodic() to persistent_timer. Update obvious situations where it... |  Aaron Giles | 2021-09-11 | 1 | -1/+1 |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 1 | -14/+12 |
| |\ |
|
| | * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -14/+12 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-06-04 | 1 | -0/+12 |
| |\| |
|
| | * | options: extended the snapname templates to allow for a timestamp %t option, ... |  etabeta78 | 2021-04-29 | 1 | -0/+12 |
| * | | You know, if I'm nice enough to give you an accessor, please use it. |  Aaron Giles | 2021-04-24 | 1 | -1/+1 |
| * | | Moved 'seconds_to_run' functionality to core machine. Consolidated logic for ... |  Aaron Giles | 2021-04-12 | 1 | -14/+15 |
| * | | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-04-08 | 1 | -15/+3 |
| |\| |
|
| | * | options: simplified the statename/snapname logic for naming after image devic... |  etabeta | 2021-04-04 | 1 | -14/+2 |
| | * | Addressed Github issue #7843 (mute on unthrottle) (#7875) |  MooglyGuy | 2021-03-22 | 1 | -1/+1 |
| * | | Templatize the integer parameter for multiply/divide. Normalize return values... |  Aaron Giles | 2021-04-07 | 1 | -3/+3 |
| * | | Subseconds is now signed, +/-2 seconds, to more closely align with expected u... |  Aaron Giles | 2021-04-03 | 1 | -7/+6 |
| * | | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... |  Aaron Giles | 2021-04-02 | 1 | -24/+25 |
| * | | Added stricter checks on allocation of device timers. Fixed several places th... |  Aaron Giles | 2021-03-27 | 1 | -3/+2 |
| * | | Made m_seconds and m_attoseconds private members to allow for future abstract... |  Aaron Giles | 2021-03-17 | 1 | -4/+4 |
| |/ |
|
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -1/+2 |
| * | More Lua interface cleanup - it's simpler with cleaner underlyng APIs. |  Vas Crabb | 2020-12-27 | 1 | -50/+26 |
| * | util/png: Update add_text to take std::string_view for arguments |  AJR | 2020-12-21 | 1 | -2/+2 |
| * | Fix some oversights and emergent behaviour with view selection. |  Vas Crabb | 2020-12-20 | 1 | -4/+2 |
| * | More Lua engine clean-up and documentation, resulting in core cleanup. |  Vas Crabb | 2020-12-18 | 1 | -15/+5 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -10/+10 |
| * | Various improvements to image file handling: |  Vas Crabb | 2020-10-08 | 1 | -4/+4 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -2/+2 |
| * | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
| * | screen/update_now(): fix overwriting last pixel of previous update, fix rende... |  hap | 2020-08-08 | 1 | -1/+4 |
| * | mmdisplay2: lcd screen was missing 1 line (nw) |  hap | 2020-06-14 | 1 | -1/+1 |
| * | video: show frameskip max value in speed_text (nw) |  hap | 2020-06-14 | 1 | -6/+2 |
| * | video: frameskip setting is now upper frameskip limit when autoframeskip sett... |  hap | 2020-06-14 | 1 | -2/+7 |
| * | video: don't do frameskip related calculations at init time (nw) |  hap | 2020-06-13 | 1 | -4/+4 |
| * | srcclean and manual cleanup (nw) |  Vas Crabb | 2020-04-26 | 1 | -1/+1 |
| * | Refactoring of AVI/MNG recording code (#6537) |  npwoods | 2020-04-22 | 1 | -363/+66 |
| * | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -1/+1 |
| * | fixed some clang-tidy warnings (nw) (#6229) |  Oliver Stöneberg | 2020-01-29 | 1 | -2/+2 |
| * | fixed some clang-tidy warnings (nw) (#6197) |  Oliver Stöneberg | 2020-01-22 | 1 | -7/+7 |
| * | fixed -aviwrite/-mngwrite crash with screenless systems [Oliver Stöne… (#6... |  Oliver Stöneberg | 2020-01-07 | 1 | -3/+10 |
| * | Remove up to one frame of input latency. (#5901) |  antonioginer | 2019-11-16 | 1 | -1/+9 |
| * | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | Fix AVI framerate |  feos | 2019-10-03 | 1 | -10/+1 |
| * | don't force throttling while paused |  feos | 2019-09-14 | 1 | -1/+1 |
| * | video: additional fix to 33383cdaa727deb627bf65f865515327947a0720 (MAME slowd... |  hap | 2019-07-23 | 1 | -3/+4 |
| * | Making video_manager::effective_frameskip() public and exposing via LUA |  npwoods | 2019-07-18 | 1 | -1/+1 |
| * | luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn... |  cracyc | 2019-07-14 | 1 | -4/+36 |
| |\ |
|
| | * | luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() |  feos | 2019-07-12 | 1 | -4/+36 |
| * | | Make layout format more flexible: |  Vas Crabb | 2019-07-06 | 1 | -5/+0 |
| |/ |
|
| * | (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 |