1
0
Fork 0
Gráfico de commits

8 Commits

Autor SHA1 Mensagem Data
Stephen McQuay 446eba5209 vantiy urls
I've moved remote to https://s.mcquay.me/hackerbots/ and stood up routes for go
get on the hackerbots repos. I had to update the imports for this to take
effect.
2015-04-30 23:07:21 -07:00
Stephen McQuay 72d0843ff8 Renamed package/directory 2014-04-23 14:28:13 -07:00
Stephen McQuay 9e1cd272f7 Fixed warnings generated by go vet 2014-04-14 00:39:42 -07:00
Stephen McQuay 330e72c21f Fixed unittests 2014-03-31 23:21:18 -07:00
Stephen McQuay c8efd34080 ignore new binary
Create new bserv binary

Herein lie the following ideas:

- change package visibility of many things
- try to stash the globals into structs
- the code is far from correct; it merely compiles
2014-03-31 23:21:14 -07:00
Stephen McQuay ecc70606a9 missed some protoTalker conversions 2014-02-17 22:18:16 -08:00
Stephen McQuay a57903d81c added tests for last commit (ProbeResult.Type) 2014-01-16 23:45:17 -08:00
Stephen McQuay 7971198c17 Fixed collision detection in probes
This was a problem before when the probe hit an object that was further than
another object first. Now we traverse all objects all the time to find the
closest one. \o/
2014-01-16 00:56:35 -08:00