Code Monkey home page Code Monkey logo

ottdcoop-plugin's People

Stargazers

 avatar

Watchers

 avatar  avatar

ottdcoop-plugin's Issues

Config values not restoring

The config values that are written by the plugin, refuse to repopulate once the plugin is un/reloaded.

Probably to do with this;

{{{

!python

63 for (name, value) in group.getValues(fullNames=False):
64 name = name.lower() # Just in case.
65 text = value()
66 url = value.url()
67 self.abbr[name] = [text, url, None]
}}}
which doesn't seem to load values.

Two typos in @gap command

There are two typos in websters @gap command:

  1. When used without argument:
    (gap []) -- Returns minimum and maximum signal gap sizes for 2,3 and 4 linesplits with . If is given it will return''' the the''' gap sizes for (+/-) 1
    "the" is writen twice.

More important one.
When used with 1 argument (for example @gap 3) it says:
For Trainlength of 3: '''< 9''' needs 2, '''10 - 14''' needs 3, 15 - 19 needs 4.

There is no info about 9. Should be either <=9 or < 10 (of course if for gap 9 it is 2 tunnels, not 3)

same for other TLs

Multi connect detection

When a server announces
{{{
*** #<1> joined the game
}}}
it should trigger a response;
{{{
It appears that you () have joined twice, please ask someone to join you, rather than double joining.
If this is due to a time-out, you may disregard this.
}}}

Add tunnels command

Add the tunnels command with new math

{{{
Where g = max gap, tl = Trainlength and n = Number of splits
g = n(tl) + 2n - tl + 2

n = 2 : 2tl + 4 - tl + 2 = tl + 6 = g
n = 3 : 3tl + 6 - tl + 2 = 2tl + 8 = g
n = 4 : 4tl + 8 - tl + 2 = 3tl + 10 = g
}}}

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.