Skip to content

Comments

HTML -> ANSI-based styling, New Computer4 Default Font#1474

Open
francinum wants to merge 4 commits intoDaedalusDock:masterfrom
francinum:ansi-colors-baybeee
Open

HTML -> ANSI-based styling, New Computer4 Default Font#1474
francinum wants to merge 4 commits intoDaedalusDock:masterfrom
francinum:ansi-colors-baybeee

Conversation

@francinum
Copy link
Member

@francinum francinum commented Jan 14, 2026

A lot of computer4 programs need to be altered for this. More helpers need to be made. It's 5am. I'm going to sleep and kapu has tired of my bullshit.

About The Pull Request

Why It's Good For The Game

Changelog

🆑
refactor: Computer4 styling has been altered and is now packet-safe.
/:cl:

A lot of computer4 programs need to be altered for this. More helpers need to be made. It's 5am. I'm going to sleep and kapu has tired of my bullshit.
// Fuck.
if(!operating_system)
text_buffer += "<font color=red>ERR - BOOT FAILURE</font><br>"
text_buffer += "ERR - BOOT FAILURE\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldnt you want to color these red

Comment on lines 46 to 50
"[ANSI_FG_RED]", @" ___ _ _ _ ___ ___ ___ ", "\n",
"[ANSI_FG_GREEN]", @"|_ _|| |_ <_>._ _ | |__| . \| . |/ __>", "\n",
"[ANSI_FG_YELLOW]",@" | | | . || || ' || / /| | || | |\__ \", "\n",
"[ANSI_FG_BLUE]", @" |_| |_|_||_||_|_||_\_\|___/`___'<___/", "[ANSI_FG_RESET]"
).Join("")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sovl

return FALSE

write_log("<b>LOGOUT:</b> [html_encode(current_user.registered_name)]")
write_log("[ANSI_WRAP_BOLD("LOGOUT")]: [current_user.registered_name]")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs testing to make sure this actually sanitizes.

@francinum francinum changed the title HTML -> ANSI-based styling HTML -> ANSI-based styling, New Computer4 Default Font Jan 15, 2026
@francinum francinum marked this pull request as ready for review January 24, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants