Commit graph

16 commits

Author SHA1 Message Date
b9ee9d138a Preparation to work client-side. 2016-12-27 14:32:23 +00:00
6237eab0cd 1: Preparation for conversion to CLJC. Doesn't yet fully work but that seems
to be due to a breaking change in a library.
2016-09-24 10:29:34 +01:00
5f73b18d12 Tests now pass again. Oooops. 2015-04-18 21:53:09 +01:00
f9591c4e8d Added new non-recursive river drainage algorithm. Sadly, it's slower -
twice as slow - but should get around the JVM stack problem. Still haven't
solved laking.
2015-04-18 19:21:04 +01:00
f9c437d8d3 Unit tests for drainage functions. 2015-04-13 20:54:41 +01:00
1c8d8c4219 Added merge-cell, and tests for it. Still trying to solve the Falls of Clyde
problem
2015-04-12 19:34:19 +01:00
1030ece3ff Kibitised, and improved test coverage. Cloverage currently failing, don't
know why.
2014-08-13 20:02:37 +01:00
3b1d28d3cd Generalised hieghtmaps so that I can do, for example, rainfall maps,
or various geophysics maps.
2014-08-12 19:07:48 +01:00
cd99f8fd0b Gone back (hopefully temporarily) to using collage load-image function
while I try to sort out the resources issue. This isn't very satisfactory,
as the collage distribution is compiled using Java 7, which is going to
break for some people, and because I'm bloating my code with two separate
image libraries.
2014-07-30 12:33:45 +01:00
0e140a4666 Correctly getting the build signature properties into the MANIFEST.MF
on build, now testing I'm clearing them down again before commit.
2014-07-27 11:58:29 +01:00
75475ece29 Considerable refactoring based on the new map-world utility function. 2014-07-25 11:49:50 +01:00
2d7098458a Added a utility function to set just one property of just one cell (and
tests to prove it worked).
2014-07-24 18:39:48 +01:00
3491784282 Rule engine now running very relaibly with no errors showing. 2014-07-20 15:14:10 +01:00
d23239a5c6 Improved debugging, and lots more tests. Ultimately I intend the
enhanced debugging to be optional, because it will have a performance hit
2014-07-19 13:22:38 +01:00
1c0f6079d9 Fixed so that the dummy test passes. Obviously, it would have been better
to write real tests...
2014-07-07 19:35:46 +01:00
53a09fddf6 Written enough to create a world; get-neighbours function isn't working. 2014-06-29 18:19:21 +01:00