Commit Graph

106 Commits

Author SHA1 Message Date
Elliot Nunn 71d90cf249 Done some junk, ATP not working 2021-05-02 18:08:44 +08:00
Elliot Nunn c2b626c56f Update LocalTalkMonitor.py 2021-04-26 11:51:30 +08:00
Elliot Nunn 72bcd522ea More neatening 2021-04-12 21:03:35 +08:00
Elliot Nunn 02ea33392e Save 4 bytes! 2021-04-12 20:45:20 +08:00
Elliot Nunn 4b13a3e2b1 Forget the user record 2021-04-12 20:37:06 +08:00
Elliot Nunn 06c3d34b2f Clean up some junk 2021-04-12 20:33:30 +08:00
Elliot Nunn b858ad813f Working DA-based ABP server 2021-04-12 19:03:38 +08:00
Elliot Nunn 926e94a81e Relax our server-wait time! 2021-04-12 19:03:38 +08:00
Elliot Nunn a84a379886 Ignore client's buggy bitmap
The client sends the wrong "missing block bitmap" when the image is
small. I think that it is best to ignore the bitmap and retransmit *all*
blocks when *any* request is received. Also introduce arbitrary block
sizes.
2021-04-12 19:03:27 +08:00
Elliot Nunn 6cc36e1561 Get rid of "Make Disk" until implemented 2021-04-04 08:06:38 +08:00
Elliot Nunn 2deb042863 Oops! Remove some debug ifdefs 2021-04-04 08:05:09 +08:00
Elliot Nunn da4e8b46c8 Refactor to use a single global reg 2021-04-04 08:02:21 +08:00
Elliot Nunn 6cd42fbc5f Normalise ServerDA code a bit 2021-03-29 14:24:27 +08:00
Elliot Nunn f01f467218 Detab 2021-03-29 14:15:36 +08:00
Elliot Nunn 90e585fcad Stub backend to desk accessory 2021-03-29 11:50:02 +08:00
Elliot Nunn e13ef927d2 Poof! 2021-03-27 16:29:53 +08:00
Elliot Nunn 45e36cca05 Ditch periodic routine 2021-03-27 16:11:04 +08:00
Elliot Nunn 02f6a6281f Working "close" button 2021-03-27 16:03:43 +08:00
Elliot Nunn b5b5d5e11b Acceptable size window (3 rows) 2021-03-27 15:13:20 +08:00
Elliot Nunn cd2976acfb No need to trigger an update event when resizing 2021-03-27 15:13:05 +08:00
Elliot Nunn 7b57d376d4 Resizing works but is a bit nasty 2021-03-27 14:50:59 +08:00
Elliot Nunn a6f2c1186f The list works! 2021-03-27 14:50:59 +08:00
Elliot Nunn 6a9e602d84 More UI 2021-03-25 17:39:52 +08:00
Elliot Nunn cfd189ca55 Banish vestiges of example code 2021-03-24 09:19:47 +08:00
Elliot Nunn 602c48b6da Stuff button handlers in refCon! 2021-03-24 09:18:15 +08:00
Elliot Nunn 3c7935cd7f Functional grow box (with WDEF hack) 2021-03-24 08:38:06 +08:00
Elliot Nunn 7105f6f499 Grow box 2021-03-22 19:58:43 +08:00
Elliot Nunn aef32d34d1 List Manager! 2021-03-21 17:47:44 +08:00
Elliot Nunn 31ee05bc15 Fix build breaker with prev commit 2021-03-21 17:47:35 +08:00
Elliot Nunn 2766951bac Rudimentary file opening works 2021-03-17 13:41:31 +08:00
Elliot Nunn 7e286430ce More impressive demonstration 2021-03-15 22:11:51 +08:00
Elliot Nunn b3ebd3735b We have a button! 2021-03-15 13:15:03 +08:00
Elliot Nunn 66ab7bec4c Now an actual animation 2021-03-15 10:26:05 +08:00
Elliot Nunn 2d2b78f347 Basic "poof" animation
(Yak shaving)
2021-03-15 10:08:33 +08:00
Elliot Nunn c8efb91c62 Rudimentary desk accessory
Cribbed from the "MPW-GM" disk
2021-03-14 17:45:59 +08:00
Elliot Nunn 8d68e8c3a0 Add visual feedback to bootstrapper 2021-03-03 18:02:30 +08:00
Elliot Nunn 4574458989 Switch off the "patience tester" 2021-03-03 18:00:52 +08:00
Elliot Nunn c5947f2652 Init performance fix
Quite an embarrassing one. I search the stack for a known 4-byte value.
This search starts at the stack pointer and continues towards low
memory. Oops! I was searching nearly the entire address space.
2021-03-02 19:17:13 +08:00
Elliot Nunn a96d61eca7 Change padding mechanism 2021-03-02 13:24:11 +08:00
Elliot Nunn 5c97e31336 Basic dropped-packet tolerance 2021-03-02 13:03:01 +08:00
Elliot Nunn c16fa09c3d Protocol changes to help with config 2021-02-23 11:13:57 +08:00
Elliot Nunn a902c2620b Tiny tweak 2021-02-23 10:36:57 +08:00
Elliot Nunn 78ccbcb20a Clean up whitespace 2021-02-23 10:10:33 +08:00
Elliot Nunn 5086338c9f Neaten up drive queue handling 2021-02-23 10:06:58 +08:00
Elliot Nunn e31a3a81bb Ignore my hacks 2021-02-23 10:06:48 +08:00
Elliot Nunn ee0f2a224e Banish some debug SysErrs 2021-02-23 09:50:20 +08:00
Elliot Nunn 8457a01bcc Dedup tiny bit of code 2021-02-23 09:48:12 +08:00
Elliot Nunn 05e34e28fd Slightly neaten up addr struct copying 2021-02-23 09:46:04 +08:00
Elliot Nunn 061780717c Tweak icon 2021-02-22 12:47:15 +08:00
Elliot Nunn 9e2657682a Was not deleting .ATBOOT as intended 2021-02-22 11:54:37 +08:00