Stephen Anthony
|
155839fb0b
|
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
|
8bcb12c00c
|
changed all adjustable steps to 1%
updated changes
|
2020-06-11 17:30:27 +02:00 |
thrust26
|
dda4ec8906
|
make NTSC custom phase shift not affect Yellow anymore (fixes #656)
|
2020-06-08 15:27:08 +02:00 |
thrust26
|
16a3280b56
|
added four global hotkeys which allow selecting and changing several adjustable settings (addresses #631)
|
2020-05-16 09:50:16 +02:00 |
thrust26
|
c06a60d704
|
added global hotkeys (pageup/down) for current displayed setting (or volume)
|
2020-05-14 21:18:55 +02:00 |
thrust26
|
ea98b7a8d0
|
added gauge bars display when selecting settings too
|
2020-05-13 20:26:19 +02:00 |
thrust26
|
020dea9cc8
|
added UI messages with gauge bars for variable values (partially addresses #631)
|
2020-05-13 09:32:11 +02:00 |
thrust26
|
43da84eb08
|
renamed palette settings prefix
|
2020-05-12 16:09:39 +02:00 |
Stephen Anthony
|
5ddaea992d
|
Fixes for warnings in latest g++ and clang, and update libretro port to latest changes.
|
2020-05-11 14:57:01 -02:30 |
thrust26
|
614e28375d
|
code cleanup and bug fixing
|
2020-05-11 10:47:43 +02:00 |
thrust26
|
5aa57decb5
|
some transformation code cleanup
|
2020-05-10 22:53:58 +02:00 |
thrust26
|
5686c37a57
|
add hue adjustment code to PaletteHandler
|
2020-05-10 21:53:02 +02:00 |
thrust26
|
85f438f693
|
added interactive palette display to VideoDialog
|
2020-05-10 19:53:59 +02:00 |
thrust26
|
fd02fb6e86
|
started refactoring VideoDialog
fixed selecting adjustable in NTSCFilter
|
2020-05-09 23:00:16 +02:00 |
thrust26
|
123d2ec9f6
|
remove palette functionality from NTSCFilter
load and save config values in PaletteHandler
|
2020-05-09 21:36:22 +02:00 |
thrust26
|
825c0e516a
|
refactor palette handling into own class
convert brightness, contrast, saturation and gamma
|
2020-05-08 17:51:19 +02:00 |