Commit Graph

523 Commits

Author SHA1 Message Date
Christian Speckner 99db052362 Add a note on the WAL file 2021-01-03 22:52:01 +01:00
Christian Speckner 29a48ee63d Merge remote-tracking branch 'origin/master' into feature/full-on-sqlite 2021-01-03 22:46:26 +01:00
thrust26 3171114a47 updated doc for new SQLite database 2021-01-03 18:24:18 +01:00
thrust26 ec8beeac63 fixed spelling of 'M Network' 2021-01-01 09:43:23 +01:00
thrust26 2bc7ed7a71 minor debugger doc updates 2020-12-30 18:16:14 +01:00
thrust26 b81617d7d7 inlined browser dialogs in debugger parser
added optional browser dialog to "dump" command (somewhat ugly!)
2020-12-28 12:37:49 +01:00
thrust26 e7d9e56e9c added BrowserDialog to LoggerDialog
updated some docs
2020-12-25 18:00:40 +01:00
thrust26 13d3fcd52f minor doc updates 2020-12-25 09:38:37 +01:00
thrust26 db10aea7c7 refactored directory names, removed default load dir
updated docs
2020-12-24 12:24:23 +01:00
thrust26 a0812dc10f added file browser to GameInfoDialog export
code cleanup
updated docs
2020-12-23 23:07:00 +01:00
thrust26 59311aa589 Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog 2020-12-23 17:12:07 +01:00
thrust26 bae193f65a Merge branch 'master' into feature/dbg-save-as-dialog 2020-12-23 08:56:05 +01:00
thrust26 a49d5dbbf9 renamed Game properties 'Save' button into 'Export' 2020-12-22 14:56:48 +01:00
thrust26 9cc85454cc minor hotkey updates to debugger doc 2020-12-21 12:05:46 +01:00
thrust26 4a3f23a69f updated doc for missing GameInfoDialog save button 2020-12-21 10:30:30 +01:00
thrust26 23ba83ec6e update docs (Launcher keys, upper case hotkeys) 2020-12-21 10:24:12 +01:00
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
thrust26 e76fed006b minor enhancement of input global keys 2020-12-18 22:34:36 +01:00
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 f59dd35f65 added new hotkey mappings 2020-12-17 22:27:42 +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
thrust26 08dfe1fe86 added support for default image in ROM info viewer (resolves #601) 2020-12-07 11:41:06 +01:00
thrust26 ee8734ce14 added sound to Time Machine playback
fixed playback speed
updated docs
2020-12-06 12:08:25 +01:00
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
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 833ce27d37 defined high score properties for many ROMs
added option to limit number of chars for text input
added tooltips to High Scores dialogs and widgets
updated docs
2020-11-30 18:52:42 +01:00
Stephen Anthony fe2b4d630e Move Linux builds to use C++17 by default. 2020-11-28 10:48:00 -03:30
thrust26 cbbe6fbe99 fixed doc 2020-11-25 17:23:05 +01:00
thrust26 d309279852 added cancel option (button, enter, ESC) to ProgressDialog
adapted all ProgressDialog using actions to allow canceling
2020-11-23 22:02:52 +01:00
thrust26 a8d9eab777 updated docs 2020-11-22 22:01:29 +01:00
thrust26 94fae3de3d added wildcard support to launcher dialog filter 2020-11-20 21:23:48 +01:00
thrust26 ee0800f5ad finalized EditableWidget
updated doc
2020-11-07 10:15:51 +01:00
thrust26 7ef46b366d added filtering to text pasted to EditableWidget
updated doc for UI keys (TODO: UI edit keys)
2020-11-05 15:19:33 +01:00
thrust26 bc4e4586f7 updated debugger screenshot for "Frame Cycls" 2020-11-02 09:08:34 +01:00
Stephen Anthony 7ff0121ffa More syntax fixes; indicate plural of "Cycle" as "Cycls" in the debugger (we really need more room here :) ) 2020-11-01 19:07:39 -03:30
Stephen Anthony d404ec8daf Added new debugger pseudo-registers to the changelog.
Changed string "Cycl." to "Cycle", since there was no point using a '.' with a fixed-width font.
2020-11-01 18:27:41 -03:30
Stephen Anthony f07abf675c Updated various files for upcoming 6.4 release. 2020-10-31 22:38:45 -02:30
thrust26 ec52ea8049 added color parameters to 'Custom' palette, fixes #657 2020-10-31 19:06:58 +01:00
thrust26 72c6f30b52 enabled messages in continuous snapshots mode (fixes #714)
changed hotkey for continuous snapshots mode
2020-10-25 16:22:46 +01:00
thrust26 54524d163a updated doc graphics due to new PopupWidget look 2020-10-23 11:55:44 +02:00
thrust26 8219e607e4 updated debugger doc 2020-10-15 08:30:50 +02:00
thrust26 7eece4e994 fully resolved #165 (added timer read cycles count)
refined TiaInfoWidget again
added doc
2020-10-13 15:11:35 +02:00
thrust26 3c21f22584 minor UI keys doc update 2020-10-11 11:04:30 +02:00
thrust26 a021005b4e added cut/copy/paste text support for Windows keys 2020-10-11 10:46:49 +02:00
thrust26 76c526bcb0 Added basic (entire and single line only) text cut/copy and paste (partially implements #105) 2020-10-11 10:12:42 +02:00
Stephen Anthony 3d3dd0a191 Final updates for 6.3 release. 2020-10-06 15:57:49 -02:30
thrust26 6455fbce01 added info to "Correct aspect ratio" UI setting 2020-10-06 15:30:07 +02:00
thrust26 7fa2db712b made correct aspect ratio a permanent setting
added hotkey for correct aspect ratio
updated docs
2020-10-05 23:05:33 +02:00
thrust26 2464094694 changed plain video mode into no correct aspect ratio mode
updated docs
2020-10-05 19:25:04 +02:00