Commit Graph

198 Commits

Author SHA1 Message Date
Lars Mueller
2825dc60aa Class modules: Monkey-patch metatables 2021-04-22 21:04:07 +02:00
Lars Mueller
7253e2837a Fix undeclared global arg warning 2021-04-22 18:13:06 +02:00
Lars Mueller
c13beb923b Lua log files: Use shorthand string notation 2021-04-22 13:32:38 +02:00
Lars Mueller
5067cc6981 Code quality 2021-04-22 11:54:37 +02:00
Lars Mueller
44ad494d99 Lua log files: Fix infinities 2021-04-22 11:54:25 +02:00
Lars Mueller
95e4caa2f8 Bump version 2021-04-21 21:40:07 +02:00
Lars Mueller
7e00e3a237 Tabs 2021-04-21 21:29:22 +02:00
Lars Mueller
1ed07d6015 Make logfiles Minetest-independent 2021-04-21 21:28:27 +02:00
Lars Mueller
f516cc6bb8 Add Lua log files 2021-04-21 21:11:00 +02:00
Lars Mueller
fc683ce28c Bump version 2021-04-02 21:09:40 +02:00
Lars Mueller
0f9247c4fd b3d: Fix rotation interpolation 2021-04-01 18:45:58 +02:00
Lars Mueller
9a18150304 Add parent_bone_name to animated bone properties 2021-04-01 17:18:39 +02:00
Lars Mueller
4095969890 b3d: Return a list of animated bone properties 2021-04-01 17:12:00 +02:00
Lars Mueller
4e350213a8 Fix func.curry_tail 2021-04-01 12:48:06 +02:00
Lars Mueller
bc6cd004ae Bump version 2021-04-01 01:06:12 +02:00
Lars Mueller
1af60101f2 Fix quaternion.to_euler_rotation 2021-04-01 01:04:59 +02:00
Lars Mueller
3bc15ad685 Bump version 2021-04-01 00:05:34 +02:00
Lars Mueller
64d3d9672e Fix vector.interpolate 2021-04-01 00:04:56 +02:00
Lars Mueller
41f25a9e31 Bump version 2021-03-31 23:42:41 +02:00
Lars Mueller
76a17be124 Configuration/schema: Fix handling of failed checks 2021-03-31 23:41:42 +02:00
Lars Mueller
98bd1741ad Bump version 2021-03-31 22:37:04 +02:00
Lars Mueller
64c487660c Basic schema docs, focus on non-string entry traps 2021-03-31 22:36:03 +02:00
Lars Mueller
3ff8a8da55 schema: Include table descriptions in generated MD 2021-03-31 22:26:49 +02:00
Lars Mueller
69067579e5 schema: key & value checks before entry checks 2021-03-31 22:15:38 +02:00
Lars Mueller
bf2ba5be9d Schema: Fix numbered entries 2021-03-31 22:15:08 +02:00
Lars Mueller
7bde15d703 assertdump is currently Minetest-dependent 2021-03-31 11:23:49 +02:00
Lars Mueller
cd9e1f13e1 Bump version 2021-03-30 22:27:16 +02:00
Lars Mueller
6df2bcf1f1 Use minetest.safe_file_write 2021-03-30 22:26:30 +02:00
Lars Mueller
cd1c99c1db Merge branch 'lazy-loading' 2021-03-30 18:13:27 +02:00
Lars Mueller
ab37e3a606 Bump version 2021-03-30 18:10:50 +02:00
Lars Mueller
859d617138 Fix math.fround 2021-03-30 18:06:58 +02:00
Lars Mueller
f5dd65d772 Make tests Minetest-independent 2021-03-30 18:06:41 +02:00
Lars Mueller
09e748f37d Fix whitespace 2021-03-30 18:06:10 +02:00
Lars Mueller
91841fdfa4 Localize variable 2021-03-30 18:04:45 +02:00
Lars Mueller
10ad1270e8 Experimental lazy loading 2021-03-29 14:42:56 +02:00
Lars Mueller
82f0e2942a Fix syntax error & indentation 2021-03-27 21:04:49 +01:00
Lars Mueller
f14aef3899 Add modlib.version 2021-03-27 20:44:28 +01:00
Lars Mueller
dcf56ace9f Removed dead code 2021-03-27 20:11:07 +01:00
Lars Mueller
adb4b4fdaf Indentation: Use only tabs 2021-03-27 20:10:49 +01:00
Lars Mueller
3acf09eed6 Add colorspec.from_number_rgb 2021-03-27 12:20:57 +01:00
Lars Mueller
6f0dbaaeb3 Fix colorspec.from_string, add tests 2021-03-27 12:18:27 +01:00
Lars Mueller
0c47e04347 Apply luk3yx's code quality suggestion 2021-03-25 18:02:20 +01:00
Lars Mueller
e212ba7f3b Add minetest.colorspec:to_number_rgb 2021-03-25 17:50:20 +01:00
Lars Mueller
d1baf23814 Split up "minetest" module in multiple files 2021-03-25 17:46:04 +01:00
Lars Mueller
11e8bc6f4c Fix assertdump stack level 2021-03-25 11:47:34 +01:00
Lars Mueller
b87395272b Improve tests 2021-03-24 23:46:17 +01:00
Lars Mueller
2c051cc026 Add & use modlib.assertdump 2021-03-24 20:27:02 +01:00
Lars Mueller
02f24dd59f vector.cross3: Assert dimension = 3 2021-03-24 10:42:28 +01:00
Lars Mueller
7507209f29 Vectors: Consistent argument naming 2021-03-24 10:38:10 +01:00
Lars Mueller
f0f48c0fb4 Add vector.angle 2021-03-24 10:36:28 +01:00