Commit Graph

19 Commits

Author SHA1 Message Date
camh 34e352056d disable all debug logging, cut potential gm release 2022-02-25 14:17:46 -08:00
camh 385003d534 added else case to end of receive loop to troubleshoot tempOutput 2022-02-24 13:53:33 -08:00
camh cd226cec7f fix clearing out tempOutput in coprocessor, use memcpy vs strncpy for taking the values from the serial port. create new release 2022-02-23 22:34:44 -08:00
camh 62e53b6012 use the nuclear debugging option... 2022-02-23 22:15:03 -08:00
camh 32604e460b improve coprocessorjs logging, remove unnecessary JS node modules and package lock, which were ignored on target coprocessor instances. cut another gm release for testing 2022-02-23 16:24:22 -08:00
camh bf120297be fix stack vs heap issues by moving all coprocessor strings toward malloced arrays, reintroduce command caching. cut new potential gm release 2022-02-23 09:52:20 -08:00
camh fbc7e3a1ec small bug fixes, including preventing unnecessary chat list redraws, fixing cursor hover, flagging more of the command caching features which will need more work to work properly. cut new release candidate 2022-02-19 23:12:28 -08:00
camh 0c16aa46ba minor perf improvement regarding chat list hovers, code cleanup, cut first release candidate 2022-02-18 23:46:29 -08:00
camh 722bc791da coprocessor: rework memory model for output variables -- hopefully issues there are resolved and we are only down to final nuklear memory issue. cut new debug release 2022-02-17 11:18:44 -08:00
camh 53e2f4dba0 bug fix: do not try to repeatedly send blank messages on enter press, attempt at speeding up debug output, add additional logging to determine which nuklear command is triggering the address error, fix some of the constructor instantiation in the js side of the app 2022-02-14 23:23:51 -08:00
camh 5a45998195 create new debugging option DEBUG_FUNCTION_CALLS to assist in finding memory address errors on physical mac, cut new debug release 2022-02-08 23:58:25 -08:00
camh 4a457f94fb fix all compilation warnings in an attempt to fix last address error problems, cut new release 2022-02-07 12:12:50 -08:00
camh 111e717b15 big update: fix final message update bugs, fix about screen. only small TODO items, code cleanup, and testing on physical mac (once i finish recapping the analog board on my mac classic) remaining! 2022-01-25 23:54:08 -08:00
camh 36d047d485 small fixes 2022-01-06 22:09:39 -08:00
camh 5d9ffc1b6f code clean up, code review, styling tweaks 2021-11-28 23:25:07 -08:00
camh 64033547d6 fix scrollbars, introduce watch cursor on blocking operations, lots of other small bug fixes 2021-11-16 23:40:49 -08:00
camh 90f444a3c4 committing before removing individual window rendering code, too buggy, going to try some other perf paths 2021-10-13 23:16:11 -07:00
camh 956dbbe8d3 first function version, used to send first imessage via system 6 2021-09-20 23:10:57 -07:00
camh f9975f3c0e first commit 2021-09-10 23:12:19 -07:00