Commit Graph

20 Commits

Author SHA1 Message Date
camh 02098ef064 add some small quality of life functionality to the messages menu, re-introduce white backgrounds to some text, cut potential release 2022-02-25 23:35:59 -08:00
camh 34e352056d disable all debug logging, cut potential gm release 2022-02-25 14:17:46 -08:00
camh 62e53b6012 use the nuclear debugging option... 2022-02-23 22:15:03 -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 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 ef29cf88e1 small tweaks and another test release 2022-02-12 23:42:19 -08:00
camh 3985d86486 some fixes, including miscalulation on bounds checking for quickdraw commands, remove some logging from memory error research, refactor chat message count function and add logging on current vs previous message objects to determine phantom beeping, hopefully final test release 2022-02-12 23:23:37 -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 4e6a34a83f fix demo mode, reduce optimization of build to see if we can fix address errors on physical mac 2022-02-08 00:00:52 -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 dfe9dd565a fix issue where return value from sendMessage would not make it back through to mac app 2022-02-04 23:30: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 f3755e40f9 take care of final todo items and come up with perceptual perf improvements on the coprocessorjs side of the app 2022-01-11 00:00:31 -08:00
camh db302f0b97 get new message notifications working 2022-01-09 22:57:49 -08:00
camh 1fd61a8e46 further improve performance: remove all color support from nuklear and color translation support from nuklear quickdraw code and replace with nuklear working directly with qd colors and patterns. ~30% performance gain with the same look and feel! 2022-01-07 21:44:56 -08:00
camh 36d047d485 small fixes 2022-01-06 22:09:39 -08:00
camh d806e62373 get TEST_MODE working in coprocessorjs module 2022-01-02 22:00:22 -08:00
camh c88d6037b5 repo cleanup, introduce test mode to coprocessorjs module 2022-01-01 23:17:02 -08:00