| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -2/+2 |
| * | video.cpp: Revise 77834407f23ad3418ed90168179ca895080dfa8d to only reset "las... |  AJR | 2022-01-22 | 1 | -6/+1 |
| * | video.cpp: Restart time counters after loading a save state |  AJR | 2022-01-22 | 1 | -1/+11 |
| * | Render-related cleanup |  AJR | 2021-12-30 | 1 | -0/+1 |
| * | expand buffer size from 15 to 16 for %t time in video_manager::open_next (#9039) |  goldnchild | 2021-12-25 | 1 | -1/+1 |
| * | plugins: Moved the timecode recording functionality to a plugin. |  Vas Crabb | 2021-11-02 | 1 | -44/+0 |
| * | Fix various usability issues: |  Vas Crabb | 2021-11-02 | 1 | -15/+13 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -3/+3 |
| * | emu/video.cpp: Set file names via -snapname when exiting in -seconds_… (#8633) |  0kmg | 2021-09-30 | 1 | -1/+1 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -14/+12 |
| * | options: extended the snapname templates to allow for a timestamp %t option, ... |  etabeta78 | 2021-04-29 | 1 | -0/+12 |
| * | 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 |
| * | 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 |
| * | 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 |