Commit graph

12 commits

Author SHA1 Message Date
Simon Brooke 2f2463da0e
Sweep up of minor changes 2020-06-03 10:47:28 +01:00
simon f1b35dc948 Standardised header documentation in line with current best practice. 2016-08-21 14:17:30 +01:00
simon 21cdff764f Added namespace documentation conforming to better practice; added GPL
declaration; changed 'use' to 'require' passim. All tests pass but that's
not proof we're all good yet.
2016-08-13 17:39:07 +01:00
Simon Brooke 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
Simon Brooke 337d1ae07e Further work on the Falls of Clyde problem, and on optimisation. 2015-04-13 20:36:24 +01:00
Simon Brooke 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
simon 2dbc1cecc5 A possible - untested - solution to the local hollow problem. 2015-04-10 19:55:09 +01:00
simon fd817f2582 Minor optimisation 2014-10-20 17:01:40 +01:00
Simon Brooke f06febd7c6 Work on improving efficiency of mapping over arrays. 2014-10-18 15:50:31 +01:00
Simon Brooke 9912f264fa Some tentative attempts at optimisation. This, actually, makes no
difference in itself - because the world is immutable, this change
won't work without a different mechanism for generating the world
itself.
2014-09-06 11:41:09 +01:00
simon 42e6cfac05 Working on getting drainage to actually work - which, inter alia, means
further work on efficiency.
2014-08-30 21:58:48 +01:00
simon 1300e8d103 Added a new file drainage.clj which attempts to model rivers; moved
some functions from heightmap into utils; added a -archive option to
buildall as first step towards auto-building a Debian package for
Raspberry Pi.
2014-07-31 23:43:02 +01:00