Author SHA1 Message Date
tema5002 260ee18015 acidentally messed up mcplayers changes :( also fuck you your code sucks ok sorry that was probably rude but still go fu 2026-06-24 18:26:18 +03:00
mcplayer3andtema5002 b5c08512ec Started to add custom colour palettes
I have literally no idea why it wont work but if anyone picks this up you'll know it works when the old Halyde colours show up

# Conflicts:
#	halyde/kernel/modules/terminal.lua
2026-06-24 18:22:02 +03:00
tema5002 a9ecbccf2e The last cutting-edge commit out of the lot making the terminal a lot nicer 2026-06-22 22:10:48 +03:00
tema5002 b3a2ed2258 Update halyde/kernel/modules/terminal.lua 2026-06-21 17:17:35 +00:00
tema5002 166744a828 I am a moron 2026-06-21 17:12:35 +00:00
tema5002andWahPlus fd1b06c2ed Amiga Going Ball demo recreation 2026-06-21 08:40:39 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@
"7": "0xffffff" "7": "0xffffff"
} }
} }
} }
+1 -1
View File
@@ -592,7 +592,7 @@ function module.init()
local args = { ... } local args = { ... }
local stringArgs = {} local stringArgs = {}
for _, arg in pairs(args) do for _, arg in pairs(args) do
if type(arg)=="table" then if type(arg) == "table" then
table.insert(stringArgs, serialize(arg)) table.insert(stringArgs, serialize(arg))
elseif tostring(arg) then elseif tostring(arg) then
table.insert(stringArgs, tostring(arg)) table.insert(stringArgs, tostring(arg))