Giter VIP home page Giter VIP logo

cm-ss13-logger's People

Contributors

gachl avatar

Watchers

 avatar  avatar

cm-ss13-logger's Issues

Melee weapon degradation.

When a weapon is used in melee combat against a xenomorph each attack will dull / melt the weapon due to their acid blood. This would reduce the damage of the weapon after each and every use. This could also be applied to PBing with guns, as acid splash would logically do damage to the weapon.

DGV font horrible performance

The more rows use a font style different than the default the worse performance gets.

This is not a problem during regular operation. If the program has been running for a while with a lot of log messages restarting and skipping the log will fix the performance again.

It's a problem when replaying a whole log file, very quickly the updating speed gets very low.

Tried handling this with a font cache and reduced assignments however I think it has something to do with how DGVs are rendered, maybe instead of a DGV another display method needs to be found.

UI cleanup

  • Tab order
  • Alt codes
  • Hotkeys
  • Expand columns to full width in editors
  • Add icon

HTML format tags in text

Some formatting tags like <i> are being displayed in messages. This stuff should be truncated or used to invoke a transistent highlighting rule for the row that it could default to if no other highlight has been found.

Additive highlighting

Instead of only applying the first highlighting rule, give rules a "Stop at this rule" option and apply all matching rules in order additively.

Loading of other log files

To load a different log file the user has to restart the program. There should be a way to load a new log without having to restart.

Dialog issues

  • Modal dialogs are blocking interaction, this is not useful.
  • Dialogs are shown on the parent center which hides them if the main window is in topmost mode.

Stay topmost

It should be possible to keep the window as the topmost window so that it can cover parts of BYOND for single screen usage.

Add multiline support

Some log messages are multiline, add support for these.

To implement, keep a history of past log messages (up to a limit) and apply regular expressions against the concatenated history and message.

Reordering of rules

Move up and down buttons should be added since highlighting rules are order depended.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.