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
Stephen Anthony
d5b0eb7fb0
Add missing file to Visual Studio.
2021-01-03 18:31:59 -03:30
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
2994ff7122
Change filenames in Visual Studio.
2021-01-02 13:37:06 -03:30
Stephen Anthony
007895c279
Added missing files to Visual Studio project, and fixed compile error.
2021-01-02 12:20:34 -03:30
thrust26
0c1434fb78
updated VS project files
2021-01-01 22:43:38 +01:00
Stephen Anthony
75b1a176bf
Add new class to Visual Studio project file.
2020-12-30 20:04:38 -03:30
Stephen Anthony
791324caf3
Added new files for Visual Studio.
2020-12-29 18:06:40 -03:30
Stephen Anthony
c4b93c346d
Merge branch 'master' into feature/full-on-sqlite
2020-12-27 20:21:51 -03:30
thrust26
1ca00c7a0b
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
e14da1344a
Eliminate duplicate copies of lastPathComponent function.
2020-12-23 22:21:46 -03:30
Stephen Anthony
5332758281
Merge branch 'master' into feature/full-on-sqlite
2020-12-21 22:45:44 -03:30
Stephen Anthony
aefb9075ae
Final batch of brace conversion.
...
Added const in a few places.
2020-12-20 21:08:00 -03:30
Stephen Anthony
39b42bca55
Merge branch 'master' into feature/full-on-sqlite
2020-12-20 19:03:15 -03:30
Stephen Anthony
2f5166e81e
Various fixes for suggestions from cppcheck.
2020-12-18 19:25:27 -03:30
Stephen Anthony
ba4547a1e4
Add PlusROM to Visual Studio project.
2020-12-17 23:45:02 -03:30
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
558af54efd
Hook up SQL for Visual Studio.
2020-12-16 18:14:35 -03:30
Stephen Anthony
162b13f3d1
Completely remove 'cfgfile' functionality, since the SQL backend uses the same name on all ports.
2020-12-16 00:28:41 -03:30
Christian Speckner
4318d01216
Sqlite is the only choice now.
2020-12-15 23:55:24 +01:00
thrust26
5c21fb3e4b
Merge remote-tracking branch 'remotes/origin/master' into feature-highscores
2020-11-28 22:11:29 +01:00
Stephen Anthony
9c9633e0c7
Added json stuff to Visual Studio project file.
2020-11-28 17:11:10 -03:30
thrust26
c116ed8d25
Merge branch 'master' into feature-highscores
2020-11-28 20:10:17 +01:00
Stephen Anthony
3b85ceaa75
Fix location of files in VS project.
2020-11-19 09:49:38 -03:30
thrust26
d3125f23d7
added tooltip display of RAM labels in DataGridWidgets
...
added tooltip display of labels of some ToggleBitsWidget bits
merged tooltip display of 2nd and 3rd RomListWidget byte
added tooltip display of signed values
2020-11-19 12:25:07 +01:00
thrust26
4061dee480
fixed rendering, all dialogs are always re-rendered
2020-11-13 08:58:19 +01:00
thrust26
89ecd6fd8a
refactored undo functionality into UndoHandler class
2020-11-06 09:54:54 +01:00
Stephen Anthony
f07abf675c
Updated various files for upcoming 6.4 release.
2020-10-31 22:38:45 -02:30
Stephen Anthony
b9bb99aa4c
Use proper constant for invalid handles in Windows.
2020-10-25 15:03:34 -02:30
Stephen Anthony
c502c4d945
Minor update to VS project file.
2020-10-23 10:46:05 -02:30
Stephen Anthony
b6d18845d8
Fairly huge refactoring of FrameBuffer class into FBBackend and friends.
...
Only tested in Linux and libretro for now; Windows and Mac will follow soon.
2020-10-23 10:27:06 -02:30
Stephen Anthony
f0ea31f740
Updated VS project for VideoModeHandler class.
2020-10-13 10:53:39 -02:30
thrust26
f6d78e57b1
fixed "no debugger" project files
2020-10-13 09:30:04 +02:00
Stephen Anthony
3d3dd0a191
Final updates for 6.3 release.
2020-10-06 15:57:49 -02:30
Stephen Anthony
c4dffc1210
Forgot to include header file in VS project file.
2020-09-29 16:08:48 -02:30
Stephen Anthony
afa0fe3190
Wrap 'windows.h' inside a C++ compatible header file.
2020-09-29 15:56:27 -02:30
Stephen Anthony
67db826bc5
Added code to detect valid serial ports.
...
Next we have to tie this into the UI, so AtariVox port can be more easily detected.
2020-09-12 16:44:55 -02:30
Thomas Jentzsch
fa987e63b6
added multiple controller support (joystick, driving, SaveKey, AtariVox)
2020-09-03 15:14:55 +02:00
Thomas Jentzsch
c244cea9fa
added QuadTari debugging widget (joysticks only)
...
added mapping for 2nd QuadTari joysticks
2020-09-02 10:08:58 +02:00
Thomas Jentzsch
bf4b63cb1c
initial commit for QuadTari support (see #693 )
2020-08-31 10:33:37 +02:00
thrust26
ebe6135d37
enabled "Whole Program Optimization" for release versions (~5% faster in Turbo mode)
2020-08-26 17:57:32 +02:00
Stephen Anthony
c00fda482d
Add support for 2600-daptor II when flashed as an AVox-USB converter.
...
Basically, for this device we use software flow control rather than hardware CTS signal.
2020-08-21 16:04:49 -02:30
Stephen Anthony
bc8b34e923
Fix warnings from Clang 11.
...
Apparently d'tors in child classes should now be marked override rather than virtual (to match other methods).
So we do that specifically now.
2020-08-17 10:38:43 -02:30
thrust26
5a7f1fb914
Merge branch 'master' into feature-highscores
2020-07-31 10:47:49 +02:00
Stephen Anthony
4719533b22
Add SerialPort::isCTS() to all ports, and connect it to AtariVox.
2020-07-30 17:50:34 -02:30