Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Telnet #120

Open
wants to merge 144 commits into
base: master
Choose a base branch
from
Open

Telnet #120

wants to merge 144 commits into from

Conversation

y4my4my4m
Copy link
Collaborator

@y4my4my4m y4my4my4m commented Aug 24, 2023

Changes:

  • Telnet
    • Connect to Telnet/BBS servers
      • Access Zeal community BBS server on bbs.zealos.net:4001 (has an IRC bridge)
    • View ANSI art files and save them as DolDoc (alt+o, alt+s)
      • Those saved DolDoc documents can then be used as wallpapers
  • NetLog is toggleable by calling NetLogToggle; (I find it too distracting at times)
    • The DesktopUI's WallPaper.ZC also has a button to toggle it on/off

Verification:

  1. Start from a clean slate (I did an entire new git clone of the repo elsewhere on my PC)
  2. Checkout the telnet branch
  3. Build ISO
  4. Create new HDD (for Qemu in my case)
  5. Verify
  • ISO builds without any issue
  • Installs without any issue (BIOS Bootloader version)
  • Old features work as expected
  • New features work as expected

@y4my4my4m y4my4my4m changed the title Telnet Telnet and more Aug 24, 2023
Midnoclose
Midnoclose previously approved these changes Aug 24, 2023
Copy link
Collaborator

@Midnoclose Midnoclose left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@@ -1,5 +1,5 @@
public CBGR24 gr_palette_zsnes[COLORS_NUM] = {
0xE8E8E9, 0x374B88, 0x6C84FC, 0x297582, 0x63D64E, 0x397AFF, 0xB7822F, 0x25256E, 0x712, 0xFF2A76, 0xA1CE97, 0x6DB4BE, 0x9FA6FF, 0xCA94E8, 0xFFCC00, 0x132C
0xE8E8E9, 0x374B88, 0x6C84FC, 0x297582, 0x63D64E, 0x397AFF, 0xB7822F, 0x7F7A7C, 0x66696E, 0xFF2A76, 0xA1CE97, 0x6DB4BE, 0x9FA6FF, 0xCA94E8, 0xFFCC00, 0x132C
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

improved colors, minimal change so will leave here

@@ -114,6 +114,11 @@ U0 Cvt(U8 *ff_mask="*", U8 *fu_flags="+r+l-i+S")
Find("RWF_SCROLL", ff_mask,fu_flags,"RAWF_SCROLL");
Find("RawDr", ff_mask,fu_flags,"RawDumpRegs");

//Added by y4my4m August 13 2023
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

minimal change so will leave here

@y4my4my4m y4my4my4m changed the title Telnet and more Telnet Aug 25, 2023
@y4my4my4m y4my4my4m marked this pull request as ready for review August 25, 2023 06:43
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.

None yet

3 participants