Commit Graph

6955 Commits

Author SHA1 Message Date
Stephen Anthony 4a203c98f3 libretro: Updated for new repo class. 2020-12-30 20:11:27 -03:30
Stephen Anthony 17ad017870 Updated Xcode project for latest repo classes. 2020-12-30 20:10:39 -03:30
Stephen Anthony dc8b3a245c Add new class to Visual Studio project file. 2020-12-30 20:04:38 -03:30
Christian Speckner 07be5c0f47 Pretty-print serialized mappings. 2020-12-31 00:07:48 +01:00
Christian Speckner 61f20d7907 Reimplement export / load of per-ROM properties. 2020-12-31 00:02:24 +01:00
Stephen Anthony 75f56b8598 libretro: Add support for latest SQL classes. 2020-12-30 19:02:44 -03:30
Christian Speckner c289923e13 Remove leftover. 2020-12-30 22:38:48 +01:00
Christian Speckner 8dba817906 Move properties to sqlite. 2020-12-30 22:37:41 +01:00
Christian Speckner 05eefdb112 Merge remote-tracking branch 'origin/master' into feature/full-on-sqlite 2020-12-30 21:02:05 +01:00
Christian Speckner c198750da0 Add property repository. 2020-12-30 21:01:46 +01:00
thrust26 5770ec4daa minor debugger doc updates 2020-12-30 18:16:14 +01:00
Stephen Anthony 2c3aa7a40a Added new files for Visual Studio. 2020-12-29 18:06:40 -03:30
Stephen Anthony 8def677390 Added new files to Xcode project. 2020-12-29 17:55:41 -03:30
Christian Speckner 4fb4aacbb8 Say hello to composite key value repo. 2020-12-29 21:50:30 +01:00
Stephen Anthony b5c1d4f2e6 Fix issues with passing streams into lambda, and data not being transferred sometimes.
Documented weirdness of this; perhaps a future version of C++ will allow it.
Write data through 'node' object rather than raw ofstream, like other code in the class.
2020-12-28 16:19:52 -03:30
thrust26 395366b077 fixed duplicate prompt when stepping, tracing etc. after browser dialog
a few minor improvements
2020-12-28 17:16:49 +01:00
thrust26 967434aad6 inlined browser dialogs in debugger parser
added optional browser dialog to "dump" command (somewhat ugly!)
2020-12-28 12:37:49 +01:00
Stephen Anthony 9a32eff61f Add generic 'contains' method, and remove incorrect FIXME. 2020-12-27 22:38:09 -03:30
Stephen Anthony 024b228fdc Missed a few brace-initializations. 2020-12-27 21:52:13 -03:30
Stephen Anthony a5f76a530f Clarified point in changelog. 2020-12-27 21:34:36 -03:30
Stephen Anthony 4e7aa3e9e4 Merge branch 'master' into feature/full-on-sqlite 2020-12-27 20:21:51 -03:30
Stephen Anthony 6ad467d657 Fixed a few more unused variables warnings. 2020-12-27 18:54:51 -03:30
Stephen Anthony 5bab1a10c1 Fix warning with unused variables.
I left most of them there commented out, since they may be needed in the future.
2020-12-27 15:03:04 -03:30
thrust26 572e6ffe0c fixed copy & paste error 2020-12-27 19:14:03 +01:00
thrust26 eeba0c9050 centralized some dialog constants 2020-12-27 19:00:28 +01:00
Stephen Anthony 9c39540a21 Improved BrowserDialog usage, eliminating redundant code in several places.
This class now uses a lambda function to do the work when clicking OK or Cancel.
This commit also adds the changes from the previously reverted commit.
2020-12-27 12:42:53 -03:30
Stephen Anthony d1fe35cdfa Revert "cleaned up code for use of fonts for BrowserDialog"
This reverts commit 1be26f2984.
2020-12-27 11:32:23 -03:30
thrust26 1be26f2984 cleaned up code for use of fonts for BrowserDialog 2020-12-27 09:14:41 +01:00
Stephen Anthony f94d8f925f Fix compile issue with LoggerDialog. 2020-12-26 11:19:51 -03:30
thrust26 b2f4a8d2ab fixed scrollbar alignment issues 2020-12-26 13:47:21 +01:00
thrust26 eb0350dbfb fixed selection issue when switching input event filters 2020-12-26 11:02:45 +01:00
thrust26 969d772b72 added missing changes in LoggerDialog 2020-12-26 10:33:00 +01:00
Stephen Anthony 4e87dadf45 Fix issues with About dialog in dark mode on macOS (fixes #748).
Note that this only works with macOS 10.14 and above.  Someone with more Mac experience will have to fix it for older versions.
2020-12-26 00:13:14 -03:30
Stephen Anthony e8cc3a1413 Fix ZIP files in Windows not finding last path correctly. 2020-12-25 17:44:23 -03:30
thrust26 5cac51c637 added BrowserDialog to LoggerDialog
updated some docs
2020-12-25 18:00:40 +01:00
thrust26 854d8459ec Merge remote-tracking branch 'remotes/origin/feature/dbg-save-as-dialog' 2020-12-25 09:39:41 +01:00
thrust26 717a678a03 minor doc updates 2020-12-25 09:38:37 +01:00
thrust26 b976bd95ca enhanced and cleaned up OS specific path code
improved mouse double click marking
added file list resizing in browser dialog
2020-12-25 09:15:58 +01:00
Stephen Anthony 38afecce4a Fix overzealous TV detection in ROM filenames. Fixes #747. 2020-12-24 11:51:53 -03:30
thrust26 dfee070324 fixed a saveses bug
renamed browser titles
2020-12-24 14:50:26 +01:00
thrust26 99af3abd16 Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog 2020-12-24 12:35:02 +01:00
thrust26 6356d56c58 refactored directory names, removed default load dir
updated docs
2020-12-24 12:24:23 +01:00
thrust26 b9cb829390 added "userdir" settings which can be used to overwrite default save (and load) directories 2020-12-24 11:48:15 +01:00
Stephen Anthony e664b29a91 Eliminate duplicate copies of lastPathComponent function. 2020-12-23 22:21:46 -03:30
thrust26 31e50aa8d1 added file browser to GameInfoDialog export
code cleanup
updated docs
2020-12-23 23:07:00 +01:00
Stephen Anthony a5b48b76b7 Remove dead Blargg code. 2020-12-23 17:20:31 -03:30
thrust26 1a165ca81b Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog 2020-12-23 17:12:07 +01:00
thrust26 679e50810c Merge branch 'master' into feature/dbg-save-as-dialog 2020-12-23 08:56:05 +01:00
Stephen Anthony f0cb916282 Few more fixes for suggestions from cppcheck. 2020-12-22 19:29:49 -03:30
Stephen Anthony 2a07daccb4 Added a few more 'string_view' in bspf. 2020-12-22 18:33:30 -03:30