Commit Graph

5930 Commits

Author SHA1 Message Date
thrust26 41573ca65d Revert "removed audio dialog screenshot"
This reverts commit a0505a9739.
2020-05-16 16:42:12 +02:00
thrust26 15dbea7d74 added two more methods to global hotkeys
updated and restructured hotkey documentation
2020-05-16 13:00:38 +02:00
thrust26 9e7940af95 added four global hotkeys which allow selecting and changing several adjustable settings (addresses #631) 2020-05-16 09:50:16 +02:00
Stephen Anthony 8e8db77e49 Very small optimization for const char* instead of strings. 2020-05-15 19:22:36 -02:30
Stephen Anthony 2e4bc09545 Partially revert previous commit: fix ROM launcher not showing properties in certain cases. 2020-05-15 15:25:27 -02:30
Stephen Anthony c8c3a7cd81 libretro: Return nullptr when necessary. 2020-05-15 09:33:39 -02:30
Stephen Anthony f5917d1f98 libretro: Fix sound code for latest refactoring. 2020-05-14 21:03:25 -02:30
thrust26 521edb5ade added global hotkeys (pageup/down) for current displayed setting (or volume) 2020-05-14 21:18:55 +02:00
thrust26 d08eb6262e a little bit of polishing 2020-05-14 11:12:56 +02:00
thrust26 076c401c1b added gauge bars display when selecting settings too 2020-05-13 20:26:19 +02:00
thrust26 06a1477019 make sure that debugger command 'stepwhile' doesn't run forever. 2020-05-13 16:00:20 +02:00
thrust26 60f144d9d4 increase maximum iterations and performance of RunToPC command 2020-05-13 13:33:17 +02:00
thrust26 986ff09935 fix #635 (<=2K ROMs rewind broken) 2020-05-13 10:56:34 +02:00
thrust26 b8cd71d75a added UI messages with gauge bars for variable values (partially addresses #631) 2020-05-13 09:32:11 +02:00
thrust26 16f36b9876 update default keys and doc for palette adjustments 2020-05-13 09:25:22 +02:00
Stephen Anthony f4086e4bf4 libretro: Remove redundant code. 2020-05-12 14:00:08 -02:30
Stephen Anthony 7532fbf88a Some more header file cleanups, hopefully resulting in faster compile
times.
2020-05-12 13:52:33 -02:30
Stephen Anthony 8807e91d04 libretro: Fixed #634. 2020-05-12 11:51:55 -02:30
thrust26 a0505a9739 removed audio dialog screenshot 2020-05-12 16:12:03 +02:00
thrust26 b8a7128ad0 added missing screen shots 2020-05-12 16:11:02 +02:00
thrust26 39b5a663e9 updated doc 2020-05-12 16:10:22 +02:00
thrust26 bbd418ddb8 renamed palette settings prefix 2020-05-12 16:09:39 +02:00
thrust26 e618af8182 Moved two more mouse settings to Mouse tab 2020-05-12 15:21:15 +02:00
thrust26 cb21530fd7 Merge branch 'feature-palette' 2020-05-11 21:19:52 +02:00
thrust26 20dc4e9374 Fixed minimal zoom and message area width 2020-05-11 21:18:49 +02:00
Stephen Anthony d3bca5f9a6 Don't include some header files when we don't need to. 2020-05-11 16:15:34 -02:30
Stephen Anthony 1e0c6c382c Update Xcode project for class changes. 2020-05-11 15:33:42 -02:30
Stephen Anthony 5a069cd44b Fixes for warnings in latest g++ and clang, and update libretro port to latest changes. 2020-05-11 14:57:01 -02:30
thrust26 a867eb6b4f bugfix audio widgets enabling 2020-05-11 16:18:43 +02:00
thrust26 208969fcbe refactored Video and Audio dialogs into common dialog
created new EmulationDialog
(re)moved some includes to reduce compile time
2020-05-11 16:15:12 +02:00
thrust26 a3ed86846a code cleanup and bug fixing 2020-05-11 10:47:43 +02:00
thrust26 72bd162951 some transformation code cleanup 2020-05-10 22:53:58 +02:00
thrust26 31124cabef add hue adjustment code to PaletteHandler 2020-05-10 21:53:02 +02:00
thrust26 441aa6c867 added interactive palette display to VideoDialog 2020-05-10 19:53:59 +02:00
thrust26 8fc7413d8f improved VideoDialog alignment
moved "Center Windows" to UIDialog
2020-05-10 12:46:54 +02:00
thrust26 b660bd3466 started refactoring VideoDialog
fixed selecting adjustable in NTSCFilter
2020-05-09 23:00:16 +02:00
thrust26 498b931ab9 remove palette functionality from NTSCFilter
load and save config values in PaletteHandler
2020-05-09 21:36:22 +02:00
Stephen Anthony 2a521200ad Don't create an array of size 0. 2020-05-09 15:13:08 -02:30
thrust26 8422b6e44b refactor palette handling into own class
convert brightness, contrast, saturation and gamma
2020-05-08 17:51:19 +02:00
Stephen Anthony 4cccff1a17 Use our own version of PI, since M_PI isn't defined everywhere. Fixes #630.
Also, consistently use float instead of mixing float and double (compiler complains otherwise).
2020-05-08 02:12:58 -02:30
thrust26 c34d33511d fix window position saving when changing zoom via hotkey 2020-05-07 23:09:11 +02:00
thrust26 1db8084b6b fixed palette cycling
updated doc for phase shift hotkeys
improved scanlines hotkey messages
2020-05-07 10:36:36 +02:00
Stephen Anthony ef87297f25 libretro: Fix compilation error when including unnecessary header file. Fixes #628. 2020-05-06 21:56:47 -02:30
thrust26 15cf0e3bfd Merge branch 'master' of https://github.com/stella-emu/stella 2020-05-06 21:32:44 +02:00
thrust26 a1c7a080e2 initial commit 2020-05-06 21:30:43 +02:00
Stephen Anthony a379ad4c1a Added '_scanend' pseudo-register to track scanlines at end of last frame. Fixes #624. 2020-05-04 14:19:02 -02:30
Stephen Anthony ffb265dfda libretro: Fix #627. 2020-05-04 12:25:43 -02:30
thrust26 d1e89660d1 minor UI alignment fixes 2020-05-04 10:28:46 +02:00
thrust26 2318af1685 small optimizations of detection code 2020-05-04 09:46:04 +02:00
thrust26 cb37e905e5 add properties for test ROM "spin4a50" 2020-05-04 09:34:33 +02:00