summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
...
* before adding day/night lightingPerttu Ahola2010-12-18
* settings manager: better default setting handling and updating config file an...Perttu Ahola2010-12-14
* better graphics, zlib to work on vc++Perttu Ahola2010-12-14
* doc updatePerttu Ahola2010-11-29
* Working version before block send priorization updatePerttu Ahola2010-11-27
* Initial filesPerttu Ahola2010-11-27
C API, -- before loading and running any mods. -- -- Initialize some very basic things function core.debug(...) core.log(table.concat({...}, "\t")) end if core.print then local core_print = core.print -- Override native print and use -- terminal if that's turned on function print(...) local n, t = select("#", ...), {...} for i = 1, n do t[i] = tostring(t[i]) end