Commit Graph

18 Commits (master)

Author SHA1 Message Date
octacian 613657d454
Add luacheck and convert spaces to tabs 2018-05-31 11:00:44 -07:00
octacian 6cdabc2934 Fix Modules on Windows (#2)
Modules would not load on Windows because directories are treated differently then they are on Linux. For this reason, io.open() did not suffice to check if a directory existed. This commit makes get_module_path() check for an init.lua file rather than attempting to just check the directory.
2017-02-03 15:45:17 -08:00
octacian 9169209333 "Modulify"
This introduces a small API allowing different portions of the mod (digicompute) to be divided among sub-mods (modules) in the modules directory. See documentation for further information (modules.md).
2017-01-30 19:40:30 -08:00
octacian b155acb3c2 Bump version to 0.5, beta 2017-01-29 16:20:25 -08:00
octacian de79747243 Rewrite entire mod
Now far more efficient, and prepared for the addition of other computer-related items and computers.
2017-01-29 15:18:49 -08:00
octacian 3b74efe8e8 adjust main formspec 2016-10-16 11:57:38 -07:00
octacian 593f779ebf rework mod directory structure 2016-10-16 08:40:33 -07:00
octacian b34aa70765 use datalib external mod with new functions rather than internal library 2016-08-11 11:42:01 -07:00
octacian b5ac03f99b name formspec: submit as submit_name instead of submit 2016-07-30 14:15:44 -07:00
octacian 5e3429b338 must set name on initial boot & rework receiving functions 2016-07-29 09:46:56 -07:00
octacian 7e348e3383 use formspec instead of formspec_normal 2016-07-28 22:11:16 -07:00
octacian de482bc9aa re-commit files 2016-07-28 22:02:36 -07:00
octacian 26c7c28718 mod rename: digiterm -> digicompute 2016-07-12 15:18:06 -07:00
octacian 855b4c0099 os creation API 2016-07-12 15:13:26 -07:00
octacian 1607a509d8 reworked init.lua for previous and WIP changes 2016-07-12 12:19:16 -07:00
octacian 97739b1228 use API for registering terminals 2016-07-11 16:43:38 -07:00
octacian 5b0d2d781b cleaned up code 2016-07-03 14:24:12 -07:00
hdastwb 569481d0b3 initial commit! 2013-08-04 17:50:40 -04:00