summaryrefslogtreecommitdiffstatshomepage
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* More user experience improvements: Vas Crabb2021-10-152-69/+121
* More user experience improvements: Vas Crabb2021-10-145-495/+702
* Various improvements to the user experience: Vas Crabb2021-10-136-588/+1243
* frontend: Keep cleaning up. Vas Crabb2021-10-111-9/+25
* Overdue internal UI enhancements (#8674) Vas Crabb2021-10-091-17/+24
* emu/video.cpp: Set file names via -snapname when exiting in -seconds_… (#8633) 0kmg2021-09-301-2/+2
* docs: explain compressor a bit again hap2021-09-243-5/+6
* docs: explain compressor a bit hap2021-09-243-3/+5
* sound: make the compressor optional (clamp overdrive to -1.0-1.0 when off) hap2021-09-244-1/+20
* -delegates: Fixed structure return with MSVC C++ ABI. Vas Crabb2021-09-211-9/+10
* Update the RTD theme to the 1.0.0rc1 release. I noticed no issues building do... Aaron Giles2021-09-0775-3236/+1364
* docs: Update css for sphinx_rtd_theme to latest version, which includes selec... Aaron Giles2021-09-052-2/+4
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+5
* Add docs for poly_manager. Aaron Giles2021-09-042-0/+1083
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-153-16/+248
* Updated Chinese localisation. [YuiFAN] Vas Crabb2021-05-311-1/+1
* Remove leftover mame64 from docs Olivier Galibert2021-05-252-17/+11
* Docmumentation update/expansion. [Firehawke, Vas Crabb] Vas Crabb2021-05-078-98/+326
* docs: Update build requirements for Ubuntu (#8010) algestam2021-04-281-1/+1
* docs: Update build requirements for Fedora - someone should do this for other... Vas Crabb2021-04-251-1/+1
* Updated compiling document to reflect that MSVC 2019 is working and recommended. Stiletto2021-04-161-6/+3
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-032-6/+6
* Suggested changes to MacOS to build reqs (#7715) mac-a-r0ni2021-01-291-17/+6
* Change "mame64" to "mame" in docs (#7709) Firehawke2021-01-294-209/+209
* Update "2020" text to "2021" (#7713) Stiletto2021-01-283-3/+3
* -docs update: Vas Crabb2021-01-232-84/+165
* Merge tag 'mame0227' into mainline-master Vas Crabb2020-12-314-15/+28
|\
| * version bump for 0.227, some documentation clean-upmame0227 Vas Crabb2020-12-314-15/+28
* | luareference.rst: Move the luareference-input properties together AJR2020-12-261-3/+3
* | natkeyboard: Remove from ioport_manager AJR2020-12-261-5/+5
|/
* Expose a couple more things to Lua so the plugins can show the actual key map... Vas Crabb2020-12-272-20/+45
* docs: Fix up the instantiation sections in the Lua reference. Vas Crabb2020-12-271-60/+60
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-272-41/+555
* docs: Fix mistake on which key was SDL-specific and which was non-SDL AJR2020-12-241-2/+2
* docs: Update list of default keys due to recent removals AJR2020-12-241-7/+2
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-202-27/+36
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-182-10/+608
* -Lua cleanup and documentation migration checkpoint. Vas Crabb2020-12-162-3/+1194
* -luaengine.cpp: Clean up render classes and expose screen image adjustments. Vas Crabb2020-12-134-3/+1005
* docs: Fix a bunch of errors from not reading what I wrote (thanks Ryan). Vas Crabb2020-12-091-9/+9
* -Lua engine cleanup, input edition: Vas Crabb2020-12-093-73/+292
* -luaengine_render.cpp: Work around MSVC ambiguous overload error. Vas Crabb2020-11-263-57/+81
* Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-231-7/+7
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-0/+97
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-4/+4
* -emu/devfind: More cleanup/consistency changes. Vas Crabb2020-11-131-9/+366
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+2
* -emu/dirom.{h,ipp}: Cleaned up and made it stricter. Vas Crabb2020-11-093-105/+180
* docs: Wrote another section of object finder documentation. Vas Crabb2020-11-093-343/+714
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-0/+22