nemo [Wed, 24 Oct 2018 11:05:44 -0400] rev 13959
disable basic comment support 'cause lua is nuts
unc0rr [Wed, 24 Oct 2018 00:08:23 +0200] rev 13958
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
unc0rr [Tue, 23 Oct 2018 22:53:28 +0200] rev 13957
Start checker implementation in rust
unc0rr [Tue, 23 Oct 2018 21:36:51 +0200] rev 13956
Fix silly loop
unc0rr [Sat, 20 Oct 2018 13:22:30 +0200] rev 13955
Add --protocol option to engine
alfadur [Fri, 19 Oct 2018 02:19:50 +0300] rev 13954
change draw_thick_line iteration order to benchmark winner
unc0rr [Fri, 19 Oct 2018 00:28:16 +0200] rev 13953
Change Land2D::fill() arguments a bit
unc0rr [Fri, 19 Oct 2018 00:09:45 +0200] rev 13952
Fix ArcPoints never finishing
alfadur [Fri, 19 Oct 2018 00:49:09 +0300] rev 13951
revert 2354264ab0b0
alfadur [Thu, 18 Oct 2018 23:59:23 +0300] rev 13950
apply some codegolfing for dubious reasons
unc0rr [Thu, 18 Oct 2018 22:45:14 +0200] rev 13949
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
unc0rr [Thu, 18 Oct 2018 22:34:09 +0200] rev 13948
Don't generate unnecessary duplication in case of equal coordinates
unc0rr [Thu, 18 Oct 2018 22:23:25 +0200] rev 13947
Add EquidistantPoints iterator to help iterating over all points of circles
unc0rr [Thu, 18 Oct 2018 21:44:09 +0200] rev 13946
Implement ArcPoints iterator for circles
alfadur [Thu, 18 Oct 2018 07:27:14 +0300] rev 13945
put back land2d.map accidentally replaced by testing code