8000 Tags · ropenttd/gopenttd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ropenttd/gopenttd

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from ropenttd/ottd14

Support OpenTTD 14 admin interface changes (protocol 3)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Decode RCon colour entry as a uint16 instead of a uint8

Resolves horrific off-by-1 byte issue.

Signed-off-by: duck <me@duck.me.uk>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Send RCON commands using new handler to avoid deadlocking (whoops)

Also use a mutex for RCON to avoid blocking the main session one

Signed-off-by: duck <me@duck.me.uk>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Update RCON API

Signed-off-by: duck <me@duck.me.uk>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Tag as 0.1.0

Signed-off-by: duck <me@duck.me.uk>

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Hooooooge refactor of Admin to use a discordgo-esque interface

Basically ripped the whole thing up and reimplemented it from discordgo with generators and similar and way better decoding

Still a major work in progress, but we're going the right direction now

Signed-off-by: duck <me@duck.me.uk>

v0.0.1

Toggle v0.0.1's commit message
Initial release.

This library is far from polished, but it's ready for use on the game query side of things, as well as having a working packet-level interface for the admin port.

Things will probably change rapidly, be warned!
0