TomAwezome
a12da2407e
Clean up E1000 PCI register init.
2022-07-08 06:12:45 -04:00
TomAwezome
a573d0efbb
Document and clean E1000 defines, enable bus mastering, begin debugging TX methods.
2022-07-05 00:31:24 -04:00
TomAwezome
9b7a335eea
Set E1000 RAL/RAH regs with MAC, add to CTRL init.
2022-06-30 23:24:04 -04:00
TomAwezome
06ef549cbd
Add E1000 CTRL reg defines.
2022-06-30 01:58:25 -04:00
TomAwezome
92a36b3ada
Merge branch 'xslendix-sky-fix'
2022-06-28 22:34:40 -04:00
TomAwezome
90a43d9a85
Make Varoom sky fix work correctly on all resolutions.
2022-06-28 22:33:15 -04:00
TomAwezome
3620ff3e0a
Merge branch 'master' into sky-fix
2022-06-28 18:13:51 -04:00
TomAwezome
1f25307134
Merge pull request #59 from xslendix/meth-tests
...
Add HolyMath's tests to TestSuite
2022-05-16 03:52:37 -04:00
xSlendiX
af11396a28
Add HolyMath's tests to TestSuite
...
This commit adds HolyMath's tests (HolyMathMat4, HolyMathVec) to
the TestSuite.
2022-05-16 02:47:56 +03:00
xSlendiX
8814ca1436
ZoneOut: "Center" background and make sky adapt to those changes
...
This commit makes the background in ZoneOut "center" to the screen, as
well as fill with LTCYAN the top half of the screen to get a complete
sky, not part of it.
2022-05-16 02:24:47 +03:00
xSlendiX
f8f0c435bb
Varoom: Make sky height dynamic
...
This commit makes it so that Varoom's sky is properly rendered across
multiple resolutions. It also lowers the sun down by 10 pixels.
2022-05-16 02:23:44 +03:00
TomAwezome
ea9dab14d3
Add link to Wiki in README.
2022-05-07 21:38:43 -04:00
TomAwezome
3a37fd5e49
Update README to reflect #57 .
2022-05-07 21:24:15 -04:00
TomAwezome
3cfb7d1451
Merge pull request #57 from hardliner66/make_build_scripts_runable_from_every_directory
...
Change build scripts to be independent from the working directory
2022-05-05 06:27:52 -04:00
hardliner66
a401adb702
pass arguments to recursive call
2022-05-02 11:10:49 +02:00
hardliner66
938aafd36e
change scripts to be independent from the working directory
2022-04-29 16:07:39 +02:00
TomAwezome
f7ffa6f5e4
Change ZealOS Charter. Fix doc typos. Remove Reliability.DD.
2022-04-17 00:59:41 -04:00
TomAwezome
a5ec528fba
Invert bottom-right window border text.
2022-04-16 20:43:02 -04:00
TomAwezome
da8ca638f3
Fix some code formatting.
2022-04-16 20:17:56 -04:00
TomAwezome
d7aa45b882
Update Amicus Palette.
2022-04-16 20:11:19 -04:00
TomAwezome
63d0612e5d
Update ChangeLog with ISO9660 details.
2022-04-16 19:11:53 -04:00
TomAwezome
41e11d93b1
Merge pull request #56 from Zeal-Operating-System/iso9660
...
Add ISO9660 support from "TempleOSCD_2017-05-21T03 56 09.ISO"
2022-04-16 18:42:06 -04:00
TomAwezome
dbc29a5160
Fix IS09660 code formatting.
2022-04-16 18:31:54 -04:00
TomAwezome
eedb6b52aa
Fix IS09660 comment typo.
2022-04-16 18:24:51 -04:00
TomAwezome
872e1a1385
Fix IS09660 code formatting.
2022-04-16 17:55:26 -04:00
TomAwezome
88fe6b59ba
Fix formatting of ZealC postfix pointer casts in ISO9660 code.
2022-04-16 17:31:48 -04:00
TomAwezome
b5d80ca147
Restore ISO9660 mentions in documentation from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-16 17:09:18 -04:00
TomAwezome
7d80592aaa
Restore ISO9660 filesystem non-writable error checks from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-16 15:53:14 -04:00
TomAwezome
aa911b9a0f
Restore File Manager ISO9660 functionality.
2022-04-14 00:57:40 -04:00
TomAwezome
5bd83cd4a7
Re-add ISO9660 .ISO creation from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-04 00:51:26 -04:00
TomAwezome
75d5ea1ecc
Re-add ISO9660 read support from "TempleOSCD_2017-05-21T03 56 09.ISO".
2022-04-01 23:55:04 -04:00
TomAwezome
6f7288e8ed
Remove ACWords.DATA and Home/ folder from AUTO.ISO.
2022-04-01 14:21:45 -04:00
TomAwezome
675b9c1f42
Fix AHCIBootDVDProbeAll buffer read error try catch.
2022-04-01 13:01:22 -04:00
TomAwezome
a25b7fd03f
Add verbose TaskRep functionality.
...
Add ST_WIN_INHIBIT_FLAGS, ST_TASK_FLAGS, ST_DISPLAY_FLAGS, WIf_FLAGS_NUM, TASKf_FLAGS_NUM, DISPLAYf_FLAGS_NUM.
Add verbose Bool default arg to TaskRep and verbose Task report logic in TaskRepTask.
2022-04-01 00:41:35 -04:00
TomAwezome
0ef5e97000
Add .ZXE icon to GrDir, clean up .BIN icon.
2022-03-27 03:08:57 -04:00
TomAwezome
935ea2219d
Add arrow key mouse movement to 32BitPaint, reassign canvas clear key to End.
2022-03-27 01:20:24 -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
b992dcebb2
Create Windows build scripts.
2022-03-11 03:22:01 -05: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
c01db2d14f
Add Discord link to README.
2022-01-28 02:56:55 -05:00