Commit Graph

111 Commits

Author SHA1 Message Date
Stephen Anthony 2cf31c10ee Disable warnings in Xcode for all files we don't control. 2022-04-09 13:08:58 -02:30
Stephen Anthony 6b73ea60c3 Added recent class additions to Xcode project.
Fixed some minor issues in VS project.
Minor formatting fixes.
2022-04-09 12:19:18 -02:30
Stephen Anthony 5258d05167 Some more const updates for Mac port. 2022-04-04 16:27:13 -02:30
Stephen Anthony ad850959c0 Eliminate unused variable. 2022-04-04 13:46:41 -02:30
Christian Speckner f4401bea92 Xcode: target local arch for debug build, create fat binary for release. 2022-03-22 22:50:29 +01:00
Stephen Anthony 4fce2156df Fixed code signing issues in latest Xcode for Mac. 2022-01-07 20:46:25 -03:30
Stephen Anthony c59d9a6f81 Fix 'nib' warning in latest version of Xcode for Mac.
I'm not sure this is the best way to do it, but I don't really know Obj-C.
2022-01-07 20:20:23 -03:30
Stephen Anthony 11d2f34bcb Update copyright to 2022. Happy New Year! 2021-12-31 16:07:17 -03:30
Stephen Anthony 21127e95a8 Updated Xcode project, and various fixes for Xcode and MacOS 12. 2021-12-15 13:32:57 -03:30
Stephen Anthony de819b123d Update Xcode for new classes. 2021-11-29 13:40:02 -03:30
Stephen Anthony cb02e454aa Getting ready for 6.6 release. 2021-11-10 14:07:13 -03:30
Stephen Anthony 860013d91d Update Xcode project; fix Mac build. 2021-11-10 13:12:38 -03:30
Stephen Anthony 4716079954 Merge branch 'master' into feature/lodefmode-moviecart 2021-08-26 19:42:43 -02:30
Stephen Anthony 8a6c4eece2 Added missing file to Xcode, and fixed compile error. 2021-06-14 14:58:22 -02:30
Stephen Anthony fc3a6b2d42 Added support for Mac. 2021-04-23 15:08:49 -02:30
Stephen Anthony 767fef5646 Updated docs for 6.5.3 release for April 20 (this can change if necessary). 2021-04-17 14:59:16 -02:30
Stephen Anthony df7cb5639a Update to Xcode project file. 2021-04-07 12:26:24 -02:30
Christian Speckner eab030937b PaddleReader goes AnalogReadout. 2021-04-05 14:16:29 +02:00
Stephen Anthony 0c50908f42 Updated a few files for upcoming release.
Now in testing phase; final release coming in a few days.
2021-02-22 16:52:47 -03:30
Stephen Anthony 08fab4a5bd Getting ready for 6.5.1 release. 2021-01-23 15:33:20 -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
Christian Speckner 8204d0fb6e Move highscores to DB. 2021-01-03 22:41:59 +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
Christian Speckner e4ede14ae5 Add settings migration on MacOS. 2021-01-02 23:30:11 +01:00
Stephen Anthony afe0812fcc Fixed filename changes for Xcode project. 2021-01-02 13:48:02 -03:30
Stephen Anthony 4e3e904adf Added missing files to Xcode project. 2021-01-02 12:06:09 -03:30
Stephen Anthony 4fd5eef14f Updated Xcode project for latest repo classes. 2020-12-30 20:10:39 -03:30
Stephen Anthony 86a811741a Added new files to Xcode project. 2020-12-29 17:55:41 -03:30
Stephen Anthony c4b93c346d Merge branch 'master' into feature/full-on-sqlite 2020-12-27 20:21:51 -03:30
Stephen Anthony 3b10550cba 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
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 39b42bca55 Merge branch 'master' into feature/full-on-sqlite 2020-12-20 19:03:15 -03:30
Stephen Anthony 1a79ea09c5 Add PlusROM to Xcode project. 2020-12-17 23:51:25 -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
Stephen Anthony 61d4f1d47f Fix compile warnings in Linux. 2020-12-15 22:51:31 -03:30
Christian Speckner 4318d01216 Sqlite is the only choice now. 2020-12-15 23:55:24 +01:00
Stephen Anthony d1f9ee730b Add high score stuff to Xcode project. 2020-11-30 15:55:37 -03:30
Stephen Anthony bd2ead8d13 Added JSON stuff to Xcode project. 2020-11-28 18:06:49 -03:30
Stephen Anthony f7cf30a7fb Enable RTTI for Xcode. 2020-11-19 13:39:32 -03:30
Stephen Anthony ec1941a323 Add debugger files to Xcode project, and fix minor warnings. 2020-11-19 10:29:41 -03:30
Stephen Anthony fb5df8332b Update Xcode for class addition.
Comment out code that causes a crash on Mac.
2020-11-13 10:05:11 -03:30
Stephen Anthony d7171b5260 Added UndoHandler to Xcode, and fixed minor warnings. 2020-11-06 09:25:08 -03:30
Stephen Anthony 270d29000e And so it begins again; bump version number to 6.5_pre
Move some serial port code directly into portNames(); meant to do this for 6.4, oh well.
2020-11-02 14:20:42 -03:30
Stephen Anthony f07abf675c Updated various files for upcoming 6.4 release. 2020-10-31 22:38:45 -02:30
Stephen Anthony ce5bd61d85 Updated Xcode project for recent framebuffer rework. 2020-10-23 10:54:50 -02:30
Stephen Anthony ddf8b84130 Switch to 'cu' AVox-USB devices for Mac. 2020-10-20 09:44:35 -02:30