Commit Graph

19 Commits

Author SHA1 Message Date
Stephen Anthony c5f8191b7d Various code cleanups. 2020-11-28 22:16:47 -03:30
thrust26 a643b3d239 minimized UI redraws and renderings when message is displayed
refactored message creation
2020-11-12 10:43:04 +01:00
thrust26 0ec9e7af9f added color parameters to 'Custom' palette, fixes #657 2020-10-31 19:06:58 +01:00
Stephen Anthony 5f2811f2c4 Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams.
This allows data to be stored in a ZIP archive and for Stella to use it as if it were a normal file.
Still TODO is add ZIP write support.
2020-07-25 12:57:12 -02:30
thrust26 5423bc1718 changed all adjustable steps to 1%
updated changes
2020-06-11 17:30:27 +02:00
thrust26 632d19a301 make NTSC custom phase shift not affect Yellow anymore (fixes #656) 2020-06-08 15:27:08 +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
thrust26 521edb5ade added global hotkeys (pageup/down) for current displayed setting (or volume) 2020-05-14 21:18:55 +02:00
thrust26 076c401c1b added gauge bars display when selecting settings too 2020-05-13 20:26:19 +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 bbd418ddb8 renamed palette settings prefix 2020-05-12 16:09:39 +02:00
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 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 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
thrust26 8422b6e44b refactor palette handling into own class
convert brightness, contrast, saturation and gamma
2020-05-08 17:51:19 +02:00