Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-01-18 | Ignore ++. | David Walter Seikel | 1 | -0/+1 | |
2014-08-09 | More stuff to ignore. | David Walter Seikel | 1 | -0/+4 | |
2014-05-13 | Add some love, er I mean, add the love world server, coz love makes the ↵ | David Walter Seikel | 1 | -0/+1 | |
world go around. Actually, it's just the old LuaSL_test harness, but half of that is the love server anyway, the other half is just test harness. | |||||
2014-05-02 | Fix .gitignore, I hope. | David Walter Seikel | 1 | -14/+14 | |
2014-05-02 | Split up extantz. | David Walter Seikel | 1 | -1/+0 | |
2014-04-27 | Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵ | David Walter Seikel | 1 | -1/+1 | |
to suit. | |||||
2014-04-22 | Move skang to libraries and base directory. | David Walter Seikel | 1 | -1/+1 | |
2014-04-22 | Move all source into the new src directory, and shuffle a few other things ↵ | David Walter Seikel | 1 | -13/+12 | |
around. | |||||
2014-04-22 | Move most of the README's and other docs into the new docs directory. | David Walter Seikel | 1 | -1/+1 | |
2014-04-22 | Move LuaSL source up one directory. | David Walter Seikel | 1 | -8/+8 | |
2014-04-22 | And update .gitignore to match. | David Walter Seikel | 1 | -1/+1 | |
2014-04-09 | Make GuiLua an actual shared library, plus some minor clean ups. | David Walter Seikel | 1 | -1/+1 | |
2014-04-08 | Actually build GuiLua. | David Walter Seikel | 1 | -0/+1 | |
2014-03-27 | Make test_c a real Lua module, but just a test one doing it the usual way, ↵ | David Walter Seikel | 1 | -0/+1 | |
not a skang module, yet. | |||||
2014-01-13 | Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now. | David Walter Seikel | 1 | -310/+307 | |
Also some cleanups related to the other library removals. | |||||
2013-01-13 | Not sure if I can distribute the XMRE description document, so ignoring it ↵ | David Walter Seikel | 1 | -0/+1 | |
to be safe. | |||||
2013-01-13 | Ignore extantz executable. | David Walter Seikel | 1 | -0/+1 | |
2013-01-13 | Ignore Irrlicht built files. | David Walter Seikel | 1 | -0/+307 | |
2012-02-22 | Create constants.lsl at run time from LSL.lua, and use the same ↵ | David Walter Seikel | 1 | -0/+1 | |
infrastructure to generate calls for OpenSim to deal with. | |||||
2012-02-11 | Updated .gitignore | David Walter Seikel | 1 | -0/+1 | |
2012-01-24 | Update to latest lemon, and actually use our local copy. | David Walter Seikel | 1 | -3/+5 | |
2012-01-23 | Update .gitignore for the new libraries. | David Walter Seikel | 1 | -1/+3 | |
2012-01-23 | Exercise the lua compiler to, and produce an estimate of compile time. Also ↵ | David Walter Seikel | 1 | -0/+1 | |
comment out the edje stuff for now. | |||||
2012-01-22 | Consider a script as properly compiled if it passes the diff test. | David Walter Seikel | 1 | -0/+1 | |
2012-01-21 | Ignore output files. | David Walter Seikel | 1 | -0/+2 | |
2012-01-12 | Update .gitignore for lemon. | David Walter Seikel | 1 | -1/+4 | |
2012-01-06 | Add more debugging stuff. | David Walter Seikel | 1 | -0/+1 | |
2012-01-06 | Use the LSL_ enums for parser tokens. Some clean up and debugging. | David Walter Seikel | 1 | -0/+1 | |
OK, so the parsers prefer to make them defines instead of enums. sigh | |||||
2012-01-06 | Add more LSL parsing structure. | David Walter Seikel | 1 | -0/+2 | |
2012-01-05 | Add a simple flex + btyacc stub. | David Walter Seikel | 1 | -0/+5 | |
Will be fleshed out soon with LSL grammer. | |||||
2012-01-04 | Move the object files out of the source directory. | David Walter Seikel | 1 | -2/+1 | |
Should do a proper out of tree build later, this is just quick and dirty for now. | |||||
2012-01-04 | Added a basic .gitignore file. | David Walter Seikel | 1 | -0/+4 | |