Commit Graph

146 Commits

Author SHA1 Message Date
20kdc f761ad5824 Remove overwrite confirmations because life is short and UX nitpick bugs are long.
Have fun with this. If anyone complains I'm calling it the April 1st release.
2020-03-31 18:10:55 +01:00
20kdc aef0043d4a Finish up (maybe) the new compression scheme. 2020-03-31 17:52:24 +01:00
20kdc 151097cdce Finish purging deprecated lexcrunch stuff from the DEFLATE decompressor 2020-03-31 15:01:46 +01:00
20kdc bfcb4f9028 Smooth off the DEFLATE decompressor's sharp edges 2020-03-31 14:05:58 +01:00
20kdc cc55e8a66f Improve lexcrunch just a bit 2020-03-31 13:23:52 +01:00
20kdc 3c4a3147c4 The DEFLATE Decompressor (Of Pain And Suffering) 2020-03-31 12:00:06 +01:00
20kdc bc4d626b4e All the architectural changes pre-DEFLATE 2020-03-31 11:59:58 +01:00
20kdc dd21abe8fa More elseifs to feed DEFLATE, despite the negative effects on BDIVIDE 2020-03-30 20:21:41 +01:00
20kdc 22c1c211ef Bugfix: fix 'delete' key, fix Everest KB/M matching 2020-03-30 19:11:50 +01:00
20kdc 7840f0a231 Improve BDIVIDE (88 bytes free) 2020-03-30 17:55:20 +01:00
20kdc 339571ee9b Even more line editing improvements 2020-03-30 14:36:33 +01:00
20kdc 479412a5bb Better line editing 2020-03-30 12:08:12 +01:00
20kdc d2ee505316 Bigram compression for fun and size reduction 2020-03-29 22:43:38 +01:00
20kdc f5ba0489b2 Start work on r9 with the basic terminal system design 2020-03-28 19:13:03 +00:00
20kdc 7680aa7579 Apparently I missed a few details of the packaging stuff for setup 2020-03-27 22:35:00 +00:00
20kdc 429de87a61 Add missing secpolicy version bump (oops) 2019-01-02 15:28:59 +00:00
20kdc 7307eb30a4 Consider 'tablet' component & tablet_use safe in secpolicy, fix incorrect documentation on k.computer 2019-01-02 15:28:01 +00:00
20kdc 0d9583fcff r8: Yet another release for a single feature request
This isn't getting pushed until AmandaC's tested it.
I'm not sure this is such a good idea, anyway ; if it's for load/save
 workflow improvements, wouldn't it be better to have a file access method
 that allows for file re-opening?
That said, there's a limit to *that* before you just have to say,
 "Just use /data/".
2018-12-24 21:11:59 +00:00
20kdc 375995c2d3 r7: Fix the read-only-FS filemanager bug AmandaC found
This should fix everything
2018-12-11 16:40:30 +00:00
20kdc efae7716da Merge branch 'repository' (for rwhateverwe'reon) 2018-12-11 15:26:23 +00:00
20kdc 27bd71f9e4 (Probably) fix sys-init self-destructing if no monitors around 2018-11-09 23:19:27 +00:00
20kdc 3d3517bc53 app-tapedeck: Copy/Erase buttons, operation cancelling 2018-10-13 10:37:07 +01:00
20kdc 916d127337 Add stubs for app-metamachine getDeviceInfo/setArchitecture/getArchitecture, add some debug for missing methods (plan9k vm fix) 2018-10-11 17:40:54 +01:00
20kdc 630c5f57f5 app-metamachine: Native clipboard support 2018-09-29 10:43:46 +01:00
20kdc 3502cdedc2 Merge branch 'repository' 2018-09-27 23:03:25 +01:00
20kdc 21294872f3 NEO r6: sys-init improvements
...Yup, that's it for this one.
2018-09-27 23:01:05 +01:00
20kdc 71a0aa0b08 Update the tape interface application to do everything it should need to be able to do 2018-09-26 22:46:03 +01:00
20kdc 99cb58d9fc Add a tape interface application, 'app-tapedeck' 2018-09-26 01:46:16 +01:00
20kdc 324ed86335 Update KMT to v1: be faster at reading 2018-07-28 17:20:43 +01:00
20kdc 13d3abfd26 quickly fix this (this is r5 now) 2018-07-28 16:50:35 +01:00
20kdc 27f7fe35da Finally finish the packaging updates for r5? 2018-07-28 15:00:30 +01:00
20kdc 6255587090 Here goes nothing.
Releasing a version with this commit NOT enabled to dev
2018-07-28 14:53:04 +01:00
20kdc f903a16166 Hopefully correctly add 'KMT'
("LimboCon have something to look at backup plan" app)
2018-07-28 14:50:24 +01:00
20kdc 347bebdb03 Fix a mistake with the logo.bmp thing 2018-07-28 14:50:07 +01:00
20kdc 8f86dfd730 Merge branch 'repository' 2018-07-28 14:41:48 +01:00
20kdc 76448b8187 Replace app-klogo with a more general app-bmpview 2018-07-25 23:45:01 +01:00
20kdc b320dfe083 Enabling DEV in CLAW for next dev version upload 2018-07-09 18:19:21 +01:00
20kdc 3bc323e268 Fix bitmap library issues, bugfixes to everest and glacier 2018-07-09 18:17:49 +01:00
20kdc 1e3bf096d5 Fix app-batmon losing track of time 2018-06-12 21:45:54 +01:00
20kdc 6237871d36 Fix some CLAW stuff and document CLAW formats in neo-docs 2018-06-12 21:45:40 +01:00
20kdc d371044146 Update packaging script so inst.lua version number can be easily checked 2018-06-12 01:51:19 +01:00
20kdc 050941a513 Make sys-everest a bit smaller by eliminating abstraction. 2018-06-12 01:35:15 +01:00
20kdc 3ba0792dfe Fix app-flash bugs
EEPROM names/addresses are now always at least partially visible,
 and EEPROM regulations on labels no longer block editing.
2018-06-12 01:34:02 +01:00
20kdc 7ca2c26979 Ported batmon from legacy, and made app-textedit less GPU-hungry
Both of these should be useful for multimonitor setups,
 in their own individual ways.
2018-06-12 01:29:44 +01:00
20kdc ccb9c3b279 CLAWv3, aka 'C2' - lower memory CLAW
Hopefully this'll finally end the "CLAW runs out of memory an awful lot" problem.
2018-06-12 01:27:26 +01:00
20kdc 8ab47c96b3 Improve the compression, and get rid of imitclaw (will be outdated) 2018-06-10 00:06:12 +01:00
20kdc e1530057a6 Fix nbcompose and knbs bugs 2018-06-09 22:55:35 +01:00
20kdc 9254745a33 sys-everest: Get rid of some typechecks that were just nomming space 2018-06-08 19:55:30 +01:00
20kdc 4c12bb548a Add app-nbcompose and the library for it "knbs". 2018-06-08 19:43:19 +01:00
20kdc 46d60df1ec app-pclogix-upload and app-rsctrl
Yes, I made sure to ask Mimiru about permission to target the uploader there.
2018-06-08 16:26:29 +01:00