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

IAC 处理,目前所有的 IAC 指令全都无法识别,且会显示乱码 #3

Closed
dzpao opened this issue Jul 8, 2019 · 1 comment
Labels
help wanted Extra attention is needed
Projects
Milestone

Comments

@dzpao
Copy link
Collaborator

dzpao commented Jul 8, 2019

No description provided.

@dzpao dzpao added the help wanted Extra attention is needed label Jul 8, 2019
@dzpao dzpao added this to the v1.0 milestone Jul 8, 2019
@dzpao dzpao modified the milestones: v1.0, v0.6 Aug 27, 2019
@dzpao dzpao added this to In progress in v0.6 Aug 27, 2019
@dzpao dzpao moved this from In progress to Done in v0.6 Aug 28, 2019
@dzpao dzpao moved this from Done to In progress in v0.6 Aug 29, 2019
@dzpao dzpao moved this from In progress to To do in v0.6 Aug 29, 2019
@dzpao dzpao moved this from To do to In progress in v0.6 Aug 29, 2019
@dzpao dzpao moved this from In progress to Done in v0.6 Aug 29, 2019
dzpao added a commit that referenced this issue Aug 31, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
dzpao added a commit that referenced this issue Sep 6, 2019
主要变化如下:

* 重构代码结构,拆分 Lua/MUD/UI 三部分代码,调整目录结构以支持 go get
* 开始支持通过配置文件和命令行选项的方式来设置程序参数
* Lua 可选启动
* 智能渲染表格线,也可通过配置文件指定,使得不同环境下的表格始终能够对齐
* 基本能够正确渲染颜色,但仍有不足
* 实现了一个 IAC 处理的基本框架

已知问题:

* 由于 tview.TextView 和 tview.ANSIWriter 在颜色处理方面的 BUG
  因此本项目直接集成了这两个模块的修正版
* 由于 tview.TextView 的性能问题,在屏幕内容超过一万行时,有明显的卡顿

以上修改应当可以:

Close #1 #2 #3 #16 #17 #18
@dzpao
Copy link
Collaborator Author

dzpao commented Sep 6, 2019

已经解决了。

@dzpao dzpao closed this as completed Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
No open projects
v0.6
  
Done
Development

No branches or pull requests

1 participant