aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love/love.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-19Change over to referring to scripts by SID.David Walter Seikel1-15/+3
2012-02-12Implement compilerError() and compilerWarning(), and pass the client to the c...David Walter Seikel1-4/+56
2012-02-12Little clean ups.David Walter Seikel1-5/+1
2012-02-12New sendBack and sendForth global functions.David Walter Seikel1-13/+3
2012-02-11Measure compile speed the right way. lolDavid Walter Seikel1-2/+10
2012-02-11Track details of scripts in the test harness. Use that to quit them, and pri...David Walter Seikel1-20/+51
2012-02-11Cleaner quitting (letting the loop actually run), and clean up unused function.David Walter Seikel1-12/+13
2012-02-11LuaSL now sends information back to the clients.David Walter Seikel1-0/+40
2012-02-11Neaten things up a bit.David Walter Seikel1-10/+10
2012-02-11LuaSL_test harness - connects to the LuaSL server, sends script commands. It...David Walter Seikel1-0/+310