Commit Graph

6775 Commits

Author SHA1 Message Date
thrust26 28c8274777 added high scores button to R77 command dialog 2021-01-09 20:59:59 +01:00
Stephen Anthony 1db4bb490d And so it begins again ... 2021-01-09 15:56:07 -03:30
Stephen Anthony 9ce440403b Final commit for 6.5 release. 2021-01-09 10:15:06 -03:30
thrust26 ebea551a2b update WhatsNewDialog 2021-01-08 15:41:44 +01:00
thrust26 4ec495f0eb minor doc update 2021-01-08 15:28:04 +01:00
Stephen Anthony f5dc98ebaf Added info about database to changelog. 2021-01-08 10:10:47 -03:30
thrust26 d2f42d268d Revert "Fix for suggestion from clang-tidy."
This reverts commit 9bd2f3e4f6.
2021-01-08 10:16:19 +01:00
thrust26 f336437955 Merge branch 'master' of https://github.com/stella-emu/stella 2021-01-08 09:50:08 +01:00
thrust26 2ec5506c05 fixed snapshot delay in TimeMachine dialog
added single save states commands to TimeMachine dialog
2021-01-08 09:49:53 +01:00
Stephen Anthony 9bd2f3e4f6 Fix for suggestion from clang-tidy. 2021-01-07 22:28:35 -03:30
Christian Speckner 2f2ec4c300 Fix crash with minimal launcher UI. 2021-01-06 21:51:53 +01:00
Christian Speckner 1cf93ca0a0 Attempt at fixing R77 crash. 2021-01-06 21:12:11 +01:00
Christian Speckner ab5ab64f7d Disable defunct joymap for the R77. 2021-01-06 17:21:39 +01:00
Stephen Anthony 916a2cdfff Fixes for suggestions from cppcheck. 2021-01-05 22:36:16 -03:30
Stephen Anthony 21438a82cc Yearly update to copyright for 2021. 2021-01-05 18:42:43 -03:30
Stephen Anthony 955a613395 Started final doc updates for 6.5 release. 2021-01-05 18:35:15 -03:30
thrust26 57823f9177 Revert "attempted to fix special char problems in Windows (see #751)"
This reverts commit c0647d7a22.
2021-01-05 10:53:06 +01:00
thrust26 c0647d7a22 attempted to fix special char problems in Windows (see #751) 2021-01-05 10:04:12 +01:00
thrust26 3a1df0e99b fixed BrowserDialog sizing and title 2021-01-05 10:00:25 +01:00
thrust26 44a8ef1db3 fixed high scores hashing 2021-01-04 10:45:47 +01:00
thrust26 e90cb925b0 added high score clearing for invalid data
fixed high score error messages
2021-01-03 23:41:08 +01:00
Stephen Anthony 68d54e3cf5 libretro: Fix missing file. 2021-01-03 18:42:54 -03:30
Christian Speckner d3c8e2b520 Minor cleanup. 2021-01-03 23:08:38 +01:00
Stephen Anthony d5b0eb7fb0 Add missing file to Visual Studio. 2021-01-03 18:31:59 -03:30
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
Christian Speckner 8204d0fb6e Move highscores to DB. 2021-01-03 22:41:59 +01:00
thrust26 3171114a47 updated doc for new SQLite database 2021-01-03 18:24:18 +01:00
Stephen Anthony 24f769feec Added new class to Visual Studio project. 2021-01-02 20:33:53 -03:30
Stephen Anthony 9b24e1a413 Rename method in OSystem to more accurately describe its current functionality. 2021-01-02 20:24:05 -03:30
Christian Speckner e373429ba2 Refactoring, remove sqlite from libretro build. 2021-01-03 00:16:29 +01:00
Stephen Anthony 21b9667c5d Fix minor compile warning in Xcode (unused variable). 2021-01-02 19:39:26 -03:30
Stephen Anthony 35f7b1dc51 Don't throw exceptions with 'new'. 2021-01-02 19:06:02 -03:30
Christian Speckner e4ede14ae5 Add settings migration on MacOS. 2021-01-02 23:30:11 +01:00
Stephen Anthony 606f027dcb libretro: Fix segfault on startup. 2021-01-02 17:48:52 -03:30
Stephen Anthony afe0812fcc Fixed filename changes for Xcode project. 2021-01-02 13:48:02 -03:30
Stephen Anthony 2994ff7122 Change filenames in Visual Studio. 2021-01-02 13:37:06 -03:30
Stephen Anthony ac7989d1f4 libretro: Fix changed files in Makefile.
Still some work to do here; crashes on startup.
2021-01-02 13:25:21 -03:30
Christian Speckner b55bdc3a1d Fix settings file import on windows. 2021-01-02 17:50:58 +01:00
Christian Speckner b101fcc7ce Cleanup, fix leftovers. 2021-01-02 17:29:11 +01:00
Christian Speckner 419a23183f Rename SettingsDb -> StellaDb . 2021-01-02 17:12:15 +01:00
Christian Speckner ba24fe7430 Refactoring: more fluent interfaces, improve const semantics. 2021-01-02 17:05:42 +01:00
Christian Speckner ae534e271a Add migration for existing stella.pro 2021-01-02 16:54:17 +01:00
Stephen Anthony 007895c279 Added missing files to Visual Studio project, and fixed compile error. 2021-01-02 12:20:34 -03:30
Stephen Anthony 4e3e904adf Added missing files to Xcode project. 2021-01-02 12:06:09 -03:30
Christian Speckner 5888ea2adb Prefer settings DB for import in case of ambiguity. 2021-01-02 16:08:43 +01:00
Christian Speckner e06b58efaf Add a migration for an old settings DB (R77 style). 2021-01-02 16:06:44 +01:00
Christian Speckner 2e25d20554 Change DB name to stella, add migration for old stellarc file. 2021-01-02 15:45:35 +01:00
Christian Speckner 08cb68fea9 Tune sqlite build, remove the possibility of linking against system libsqlite3. 2021-01-02 14:39:12 +01:00
Christian Speckner eb33623749 Move error handling to SqliteDatabase, performance tuning. 2021-01-02 14:17:33 +01:00