Commit Graph

7335 Commits

Author SHA1 Message Date
Stephen Anthony 6a48cbe64a Updated config files from gnu.org. 2021-11-18 20:48:48 -03:30
Thomas Jentzsch 0f20464445 fixed #841 (setting of phosphor properties) 2021-11-17 19:43:50 +01:00
Stephen Anthony 6b894c803a Final commit for 6.6. 2021-11-16 10:20:41 -03:30
Stephen Anthony c2e6392564 Updated release date to Tuesday, Nov. 16. 2021-11-15 13:00:18 -03:30
Thomas Jentzsch 3930b7e5ca fixed #837 (empty path crashes BrowserDialog) 2021-11-14 15:08:58 +01:00
Stephen Anthony 7b6adb986e Getting ready for 6.6 release. 2021-11-10 14:07:13 -03:30
Stephen Anthony 77b8af771c Update Xcode project; fix Mac build. 2021-11-10 13:12:38 -03:30
Thomas Jentzsch 76a2579e85 Added data grid navigation shortcuts to debugger doc 2021-11-08 17:33:55 +01:00
Thomas Jentzsch 22646e2307 enhanced effects info for PNG snapshots 2021-11-06 13:17:52 +01:00
Thomas Jentzsch 19f0ef5c10 refactored scanline definition 2021-11-04 10:36:12 +01:00
Thomas Jentzsch f21add69a4 forgot to save before committing :) 2021-11-04 09:24:50 +01:00
Thomas Jentzsch 8aa358c2cf updated WhatsNewDialog and Changes.txt
changed developer mode hotkey
2021-11-04 09:23:53 +01:00
Thomas Jentzsch 2555844cdc added switching to bilinear scaling if QIS makes no sense
added 5th scanline mask (aperture grille)
aligned brightness of all scanline masks
updated doc for scanline masks
2021-11-02 11:49:44 +01:00
Thomas Jentzsch abe0d9cf8a added different mask pattern for scanline emulation 2021-11-01 17:55:45 +01:00
Thomas Jentzsch ec6e9394ec disabled random startup bank for CartWD 2021-11-01 08:07:13 +01:00
Thomas Jentzsch f934b9e05e added the usual missing new files 2021-10-30 15:09:33 +02:00
Thomas Jentzsch 9b5f2782df added hotkey for toggling Developer Settings sets 2021-10-30 14:56:03 +02:00
Thomas Jentzsch 4a585c788f renamed one global hot key adjustment 2021-10-30 09:55:23 +02:00
Thomas Jentzsch a924dc6173 added hotkeys for adjusting TV jitter roll 2021-10-30 09:20:51 +02:00
Stephen Anthony 45672f3ee2 Fix compile warnings in gcc/clang. 2021-10-29 14:39:51 -02:30
Thomas Jentzsch 512f4ec43c refactored GlobalKeyHandler 2021-10-29 10:23:14 +02:00
Thomas Jentzsch 735c17f832 replaced dynamic with static cast 2021-10-28 15:50:24 +02:00
Thomas Jentzsch ca03979556 trying to fix Libretro build (part 2) 2021-10-28 15:18:09 +02:00
Thomas Jentzsch 9b02321025 trying to fix Libretro build 2021-10-28 15:17:00 +02:00
Thomas Jentzsch 3972a79cf6 refactored global key handling into own class 2021-10-28 14:06:13 +02:00
Thomas Jentzsch 397246eb71 made BrowserDialog comparing parents instead of parent's sizes (fixes #836) 2021-10-27 19:39:45 +02:00
Thomas Jentzsch ef2b91c7f6 improved UI and doc for interpolation (unavailable for Software renderer) 2021-10-27 11:39:43 +02:00
Thomas Jentzsch 3a90dd4558 added suppression of unwanted global hotkey repeats 2021-10-27 11:13:37 +02:00
Thomas Jentzsch 47db1c9297 refactored AppMode definition 2021-10-27 10:23:41 +02:00
Thomas Jentzsch b1302e2cad fixed two duplicate hotkeys 2021-10-26 10:20:24 +02:00
Thomas Jentzsch f2423348b4 fixed global hotkey for mouse control
minor global hotkey refactoring
2021-10-26 10:11:38 +02:00
Stephen Anthony 8adeaae8ce Fix segfault on some systems when using BrowserDialog during a program run.
Remove old debugging print code.
2021-10-24 13:57:40 -02:30
Stephen Anthony bd7f948d3a Fix gcc warning with braces around MACRO. 2021-10-23 21:51:13 -02:30
Stephen Anthony 3f7cff8902 Fix minor warnings with semicolons. 2021-10-22 19:14:40 -02:30
Thomas Jentzsch fda928912f prevent creating lots of zero-size debugger script files when autosave is enabled 2021-10-21 14:07:33 +02:00
Thomas Jentzsch c59368e118 made PlusROMs command line ID temporary 2021-10-20 20:28:35 +02:00
Thomas Jentzsch 605a155cf5 minor tooltip change for ARM chips emulated 2021-10-20 12:22:17 +02:00
Thomas Jentzsch 38449a9962 removed 'WE' prefix from PlusROM id 2021-10-18 12:32:34 +02:00
Thomas Jentzsch 3394584aa8 switched to new PlusROMs header scheme 2021-10-17 19:33:04 +02:00
Thomas Jentzsch a0338f92a8 fixed Windows serial port names list 2021-10-17 17:29:56 +02:00
Thomas Jentzsch 3feb843a53 updated PlusROM backend wording 2021-10-17 14:53:26 +02:00
Thomas Jentzsch a6f749af41 just a few minor changes 2021-10-17 10:59:11 +02:00
Thomas Jentzsch 9a518a53b9 reactivated direct peeks for PlusROMs 2021-10-16 22:55:08 +02:00
Stephen Anthony 5f1faf9cc7 VS project no longer supports WinXP builds (take 2) 2021-10-16 17:21:31 -02:30
Thomas Jentzsch 9d9d18ca21 renamed bank locked into hotspots locked 2021-10-16 17:30:39 +02:00
Thomas Jentzsch fbcb8dd09d added bank locking in debugger to PlusROM (maybe we should rename it into hotspot locking?) 2021-10-16 17:18:10 +02:00
Thomas Jentzsch 8f81b59e88 disable audio sample saving when TimeMachine is disabled (fixes #835) 2021-10-15 12:10:00 +02:00
Thomas Jentzsch e0564c0661 fixed render recreation 2021-10-15 10:31:37 +02:00
Thomas Jentzsch eafac57d1d fixes #834 (major renderer memory leak) 2021-10-14 19:35:49 +02:00
Thomas Jentzsch 2e4a20e914 added address sanitizer configuration to VS 2021-10-14 17:10:11 +02:00