Commit Graph

321 Commits

Author SHA1 Message Date
Lars Mueller
b8d8d3c4d1 Fix SQLite3 requiring for trusted modlib 2021-08-09 14:30:55 +02:00
Lars Mueller
eb3a3b2960 Use math constants 2021-08-09 13:58:10 +02:00
Lars Mueller
9af2d64ad9 Bluon: Fix nan reading 2021-08-09 13:46:15 +02:00
Lars Mueller
258d9d956d Fix binary search test 2021-08-09 13:36:44 +02:00
Lars Mueller
a5e4696cd1 Add binary search test 2021-08-08 23:43:06 +02:00
Lars Mueller
e9865f0066 Simplify func.iterate 2021-08-08 23:32:50 +02:00
Lars Mueller
28eeb4ccf8 Improve performance 2021-08-08 23:29:43 +02:00
Lars Mueller
90c3b0ed90 Fix math.tostring 2021-08-08 22:37:47 +02:00
Lars Mueller
5fb4145a49 SQLite3 persistence: Fix init 2021-07-22 14:35:16 +02:00
Lars Mueller
a2a6cdd64d Convert indentation to tabs 2021-07-20 22:42:42 +02:00
Lars Mueller
26de548e32 Add negative and positive nan constants to math 2021-07-18 15:11:11 +02:00
Lars Mueller
4f59279591 Add SQLite3 database persistence 2021-07-14 21:52:13 +02:00
Lars Mueller
daa0251632 Use tabs not spaces 2021-07-14 11:53:42 +02:00
Lars Mueller
a86b24eef5 Add func.for_generator 2021-07-14 10:26:57 +02:00
Lars Mueller
2ba0b0555f Bluon files: Use "wb" / "rb" instead of "w" / "r" 2021-07-13 20:28:44 +02:00
Lars Mueller
f2ecbac112 Schematics: Improve serialization, fix item handling 2021-07-13 20:26:51 +02:00
Lars Mueller
2a1cbc64ea Enable hashlist 2021-07-12 21:32:15 +02:00
Lars Mueller
14a1887db4 Release notes 2021-07-12 16:29:36 +02:00
Lars Mueller
9d50e504fd Fix colorspec:to_string 2021-07-12 16:15:37 +02:00
Lars Mueller
44a98a7d41 Add hashlist 2021-07-11 16:52:41 +02:00
Lars Mueller
e29183f574 Add Minetest Luon: ItemStack and AreaStore support 2021-07-11 16:08:57 +02:00
Lars Mueller
407a2d55ed Fix Lua log file reference handling if only :load() and not :init() is called 2021-07-08 20:17:20 +02:00
Lars Mueller
2d8c77b7dd Code quality 2021-07-08 20:08:28 +02:00
Lars Mueller
80bd0b6299 Make Luon object-oriented, add aux_read/write support 2021-07-08 13:28:11 +02:00
Lars Mueller
0d10aa9f88 Fix string length comparison 2021-07-07 20:02:11 +02:00
Lars Mueller
27df865b6e Fix handling of cross-referencing tables 2021-07-07 19:14:56 +02:00
Lars Mueller
e49cbdf9ff Code quality 2021-07-07 18:49:14 +02:00
Lars Mueller
392959e50c Parameter rename 2021-07-07 17:35:25 +02:00
Lars Mueller
b5e7f331c4 Replace count_values with count_objects 2021-07-07 17:32:33 +02:00
Lars Mueller
35081f3e4b Localize global fields 2021-07-07 12:52:37 +02:00
Lars Mueller
4026f6dd0d Luon: Rename (de)serialize to read/write 2021-07-07 12:31:40 +02:00
Lars Mueller
60dd1be82c Localize global fields 2021-07-06 23:43:03 +02:00
Lars Mueller
60ce6f3e53 Ignore NaN in table.count_values 2021-07-06 23:22:41 +02:00
Lars Mueller
2e9db04632 Add proper license file 2021-07-06 22:03:44 +02:00
Lars Mueller
1d2c6c5c37 Add experimental luon module 2021-07-06 21:56:20 +02:00
Lars Mueller
1764665193 Add table.count_values 2021-07-06 10:31:42 +02:00
Lars Mueller
d852c081ed Add circular test for Lua log file 2021-07-06 09:24:25 +02:00
Lars Mueller
e49d75a822 Fix patterns 2021-07-06 09:24:13 +02:00
Lars Mueller
cc88228d25 Lua log file: Fix handling of circular tables 2021-07-05 18:00:54 +02:00
Lars Mueller
abced343d8 Deal with Lua log file memory leak 2021-07-03 19:35:02 +02:00
Lars Mueller
263560f48c Add vector.rotate3 2021-07-03 17:29:35 +02:00
Lars Mueller
95415c0929 Add table.deep_foreach_any 2021-07-03 12:19:44 +02:00
Lars Mueller
7a82efb75f Add func.iterate and func.aggregate 2021-07-03 11:55:36 +02:00
Lars Mueller
eb2db70201 Add func.curry_full 2021-07-03 11:55:14 +02:00
Lars Mueller
7f05c5d07e Rename func.call to func.args to fix name collision 2021-07-03 11:52:27 +02:00
Lars Mueller
56ad946ec0 Bump version 2021-06-18 20:58:21 +02:00
Lars Mueller
245284f5f8 Fix vector aliases 2021-06-18 20:57:15 +02:00
Lars Mueller
137e471262 Lazy alias handling, remove testing code 2021-06-18 20:55:08 +02:00
Lars Mueller
cedfe1387b Remove most global localization from init.lua 2021-06-18 20:44:07 +02:00
Lars Mueller
adc429cf9d Add table to player.lua locals 2021-06-18 20:42:32 +02:00