| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping | 2025-07-10 | 2 | -35/+62 | |
| | | |||||
| * | viewgfx: add shift/ctrl/alt modifier keys to some controls | 2025-07-08 | 1 | -28/+35 | |
| | | |||||
| * | (emu.h) resampler: don't repeat default settings at several places, remove ↵ | 2025-07-04 | 2 | -21/+21 | |
| | | | | | | | unneeded float<->double conversions, filter/eq: round default q down instead of up (probably has no audible effect) | ||||
| * | audiomix: let's move those new full/channel menus up | 2025-06-25 | 1 | -13/+33 | |
| | | |||||
| * | audiomix: add not initialzed message when entering menu too early (eg. ↵ | 2025-06-25 | 1 | -1/+4 | |
| | | | | | pressing tab on the red warning screen) | ||||
| * | audiomix: put devtag in add ful/channel menu entry | 2025-06-25 | 2 | -11/+11 | |
| | | |||||
| * | filter: move notch filter check to ui | 2025-06-25 | 1 | -4/+18 | |
| | | |||||
| * | docs: update docs after prev audiomix commit | 2025-06-25 | 1 | -2/+2 | |
| | | |||||
| * | audiomix: add full/channel route via menu instead of f/c keys | 2025-06-25 | 2 | -73/+25 | |
| | | |||||
| * | Various fixes: | 2025-06-25 | 15 | -824/+1253 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ui: The new menus were unusable with a touchscreen, and not conducive to localisation. It's still not possible to add sound routes with a touchscreen, but at least it's possible to configure routes that exist. emu/sound.cpp: Fixed localisation issues, less temporary objects. emu/audio_effects: Fixed some localisation issues. plugins/autofire, plugins/inputmacro: Allow deleting autofire buttons or input macros without needing to use the UI Clear input. ui/selmenu.cpp, ui/imgcntrl.cpp: Use terse messages for bad media. Making these messages longer hasn't reduced support burden. Adding the version will just perpetuate the myth that you need to redownload all your ROMs for every release. ui/ui.cpp: Allow info screens to be dismissed by mouse clicks or touches. ui/sliders.cpp: Hiding the menu should preserve state. This is a design choice. sound: Avoid anything that could possibly depend on static initialisation order across transaltion units. Allow speaker position names to be localised. sound/none.cpp: Don't pretend it can create output streams. | ||||
| * | dipalette: add shadow config to savestates, and might as well rename hilight ↵ | 2025-06-24 | 1 | -1/+1 | |
| | | | | | to highlight | ||||
| * | equalizer: check band mask instead of db when building filter | 2025-06-20 | 1 | -1/+1 | |
| | | |||||
| * | compressor: add separator before the 'expert' settings | 2025-06-20 | 1 | -0/+2 | |
| | | |||||
| * | compressor: reorder settings a bit | 2025-06-20 | 2 | -16/+14 | |
| | | |||||
| * | filter,equalizer: do limit rounding with roundf instead of manually | 2025-06-20 | 2 | -12/+12 | |
| | | |||||
| * | audio_effect: move effect title to header (no need to know effect entry ↵ | 2025-06-20 | 4 | -7/+13 | |
| | | | | | number here) | ||||
| * | filter,equalizer: add separators to menu | 2025-06-19 | 2 | -29/+37 | |
| | | |||||
| * | audio_effect: add space between value and unit | 2025-06-19 | 5 | -10/+10 | |
| | | |||||
| * | equalizer: finer control over settings | 2025-06-19 | 5 | -84/+160 | |
| | | |||||
| * | audio_effect: fix some limit issues | 2025-06-19 | 3 | -45/+45 | |
| | | |||||
| * | audiomix: add LR_REPEAT flag when cursor is on db | 2025-06-19 | 1 | -3/+3 | |
| | | |||||
| * | audio_effect: LR_ALWAYS flag is not applicable here | 2025-06-19 | 5 | -4/+5 | |
| | | |||||
| * | audioeffects: fix conflict between effect and resampler menu entries | 2025-06-19 | 2 | -3/+4 | |
| | | |||||
| * | audio_effect: small update to prev commit | 2025-06-19 | 5 | -6/+6 | |
| | | |||||
| * | audio_effect: add reset_all for resetting all variable settings | 2025-06-19 | 8 | -15/+66 | |
| | | |||||
| * | compressor: change most floats to 2-decimals | 2025-06-19 | 1 | -18/+18 | |
| | | |||||
| * | compressor: change channel link range to 0-1 | 2025-06-19 | 1 | -3/+3 | |
| | | |||||
| * | Revert "compressor: add infinite release option (eg. combine with input gain ↵ | 2025-06-19 | 2 | -24/+3 | |
| | | | | | | | of 12db for some sort of replaygain option)" This reverts commit 9033932679e00151b4dcb417c67fdd99a395313a. | ||||
| * | compressor: add infinite release option (eg. combine with input gain of 12db ↵ | 2025-06-19 | 2 | -3/+24 | |
| | | | | | for some sort of replaygain option) | ||||
| * | dpatrol: added bd3.d1 prom [Bitsavers] | 2025-06-19 | 1 | -1/+1 | |
| | | | | | | | (removed one of the sets since it's an overdump) misc: small cleanup | ||||
| * | equalizer: change freq to u32, apply same nyquist freq fix as ↵ | 2025-06-18 | 2 | -12/+12 | |
| | | | | | 1e71f7a0d3bd11974993dd16467432c3bcbb9126 | ||||
| * | filter: allow finer control of frequency with shift+alt | 2025-06-18 | 1 | -16/+20 | |
| | | |||||
| * | -ui/info.cpp: Treat incorrect ROM content as a severe warning. | 2025-06-18 | 2 | -1/+29 | |
| | | | | | | | | | | | -file/winfile.cpp: Added note about file handle buffering. -taito/taitotz.cpp: Use algorithms rather than memcpy. New working clones ------------------ R-Shark (set 2) [twistedsymphony] | ||||
| * | reverb: add more to default_changed | 2025-06-18 | 1 | -0/+2 | |
| | | |||||
| * | reverb: fix config_load typo | 2025-06-18 | 1 | -2/+2 | |
| | | |||||
| * | filter: correction to prev commit | 2025-06-18 | 1 | -4/+6 | |
| | | |||||
| * | ui/audio_effect_reverb.cpp: Fix assert in debug build | 2025-06-17 | 1 | -1/+1 | |
| | | |||||
| * | filter: don't repeat min/max freq values in multiple places | 2025-06-17 | 2 | -15/+18 | |
| | | |||||
| * | ui: improve control over audio filter cutoff freq | 2025-06-17 | 2 | -75/+141 | |
| | | |||||
| * | reverb: remove del key on load preset again, it's awkward | 2025-06-17 | 1 | -7/+1 | |
| | | |||||
| * | reverb: update to prev commit, don't hardcode "Default" in preset string | 2025-06-17 | 1 | -1/+7 | |
| | | |||||
| * | Reenabling the write accessor for the LUA input_class enabled property (#7564) | 2025-06-17 | 1 | -1/+1 | |
| | | | | This is used by BletchMAME to toggle mouse capture on and off | ||||
| * | reverb: detect preset when entering menu | 2025-06-17 | 1 | -2/+2 | |
| | | |||||
| * | sound: | 2025-06-17 | 5 | -5/+753 | |
| | | | | | | | | | move positions to osd interface add special-casing for LFE add reverb (currently too subtle, need to find out why) vgm_visualizer: stop going OOB on the bitmap | ||||
| * | sliders: make sure menu won't be hidden when re-entering it (POLA) | 2025-06-15 | 1 | -0/+8 | |
| | | |||||
| * | sliders: add separator after osd sliders, add todo note about empty slider ↵ | 2025-06-15 | 2 | -1/+8 | |
| | | | | | list check | ||||
| * | sliders: finer control over screen refresh slider, correction to shift+alt ↵ | 2025-06-15 | 2 | -8/+7 | |
| | | | | | incval (although after this commit, nothing has an incval > 100) | ||||
| * | ui: use ui text/bg color for osd text popups | 2025-06-02 | 1 | -2/+2 | |
| | | |||||
| * | ui: add mame version info to the 'missing roms' error msg | 2025-06-01 | 2 | -3/+7 | |
| | | |||||
| * | luaengine: add set_speed_factor | 2025-05-30 | 1 | -1/+1 | |
| | | |||||
