thrust26
|
4a3f23a69f
|
updated doc for missing GameInfoDialog save button
|
2020-12-21 10:30:30 +01:00 |
thrust26
|
f0d3e118bf
|
fixed missing GameInfoDialog save button
|
2020-12-21 10:24:38 +01:00 |
thrust26
|
23ba83ec6e
|
update docs (Launcher keys, upper case hotkeys)
|
2020-12-21 10:24:12 +01:00 |
thrust26
|
f396ae421c
|
limited redraw debug output to DEBUG_BUILD
|
2020-12-21 09:14:42 +01:00 |
Stephen Anthony
|
aefb9075ae
|
Final batch of brace conversion.
Added const in a few places.
|
2020-12-20 21:08:00 -03:30 |
Stephen Anthony
|
ac09bcd032
|
Move duplicated 'trim' function to BSPF.
Remove unused methods from Settings.
|
2020-12-20 20:05:41 -03:30 |
Stephen Anthony
|
11241b9871
|
More conversion to brace syntax.
|
2020-12-20 18:14:28 -03:30 |
Stephen Anthony
|
60c991e171
|
Fix segfault when exceptions are thrown on errors.
That was exactly the point of exceptions; to NOT crash the app!
|
2020-12-20 13:39:28 -03:30 |
Stephen Anthony
|
b36729a825
|
Make variables initialized in c'tor initialization list use brace-syntax.
- This is on the advice of one of the static analyzers we use.
- More classes have to be converted; this is only the first pass.
|
2020-12-20 12:06:10 -03:30 |
Stephen Anthony
|
1ae5a73afe
|
Fixed a clang warning.
|
2020-12-20 12:04:28 -03:30 |
Stephen Anthony
|
085d718c5e
|
Fix minor warning.
|
2020-12-20 11:14:29 -03:30 |
thrust26
|
c081481825
|
added mouse support to editable widgets
added missing hotkeys to launcher context menu
updated docs
|
2020-12-20 15:13:03 +01:00 |
Stephen Anthony
|
e837e1f94c
|
Disabled PlusROM for now, until we find more time to work on it.
|
2020-12-19 18:35:16 -03:30 |
Stephen Anthony
|
a891f5cb33
|
libretro: Fix warnings with memset; use default initialization instead.
|
2020-12-18 23:29:25 -03:30 |
Stephen Anthony
|
2f5166e81e
|
Various fixes for suggestions from cppcheck.
|
2020-12-18 19:25:27 -03:30 |
thrust26
|
e76fed006b
|
minor enhancement of input global keys
|
2020-12-18 22:34:36 +01:00 |
thrust26
|
dbdc984e77
|
fixed specific mouse axes for paddles (fixes #746)
added specific mouse axes properties for SWOOPS
|
2020-12-18 16:17:03 +01:00 |
Stephen Anthony
|
351b27c6b5
|
Some of the checkers don't like stray Unicode in ASCII files.
|
2020-12-18 11:03:24 -03:30 |
thrust26
|
7a67f2e6d4
|
reordered hotkeys and fixed UI for driving controller sensitivity (value used for digital input too)
|
2020-12-18 09:09:45 +01:00 |
thrust26
|
b8117caefd
|
removed JOYSTICK_SUPPORT checks to align with header file
|
2020-12-18 08:13:55 +01:00 |
Stephen Anthony
|
14bd210005
|
libretro: Fix compile errors (PlusROM and some minor joystick stuff).
|
2020-12-17 23:58:35 -03:30 |
Stephen Anthony
|
1a79ea09c5
|
Add PlusROM to Xcode project.
|
2020-12-17 23:51:25 -03:30 |
Stephen Anthony
|
ba4547a1e4
|
Add PlusROM to Visual Studio project.
|
2020-12-17 23:45:02 -03:30 |
Stephen Anthony
|
37c61fe93e
|
Added beginning infrastructure for PlusROM support.
For now, none of the network functionality is present; PlusROM's are correctly detected, though.
|
2020-12-17 23:27:22 -03:30 |
thrust26
|
026f64d69d
|
changed sorting of saved mappings for easier debugging
|
2020-12-17 22:47:07 +01:00 |
thrust26
|
f59dd35f65
|
added new hotkey mappings
|
2020-12-17 22:27:42 +01:00 |
Stephen Anthony
|
1e35b680bf
|
Arrgh, should have just left this alone.
|
2020-12-17 15:57:57 -03:30 |
Stephen Anthony
|
86e13c8e5f
|
Oops, seems gitignore is recursive, so we can't remove certain files.
|
2020-12-17 15:54:10 -03:30 |
Stephen Anthony
|
5d1a466a46
|
Ignore more files in git.
|
2020-12-17 14:44:14 -03:30 |
thrust26
|
c9cd7cb4ef
|
fixed global hotkey logic and warning
|
2020-12-17 17:39:28 +01:00 |
thrust26
|
d7bb07fc55
|
added hotkeys for Input Devices & Ports settings
added hotkeys for Game Properties/Controller settings
added new global hotkey group for new hotkeys
add a few more tooltips
updated doc
|
2020-12-17 16:37:51 +01:00 |
Stephen Anthony
|
e7715aea9d
|
Fix 'daptor devices sometimes not getting correct default mappings (fixes #685).
|
2020-12-14 15:34:05 -03:30 |
thrust26
|
dfa15f0086
|
fixed key map conversion for multiple modifier keys
|
2020-12-13 09:15:42 +01:00 |
thrust26
|
f4aaae4b9c
|
fixed MDM single bank ROM crash (fixes #743)
|
2020-12-09 20:55:08 +01:00 |
thrust26
|
6a35a06fcf
|
added sorting when saving JoyMap and KeyMap
|
2020-12-08 11:51:48 +01:00 |
thrust26
|
ccc185de54
|
moved new EventMode::kEditMode to end of list to fix mapping conversion
|
2020-12-08 11:39:22 +01:00 |
thrust26
|
c5f0960304
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-12-07 11:41:20 +01:00 |
thrust26
|
08dfe1fe86
|
added support for default image in ROM info viewer (resolves #601)
|
2020-12-07 11:41:06 +01:00 |
Stephen Anthony
|
b49fa9583c
|
Fix compile warnings in Xcode.
|
2020-12-06 23:43:11 -03:30 |
Stephen Anthony
|
82392944ad
|
Fix clang warning.
|
2020-12-06 22:23:42 -03:30 |
thrust26
|
3eec0defce
|
improved playback sound muting
|
2020-12-06 21:17:56 +01:00 |
thrust26
|
ee8734ce14
|
added sound to Time Machine playback
fixed playback speed
updated docs
|
2020-12-06 12:08:25 +01:00 |
thrust26
|
d38593a821
|
fixed and enhanced TimeMachineDialog
|
2020-12-05 23:25:21 +01:00 |
Stephen Anthony
|
f563ed0870
|
Fix crash when loading ROMs into ROM launcher under certain circumstances.
|
2020-12-04 14:35:10 -03:30 |
thrust26
|
b990bf2f68
|
switched high score checksum calculations to md5
added high score properties for a few more games
updated docs
|
2020-12-04 13:20:13 +01:00 |
Aaron Kling
|
18d2dc5321
|
libretro: Update gitlab ci extends ordering
|
2020-12-03 17:59:27 -03:30 |
thrust26
|
6bd5311db3
|
refactored HighScoresDialog/Manager
added checksums to high scores
added high score properties for more games
updated docs
|
2020-12-03 15:07:05 +01:00 |
thrust26
|
ea8660029f
|
update highscores doc, added currently supported game list
added input char limitation to DataGridWidget
|
2020-12-02 11:35:12 +01:00 |
thrust26
|
303b9b3c83
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-12-01 22:21:35 +01:00 |
thrust26
|
48e3f85a9f
|
added shading to TIA surface when emulation paused or dialog on top
|
2020-12-01 22:21:23 +01:00 |