Commit graph

462 commits

Author SHA1 Message Date
TomAwezome
4a72a302a8 Add U128 raw type to compiler. 2022-03-26 23:58:11 -04:00
TomAwezome
5b99114ef1 Add link to ParseExpression2 in CompilerOverview.DD. 2022-03-26 22:42:00 -04:00
TomAwezome
346bfc3d7d
Update KGlobals.ZC 2022-03-26 22:29:09 -04:00
TomAwezome
c95266c667 Remove all DocOpt methods, add AutoComplete link in EdPullDown menu. 2022-03-26 01:16:17 -04:00
TomAwezome
4cea112eb4 Patch a left arrow bitmap character in font over Reverse NOT Sign, use for Caller listings. 2022-03-26 01:13:26 -04:00
TomAwezome
ecfb76be9b Remove TOSZ documentation and link from HelpIndex. 2022-03-26 01:06:29 -04:00
TomAwezome
23b8973057 Delete Port Control Protocol test file. 2022-03-26 01:01:58 -04:00
TomAwezome
8951ce2445 Fix a few formatting errors and typos. 2022-03-26 00:59:25 -04:00
TomAwezome
6c44605a08 Fix Boot doc sprite text. 2022-03-04 15:56:33 -05:00
TomAwezome
2f3c779c92 Fix HTML docs empty page tab title. 2022-03-04 15:39:58 -05:00
TomAwezome
408e4d094e Change HTML documentation system. 2022-03-04 14:48:45 -05:00
TomAwezome
5ff6487615 Update WallPaper to print full task caller report.
Increase CTask.wallpaper_data from STR_LEN to 4096.
2022-02-13 22:11:46 -05:00
TomAwezome
dd21cff146 Change .BIN format to .ZXE (Zeal Executable).
Remove .C suffix on non-executable binary files.
2022-01-28 03:05:21 -05:00
TomAwezome
a7a22a353f Improve JSON API. Implement JSONString(), JSONKeyValueGet(), and JSONIndexValueGet(). 2022-01-23 04:38:03 -05:00
TomAwezome
9f6486c0de Implement NetLogSave method to dump NetLog to a file. 2022-01-22 04:16:21 -05:00
TomAwezome
b66744f5b2 Update OS Upgrade feature. 2022-01-22 03:12:51 -05:00
TomAwezome
bab9e8a43c Update documentation. 2022-01-21 22:43:18 -05:00
TomAwezome
b2a33cc72a Integrate HolyMath (from https://github.com/TempleProgramming/HolyMath).
Create new folder System/Math/, move System/Math.ZC and System/MathODE.ZC to this new folder.
Add HolyMath files to System/Math/.
Change System/MakeSystem.ZC to #include System/Math/MakeMath.ZC.
2022-01-18 00:52:46 -05:00
TomAwezome
f5381b2add Update PaletteEditor palettes. 2022-01-17 18:21:11 -05:00
TomAwezome
cea590ba55 Fix missing NetConfigure call. 2022-01-17 00:28:34 -05:00
TomAwezome
10a5876ce7 Implement retries for when network stack fails NetConfigure. 2022-01-17 00:12:18 -05:00
TomAwezome
afc785ba27 Implement FTP client. 2022-01-10 00:05:51 -05:00
TomAwezome
dedb922567 Re-add System/Boot/ to tracked files.
(Was accidentally removed in 3a33e6baaff2cfbb162ee71585d96498375285e1.)
Update AUTO.ISO.
2022-01-02 22:50:06 -05:00
TomAwezome
ac3e0cee2d Implement WinTileGrid. 2021-12-30 22:22:37 -05:00
TomAwezome
dccdb20ae0 Add LexDemo. 2021-12-30 17:37:35 -05:00
TomAwezome
ea77c2c920
Fix typo on commit 9857b67377 2021-12-28 22:54:14 -05:00
TomAwezome
9857b67377 Implement Ping network function. 2021-12-28 22:52:09 -05:00
TomAwezome
d767f8f6e7 Implement ICMPRequestSend. 2021-12-28 13:48:04 -05:00
TomAwezome
5a145ef081 Fix TCP RST ACK loop bug. 2021-12-15 00:04:51 -05:00
TomAwezome
dc66f78d51 Fix Gopher client filename truncation bug. 2021-12-14 19:56:32 -05:00
TomAwezome
415edf731d Add an Up button to GrDir. 2021-12-14 04:14:09 -05:00
TomAwezome
7521710585 Change SSE MOVSD opcode configuration. 2021-12-12 00:57:06 -05:00
TomAwezome
38ae0c07c2 Fix ChangeLog links. 2021-12-11 18:18:30 -05:00
TomAwezome
3a33e6baaf Rename CosmiC to ZealC.
Rename all .CC files to .ZC extension.
2021-12-11 06:21:22 -05:00
TomAwezome
827f4d16df Rename CosmiC to ZealC.
Rename IC_HOLYC_TYPECAST to IC_POSTFIX_TYPECAST.
Add some compiler documentation.
2021-12-11 04:58:01 -05:00
TomAwezome
2836d36ca6 Add comments to some compiler methods.
Revert 440Hz 'A' tuning.
2021-12-09 03:35:44 -05:00
TomAwezome
1b2144c451 Restore install-drive functionality, remove legacy IDE fields and padding from CBlkDev and CBlkDevGlobals, add ins_port AHCI member and use it to replace IDE fields. 2021-12-04 05:31:11 -05:00
TomAwezome
b6496c9378 Update IntEntrySet calls to use new IntEntryAlloc system. 2021-12-04 05:07:38 -05:00
TomAwezome
102d8afafe Implement BlkDevRep, remove BlkDevRep demo file. 2021-12-04 05:05:58 -05:00
TomAwezome
9ebbb0847b Fix Mount2 allowing skipping HDD SATA port entry.
Rename network stack `Run.CC` to `Start.CC`, fix running applications in subdirectories using F5 in `Ed` window.
2021-12-03 23:07:34 -05:00
TomAwezome
363a8c8d00 Fix DebugOverview.DD typo. 2021-11-30 17:11:08 -05:00
TomAwezome
2091603de3 Fix HelloWorld demo doc. 2021-11-30 16:12:17 -05:00
TomAwezome
05be1d0e0c Rename dump functions.
Rename `DocDump` to `DocDumpLines`.
Rename `DocDm` to `DocDumpMem`.
Rename `DocD` to `DocDump`.
Rename `Dump` to `FileDump`.
Rename `DClus` to `ClusDump`.
Rename `DBlk` to `BlkDump`.
Rename `RawDm` to `RawDumpMem`.
Rename `RawDr` to `RawDumpRegs`.
Rename `RawD` to `RawDump`.
Rename `Dr` to `DumpRegs`.
Rename `Dm` to `DumpMem`.
Rename `D` to `Dump`.
Rename `Who` to `HashTableDump`.
Rename `Da` to `DumpAddress`.
2021-11-30 14:22:38 -05:00
TomAwezome
bba8bda7d6 Fix documentation wording relating to System task. 2021-11-29 23:56:44 -05:00
TomAwezome
a79a3faa87 Fix documentation wording relating to System task. 2021-11-29 23:51:28 -05:00
TomAwezome
406e31cfb6 Update documentation. 2021-11-29 23:50:05 -05:00
TomAwezome
262bd0249e Set I_NETHANDLER using DefinePrint. 2021-11-29 23:45:45 -05:00
TomAwezome
0e3a37d4cd
Fix PaletteEditor PullDown menu typo. 2021-11-25 21:51:07 -05:00
TomAwezome
b512df5183 Fix PaletteEditor bugs. 2021-11-25 05:01:09 -05:00
TomAwezome
b873e13590 Merge branch 'y4mchanges' of https://github.com/y4my4my4m/ZealOS into y4my4my4m-y4mchanges 2021-11-24 02:31:12 -05:00