1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 10:03:32 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/lua/rom/apis
Wilma456 (Jakob0815) 83f34b430d Make io.open() return Error
If fs.open() failed, it will return nil and a a error message like "No such file"  or "Out of space". This PR make, that io.open() returned this error too.
2017-07-28 15:18:14 +02:00
..
command Made os.loadAPI handle .lua files. Renamed all builtin APIs to .lua 2017-05-17 22:47:13 +01:00
turtle Made os.loadAPI handle .lua files. Renamed all builtin APIs to .lua 2017-05-17 22:47:13 +01:00
colors.lua Add Checks to Colors API 2017-06-23 17:38:40 +02:00
colours.lua Made os.loadAPI handle .lua files. Renamed all builtin APIs to .lua 2017-05-17 22:47:13 +01:00
disk.lua Add Checks to disk,gps,help and keys 2017-06-29 16:41:48 +02:00
gps.lua Add Checks to disk,gps,help and keys 2017-06-29 16:41:48 +02:00
help.lua Add Checks to disk,gps,help and keys 2017-06-29 16:41:48 +02:00
io.lua Make io.open() return Error 2017-07-28 15:18:14 +02:00
keys.lua Add Checks to disk,gps,help and keys 2017-06-29 16:41:48 +02:00
paintutils.lua Requested changes 2017-07-25 21:01:04 +02:00
parallel.lua Use Lua style error messages in the rom files 2017-06-12 10:54:44 +01:00
peripheral.lua Fix Bug with peripheral.find() 2017-06-19 13:09:06 +10:00
rednet.lua Reverting requested changes. Take 1 2017-06-28 22:58:57 +02:00
settings.lua Make settings API getNames() function sort names. 2017-06-23 01:07:18 +02:00
term.lua Update term.redirect check to new style 2017-07-03 18:08:51 +02:00
textutils.lua Merge pull request #360 from Wojbie/Mixed-lua-side-improvements.-Part-2 2017-07-25 23:15:10 +01:00
vector.lua Made os.loadAPI handle .lua files. Renamed all builtin APIs to .lua 2017-05-17 22:47:13 +01:00
window.lua Merge pull request #376 from CrazedProgrammer/fix-argument-checks 2017-07-25 23:13:34 +01:00