HTML -> ANSI-based styling, New Computer4 Default Font#1474
Open
francinum wants to merge 4 commits intoDaedalusDock:masterfrom
Open
HTML -> ANSI-based styling, New Computer4 Default Font#1474francinum wants to merge 4 commits intoDaedalusDock:masterfrom
francinum wants to merge 4 commits intoDaedalusDock:masterfrom
Conversation
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.
Kapu1178
reviewed
Jan 14, 2026
| // Fuck. | ||
| if(!operating_system) | ||
| text_buffer += "<font color=red>ERR - BOOT FAILURE</font><br>" | ||
| text_buffer += "ERR - BOOT FAILURE\n" |
Member
There was a problem hiding this comment.
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("") |
Kapu1178
reviewed
Jan 14, 2026
| return FALSE | ||
|
|
||
| write_log("<b>LOGOUT:</b> [html_encode(current_user.registered_name)]") | ||
| write_log("[ANSI_WRAP_BOLD("LOGOUT")]: [current_user.registered_name]") |
Member
There was a problem hiding this comment.
needs testing to make sure this actually sanitizes.
New font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: