Commit Graph

1174 Commits

Author SHA1 Message Date
33ee3ec11c version: silence potential use before assign 2015-07-13 16:30:54 +10:00
19544076dd vector: add vector{2,3,4} convenience typedefs 2015-07-13 16:30:54 +10:00
67891ac175 matrix: add matrix4 typedef 2015-07-13 16:30:54 +10:00
0533e3caaf maths: add gcd implementation 2015-07-13 16:30:54 +10:00
991558fc7f build: remove unused options code 2015-07-02 17:25:04 +10:00
536284a56d cmdopt: add TAP testing 2015-07-02 17:03:56 +10:00
e03d1e57e3 tap: add expect_throw, expect_nothrow 2015-07-02 17:03:36 +10:00
75a1f1e5e7 io: add more write overloads 2015-07-02 16:34:17 +10:00
61c9e40605 n/midpoint: remove reference to useless header 2015-07-01 23:33:49 +10:00
174281ce20 n/rand: add general keyed random facility 2015-07-01 23:33:39 +10:00
6b712e2f57 n/midpoint: extract midpoint displacement funcs 2015-07-01 01:03:34 +10:00
ddf9f0a22a n/midpoint: add jitter to edge midpoints 2015-07-01 00:15:49 +10:00
1cd87f375e build: clean genearted uri implementation 2015-06-30 22:24:44 +10:00
c014dd5658 build: disable zlib wrappers 2015-06-30 22:24:44 +10:00
4b79ce2b24 options: disable build and tests 2015-06-30 22:24:44 +10:00
75af292340 cmdopt: transfer test cases from option tests 2015-06-30 22:24:44 +10:00
927bd76dfb cmdopt: add bytes option implementation 2015-06-30 22:24:44 +10:00
88be946454 cmdopt: add bool value option specialisation 2015-06-30 22:24:44 +10:00
8038e40f62 cmdopt: add value option accessor 2015-06-30 22:24:44 +10:00
35718cbcf7 cmdopt: tighten parser argument constness 2015-06-30 22:24:44 +10:00
fab5891efe cmdopt: add present option 2015-06-30 22:24:44 +10:00
42fffeea46 cmdopt: add null option 2015-06-30 22:24:44 +10:00
7f8dab5db3 cmdopt: check for required options 2015-06-30 22:24:44 +10:00
a5ae97025c io: add override specifiers 2015-06-30 22:24:43 +10:00
cd841acc7b maths: style 2015-06-30 22:24:43 +10:00
99ee6ed04f j/tree: add override specifiers 2015-06-30 22:24:43 +10:00
c66ce72c2e m4: bump autocruft 2015-06-30 22:24:43 +10:00
9bfdfa3f12 noise: remove constexpr from most methods
temporary measure until debug macros can be made constexpr
2015-06-30 22:24:43 +10:00
1211ee0876 noise-tool: stub midpoint/diamond noise functions 2015-06-30 22:23:57 +10:00
72e7c60c4e n/turbulence: whitespace 2015-06-30 22:23:32 +10:00
de710c2082 noise-tool: remove unnecessary debug output 2015-06-17 03:10:08 +10:00
eeeb8977ec noise-tool: correct single octave difference 2015-06-17 03:09:22 +10:00
7b9a01c790 n/fractal: increment fractal pos between octave
given summation occurs with only scaling of positions between octaves,
points around the origin are likely to remain self-similar between
octaves. but nudging the point out range of the origin's unit surrounds
we can avoid degenerate highlights.
2015-06-17 03:06:05 +10:00
d9f4f5116c n/basis: remove superfluous abs 2015-06-17 03:05:31 +10:00
d9d7cd6f5b noise-tool: allow single octave output 2015-06-15 17:48:49 +10:00
c885e753d2 image: add stride and size queries 2015-06-15 17:48:19 +10:00
ca59c95c26 image: add bounds check for index operators 2015-06-15 17:47:49 +10:00
79a936b583 cmdopt: add count constructor 2015-06-15 17:47:18 +10:00
544d4d9624 noise-tool: add command arguments 2015-06-11 19:35:45 +10:00
6e5bd1885d n/fractal: add runtime switchable fractal 2015-06-11 19:33:51 +10:00
5648ba63b3 n/basis: add runtime switchable basis function 2015-06-11 19:33:25 +10:00
9cb9ef3811 n/turbulence: add seed accessors 2015-06-11 19:32:57 +10:00
5fbfa94dac n/f/base: add basis accessor 2015-06-11 19:32:35 +10:00
c3e3b79b2c n/f/base: add accessor implementations 2015-06-11 19:32:29 +10:00
c87d7d70b3 cmdopt: silence unused description param for now 2015-06-11 19:31:01 +10:00
eabe3e3a3f netpbm: add write methods with ostreams 2015-06-11 19:30:02 +10:00
8b2b86b945 image: add cast convience method
a simple wrapper for naming consistency amongst other templated classes
2015-06-11 19:28:18 +10:00
653ada4bfd io: change slurp return type to vector 2015-06-11 19:28:03 +10:00
33b3b48c74 io: rename fd_ref to fd 2015-06-11 19:27:42 +10:00
4f366b6b88 cmdopt: silence overload hiding warnings 2015-06-10 21:55:06 +10:00