Thomas Harte
|
69277bbb27
|
Renames files to match project convention.
|
2020-03-19 23:24:06 -04:00 |
|
Thomas Harte
|
b8b335f67d
|
Exposes the Master System's region for SDL selection.
|
2020-03-19 21:46:42 -04:00 |
|
Thomas Harte
|
eef7868199
|
Ensures 'new' overrides default selection; doesn't try to propagate multiple files if machines won't take them.
|
2020-03-19 21:15:38 -04:00 |
|
Thomas Harte
|
23aa7ea85f
|
Revives MultiConfigurable.
|
2020-03-19 21:02:14 -04:00 |
|
Thomas Harte
|
c1b69fd091
|
Attempts to support multiple pieces of media on the SDL command line, ensures proper window titling.
|
2020-03-19 20:40:43 -04:00 |
|
Thomas Harte
|
7ab7efdbc1
|
Ensures consistent ordering.
|
2020-03-19 19:41:50 -04:00 |
|
Thomas Harte
|
b8ebdc012f
|
Ensure normative construction declaration ordering.
|
2020-03-19 18:58:36 -04:00 |
|
Thomas Harte
|
9995d776de
|
Attempts to fix the macOS version, plus some implicit type conversions.
|
2020-03-18 23:29:09 -04:00 |
|
Thomas Harte
|
c6f35c9aac
|
Rejigs help output.
|
2020-03-18 23:11:25 -04:00 |
|
Thomas Harte
|
615ea2f573
|
Applies parsed arguments.
|
2020-03-18 22:31:32 -04:00 |
|
Thomas Harte
|
311458f41f
|
Restores Macintosh 'runtime' options.
Also cleans up some leftover parts elsewhere.
|
2020-03-18 21:50:02 -04:00 |
|
Thomas Harte
|
b2a381d401
|
Restores Vic-20 runtime options.
|
2020-03-18 20:23:55 -04:00 |
|
Thomas Harte
|
ffc1b0ff29
|
Reintroduces Oric runtime options.
|
2020-03-18 18:31:31 -04:00 |
|
Thomas Harte
|
ead2823322
|
Reintroduces MSX and Master System runtime options.
|
2020-03-18 18:26:22 -04:00 |
|
Thomas Harte
|
a7e1920597
|
Restores ColecoVision runtime options.
|
2020-03-18 00:06:52 -04:00 |
|
Thomas Harte
|
ec6664f590
|
Takes steps to guarantee property naming; reintroduces Electron runtime options.
|
2020-03-17 23:52:55 -04:00 |
|
Thomas Harte
|
8c6ca89da2
|
Restores runtime options for the Acorn Electron.
|
2020-03-17 22:06:20 -04:00 |
|
Thomas Harte
|
b6e81242e7
|
Reintroduces Apple II runtime options.
|
2020-03-17 21:53:26 -04:00 |
|
Thomas Harte
|
f9ca443667
|
Adds the ability for reflective structs to limit the permitted values to enumerated properties.
|
2020-03-17 21:44:04 -04:00 |
|
Thomas Harte
|
394ee61c78
|
Starts a switch to reflectable-style runtime options.
The Amstrad CPC and ZX80/81 have made the jump so far, subject to caveats. The macOS build is unlikely currently to work properly.
|
2020-03-16 23:25:05 -04:00 |
|
Thomas Harte
|
1d40aa687e
|
Adds necessary include for unique_ptr.
|
2020-03-15 23:52:24 -04:00 |
|
Thomas Harte
|
8e3bf0dbca
|
Starts moving towards a Deflectable-based system of runtime options.
|
2020-03-15 23:48:53 -04:00 |
|
Thomas Harte
|
2031a33edf
|
Technically SDL users can now start a new machine.
Missing though: all the old per-machine command-line options, and any control over the new one.
|
2020-03-15 21:50:43 -04:00 |
|
Thomas Harte
|
fc3d3c76f8
|
Edges further towards providing enough information for dynamic user-provided machine creation.
|
2020-03-15 12:54:55 -04:00 |
|
Thomas Harte
|
880bed04f5
|
Adds AllMachines , rounds out ConstructionOptionsByMachineName.
|
2020-03-15 00:15:19 -04:00 |
|
Thomas Harte
|
f9c8470b20
|
Ensure targets always nominate a machine.
|
2020-03-15 00:13:38 -04:00 |
|
Thomas Harte
|
36acc2dddd
|
Add necessary include for std::find.
|
2020-03-14 00:22:23 -04:00 |
|
Thomas Harte
|
a59963b6a0
|
Adds necessary header for memcpy.
|
2020-03-14 00:17:58 -04:00 |
|
Thomas Harte
|
cab4bead72
|
Promotes explicit specialisations to namespace scope.
|
2020-03-13 23:38:29 -04:00 |
|
Thomas Harte
|
1a2872c815
|
Starts to build an easy set interface.
|
2020-03-13 22:42:37 -04:00 |
|
Thomas Harte
|
f27e0a141d
|
Sketches but doesn't implement an interface for serialisation.
|
2020-03-13 20:16:36 -04:00 |
|
Thomas Harte
|
52f644c4f1
|
Ensures that reflection is completely blind; starts adding SDL instantiation logic.
|
2020-03-12 20:56:02 -04:00 |
|
Thomas Harte
|
06c08a0574
|
Merge branch 'ReflectiveEnum' of github.com:TomHarte/CLK into ReflectiveEnum
|
2020-03-11 23:30:27 -04:00 |
|
Thomas Harte
|
724e2e6d27
|
Withdraws ability to select an integer size for ReflectableEnums.
It isn't that useful, and this'll help if/when I get to serialisation.
|
2020-03-11 23:28:38 -04:00 |
|
Thomas Harte
|
fd052189ca
|
Adds reflection to all of the other computer targets.
|
2020-03-11 23:25:29 -04:00 |
|
Thomas Harte
|
044a2b67e1
|
Beefs up documentation on this miniature sort-of reflection.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
7e8b86e9bb
|
Attempts to flesh out Reflection::Enum.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
ce80825abb
|
Starts working towards a registration-based model of reflective enums.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
a99bb3ba6d
|
Switches to class storage.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
3428e9887d
|
Starts experimenting with declared reflection.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
5a8fcac4dc
|
Gives function overloading a try.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
6a9b14f7d1
|
Adds a prototype reflective enum.
I need to make this scopeable before it is acceptable.
|
2020-03-11 23:03:05 -04:00 |
|
Thomas Harte
|
a74d8bd6e8
|
Merge pull request #771 from TomHarte/MacShutdownRace
Ensure race condition workaround is applied for all CVDisplayLinkStops.
|
2020-03-11 22:47:17 -04:00 |
|
Thomas Harte
|
3c70f056ed
|
Ensure race condition workaround is applied for all CVDisplayLinkStops.
This also centralises the workaround, the better for replacing it when I discover a safer alternative.
|
2020-03-11 22:09:36 -04:00 |
|
Thomas Harte
|
a546880a65
|
Beefs up documentation on this miniature sort-of reflection.
|
2020-03-11 22:06:16 -04:00 |
|
Thomas Harte
|
238145f27f
|
Attempts to flesh out Reflection::Enum.
|
2020-03-10 23:36:52 -04:00 |
|
Thomas Harte
|
0502e6be67
|
Starts working towards a registration-based model of reflective enums.
|
2020-03-10 22:32:55 -04:00 |
|
Thomas Harte
|
6a8c6f5a06
|
Switches to class storage.
|
2020-03-10 22:32:55 -04:00 |
|
Thomas Harte
|
5248475e73
|
Starts experimenting with declared reflection.
|
2020-03-10 22:32:55 -04:00 |
|
Thomas Harte
|
d6c6b9bdb8
|
Gives function overloading a try.
|
2020-03-10 22:32:55 -04:00 |
|