aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some love, er I mean, add the love world server, coz love makes the ↵David Walter Seikel2014-05-131-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.
* Fix .gitignore, I hope.David Walter Seikel2014-05-021-14/+14
|
* Split up extantz.David Walter Seikel2014-05-021-1/+0
|
* Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff ↵David Walter Seikel2014-04-271-1/+1
| | | | to suit.
* Move skang to libraries and base directory.David Walter Seikel2014-04-221-1/+1
|
* Move all source into the new src directory, and shuffle a few other things ↵David Walter Seikel2014-04-221-13/+12
| | | | around.
* Move most of the README's and other docs into the new docs directory.David Walter Seikel2014-04-221-1/+1
|
* Move LuaSL source up one directory.David Walter Seikel2014-04-221-8/+8
|
* And update .gitignore to match.David Walter Seikel2014-04-221-1/+1
|
* Make GuiLua an actual shared library, plus some minor clean ups.David Walter Seikel2014-04-091-1/+1
|
* Actually build GuiLua.David Walter Seikel2014-04-081-0/+1
|
* Make test_c a real Lua module, but just a test one doing it the usual way, ↵David Walter Seikel2014-03-271-0/+1
| | | | not a skang module, yet.
* Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now.David Walter Seikel2014-01-131-310/+307
| | | | Also some cleanups related to the other library removals.
* Not sure if I can distribute the XMRE description document, so ignoring it ↵David Walter Seikel2013-01-131-0/+1
| | | | to be safe.
* Ignore extantz executable.David Walter Seikel2013-01-131-0/+1
|
* Ignore Irrlicht built files.David Walter Seikel2013-01-131-0/+307
|
* Create constants.lsl at run time from LSL.lua, and use the same ↵David Walter Seikel2012-02-221-0/+1
| | | | infrastructure to generate calls for OpenSim to deal with.
* Updated .gitignoreDavid Walter Seikel2012-02-111-0/+1
|
* Update to latest lemon, and actually use our local copy.David Walter Seikel2012-01-241-3/+5
|
* Update .gitignore for the new libraries.David Walter Seikel2012-01-231-1/+3
|
* Exercise the lua compiler to, and produce an estimate of compile time. Also ↵David Walter Seikel2012-01-231-0/+1
| | | | comment out the edje stuff for now.
* Consider a script as properly compiled if it passes the diff test.David Walter Seikel2012-01-221-0/+1
|
* Ignore output files.David Walter Seikel2012-01-211-0/+2
|
* Update .gitignore for lemon.David Walter Seikel2012-01-121-1/+4
|
* Add more debugging stuff.David Walter Seikel2012-01-061-0/+1
|
* Use the LSL_ enums for parser tokens. Some clean up and debugging.David Walter Seikel2012-01-061-0/+1
| | | | OK, so the parsers prefer to make them defines instead of enums. sigh
* Add more LSL parsing structure.David Walter Seikel2012-01-061-0/+2
|
* Add a simple flex + btyacc stub.David Walter Seikel2012-01-051-0/+5
| | | | Will be fleshed out soon with LSL grammer.
* Move the object files out of the source directory.David Walter Seikel2012-01-041-2/+1
| | | | Should do a proper out of tree build later, this is just quick and dirty for now.
* Added a basic .gitignore file.David Walter Seikel2012-01-041-0/+4