13 Commits

Author SHA1 Message Date
Robert Zenz
d3398c298e Added tableutil.sort(...) method. 2015-12-03 23:21:57 +01:00
Robert Zenz
46c1704d5c Merge branch 'master' of github.com:RobertZenz/minetest-australopithecus-utils 2015-09-23 19:06:04 +02:00
Robert Zenz
6b289a8255 Changed the way List works in an incompatible manner.
List is now a mere thin wrapper around a number indexed table, it is
now one indexed and otherwise behaves a little bit different.

If you happened to use it, sorry for the breakage, but this is much
more sane then the previous implementation.
2015-09-23 19:01:41 +02:00
Robert Zenz
8f1711abc6 Updated structure and Makefile. 2015-09-19 11:42:20 +02:00
Robert Zenz
6118036a45 Added List as dependency. 2015-09-16 19:19:01 +02:00
Robert Zenz
5991d4b2c7 test is now using tbaleutil to compare values. 2015-09-16 19:15:52 +02:00
Robert Zenz
3a16ae7247 Extracted array related functions into arrayutil. 2015-04-21 20:23:23 +02:00
Robert Zenz
9fccaf104d Added tableutil.reduce2d. 2015-04-15 20:16:50 +02:00
Robert Zenz
4522730149 Added keys(...) and equals(a, b). 2015-04-14 20:34:16 +02:00
Robert Zenz
2c3ec0f110 Added tableutil.merge. 2015-04-06 18:16:34 +02:00
Robert Zenz
e5715d3479 Passed time has now three cdecimal places. 2015-02-15 17:46:15 +01:00
Robert Zenz
efc8be750a Fixed possible stack overflow when trying to clone an object. 2015-02-15 17:37:30 +01:00
Robert Zenz
1851e83ad4 Added tableutil.clone(). 2014-12-20 16:13:40 +01:00