Arsenic Blood
f2a7f94e69
Update KGlobals.ZC
2024-08-20 23:39:12 -04:00
mintsuki
6789243978
Update Zealbooter to Limine 8.x and backport template changes
2024-08-14 21:19:14 +02:00
Arsenic Blood
8f9d48bb13
Update KGlobals.ZC
2024-03-11 03:04:39 -04:00
Arsenic Blood
86d994c8de
Merge branch 'master' into strscan_memcopy
2024-03-11 03:03:58 -04:00
Arsenic Blood
d77e52698f
Update KGlobals.ZC
2024-03-11 03:02:10 -04:00
Arsenic Blood
cf4d34c8b2
Update Display.ZC
2024-03-11 02:59:45 -04:00
Arsenic Blood
97d10e9dfd
Merge branch 'master' into kdisplay_loop
2024-03-11 02:58:35 -04:00
GutPuncher
fca34d8b3d
feat: revise/refactor #124 , inc patch num
2024-03-11 02:52:35 -04:00
GutPuncher
7edf953c24
chore: inc os version patch num
2024-03-07 00:22:13 -05:00
Arsenic Blood
1b7f2bb951
Merge branch 'master' into strscan_memcopy
2024-03-07 00:00:37 -05:00
Arsenic Blood
0995eb82df
Merge branch 'master' into kdisplay_loop
2024-03-07 00:00:28 -05:00
GutPuncher
8662e5ca5e
chore: inc os version patch num
2024-03-06 23:14:57 -05:00
Arsenic Blood
7b9eb3b293
inc version number for 91fff8c
2024-03-05 02:02:33 -05:00
GutPuncher
c3dfe78ceb
fix: review+test #148 , inc sub-version num, close #42
2024-02-21 06:00:06 -05:00
Arsenic Blood
451fddb9eb
Increment minor version number for 12b2c37
2024-02-19 12:09:32 -05:00
mintsuki
362cfb4070
Fix SATA issue described in issue #139 . Fixes #139
...
Co-authored-by: mineo333 <sharad@mineo333.dev>
2024-02-17 08:42:44 +01:00
Michael Mikonos
8e5f169218
StrScan(): Copy into new buffer with MemCopy() instead of a loop
2024-01-30 21:48:54 +08:00
Michael Mikonos
828b2493a4
for newline, RawPutChar() is called at least once, so convert loop to do-while
2024-01-30 20:40:37 +08:00
GutPuncher
524bddec6c
Move DocClear tex.raw_col zeroing out of if cond
2024-01-08 23:40:39 -05:00
GutPuncher
ea9e921b62
Fix loopback crashes.
2023-12-08 00:12:15 -05:00
GutPuncher
623fe0ea9b
Implement Semantic Versioning.
2023-11-26 04:24:21 -05:00
GutPuncher
63ff53a16e
Remove CtrlAltTab code, replace w/ CtrlAltN, remove CtrlAltESC
2023-11-26 04:22:29 -05:00
GutPuncher
cb0198e864
Revert "Remove redundant Ctrl-Alt-N bind"
...
This reverts commit 1c59545866
.
2023-11-26 00:51:49 -05:00
GutPuncher
e0ec7a8271
Remove deprecated font bitmaps
2023-11-25 16:16:01 -05:00
Arsenic Blood
1c59545866
Remove redundant Ctrl-Alt-N bind
...
Ctrl-Alt-Tab already does what Ctrl-Alt-N does, additionally the Ctrl-Alt-N implementation was just a hack around how Ctrl-Alt-Tab is implemented in the Kernel's scheduler.
See Kernel/Sched.ZC
2023-11-25 04:59:11 -05:00
GutPuncher
d0fbd492ef
Fix git cp437 encoding errors
2023-11-12 10:40:40 -05:00
Michael Mikonos
b59a6c0557
rewrite radix detection loop as while
2023-10-30 16:20:24 +08:00
GutPuncher
0729d88cc8
Merge branch 'topbarcode'
2023-10-25 23:26:50 -04:00
GutPuncher
b046389217
branch off of gfx-wp-fun, revert to master KGlobals, GrDC, GrScreen, ZXERep
2023-10-25 23:24:46 -04:00
GutPuncher
7ecfb59757
optimize change from #131
2023-10-25 22:46:27 -04:00
Michael Mikonos
6104f8b905
Str2I64: allow single "+" or "-" prefix before number
2023-10-23 16:20:49 +08:00
GutPuncher
de8482ced7
Move SMBIOS code into Kernel, refactor WallPaper BootCode logic
2023-10-13 04:45:08 -04:00
GutPuncher
01778d3ac7
upstream gfx goofing-around (stale working dir)
2023-10-08 08:39:34 -04:00
Arsenic Blood
fb7087143e
Merge branch 'master' into flagsstrprint
2023-10-04 01:01:40 -04:00
Michael Mikonos
ed0afb2bb5
* By default, print_all_length is 64 and i counts from 0 to 63, covering all bits of flags
...
* Bt(&flags,64) probably doesn't make sense, so it might be safer to set a maximum cap value
* I have not tested this
2023-08-21 21:26:08 +08:00
Michael Mikonos
0d82978c55
undo unintended file conversion
2023-08-07 08:52:53 +08:00
Michael Mikonos
79ac2b651f
Str2I64() octal prefix 0o
...
* Comment at top of function hints that 0o18 is treated as an octal number but it is not
* Adding the appropriate switch-case makes it work by adjusting radix
* Update comment: this function is more like strtol() because it returns a signed result
* This function doesn't behave like strtol() because "0" prefix can't be used for octal, e.g. "0777" (maybe it could be supported in future)
2023-08-03 14:35:17 +08:00
GutPuncher
c97456cfb2
Make raw-mouse mode task-based instead of global.
2023-03-22 22:38:17 -04:00
GutPuncher
23819ab21f
Refine StrPrint %o bool implementation.
2023-03-14 03:21:29 -04:00
Arrogant Genius
7aead6fb7f
Merge branch 'master' into print-bool
2023-03-14 00:53:14 -04:00
GutPuncher
4109962d84
Reformat raw-mouse code to ZealC code style.
2023-03-13 22:13:43 -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
tinkeros
c59e87318f
Add Castle Frankenstein mouse aim support and kernel user mouse function
2023-01-25 21:12:07 -06:00
TomAwezome
b14b485716
Document Slapparoo's FreeAll implementation in ChangeLog.DD.
2022-12-21 03:43:23 -05:00
TomAwezome
6d6c059f38
Fix FreeAll PR formatting.
2022-12-21 03:33:23 -05:00
Slapparoo
23cb557183
Add Boll to Print, update Print format Doc
2022-12-20 16:01:29 +13:00
Slapparoo
ff2bbca1ab
Convenience method FreeAll
2022-12-19 22:32:49 +13:00
TomAwezome
bbbd3618e1
Update DiskCDDVD.ZC
2022-11-03 17:06:56 -04:00
TomAwezome
d8ec17ca9b
Update DiskCDDVD.ZC
2022-11-03 17:05:14 -04:00