Author SHA1 Message Date
tema5002andWahPlus ca65d252c9 acidentally messed up mcplayers changes :( also fuck you your code sucks ok sorry that was probably rude but still go fu 2026-07-19 11:47:30 +03:00
mcplayer3andWahPlus fc184ea591 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
2026-07-19 11:47:23 +03:00
tema5002andWahPlus 8a76ca11c9 The last cutting-edge commit out of the lot making the terminal a lot nicer 2026-07-19 11:45:07 +03:00
tema5002andWahPlus 8a3a34efc0 Update halyde/kernel/modules/terminal.lua 2026-07-19 11:44:05 +03:00
tema5002andWahPlus 996d81129d I am a moron 2026-07-19 11:44:02 +03:00
tema5002andWahPlus 499dfd6843 Amiga Going Ball demo recreation 2026-07-19 11:43:58 +03:00
mcplayer3andWahPlus 8aa08814a1 Apparently I left in some unused variables that were supposed to be removed by Tema 2026-06-20 15:40:58 +03:00
mcplayer3andWahPlus eaae852961 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
2026-06-20 15:40:51 +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))