y4my4my4m
7ac5f55432
Rename
2023-08-24 19:47:20 +09:00
y4my4my4m
4a93b3f19b
Add desktop feature
2023-08-24 17:37:20 +09:00
y4my4my4m
21f1cc9cfa
nginx middleware server
2023-08-24 17:19:37 +09:00
y4my4my4m
090bc4bacb
move TelnetGr version in the Extra folder
2023-08-24 17:09:56 +09:00
y4my4my4m
410081191a
Lock telnet cursor to prevent messing up print
2023-08-24 17:08:18 +09:00
y4my4my4m
78ad9450cf
Merge branch 'telnet' of github.com:Zeal-Operating-System/ZealOS into telnet
2023-08-24 16:19:52 +09:00
y4my4my4m
9f04a75e7e
example ansi art
2023-08-24 16:18:00 +09:00
チャールズ
eff3984407
Merge branch 'master' into telnet
2023-08-24 15:05:58 +09:00
y4my4my4m
1b112b9f53
Fix conflict
2023-08-24 14:49:30 +09:00
y4my4my4m
fe04a340db
Updates
2023-08-24 14:39:52 +09:00
y4my4my4m
85fe748331
freeing memory
2023-08-24 14:28:21 +09:00
y4my4my4m
f4cf93c43d
Uses the JSON util
2023-08-24 14:02:29 +09: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
y4my4my4m
f8ac780621
skynet gpt4
2023-08-15 00:37:17 +09:00
y4my4my4m
d040f9932d
skynet
2023-08-14 19:52:20 +09: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
Arsenic Blood
b32f9cea77
Merge pull request #113 from Zeal-Operating-System/limine-v5
...
Misc updates for Limine 5.x and Zealbooter
2023-07-15 17:02:08 -04:00
mintsuki
3f61ca6932
Misc updates for Limine 5.x and Zealbooter
2023-07-15 08:12:16 +02:00
Sharoy Veduchi
3c8271560d
FIXIN SOME INDENTATION
2023-07-04 09:59:00 -07:00
Sharoy Veduchi
4f05d5ae80
Merge branch 'master' into Doodle
2023-06-27 21:08:56 -07:00
TempleProgramming
c3aaa3e621
Merge pull request #107 from Zeal-Operating-System/palette-update
...
PaletteEditor update
2023-06-18 17:22:09 -04:00
Sharoy Veduchi
e264e506da
Added hotkey for GodDoodle
2023-06-13 21:16:28 -07:00
Sharoy Veduchi
cc7f383d8d
GodDoodle Added to Pulldown
2023-06-13 21:13:17 -07:00
Sharoy Veduchi
e9eebfdb5f
#include "GodDoodle"
2023-06-13 21:11:26 -07:00
Sharoy Veduchi
7b96857dc1
Added back stuff for GodDoodle
...
These additions are needed for GodDoodle to function
2023-06-13 14:26:04 -07:00
Sharoy Veduchi
5a2c3c69af
Adding back GodDoodle to ZealOS
2023-06-13 14:21:53 -07:00
チャールズ
7a6dda2a1c
Update PaletteGod.ZC
2023-06-13 11:58:38 +09:00
y4my4my4m
8a60eb60a3
update
2023-06-07 14:21:30 +09:00
チャールズ
0afbbd6ce2
Update PaletteGod.ZC
2023-05-31 02:59:33 +09:00
y4my4my4m
2b9a3b0bbb
Fix
2023-05-31 02:51:04 +09:00
y4my4my4m
c947d9d451
Menu fix
2023-05-31 02:26:02 +09:00
y4my4my4m
9b75e8dd0f
Hide doc cursor
2023-05-31 02:24:43 +09:00
y4my4my4m
3c2ab12e30
Removed cursor
2023-05-31 02:23:31 +09:00
y4my4my4m
2f7381847a
Fix
2023-05-31 02:21:09 +09:00
y4my4my4m
18e545dfe8
Cleanerer
2023-05-31 02:05:08 +09:00
y4my4my4m
3f64a301e7
Cleaner
2023-05-31 02:02:00 +09:00
y4my4my4m
b8fb29fa2d
Fix
2023-05-31 01:52:47 +09:00
y4my4my4m
5700e961c8
Random Colors hotkey in palette editor
2023-05-31 01:40:05 +09:00
y4my4my4m
9cf9e07805
16colors
2023-05-31 01:14:03 +09:00
y4my4my4m
782bba268c
16colors PaletteEdit
2023-05-30 01:30:41 +09:00
y4my4my4m
17578a1f78
Run PaletteGod on include
2023-05-30 01:11:28 +09:00
y4my4my4m
7da26fdde9
palette generation cleanup
2023-05-30 01:10:27 +09:00
Sharoy Veduchi
899c733ec1
New version of PaletteGodGenerate ( #106 )
...
This version makes seeding with GodPick optional and even if you want to seed it will only require one press of "Ok". The rest is taken care of by RandI32.
2023-05-29 19:01:03 +09:00
y4my4my4m
34177b0420
Fixed disconnect crash/loop
2023-05-26 02:17:18 +09:00
y4my4my4m
c7ccedb2f0
splashscreen update for alt+n
2023-05-26 01:42:52 +09:00
y4my4my4m
13fb4e8bbd
ctrl to alt keys
2023-05-26 01:42:18 +09:00
y4my4my4m
dd34198592
fix
2023-05-24 03:18:38 +09:00
y4my4my4m
934a6c8b69
remove/update wallpapers
2023-05-22 23:11:07 +09:00
y4my4my4m
7cf40ea1a5
Update
2023-05-22 23:02:20 +09:00