| Commit message (Expand) | Author | Age | Files | Lines |
* | srcclean (nw) |  Vas Crabb | 2019-05-26 | 1 | -1/+1 |
* | inputmap.cpp: Further cleanup (nw) |  AJR | 2019-05-24 | 1 | -2/+0 |
* | inputmap: fix gcc compile(unused variable) (nw) |  hap | 2019-05-24 | 1 | -12/+0 |
* | Improve sorting of items for machine input menu. Inputs of the same type are ... |  AJR | 2019-05-24 | 2 | -53/+76 |
* | ui/menu.cpp: Provide more helpers (nw) |  AJR | 2019-05-22 | 4 | -24/+71 |
* | ui/menu.cpp: Privatize a few variables (nw) |  AJR | 2019-05-22 | 11 | -227/+225 |
* | viewgfx.cpp : Allow palette alpha value viewable (#5073) |  cam900 | 2019-05-18 | 1 | -1/+1 |
* | luaengine: make machine_flags fields of game_driver rather than a new table |  feos | 2019-05-13 | 1 | -48/+42 |
* | luaengine: add machine_flags library |  feos | 2019-05-12 | 1 | -1/+71 |
* | explain emu.register_callback(callback, name), add emu.step() |  feos | 2019-05-09 | 1 | -1/+6 |
* | luaengine comments: add missing info: |  feos | 2019-05-09 | 1 | -20/+26 |
* | improve luaengine comments (fixes and updates) |  feos | 2019-05-08 | 1 | -104/+381 |
* | Fix compile warning under Emscripten (nw) |  Justin Kerk | 2019-03-31 | 1 | -1/+1 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 34 | -1820/+3250 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 34 | -3250/+1820 |
* | update UI and XML output for additional emulation status flags |  Vas Crabb | 2019-03-17 | 3 | -29/+78 |
* | Fix crash when exiting directly while filter UI is active (GitHub #4596) |  Vas Crabb | 2019-02-04 | 1 | -1/+10 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2019-01-27 | 2 | -5/+8 |
* | -selgame: Fixed compilation on MSVC 2017, nw |  MooglyGuy | 2019-01-20 | 1 | -8/+10 |
* | Fix "undefined symbols" linking error (nw) |  AJR | 2019-01-19 | 1 | -0/+2 |
* | Make search apply to the filtered list in system/software selection menus, an... |  Vas Crabb | 2019-01-19 | 3 | -114/+143 |
* | restore functionality of the "Add to Favorites" item on the main in-emulation... |  Vas Crabb | 2019-01-19 | 1 | -12/+73 |
* | see if Tea-CI likes this better (nw) |  Vas Crabb | 2019-01-19 | 2 | -6/+6 |
* | More UI stuff: |  Vas Crabb | 2019-01-19 | 14 | -521/+1323 |
* | UI cleanup continues: |  Vas Crabb | 2019-01-15 | 20 | -1006/+1312 |
* | Make search not suck as badly (use algorithm derived from Jaro-Winkler simila... |  Vas Crabb | 2019-01-14 | 10 | -234/+417 |
* | apply -verbose after processing command-line options and after first pass ove... |  Vas Crabb | 2019-01-12 | 4 | -29/+35 |
* | fix MSVC (llvm toolset) compile (nw) |  Peter Ferrie | 2019-01-06 | 1 | -1/+1 |
* | (nw) one shouldn't copy/paste spelling errors; also clean up some comments |  Vas Crabb | 2019-01-04 | 1 | -10/+10 |
* | Make informational verbs a bit more consistent, reduce copy/pasted code, a sl... |  Vas Crabb | 2019-01-04 | 3 | -217/+195 |
* | ui/inputmap.cpp: Eliminate qsort (nw) |  AJR | 2018-12-28 | 2 | -22/+7 |
* | ui/pluginopt: pass ui cancel to lua (nw) |  cracyc | 2018-12-21 | 1 | -0/+3 |
* | Attempted fix for MT 07049 (nw) |  AJR | 2018-11-25 | 1 | -3/+3 |
* | Spelling corrections (nw) |  AJR | 2018-11-25 | 1 | -1/+1 |
* | clifront.cpp: 'a brief list of options' is a lie, make it more truthful. |  mooglyguy | 2018-11-12 | 1 | -3/+3 |
* | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 3 | -4/+4 |
* | luaengine: fix clang build (nw) |  cracyc | 2018-11-05 | 1 | -1/+1 |
* | luaengine: add pixels (nw) |  cracyc | 2018-11-04 | 1 | -0/+11 |
* | Improved screen:pixel description, nw |  mooglyguy | 2018-11-04 | 1 | -1/+1 |
* | luaengine: Added pixel(x,y) function. [Ryan Holtz] |  mooglyguy | 2018-11-04 | 1 | -2/+7 |
* | luaengine: background color for draw_text (nw) |  cracyc | 2018-11-03 | 1 | -6/+7 |
* | luaengine: make render.targets table a property to match the doc (nw) |  cracyc | 2018-10-31 | 1 | -2/+2 |
* | luaengine: fix typo (nw) |  cracyc | 2018-10-31 | 1 | -1/+1 |
* | actually use offset argument in item:read_block(offset, count) |  feos | 2018-10-31 | 1 | -4/+4 |
* | forgot newline |  feos | 2018-10-31 | 1 | -0/+1 |
* | luaengine: add description comments for emu.item() |  feos | 2018-10-31 | 1 | -2/+10 |
* | -options: Restored erroneously-removed game-specific INI option reversion bet... |  mooglyguy | 2018-10-05 | 1 | -0/+3 |
* | plugins/portname: add softlist parent loading and import tag (nw) |  cracyc | 2018-10-03 | 1 | -0/+2 |
* | Improve file selection search behaviour |  Vas Crabb | 2018-09-27 | 2 | -82/+105 |
* | (nw) fix lots of inadverently mutable static pointers |  Vas Crabb | 2018-09-20 | 1 | -3/+3 |