summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* video.cpp: Revise 77834407f23ad3418ed90168179ca895080dfa8d to only reset "las... AJR2022-01-221-6/+1
* video.cpp: Restart time counters after loading a save state AJR2022-01-221-1/+11
* Render-related cleanup AJR2021-12-301-0/+1
* expand buffer size from 15 to 16 for %t time in video_manager::open_next (#9039) goldnchild2021-12-251-1/+1
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-44/+0
* Fix various usability issues: Vas Crabb2021-11-021-15/+13
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+3
* emu/video.cpp: Set file names via -snapname when exiting in -seconds_… (#8633) 0kmg2021-09-301-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-14/+12
* options: extended the snapname templates to allow for a timestamp %t option, ... etabeta782021-04-291-0/+12
* options: simplified the statename/snapname logic for naming after image devic... etabeta2021-04-041-14/+2
* Addressed Github issue #7843 (mute on unthrottle) (#7875) MooglyGuy2021-03-221-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-50/+26
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-211-2/+2
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-201-4/+2
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-15/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-10/+10
* Various improvements to image file handling: Vas Crabb2020-10-081-4/+4
* Cleaned up bitmap API. Vas Crabb2020-09-271-2/+2
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* screen/update_now(): fix overwriting last pixel of previous update, fix rende... hap2020-08-081-1/+4
* mmdisplay2: lcd screen was missing 1 line (nw) hap2020-06-141-1/+1
* video: show frameskip max value in speed_text (nw) hap2020-06-141-6/+2
* video: frameskip setting is now upper frameskip limit when autoframeskip sett... hap2020-06-141-2/+7
* video: don't do frameskip related calculations at init time (nw) hap2020-06-131-4/+4
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-1/+1
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-221-363/+66
* (nw) Cleanup on the way: Vas Crabb2020-03-101-1/+1
* fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-291-2/+2
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-7/+7
* fixed -aviwrite/-mngwrite crash with screenless systems [Oliver Stöne… (#6... Oliver Stöneberg2020-01-071-3/+10
* Remove up to one frame of input latency. (#5901) antonioginer2019-11-161-1/+9
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Fix AVI framerate feos2019-10-031-10/+1
* don't force throttling while paused feos2019-09-141-1/+1
* video: additional fix to 33383cdaa727deb627bf65f865515327947a0720 (MAME slowd... hap2019-07-231-3/+4
* Making video_manager::effective_frameskip() public and exposing via LUA npwoods2019-07-181-1/+1
* luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn... cracyc2019-07-141-4/+36
|\
| * luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() feos2019-07-121-4/+36
* | Make layout format more flexible: Vas Crabb2019-07-061-5/+0
|/
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+14
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-14/+5
* video: don't use iter count (nw) hap2019-02-151-1/+5
* video: stop frameskipping constantly on screenless systems with frameskip=0 (nw) hap2019-02-151-2/+3
* Video throttling: Additive oversleeping Celelibi2019-02-151-3/+7
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-2/+2
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-97/+111
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-178/+373