Wolfgang Thaller
ec8a5332b9
fix warning
2018-12-28 15:59:07 +01:00
Wolfgang Thaller
a726045d54
fix some warnings
2018-12-25 22:42:58 +01:00
Wolfgang Thaller
2e2a734403
Rez: fix $ABCD hex literals
2018-12-25 20:05:53 +01:00
Wolfgang Thaller
a3d330fa3b
Revert ineffective workaround for bison 3.2.3 bug
...
This reverts commit 7eced7335a
.
2018-12-25 00:07:16 +01:00
Wolfgang Thaller
ac1b89dd41
Merge branch 'master' of github.com:autc04/Retro68
2018-12-23 12:02:45 +01:00
Wolfgang Thaller
7eced7335a
work around bison 3.2 bug ( fixes #72 )
2018-12-23 12:02:36 +01:00
Wolfgang Thaller
1594085852
patch for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86724 (already fixed upstream in gcc 7.3.1 and 8.2.1)
2018-12-22 15:47:37 +01:00
Wolfgang Thaller
00471c6104
compatibility with bison 3.2 ( fix #70 )
2018-12-22 10:07:18 +01:00
Wolfgang Thaller
68636d820c
interpret .as as extension for apple single
2018-12-22 10:07:18 +01:00
Wolfgang Thaller
d7a9c8d862
gitattributes
2018-12-22 10:07:18 +01:00
Wolfgang Thaller
eca387c58d
Merge pull request #68 from v3rm0n/v3rm0n-patch-1
...
Small changes in README
2018-12-19 09:27:15 +01:00
Maido Käära
a6bedb1dcf
Small changes in README
2018-12-19 09:51:54 +02:00
Wolfgang Thaller
564dd9be0e
Merge pull request #62 from donbright/patch-3
...
check the directories where the interfaces and libraries are installed to make sure they dont contain the '&' character, which breaks the build on linux. (some archives of the interfaces and libraries files, have them named as "Interfaces&Libraries")
2018-09-16 18:28:42 +02:00
don bright
86f54681d3
limit to dirs
...
limit to dirs per suggestiom
2018-09-03 17:58:16 -05:00
Wolfgang Thaller
9611c86ca1
Don't compile multilibs for 68060, fidoa, and cpu32 ( fixes #56 )
2018-08-17 02:40:15 +02:00
Wolfgang Thaller
fedaf466ff
Merge pull request #64 from ssalevan/master
...
Adjusting Dockerfile to support clean builds
2018-08-15 20:23:20 +02:00
Steve Salevan
921ff11ddb
Adjusting Dockerfile to support clean builds
2018-08-14 22:02:47 -04:00
Wolfgang Thaller
2dec12faee
fix incorrect documentation for CMAKE_TOOLCHAIN_FILE parameter
2018-07-20 16:28:01 +02:00
Wolfgang Thaller
e2e1ae5d5e
Merge pull request #59 from donbright/patch-1
...
Note texinfo dependency in README.md, see also #13
2018-07-18 23:30:29 +02:00
Wolfgang Thaller
7d107bba49
Merge pull request #60 from donbright/patch-2
...
Fix broken --no-ppc --no-carbon build in build-toolchain.bash
2018-07-18 23:28:15 +02:00
don bright
1afc72ad2d
Update build-toolchain.bash
...
check the directories where the interfaces and libraries are installed to make sure they dont contain the '&' character, which breaks the build on linux. (some archives of the interfaces and libraries files, have them named as "Interfaces&Libraries")
2018-07-18 07:35:05 -05:00
don bright
1e3f4b0031
Update build-toolchain.bash
...
the --no-ppc --no-carbon build was broken because it was looking for ppc tools. this allows it to at least get through the script.
2018-07-16 22:43:51 -05:00
don bright
5b9feb6c15
Update README.md
...
build-toolchain fails on ubuntu unless you have 'makeinfo' binary, which is part of 'texinfo' package
2018-07-16 21:51:47 -05:00
Wolfgang Thaller
58d8be11e1
LaunchAPPLServer: adjust about box height based on text
2018-05-20 11:53:48 +02:00
Wolfgang Thaller
3928a55b91
LaunchAPPLServer: refactor a bit
2018-05-19 14:55:27 +02:00
Wolfgang Thaller
e39e0a09c5
LaunchAPPLServer: a touch of color
2018-05-17 00:38:55 +02:00
Wolfgang Thaller
7f1eb5692c
LaunchAPPLServer: User interface improvements
2018-05-16 21:44:37 +02:00
Wolfgang Thaller
50fee1a789
LaunchAPPLServer: send response and shutdown connection before upgrading
2018-05-16 02:44:23 +02:00
Wolfgang Thaller
6e6a909c46
LaunchAPPLServer: detect presence of OpenTransport
2018-05-16 02:43:59 +02:00
Wolfgang Thaller
5ab830d8c3
LaunchAPPLServer: OpenTransport backend (TCP for Carbon)
2018-05-16 02:08:32 +02:00
Wolfgang Thaller
d1a3939015
Copy OpenTransportAppPPC.o and other PPC static libraries
2018-05-16 02:08:32 +02:00
Wolfgang Thaller
a135f0b196
libretro: use separate library file names for Carbon and Classic PPC
2018-05-16 02:08:25 +02:00
Wolfgang Thaller
bf9cba16b8
LaunchAPPLServer: Carbon version (no backend yet)
2018-05-14 23:58:11 +02:00
Wolfgang Thaller
dbfa7e8645
make libretro be the same for carbon and classic
2018-05-14 23:56:37 +02:00
Wolfgang Thaller
b09ecaf30b
fix macsbug symbols again - why didn't I know about .pushsection from the beginning?
2018-05-14 21:36:17 +02:00
Wolfgang Thaller
c14c072e9c
LaunchAPPLServer: include MacTCP in GUI
2018-05-14 00:41:12 +02:00
Wolfgang Thaller
9dd308687b
LaunchAPPL: TCP support
2018-05-14 00:41:12 +02:00
Wolfgang Thaller
749b7c5db8
don't pass type/creator codes as last argument to Rez - apparently, Ninja swallows trailing spaces
2018-05-14 00:03:14 +02:00
Wolfgang Thaller
1ae9256e9c
Fix compilation for PowerPC - see #57
2018-05-14 00:01:59 +02:00
Wolfgang Thaller
982bd1ba67
LaunchAPPLServer: move SerialConnectionProvider to its own module
2018-05-08 09:43:02 +02:00
Wolfgang Thaller
135795288f
LaunchAPPLServer: more accurate messages, fix leak
2018-05-08 02:37:25 +02:00
Wolfgang Thaller
ed64f6dea3
LaunchAPPLServer: refactoring
2018-05-08 02:15:05 +02:00
Wolfgang Thaller
5e1e67de2c
LaunchAPPLServer: support printer port
2018-05-07 23:51:47 +02:00
Wolfgang Thaller
d47958bcb9
LaunchAPPLServer: increase input buffer size
2018-05-07 23:51:17 +02:00
Wolfgang Thaller
9d304134f2
Fix interaction between pascal
and pragma parameter
(pascal should be ignored)
2018-05-07 22:41:29 +02:00
Wolfgang Thaller
e87f2fe79d
LaunchAPPLServer: Extend status display
2018-05-07 22:41:29 +02:00
Wolfgang Thaller
28fca0d630
LaunchAPPLServer: factor out StatusDisplay
2018-05-06 18:49:43 +02:00
Wolfgang Thaller
d5945a90ba
LaunchAPPLServer: fix segment unloading
2018-05-06 13:00:31 +02:00
Wolfgang Thaller
c29a932f4d
LaunchAPPLServer: fix for PPC
2018-05-06 12:41:33 +02:00
Wolfgang Thaller
3c071a0772
LaunchAPPLServer: unload some segments
2018-05-06 12:40:26 +02:00