This website requires JavaScript.
Explore
Help
Sign In
mtcontrib
/
mtsatellite
Watch
1
Star
0
Fork
0
You've already forked mtsatellite
mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced
2025-02-23 04:10:25 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
mtsatellite
/
cmd
/
mtwebmapper
History
Sascha L. Teichmann
cbfb594c83
Added JSON marshaller for players.
2015-03-09 14:01:30 +01:00
..
web
Replaced 'if (cond) { ...; return; } if (!cond) { ...; return; }' with 'if (cond) { ... } else { ... }'.
2015-03-08 13:39:02 +01:00
forwardupdates.go
Use "ignore incoming messages" code from the gorilla websocket documentation.
2015-03-03 01:33:12 +01:00
main.go
Wire websocket forwarder with players updater.
2015-03-09 13:16:31 +01:00
misc.go
Little golint nit.
2015-03-02 13:17:52 +01:00
players.go
Added JSON marshaller for players.
2015-03-09 14:01:30 +01:00
subbaseline.go
subbaseline.go edited online with Bitbucket
2014-10-03 10:00:33 +00:00
tilesupdater.go
Factored out some common stuff to separate file.
2015-03-02 13:14:29 +01:00