Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 21, 2014

  1. Merge pull request #52 from MKlegoman357/master

    Some bug fixes and improvements
    James King committed Jun 21, 2014

Commits on Jun 20, 2014

  1. Merge pull request #50 from LayZeeDK/patch-1

    Allow casting to number
    James King committed Jun 20, 2014
  2. Allow cast to number

    Used String:toNumber as opposed to native tonumber used in first patch
    LayZeeDK committed Jun 20, 2014
  3. Allow casting to number

    Allow cast(variable, "number")
    LayZeeDK committed Jun 20, 2014
  4. Update your license!

    Brokolis committed Jun 20, 2014
  5. Revert "Forgot to close the handle"

    This reverts commit 16896a7.
    Brokolis committed Jun 20, 2014

Commits on Jun 19, 2014

  1. Forgot to close the handle

    Brokolis committed Jun 19, 2014
  2. Fixed some buggy code

    * Converted any String objects into Lua strings found in the arguments
    in Peripheral.call function
    * Added a filter function argument to Peripheral.find
    Brokolis committed Jun 19, 2014
  3. Added Path:getDir

    * Added Path:getDir
    * Fixed String:new
    Brokolis committed Jun 19, 2014
  4. Changed the behaviour of System.write

    the native 'write' function only supports one argument: a string to be
    written on the screen.
    Brokolis committed Jun 19, 2014
  5. Fixed Terminal object

    * Terminal.redirect now returns previous redirect object
    * Terminal.current now actually returns something
    * There is no term.setTextScale so there is no need for
    Terminal.setTextScale
    * Added Terminal.isColour - the UK version of the function
    Brokolis committed Jun 19, 2014

Commits on Jun 9, 2014

  1. Merge pull request #49 from SquidDev/master

    Add new installer
    James King committed Jun 9, 2014

Commits on Jun 7, 2014

  1. Add new installer

    SquidDev committed Jun 7, 2014

Commits on May 11, 2014

  1. Merge pull request #45 from SquidDev/rednet

    Rednet changes
    James King committed May 11, 2014

Commits on May 10, 2014

  1. Rednet lookup bug fix

    Rednet.lookup should return nil if checking for a hostname and none is
    is found.
    SquidDev committed May 10, 2014
  2. Merge branch 'sci4me-master'

    James King committed May 10, 2014
  3. Merge changes and fixed an import.

    James King committed May 10, 2014
  4. ffs why cant git do that automatically?

    sci4me committed May 10, 2014
  5. no security manager stuffs:

    sci4me committed May 10, 2014

Commits on May 9, 2014

  1. Rednet bug fixes

    SquidDev committed May 9, 2014
  2. Merge pull request #38 from SquidDev/master

    Fixed System.read function
    James King committed May 9, 2014
  3. Add full Rednet support

    Implement receiving, lookup and one-to-one connections.
    SquidDev committed May 9, 2014
  4. Documentation

    sci4me committed May 9, 2014
  5. Security Manager (not implemented (obviously))

    dat commit message tho
    sci4me committed May 9, 2014
  6. Revert "Improved read function"

    This reverts commit 619c6b8.
    SquidDev committed May 9, 2014
  7. Not sure how that happened.. derpy git

    sci4me committed May 9, 2014
  8. hah, nice

    sci4me committed May 9, 2014
Older