Commit graph

112 commits

Author SHA1 Message Date
Scott Duensing
0b8b772b05 Fixed installing wrong ntpconverter. MOD conversion implemented for IIgs. 2022-09-27 19:57:07 -05:00
Scott Duensing
46a1d5f1c6 Will now install from Xcode XIP if the SDK tarball is not available. 2022-09-27 16:13:52 -05:00
Scott Duensing
1fe91473b5 Switched incorrect &&s to ||s. 2022-09-26 18:08:49 -05:00
Scott Duensing
051c81d3d2 Build VM producing Windows, MacOS, Linux, and IIgs binaries. 2022-09-26 17:54:32 -05:00
Scott Duensing
99b1ac8e6d Build server builds non-debug versions of JoeyLib and apps. 2022-09-26 16:47:34 -05:00
Scott Duensing
862bfc5f71 SFTP setup bugs squashed. 2022-09-21 20:40:08 -05:00
Scott Duensing
9c43a9a247 User management and first pass at IIgs project compiling. 2022-09-21 20:07:24 -05:00
Scott Duensing
bd1b158a87 New Build VM configuration script added. 2022-09-20 20:11:26 -05:00
Scott Duensing
c60a5e5a55 IIgs MOD changes in place. Still need to do sound and test. 2022-09-18 18:26:19 -05:00
Scott Duensing
82571bca36 Adding a few binary assets. 2022-09-18 17:03:57 -05:00
Scott Duensing
6daf22a686 Updated installer to remove MIDI on IIgs and update NinjaTracker. 2022-09-18 17:02:33 -05:00
Scott Duensing
f10172d5bb In theory, we have an SDL 1.2 backend. No toolchain to test it with yet. 2022-09-17 17:41:24 -05:00
Scott Duensing
a67e998c28 SDL2 backend is up-to-date. 2022-09-16 17:58:00 -05:00
Scott Duensing
43e0fe4b6e Border colors working on PC. 2022-09-16 17:20:04 -05:00
Scott Duensing
92894cd6d2 New sound effects mixer. Odd audio stumbling issue. 2022-09-15 19:07:43 -05:00
Scott Duensing
2ca7c683dd PC audio now supports volume and stereo channels. 2022-09-14 19:14:30 -05:00
Scott Duensing
ce2d13ba0d Music and Sound working on PC platforms. More features to add. 2022-09-14 18:02:39 -05:00
Scott Duensing
541bd824b2 Removing TCC JoeyDev features. Removing MIDI. Replacing SDL_Mixer with other code. 2022-09-13 20:12:24 -05:00
Scott Duensing
998bc0a0b6 Installer updates for Apple M1. 2022-09-09 16:20:59 -05:00
Scott Duensing
5d24b88783 Updates for build service. 2021-09-16 18:35:59 -05:00
Scott Duensing
076397652d When you rename things, rename ALL the things! 2021-09-16 17:23:35 -05:00
Scott Duensing
a73839c85b Copy / Pasta bug. Oops. 2021-09-16 15:43:05 -05:00
Scott Duensing
b2a7f69f57 Successful building! 2021-09-15 20:00:45 -05:00
Scott Duensing
3d38c8dab1 M1 build fixed. Again. 2021-09-09 20:55:50 -05:00
Scott Duensing
10c06187c1 Installer fixes. 2021-09-09 17:09:38 -05:00
Scott Duensing
13dd1200c9 Updating build scripts for JoeyDev. Fixed bug in installer where JFS support could disappear. 2021-09-05 19:16:07 -05:00
Scott Duensing
532dc61e3b First working build of M1 support and automated building for a VM. 2021-08-15 16:38:52 -05:00
Scott Duensing
1956472c30 Start of M1 support. Currently all MacOS support is broken. 2021-08-12 18:37:24 -05:00
Scott Duensing
1ba9000661 Updating online version of installer. 2021-08-10 20:17:02 -05:00
Scott Duensing
aac50496f9 Added environment variable listing all installed SDKs. 2021-08-09 17:31:28 -05:00
Scott Duensing
f7aa5fbee3 Moved VM build script to JoeyDev project. 2021-08-08 18:23:50 -05:00
Scott Duensing
3dbcf4d7dd Adding VM build script. 2021-08-07 18:47:53 -05:00
Scott Duensing
ad949fdf68 Moving IIgs tools from HFS to JFS. 2021-08-03 19:08:16 -05:00
Scott Duensing
a93c83c32e Still working on automating VM building for JoeyDev. 2021-06-16 20:45:44 -05:00
Scott Duensing
6d5560a9ef Fixing automated Windows build. Again. Maybe. 2021-06-15 19:46:12 -05:00
Scott Duensing
a954a24e9c Fixing automated Windows build. Maybe. 2021-06-15 18:51:04 -05:00
Scott Duensing
986c63e7e1 Adding licensing headers and updating installer for JoeyDev. 2021-06-14 18:30:36 -05:00
Scott Duensing
1832f5de7d Fixed IIgs build helper scripts. 2021-06-14 17:55:25 -05:00
Scott Duensing
2bcb7025c3 Updated to be happy with the JoeyDev changes. 2021-06-09 17:07:26 -05:00
Scott Duensing
fd5875e651 More JoeyDev work. 2021-05-17 21:12:49 -05:00
Scott Duensing
b76e19467c More changes to support JoeyDev. All targets need updating before they'll work again. 2021-05-15 19:42:19 -05:00
Scott Duensing
6f88d4ae69 Changes to support JoeyDev. 2021-05-14 19:48:39 -05:00
Scott Duensing
5bf7816f11 Couple installer bugs fixed. 2021-05-02 15:37:10 -05:00
Scott Duensing
9a897ec8ef Renamed byte/bool/true/false/new to make C++ based tools happy. 2021-04-19 19:20:07 -05:00
Scott Duensing
379ba1318a JOEY_TOOLS define now allows using JoeyLib inside modern tool programs. 2021-03-26 19:33:45 -05:00
Scott Duensing
5207c8f77a Moved pixel buffer routines into their own file for easier sharing between platforms. 2021-03-25 19:39:30 -05:00
Scott Duensing
5d5cf0fe5d I don't even know what I'm doing anymore. 2021-03-11 20:14:10 -06:00
Scott Duensing
9eb2fff01a Fixed a few modularization bugs. 2021-03-06 16:52:00 -06:00
Scott Duensing
b8643d14d3 Modularized joey.c to make adding new platforms easier and to clean up code sharing. 2021-03-05 18:39:56 -06:00
Scott Duensing
f37e8d831f Fixed blitting from the display to a surface. Timer now 60Hz instead of 10Hz. 2020-08-16 18:52:12 -05:00