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
rolling-61
|
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
rolling-60
|
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
rolling-59
|
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
rolling-58
|
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
rolling-57
|
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'
rolling-56
|
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
rolling-55
|
2021-03-27 21:04:49 +01:00 |
|
Lars Mueller
|
f14aef3899
|
Add modlib.version
rolling-54
|
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 |
|
Lars Mueller
|
0d1c5596a6
|
Add func.call_by_value
|
2021-03-22 18:17:26 +01:00 |
|
Lars Mueller
|
2005754a46
|
Add binary module to reduce code duplication
|
2021-03-13 16:55:21 +01:00 |
|
Lars Mueller
|
7a92f3b492
|
Bluon: Fix integer serialization & tests
|
2021-03-13 16:19:57 +01:00 |
|
Lars Mueller
|
7dea86fec2
|
Bluon documentation
|
2021-03-05 15:08:57 +01:00 |
|
Lars Mueller
|
8105ee2419
|
Experimental binary lua object notation (bluon)
|
2021-03-05 15:07:34 +01:00 |
|
Lars Mueller
|
2ff48fe494
|
Add text.hexdump
|
2021-03-05 11:05:47 +01:00 |
|
Lars Mueller
|
63050f3bad
|
Add text.inputstream
|
2021-03-04 19:51:04 +01:00 |
|