aboutsummaryrefslogtreecommitdiff
path: root/src/pd.lua
AgeCommit message (Collapse)Author
2015-10-14Changed Claude Heiland-Allen's email as requested inHEADsvn2git-headmasterMartin Peach
http://lists.puredata.info/pipermail/pd-dev/2014-08/019935.html svn path=/trunk/externals/loaders/pdlua/; revision=17339
2015-10-14Editor will open script for pdluax and pdlua objects, added function ↵Martin Peach
prototypes in pdlua.c, grouped globals together. svn path=/trunk/externals/loaders/pdlua/; revision=15932
2015-10-14Right-click opens .pdlua script in an editor. .pdluax still doesn't work ↵Martin Peach
unless script is in same directory Pd was started from. svn path=/trunk/externals/loaders/pdlua/; revision=15930
2015-10-14Added support for the "Open" item in the right-click menu of pdlua and ↵Martin Peach
pdluax objects. The script for a .pd_lua or .pd_luax object will be opened in an editor via ::pd_menucommands::menuopenfile, as proposed by hcs. svn path=/trunk/externals/loaders/pdlua/; revision=15667
2011-03-15This is a version of Claude Heiland-Allen's lua for Pd. The objects are ↵svn2git-rootMartin Peach
named pdlua and pdluax instead of lua and luax. So far it seems to work on linux. svn path=/trunk/externals/pdlua/; revision=15030