Differences From Artifact [d31a921c62]:
- File mods/vtlib/init.lua — part of check-in [abe3882d1c] at 2024-03-29 20:50:28 on branch trunk — initial commit (user: lexi, size: 703) [annotate] [blame] [check-ins using]
To Artifact [d021d078eb]:
- File mods/vtlib/init.lua — part of check-in [caec179da9] at 2025-01-19 19:05:09 on branch trunk — add to lore, add weather data, etc (user: lexi, size: 703) [annotate] [blame] [check-ins using]
12 12 if chunk == nil then error(err) end 13 13 lib[name] = chunk(lib, ident, path) 14 14 end 15 15 16 16 component 'dbg' 17 17 18 18 -- primitive manip 19 -component 'tbl' 20 19 component 'class' 21 20 component 'math' 21 +component 'tbl' 22 22 component 'str' 23 23 24 24 -- reading and writing data formats 25 25 component 'marshal' 26 26 27 27 -- classes 28 28 component 'color'