summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/cheat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Cleaned up rendering of info views. Vas Crabb2021-10-171-8/+11
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-3/+3
* Use std::clamp in more source files AJR2021-08-151-1/+2
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* C++17 string handling updates (without charconv so as not to break GCC 7) AJR2020-12-081-14/+14
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-17/+2
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-7/+7
* (nw) Cleanup on the way: Vas Crabb2020-03-101-13/+13
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+6
* Spelling (#5796) Zoƫ Blade2019-10-241-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* Refactored UI font metrics (#5291) npwoods2019-06-301-2/+8
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-4/+4
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-2/+2
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* small cleanup (nw) Vas Crabb2017-02-021-11/+6
* Don't crash on bad cheat expressions, also make the code look more like 'ente... Vas Crabb2017-02-021-288/+306
* XML refactoring: Vas Crabb2016-12-111-21/+21
* more xmlfile cleanup (nw) Vas Crabb2016-11-171-7/+6
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-45/+45
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* Really fix -debug -cheat crash this time, nw therealmogminer@gmail.com2016-08-271-2/+6
* Save a few lines (nw) Vas Crabb2016-08-191-16/+3
* make path_iterator hold onto its search path Vas Crabb2016-08-191-2/+2
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Reduce repeated string allocation in audit code [Vas Crabb] Vas Crabb2016-07-111-9/+9
* UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-3/+3
* cheat: step one item at a time and write valid xml (nw) cracyc2016-06-231-1/+2
* Fixed compile error: Robbbert2016-06-191-1/+1
* Use ui::text_layout::text_layout and ui::text_layout::word_wrapping enums Nathan Woods2016-06-181-9/+9
* Fix crashing where cheat enabled (nw) Miodrag Milanovic2016-06-121-2/+4
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-2/+2
* using std::vector<std::unique_ptr<xxx>> instead of simple_list<xxx> in cheat ... Miodrag Milanovic2016-06-021-57/+59
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-5/+5
* Relieve UI menus and such from having to constantly fetch UI object from glob... AJR2016-04-261-4/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+1446