Wed, 24 Oct 2018 21:07:26 +0200 Wuzzy Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
Wed, 24 Oct 2018 21:04:09 +0200 unc0rr Finish hedgewars-checker implementation
Wed, 24 Oct 2018 11:05:44 -0400 nemo disable basic comment support 'cause lua is nuts
Wed, 24 Oct 2018 00:08:23 +0200 unc0rr 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 unc0rr Start checker implementation in rust
Tue, 23 Oct 2018 21:36:51 +0200 unc0rr Fix silly loop
Sat, 20 Oct 2018 13:22:30 +0200 unc0rr Add --protocol option to engine
Fri, 19 Oct 2018 02:19:50 +0300 alfadur change draw_thick_line iteration order to benchmark winner
Fri, 19 Oct 2018 00:28:16 +0200 unc0rr Change Land2D::fill() arguments a bit
Fri, 19 Oct 2018 00:09:45 +0200 unc0rr Fix ArcPoints never finishing
Fri, 19 Oct 2018 00:49:09 +0300 alfadur revert 2354264ab0b0
Thu, 18 Oct 2018 23:59:23 +0300 alfadur apply some codegolfing for dubious reasons
Thu, 18 Oct 2018 22:45:14 +0200 unc0rr 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 unc0rr Don't generate unnecessary duplication in case of equal coordinates
Thu, 18 Oct 2018 22:23:25 +0200 unc0rr Add EquidistantPoints iterator to help iterating over all points of circles
Thu, 18 Oct 2018 21:44:09 +0200 unc0rr Implement ArcPoints iterator for circles
Thu, 18 Oct 2018 07:27:14 +0300 alfadur put back land2d.map accidentally replaced by testing code
Thu, 18 Oct 2018 06:50:21 +0300 alfadur fix fppoint.max_norm
Thu, 18 Oct 2018 06:46:32 +0300 alfadur move point struct into integral-geometry and use it to refactor a bit
Wed, 17 Oct 2018 23:02:18 +0200 unc0rr Improve test a bit
Wed, 17 Oct 2018 22:58:21 +0200 unc0rr Make use of LinePoints in Land2D::draw_line
Wed, 17 Oct 2018 22:45:33 +0200 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
Wed, 17 Oct 2018 22:00:58 +0200 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
Wed, 17 Oct 2018 05:33:02 +0200 Wuzzy Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
Wed, 17 Oct 2018 05:34:29 +0300 alfadur add left scalar operations to fpnum
Tue, 16 Oct 2018 23:59:51 +0200 unc0rr Implement Land2D::change_round()
Tue, 16 Oct 2018 23:59:22 +0200 unc0rr Implement get_unchecked* functions for Vec2D
Tue, 16 Oct 2018 23:49:44 +0300 alfadur add opassign implementations
Tue, 16 Oct 2018 22:41:25 +0300 alfadur make methods public
Tue, 16 Oct 2018 05:09:42 +0300 alfadur add scalar operations
Tue, 16 Oct 2018 04:44:11 +0300 alfadur fix test
Tue, 16 Oct 2018 04:43:02 +0300 alfadur add more fpnum functions
Mon, 15 Oct 2018 23:10:03 +0200 unc0rr Implement Land2D::fill() + tests
Mon, 15 Oct 2018 22:22:51 +0300 alfadur Add basic windows build script
Mon, 15 Oct 2018 21:40:32 +0300 alfadur fix library names in engine
Mon, 15 Oct 2018 19:34:11 +0200 unc0rr Make parameters meaning more obvious
Mon, 15 Oct 2018 13:08:29 -0400 nemo tag both as overloadable - seems to satisfy clang 3.4
Mon, 15 Oct 2018 19:43:30 +0300 alfadur fix path to ppas.bat to avoid confusing nmake
Mon, 15 Oct 2018 09:35:54 -0400 nemo add back accidentally removed sections
Sun, 14 Oct 2018 23:17:47 +0200 unc0rr Start land2d library implementation: draw_line() method
Sun, 14 Oct 2018 23:16:11 +0200 unc0rr Add get_mut() to Vec2D
Sun, 14 Oct 2018 21:26:15 +0200 unc0rr Simplify Vec2D::new() a bit
Sun, 14 Oct 2018 23:25:20 +0300 alfadur remove old sdl headers and libs in support of recent deletionism spirit
Sun, 14 Oct 2018 23:09:55 +0300 alfadur .. or rather move calling conventions to proper position
Sun, 14 Oct 2018 22:55:07 +0300 alfadur set proper sdl calling convention for vcpkg builds
Sun, 14 Oct 2018 21:13:32 +0200 unc0rr Implement vec2d library to use for land arrays in the future
Sun, 14 Oct 2018 21:57:30 +0300 alfadur fix frontend compatibility issues
Sun, 14 Oct 2018 21:25:59 +0300 alfadur use correct compiler flags
Sun, 14 Oct 2018 19:04:51 +0200 unc0rr Start work on landgen rust lib
Sun, 14 Oct 2018 19:03:58 +0200 unc0rr Remove more dead code from uLandOutline
Sun, 14 Oct 2018 20:02:51 +0300 alfadur don't use -Wextra when building with vcpkg
Sun, 14 Oct 2018 19:28:24 +0300 alfadur add extra rule for negative integers
Sun, 14 Oct 2018 18:23:19 +0200 unc0rr Implement Iterator trait for LaggedFibonacciPRNG
Sun, 14 Oct 2018 18:01:58 +0200 unc0rr Remove some dead code from template-based land gen
Sun, 14 Oct 2018 12:01:11 -0400 nemo reorder params, deleted obsolete *_passes
Sun, 14 Oct 2018 18:58:39 +0300 alfadur fix return name and bound type
Sun, 14 Oct 2018 18:52:00 +0300 alfadur remove extra begin
Sun, 14 Oct 2018 18:45:11 +0300 alfadur add missing .
Sun, 14 Oct 2018 16:58:08 +0200 unc0rr Convert uLandTemplates into yaml file
Sun, 14 Oct 2018 09:45:16 -0400 nemo one more merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip