Stephen Anthony
00137fff08
libretro: fix missing KeyMap class.
2019-05-25 11:41:10 -02:30
Stephen Anthony
a41ef9e842
Fix compilation for new keymapping stuff in Linux/libretro.
2019-05-25 11:38:18 -02:30
thrust26
66aaca025d
refactor key mapping using hash map
...
key mapping now allows key + modifier combinations
2019-05-25 15:12:34 +02:00
Stephen Anthony
e6cdfa19fc
Silence warning from clang.
2019-05-24 18:15:32 -02:30
thrust26
7b47cca47a
key for entering Options dialog can now be remapped as documented
2019-05-24 18:31:46 +02:00
Stephen Anthony
e37821cd8a
Fix crash in certain cases (most obvious when selecting cart tabs in debugger).
2019-05-23 18:24:00 -02:30
thrust26
59ebcd7a38
add zoom level hotkeys to documented hardcoded actions
2019-05-23 22:17:39 +02:00
thrust26
2b264242f7
remove 'Backspace' key from hardcoded actions
2019-05-23 21:32:14 +02:00
thrust26
5c234759d7
Merge branch 'master' of https://github.com/stella-emu/stella
2019-05-23 19:05:00 +02:00
thrust26
624a9047df
fix backspace not working in launcher
2019-05-23 19:04:39 +02:00
Stephen Anthony
1a6cc16855
libretro: remove unneeded file.
2019-05-22 08:50:38 -02:30
funbars
0b22befcaa
libretro uwp (fix)
2019-05-22 08:31:11 -02:30
thrust26
8851af72d9
Update change log for frying bug fix
2019-05-21 23:31:28 +02:00
thrust26
d137a7e8af
fix #480
2019-05-21 23:15:20 +02:00
thrust26
351ac20efa
added a few missing CLI parameter descriptions to CLI help
2019-05-19 20:49:19 +02:00
Stephen Anthony
130dea0268
libretro: more cleanup.
2019-05-19 12:26:07 -02:30
Stephen Anthony
e771bdefdd
libretro: minor cleanup.
2019-05-19 12:02:09 -02:30
thrust26
495fe18016
fix #479
2019-05-19 16:20:23 +02:00
thrust26
206b199ec5
highlight focused widget initially
2019-05-19 12:33:12 +02:00
thrust26
d1fb098fd4
removed "height" from doc text and Settings
2019-05-19 11:45:18 +02:00
thrust26
86ebc7716c
minor code fixes
2019-05-19 10:13:55 +02:00
Stephen Anthony
58e8a5f036
Fix minor compile warnings, including using float instead of double in a few places.
2019-05-18 20:48:13 -02:30
funbars
f31df8e7d0
libretro vita
2019-05-18 20:47:38 -02:30
thrust26
d04f315fba
add doc for fullscreen stretch toggling hotkey
2019-05-19 00:14:01 +02:00
thrust26
68a20adaf8
Merge branch 'master' of https://github.com/stella-emu/stella
2019-05-18 15:47:58 +02:00
thrust26
fbeaf90e7a
updated changelog
2019-05-18 15:47:46 +02:00
Stephen Anthony
eda851cf44
libretro: fix compile for recent FrameBuffer method change.
2019-05-18 09:53:34 -02:30
thrust26
4d24326838
make sure that last windowed position is on screen
2019-05-18 12:26:26 +02:00
thrust26
f0cf30a2e0
add non-integral TIA zoom steps (partially addresses #263 )
2019-05-18 10:30:23 +02:00
thrust26
889a4aaeb3
add another cleanup remembering last windowed position code
2019-05-18 09:04:06 +02:00
thrust26
5983ede36d
cleanup remembering last windowed position code
2019-05-18 08:43:02 +02:00
Stephen Anthony
4898675504
Fix warnings, and compile failure for libretro.
2019-05-17 21:53:59 -02:30
thrust26
d4228cc764
make Stella remember the last window position (now Center option makes a difference!)
2019-05-17 22:19:27 +02:00
Stephen Anthony
8d6366113d
libretro: fix warning for unhandled controllers.
2019-05-17 11:20:12 -02:30
funbars
cfaa18493b
libretro controls (fix)
2019-05-17 11:18:06 -02:30
thrust26
d903628dd4
add overscan to launcher
2019-05-16 22:30:37 +02:00
funbars
a938c1c17e
libretro speedup
2019-05-16 14:36:05 -02:30
Stephen Anthony
9ce3abd106
libretro: fix compile flags
...
- turned off most warnings, since this build is not meant for developers
(bugs will be fixed on the main devel machines, where warnings are more useful)
- use C++14 flag for non-Windows builds only
2019-05-15 16:59:03 -02:30
thrust26
302b9e1723
remove overscan from windowed modes
2019-05-15 21:08:55 +02:00
thrust26
da9385f1a8
add overscan option to StellaSettingsDialog
...
fix dialog position when overscan is enabled
2019-05-15 20:05:17 +02:00
funbars
d0eb605de7
libretro runahead
2019-05-15 15:00:58 -02:30
Stephen Anthony
bcbcd5a7dd
libretro: remove unused variable.
2019-05-15 13:53:46 -02:30
thrust26
ae7268df2b
Merge branch 'master' of https://github.com/stella-emu/stella
2019-05-15 18:18:11 +02:00
thrust26
f987f5e2e5
update properties for Thrust and spelling of my name :)
2019-05-15 18:17:58 +02:00
Stephen Anthony
3a4e2b7f3b
Updates to conditional compilation.
...
- Don't create certain directories when not needed
- Don't include certain items in ContextMenu when not applicable
2019-05-15 13:30:27 -02:30
funbars
5502c4c5fb
libretro cleanup (startup)
2019-05-15 12:25:58 -02:30
funbars
9317775890
libretro options (reorder)
2019-05-15 12:25:10 -02:30
funbars
712fe8a4e4
libretro uwp
2019-05-15 08:30:29 -02:30
Christian Speckner
28e2eee87c
RAII wrapper for sqlite transactions, better transaction handling in key value repo.
2019-05-15 10:32:01 +02:00
Stephen Anthony
28b3ab2aed
Updated changelog for 'hidpi' mode.
...
Still need to update the docs, but that's much more work (and it needs updating for other features too).
2019-05-14 18:42:52 -02:30