Commit graph

962 commits

Author SHA1 Message Date
Arrogant Genius
0b6c7d6722
Merge pull request #102 from Zeal-Operating-System/conversion-hotfix
ConversionScript update
2023-04-29 18:25:55 -04:00
y4my4my4m
22e03fbbb6 fix 2023-04-26 02:42:45 +09:00
y4my4my4m
1840f7f782 fix 2023-04-26 02:32:40 +09:00
y4my4my4m
16efdf3214 KbdMsHndlr 2023-04-26 02:24:52 +09:00
y4my4my4m
2f56a66496 sys 2023-04-26 02:13:02 +09:00
y4my4my4m
7dd0d0e327 fp_draw 2023-04-26 01:57:21 +09:00
y4my4my4m
5454ca44e6 hotfix 2023-04-25 21:56:41 +09:00
ミンツキ
f397f0fa1d
zealbooter: Rebase on latest limine-barebones code (#101) 2023-04-16 20:20:19 -04:00
Arrogant Genius
d085f7b09d
Merge pull request #100 from Zeal-Operating-System/zealbooter-update
zealbooter: Rebase on latest limine-barebones code
2023-03-29 03:22:12 -04:00
mintsuki
9477ad40fc zealbooter: Rebase on latest limine-barebones code 2023-03-29 00:04:07 +02:00
GutPuncher
c97456cfb2
Make raw-mouse mode task-based instead of global. 2023-03-22 22:38:17 -04:00
GutPuncher
5ac73893d2
Update ZSplash.ZC 2023-03-22 22:35:11 -04:00
GutPuncher
86a390d9c6
Rewrote MiniGrLib, fixes #40. 2023-03-17 17:49:19 -04:00
GutPuncher
87c6e59179
Make network driver registration dynamic. 2023-03-15 02:30:04 -04:00
Arrogant Genius
3c9f005c48
Merge branch 'master' into fix-pci-net-detection 2023-03-14 22:57:15 -04:00
GutPuncher
8d81096879
Update ChangeLog.DD. 2023-03-14 03:29:50 -04:00
GutPuncher
23819ab21f
Refine StrPrint %o bool implementation. 2023-03-14 03:21:29 -04:00
GutPuncher
e14d930007
Document undocumented Print format codes. 2023-03-14 03:20:15 -04:00
Arrogant Genius
7aead6fb7f
Merge branch 'master' into print-bool 2023-03-14 00:53:14 -04:00
GutPuncher
5265509715
Move SandyBeach palette into Palettes folder in ::/Home/PaletteEditor/. 2023-03-14 00:48:57 -04:00
Arrogant Genius
1b346915f1
Merge branch 'master' into sandy-beach-palette 2023-03-14 00:37:50 -04:00
GutPuncher
4109962d84
Reformat raw-mouse code to ZealC code style. 2023-03-13 22:13:43 -04:00
GutPuncher
f297f2c265
Update ChangeLog.DD 2023-03-13 22:05:58 -04:00
GutPuncher
bf22195fe0
Update ChangeLog.DD 2023-03-13 22:01:29 -04:00
GutPuncher
f423c7470c
Update ChangeLog.DD, sys_os_version. 2023-03-13 18:20:49 -04:00
GutPuncher
438a904b91
Update 2023-03-13 17:49:32 -04:00
Arrogant Genius
225905eba4
Update README.md 2023-03-13 04:17:17 -04:00
tinkeros
4b3c344825
Skip partial updates when updating entire screen (#90) 2023-02-26 01:41:54 +00:00
Sharoy Veduchi
5f24bd97bb
Change CC to ZC (#95)
Co-authored-by: Midnoclose <24860483+Midnoclose@users.noreply.github.com>
2023-02-25 20:07:28 -05:00
チャールズ
e65f27c46d
Merge pull request #93 from tinkeros/cf-mouse-fix
Add support for user apps to capture raw mouse data and mouse support to Castle Frankenstein
2023-02-25 16:35:04 -05:00
tinkeros
c59e87318f Add Castle Frankenstein mouse aim support and kernel user mouse function 2023-01-25 21:12:07 -06:00
tinkeros
025cc946d4 Fix issue preventing network adapter detection with multiple adapters 2023-01-05 21:07:08 -06:00
TomAwezome
f9bb43799b Replace DFT with DEFAULT in HDAudio code. 2023-01-01 23:01:45 -05:00
TomAwezome
c370588653 Replace HDAudioEnd Free calls with FreeAll.
(Thanks Slapparoo for implementing FreeAll)
2022-12-31 01:10:35 -05:00
TomAwezome
f8729688b9 Refactor entire HDAudio driver to use new register functions, instead of direct pointer manipulation. 2022-12-31 01:08:39 -05:00
TomAwezome
d58bc8c410 Add HDAudio read/write register functions. 2022-12-31 01:07:19 -05:00
TomAwezome
e599c67ca5 Unobfuscate HDAudioInit and HDAudioScan. 2022-12-30 17:46:49 -05:00
TomAwezome
64703e9a12 Create PCI Command Register kernel defines, replace PCNet identical defines with new global defines. 2022-12-30 17:45:58 -05:00
TomAwezome
0f1a63f0a2 Fix PCI write funcs val calculation. 2022-12-30 16:26:12 -05:00
TomAwezome
74b770870f Comment out skipped lines, add TODO noting to look into what formats a stream supports before trying to make it use the 'default'. 2022-12-30 14:25:09 -05:00
TomAwezome
5696c3d0f1 Fix HDAudio driver for machines with less than 3 cores. 2022-12-30 14:24:15 -05:00
TomAwezome
8106bf6c02 Trim a few redundant HDAudio function code lines. 2022-12-30 14:23:16 -05:00
TomAwezome
6063c02243 Make HDAudio driver find with PCI code constants. 2022-12-30 14:22:20 -05:00
TomAwezome
b3af1628a2 Add PCI class and subclass codes for audio. 2022-12-30 14:21:07 -05:00
TomAwezome
926fd92849
Delete src/Home/Sound/HDAudio0 directory 2022-12-28 20:13:21 -05:00
TomAwezome
f2490f75bc Reformat HDAudio.ZC 2022-12-28 18:18:53 -05:00
TomAwezome
2fd8527fdb Document HDAudio/AC97 sound API currently in use. 2022-12-26 20:35:38 -05:00
TomAwezome
8200205781 Fix HDAudio Synth.ZC enough to compile. 2022-12-24 19:43:10 -05:00
TomAwezome
55d95ee3d3 Fix HDAudio BeatFreq.ZC enough to compile. 2022-12-24 19:42:49 -05:00
TomAwezome
027edae296 Fix AC97 PCI var names. 2022-12-24 16:27:18 -05:00