Thu, 25 Oct 2018 11:37:11 +0200 Add CJK font support for sidAmmoCount
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Oct 2018 11:37:11 +0200] rev 13982
Add CJK font support for sidAmmoCount
Thu, 25 Oct 2018 04:55:27 +0300 fix some of Wuzzy's rage
alfadur [Thu, 25 Oct 2018 04:55:27 +0300] rev 13981
fix some of Wuzzy's rage
Thu, 25 Oct 2018 04:08:29 +0300 some ja.txt corrections
alfadur [Thu, 25 Oct 2018 04:08:29 +0300] rev 13980
some ja.txt corrections
Thu, 25 Oct 2018 03:48:27 +0300 update ja.txt
alfadur [Thu, 25 Oct 2018 03:48:27 +0300] rev 13979
update ja.txt
Wed, 24 Oct 2018 21:52:19 +0200 Also report chat and added rooms in log
unc0rr [Wed, 24 Oct 2018 21:52:19 +0200] rev 13978
Also report chat and added rooms in log
Wed, 24 Oct 2018 21:07:26 +0200 Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
Wuzzy <Wuzzy2@mail.ru> [Wed, 24 Oct 2018 21:07:26 +0200] rev 13977
Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility Fixes bug #701.
Wed, 24 Oct 2018 21:04:09 +0200 Finish hedgewars-checker implementation
unc0rr [Wed, 24 Oct 2018 21:04:09 +0200] rev 13976
Finish hedgewars-checker implementation
Wed, 24 Oct 2018 11:05:44 -0400 disable basic comment support 'cause lua is nuts
nemo [Wed, 24 Oct 2018 11:05:44 -0400] rev 13975
disable basic comment support 'cause lua is nuts
Wed, 24 Oct 2018 00:08:23 +0200 Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
unc0rr [Wed, 24 Oct 2018 00:08:23 +0200] rev 13974
Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
Tue, 23 Oct 2018 22:53:28 +0200 Start checker implementation in rust
unc0rr [Tue, 23 Oct 2018 22:53:28 +0200] rev 13973
Start checker implementation in rust
Tue, 23 Oct 2018 21:36:51 +0200 Fix silly loop
unc0rr [Tue, 23 Oct 2018 21:36:51 +0200] rev 13972
Fix silly loop
Sat, 20 Oct 2018 13:22:30 +0200 Add --protocol option to engine
unc0rr [Sat, 20 Oct 2018 13:22:30 +0200] rev 13971
Add --protocol option to engine
Fri, 19 Oct 2018 02:19:50 +0300 change draw_thick_line iteration order to benchmark winner
alfadur [Fri, 19 Oct 2018 02:19:50 +0300] rev 13970
change draw_thick_line iteration order to benchmark winner
Fri, 19 Oct 2018 00:28:16 +0200 Change Land2D::fill() arguments a bit
unc0rr [Fri, 19 Oct 2018 00:28:16 +0200] rev 13969
Change Land2D::fill() arguments a bit
Fri, 19 Oct 2018 00:09:45 +0200 Fix ArcPoints never finishing
unc0rr [Fri, 19 Oct 2018 00:09:45 +0200] rev 13968
Fix ArcPoints never finishing
Fri, 19 Oct 2018 00:49:09 +0300 revert 2354264ab0b0
alfadur [Fri, 19 Oct 2018 00:49:09 +0300] rev 13967
revert 2354264ab0b0
Thu, 18 Oct 2018 23:59:23 +0300 apply some codegolfing for dubious reasons
alfadur [Thu, 18 Oct 2018 23:59:23 +0300] rev 13966
apply some codegolfing for dubious reasons
Thu, 18 Oct 2018 22:45:14 +0200 Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
unc0rr [Thu, 18 Oct 2018 22:45:14 +0200] rev 13965
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
Thu, 18 Oct 2018 22:34:09 +0200 Don't generate unnecessary duplication in case of equal coordinates
unc0rr [Thu, 18 Oct 2018 22:34:09 +0200] rev 13964
Don't generate unnecessary duplication in case of equal coordinates
Thu, 18 Oct 2018 22:23:25 +0200 Add EquidistantPoints iterator to help iterating over all points of circles
unc0rr [Thu, 18 Oct 2018 22:23:25 +0200] rev 13963
Add EquidistantPoints iterator to help iterating over all points of circles
Thu, 18 Oct 2018 21:44:09 +0200 Implement ArcPoints iterator for circles
unc0rr [Thu, 18 Oct 2018 21:44:09 +0200] rev 13962
Implement ArcPoints iterator for circles
Thu, 18 Oct 2018 07:27:14 +0300 put back land2d.map accidentally replaced by testing code
alfadur [Thu, 18 Oct 2018 07:27:14 +0300] rev 13961
put back land2d.map accidentally replaced by testing code
Thu, 18 Oct 2018 06:50:21 +0300 fix fppoint.max_norm
alfadur [Thu, 18 Oct 2018 06:50:21 +0300] rev 13960
fix fppoint.max_norm
Thu, 18 Oct 2018 06:46:32 +0300 move point struct into integral-geometry and use it to refactor a bit
alfadur [Thu, 18 Oct 2018 06:46:32 +0300] rev 13959
move point struct into integral-geometry and use it to refactor a bit
Wed, 17 Oct 2018 23:02:18 +0200 Improve test a bit
unc0rr [Wed, 17 Oct 2018 23:02:18 +0200] rev 13958
Improve test a bit
Wed, 17 Oct 2018 22:58:21 +0200 Make use of LinePoints in Land2D::draw_line
unc0rr [Wed, 17 Oct 2018 22:58:21 +0200] rev 13957
Make use of LinePoints in Land2D::draw_line
Wed, 17 Oct 2018 22:45:33 +0200 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr [Wed, 17 Oct 2018 22:45:33 +0200] rev 13956
Introduce integral-geometry crate, implement LinePoints iterator
Wed, 17 Oct 2018 22:00:58 +0200 Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
unc0rr [Wed, 17 Oct 2018 22:00:58 +0200] rev 13955
Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 tip