aboutsummaryrefslogtreecommitdiff
path: root/src/pdlua.c
AgeCommit message (Collapse)Author
2015-10-14Applied Hans' patch to limit startup boilerplate visibility to log level ↵Martin Peach
>=3, if logpost() is available. svn path=/trunk/externals/loaders/pdlua/; revision=15376
2015-10-14Use pdlua_proxy_inlet_class->c_externdir->s_name as pd.lua's directory ↵Martin Peach
instead of canvas_open. Downside: This requires m_imp.h, which is supposed to be secret... Thanks hcs for pointing this out. svn path=/trunk/externals/loaders/pdlua/; revision=15342
2015-10-14Added the EXPORT macro to pdlua_setup so the symbol will be exported on ↵Martin Peach
MSWin. The export-all-symbols flag should do this but seems to be overridden by something in the lua source. svn path=/trunk/externals/loaders/pdlua/; revision=15341
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