Commit Graph

575 Commits

Author SHA1 Message Date
Lars Mueller
ea9197c571 table.deep_to_add: Don't emit empty subtables 2022-07-10 12:21:17 +02:00
Lars Mueller
187723118c Add table.hpairs 2022-07-10 12:18:35 +02:00
Lars Mueller
d4c6468cec Add table.count_equals 2022-07-10 12:06:30 +02:00
Lars Mueller
494d109833 Add table.deepset; alias table.nilget to deepget 2022-07-10 12:00:38 +02:00
Lars Mueller
530360474a text: Minor cleanup 2022-07-05 11:34:58 +02:00
Lars Mueller
ed3ab9c403 Release rolling-98 2022-07-03 19:00:12 +02:00
Lars Mueller
83ff2728e3 Remove debug module 2022-07-03 13:33:44 +02:00
Lars Mueller
5a8978f93d binary: Float writing: Fix exponent assertions 2022-07-03 13:29:49 +02:00
Lars Mueller
2304cedbac binary.read_double: Fix nan reading 2022-07-03 13:28:34 +02:00
Lars Mueller
656707b505 Fix binary.(read|write)_(float|single|double) 2022-07-02 23:34:26 +02:00
Lars Mueller
eb0a55af58 Bluon: Clean up number writing 2022-07-02 17:41:11 +02:00
Lars Mueller
aa327126bf b3d writing: Round Lua doubles to floats
rather than erroring if float (precision) bounds are exceeded
2022-07-02 17:39:43 +02:00
Lars Mueller
898db2c278 Bluon: Write out-of-bounds ints as floats 2022-06-27 22:14:42 +02:00
Lars Mueller
cc0a56dd7a Bump version 2022-06-27 21:20:29 +02:00
Lars Mueller
21e97ca329 Remove local tests in favor of a test repo 2022-06-27 21:19:24 +02:00
Lars Mueller
f3d856c2db Add vector.axis_angle3 2022-06-17 11:15:47 +02:00
Lars Mueller
c14c208a61 vector: get rid of lexical comparisons 2022-06-17 11:15:24 +02:00
Lars Mueller
c50410a81e Fix raycast crash 2022-06-16 16:11:07 +02:00
Lars Mueller
738ae8a6ae Bump version & update changelog 2022-06-08 11:31:51 +02:00
Lars Mueller
c088057d56 Clean up B3D reader, add B3D writer 2022-06-08 11:31:25 +02:00
Lars Mueller
c0b2957c67 Fix binary.write_float 2022-06-08 10:17:15 +02:00
Lars Mueller
c823ca9533 Fix binary.write_int 2022-06-08 09:48:10 +02:00
Lars Mueller
9d221a890d mod.configuration: Return schema 2022-06-08 09:40:08 +02:00
Lars Mueller
aef7ad5e6e Improve b3d:get_animated_bone_properties 2022-06-04 14:27:51 +02:00
Lars Mueller
b974113fa9 Turn conf.build_tree error into warning 2022-06-01 11:31:15 +02:00
Lars Mueller
7989f40615 Bump version 2022-05-13 12:49:15 +02:00
Lars Mueller
e3d2d8fba9 Schema: Add enum support to settingtypes gen 2022-05-13 12:48:03 +02:00
Lars Mueller
201f32694f Bump version 2022-05-13 12:20:35 +02:00
Lars Mueller
8391532f6e Schema: Fix settingtypes subtree ordering & level 2022-05-13 12:13:16 +02:00
Lars Mueller
11d47f1041 Schema: Improve code quality 2022-05-13 11:58:42 +02:00
Lars Mueller
9578d87d8b Schema: Minor improvement to MD gen 2022-05-13 11:56:26 +02:00
Lars Mueller
fb89c85c66 Schema: Fix settingtypes ranges 2022-05-13 11:56:12 +02:00
Lars Mueller
d2656f08de Bump version 2022-05-13 11:51:00 +02:00
Lars Mueller
d4465f5d9e Schema: Fix value set check 2022-05-13 11:50:48 +02:00
Lars Mueller
f9a2797c92 Bump version 2022-05-13 11:45:21 +02:00
Lars Mueller
80913644b6 Schema: Make optional values optional again 2022-05-13 11:45:04 +02:00
Lars Mueller
49472bfc66 Bump version 2022-05-13 11:37:24 +02:00
Lars Mueller
0a6d3b9848 Media: Expose more information (mods, overrides) 2022-05-13 11:35:32 +02:00
Lars Mueller
f0d888d44d Bump version 2022-05-12 10:45:07 +02:00
Lars Mueller
912f2f01a0 Fix quaternion multiplication 2022-05-12 10:44:18 +02:00
Lars Mueller
3fc0808b18 Bump version 2022-05-11 20:22:21 +02:00
Lars Mueller
df4711bb4f B3D: Fix get_animated_bone_properties 2022-05-11 19:32:38 +02:00
Lars Mueller
48e5508322 Fix setting unknown fields on vectors not working 2022-05-11 13:58:29 +02:00
Lars Mueller
b52fee94af Add math.clamp 2022-05-10 19:44:27 +02:00
Lars Mueller
ead91a1e5d Bluon tests: Remove outdated comment 2022-05-07 14:14:21 +02:00
Lars Mueller
3877e339c6 Support CSS Color Module Level 4 (see minetest/minetest#12204) 2022-04-28 10:31:09 +02:00
Lars Mueller
da0fc453cd Colorspec: Support name#%x 2022-04-21 11:16:57 +02:00
Lars Mueller
5dd5e50704 Colorspec: Use hex numbers to improve readability 2022-04-21 11:10:32 +02:00
Lars Mueller
b00c0f0d51 B3D: Fix incorrect reading of brush blend & fx as floats 2022-04-21 11:08:43 +02:00
Lars Mueller
b7ae328aab SQLite persistence: Wrap rewrite in transaction 2022-03-01 12:03:56 +01:00