Christian Speckner
|
5fe20f075f
|
Attempt at fixing R77 crash.
|
2021-01-06 21:12:11 +01:00 |
Christian Speckner
|
ea000eabf2
|
Disable defunct joymap for the R77.
|
2021-01-06 17:21:39 +01:00 |
Stephen Anthony
|
150cbd8f95
|
Fixes for suggestions from cppcheck.
|
2021-01-05 22:36:16 -03:30 |
Stephen Anthony
|
9fb77c8d51
|
Yearly update to copyright for 2021.
|
2021-01-05 18:42:43 -03:30 |
Stephen Anthony
|
70eb2b2646
|
Started final doc updates for 6.5 release.
|
2021-01-05 18:35:15 -03:30 |
thrust26
|
48cc00323e
|
Revert "attempted to fix special char problems in Windows (see #751)"
This reverts commit 695860a3aa .
|
2021-01-05 10:53:06 +01:00 |
thrust26
|
695860a3aa
|
attempted to fix special char problems in Windows (see #751)
|
2021-01-05 10:04:12 +01:00 |
thrust26
|
b1bf55e652
|
fixed BrowserDialog sizing and title
|
2021-01-05 10:00:25 +01:00 |
thrust26
|
4d2edc2922
|
fixed high scores hashing
|
2021-01-04 10:45:47 +01:00 |
thrust26
|
ba8132b10d
|
added high score clearing for invalid data
fixed high score error messages
|
2021-01-03 23:41:08 +01:00 |
Stephen Anthony
|
10c6a73dcc
|
libretro: Fix missing file.
|
2021-01-03 18:42:54 -03:30 |
Christian Speckner
|
082cce3b79
|
Minor cleanup.
|
2021-01-03 23:08:38 +01:00 |
Stephen Anthony
|
e9af5b795f
|
Add missing file to Visual Studio.
|
2021-01-03 18:31:59 -03:30 |
Christian Speckner
|
37da835a02
|
Add a note on the WAL file
|
2021-01-03 22:52:01 +01:00 |
Christian Speckner
|
a557aef206
|
Merge remote-tracking branch 'origin/master' into feature/full-on-sqlite
|
2021-01-03 22:46:26 +01:00 |
Christian Speckner
|
fa3b25ae97
|
Move highscores to DB.
|
2021-01-03 22:41:59 +01:00 |
thrust26
|
2e022bdf82
|
updated doc for new SQLite database
|
2021-01-03 18:24:18 +01:00 |
Stephen Anthony
|
d6d025b252
|
Added new class to Visual Studio project.
|
2021-01-02 20:33:53 -03:30 |
Stephen Anthony
|
6635ebe2e6
|
Rename method in OSystem to more accurately describe its current functionality.
|
2021-01-02 20:24:05 -03:30 |
Christian Speckner
|
90c8f7166d
|
Refactoring, remove sqlite from libretro build.
|
2021-01-03 00:16:29 +01:00 |
Stephen Anthony
|
929b512c32
|
Fix minor compile warning in Xcode (unused variable).
|
2021-01-02 19:39:26 -03:30 |
Stephen Anthony
|
72b109d85b
|
Don't throw exceptions with 'new'.
|
2021-01-02 19:06:02 -03:30 |
Christian Speckner
|
3fb6a2e6cf
|
Add settings migration on MacOS.
|
2021-01-02 23:30:11 +01:00 |
Stephen Anthony
|
9692bb09f5
|
libretro: Fix segfault on startup.
|
2021-01-02 17:48:52 -03:30 |
Stephen Anthony
|
b23b655fc5
|
Fixed filename changes for Xcode project.
|
2021-01-02 13:48:02 -03:30 |
Stephen Anthony
|
ddb38c61df
|
Change filenames in Visual Studio.
|
2021-01-02 13:37:06 -03:30 |
Stephen Anthony
|
e7fa70ca75
|
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
|
590a8e9e6a
|
Fix settings file import on windows.
|
2021-01-02 17:50:58 +01:00 |
Christian Speckner
|
f751e651c9
|
Cleanup, fix leftovers.
|
2021-01-02 17:29:11 +01:00 |
Christian Speckner
|
c531f7f9c8
|
Rename SettingsDb -> StellaDb .
|
2021-01-02 17:12:15 +01:00 |
Christian Speckner
|
ff01886e3c
|
Refactoring: more fluent interfaces, improve const semantics.
|
2021-01-02 17:05:42 +01:00 |
Christian Speckner
|
65b260c9d4
|
Add migration for existing stella.pro
|
2021-01-02 16:54:17 +01:00 |
Stephen Anthony
|
a604cf5cdd
|
Added missing files to Visual Studio project, and fixed compile error.
|
2021-01-02 12:20:34 -03:30 |
Stephen Anthony
|
da021a8840
|
Added missing files to Xcode project.
|
2021-01-02 12:06:09 -03:30 |
Christian Speckner
|
f61d93aee6
|
Prefer settings DB for import in case of ambiguity.
|
2021-01-02 16:08:43 +01:00 |
Christian Speckner
|
a9e2a99f53
|
Add a migration for an old settings DB (R77 style).
|
2021-01-02 16:06:44 +01:00 |
Christian Speckner
|
20e277c3e4
|
Change DB name to stella, add migration for old stellarc file.
|
2021-01-02 15:45:35 +01:00 |
Christian Speckner
|
69fc144e4e
|
Tune sqlite build, remove the possibility of linking against system libsqlite3.
|
2021-01-02 14:39:12 +01:00 |
Christian Speckner
|
40072f628d
|
Move error handling to SqliteDatabase, performance tuning.
|
2021-01-02 14:17:33 +01:00 |
thrust26
|
a041491e15
|
further improved highlighting fix
|
2021-01-02 10:20:54 +01:00 |
Stephen Anthony
|
c3d43a19aa
|
libretro: Update config file for recent new classes.
|
2021-01-01 22:38:05 -03:30 |
thrust26
|
e37202cb99
|
updated VS project files
|
2021-01-01 22:43:38 +01:00 |
Christian Speckner
|
e4054e3ac2
|
Make pragmas conditional to clang.
|
2021-01-01 22:39:12 +01:00 |
Christian Speckner
|
d5cbfe5c07
|
Customize column names.
|
2021-01-01 22:29:39 +01:00 |
Christian Speckner
|
943212647d
|
JSON serialized storage of properties table.
|
2021-01-01 21:31:07 +01:00 |
thrust26
|
d404ba9506
|
replaced the highlighting fix with a much better one :)
|
2021-01-01 13:05:25 +01:00 |
thrust26
|
a4128c62f3
|
added workaround for highlighting non-disassembled code
|
2021-01-01 11:42:34 +01:00 |
thrust26
|
9a7db8cfaa
|
fixed spelling of 'M Network'
|
2021-01-01 09:43:23 +01:00 |
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 |