| Commit message (Expand) | Author | Age | Files | Lines |
* | More Lua network messages clean ups. | David Walter Seikel | 2016-02-05 | 1 | -64/+105 |
* | The next step in cleaning up the network Lua messages. | David Walter Seikel | 2016-02-05 | 2 | -87/+132 |
* | Various TODO items about parsing network commands. | David Walter Seikel | 2016-02-04 | 1 | -0/+14 |
* | Random cleanups. | David Walter Seikel | 2016-01-21 | 1 | -4/+3 |
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 3 | -72/+126 |
* | No need to test twice. | David Walter Seikel | 2016-01-21 | 1 | -4/+0 |
* | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2016-01-21 | 2 | -1/+12 |
* | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 2016-01-20 | 1 | -9/+17 |
* | Clean up LSL command and argument passing. | David Walter Seikel | 2016-01-19 | 1 | -1/+1 |
* | Actually send compile messages back. Plus some refactoring of the script eng... | David Walter Seikel | 2016-01-18 | 2 | -29/+68 |
* | Unify the message sending code a bit. | David Walter Seikel | 2016-01-17 | 2 | -49/+1 |
* | Catch "return ..." as well as "function(...". | David Walter Seikel | 2016-01-17 | 1 | -0/+2 |
* | Clean up logging, removing most of the printf's. | David Walter Seikel | 2016-01-03 | 3 | -67/+63 |
* | Beat the server connection manegement into shape. | David Walter Seikel | 2016-01-03 | 3 | -214/+326 |
* | Fix some long standing typoes. | David Walter Seikel | 2016-01-01 | 1 | -4/+4 |
* | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 2016-01-01 | 2 | -29/+345 |
* | Fix menus, with an evil hack. | David Walter Seikel | 2015-12-31 | 2 | -0/+61 |
* | Update to latest API changes. | David Walter Seikel | 2015-09-11 | 1 | -1/+1 |
* | Fix up yet another API break. | David Walter Seikel | 2015-06-18 | 1 | -11/+11 |
* | We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in c... | David Walter Seikel | 2015-03-22 | 1 | -8/+8 |
* | Shut up logger startup spam, for now. | David Walter Seikel | 2014-09-14 | 1 | -5/+5 |
* | Update to new file getting API. | David Walter Seikel | 2014-08-30 | 1 | -2/+2 |
* | Clean up the compiler output. Threaded compiling is much faster when it's no... | David Walter Seikel | 2014-08-14 | 1 | -1/+7 |
* | Optimise message sending. | David Walter Seikel | 2014-08-14 | 1 | -4/+4 |
* | Only collect the errors and warnings during a compile, output them in a batch... | David Walter Seikel | 2014-08-14 | 4 | -3/+35 |
* | Considerable cleanup of the top level compiling code. | David Walter Seikel | 2014-08-14 | 2 | -109/+50 |
* | More comments. | David Walter Seikel | 2014-08-10 | 1 | -0/+69 |
* | Bitch about not being able to load the compiled Lua. | David Walter Seikel | 2014-08-10 | 1 | -0/+3 |
* | Thread all of compiling, or thread nothing. | David Walter Seikel | 2014-08-10 | 2 | -4/+10 |
* | TODO++ | David Walter Seikel | 2014-08-09 | 1 | -0/+2 |
* | Major cleanup of compileLSL() and friends, including threading it. | David Walter Seikel | 2014-08-09 | 2 | -0/+3 |
* | Move entirely over to luajit. | David Walter Seikel | 2014-07-31 | 1 | -1/+1 |
* | Typo -- | David Walter Seikel | 2014-07-13 | 1 | -1/+1 |
* | More logging to ignore. | David Walter Seikel | 2014-07-02 | 1 | -0/+1 |
* | Update to post release API change. So much for stable API to collaborate wit... | David Walter Seikel | 2014-06-11 | 1 | -20/+20 |
* | Load and rez stuffs in an idler, also fix some bugs in that part. | David Walter Seikel | 2014-06-02 | 1 | -1/+1 |
* | Get the from disk sim loading to work. | David Walter Seikel | 2014-06-01 | 1 | -1/+1 |
* | Slightly less half arsed stuffs creation. | David Walter Seikel | 2014-05-30 | 1 | -0/+2 |
* | Half arsed generic stuffs creation. | David Walter Seikel | 2014-05-29 | 1 | -1/+1 |
* | Some more in world object structure stuff and fixes. | David Walter Seikel | 2014-05-28 | 1 | -8/+20 |
* | The UUID faking code is common enough to stick it in a macro. | David Walter Seikel | 2014-05-28 | 1 | -0/+1 |
* | Last part of switching the sim over to the new specs. | David Walter Seikel | 2014-05-27 | 1 | -3/+4 |
* | TODO++ | David Walter Seikel | 2014-05-26 | 1 | -0/+1 |
* | Move the latest thoughts about directory structure into the love docs, add mo... | David Walter Seikel | 2014-05-24 | 1 | -115/+0 |
* | More notes about stuffs directory structure. | David Walter Seikel | 2014-05-24 | 1 | -0/+117 |
* | Move ExtantzStuffs to extantz. | David Walter Seikel | 2014-05-24 | 1 | -9/+0 |
* | White space fixes. | David Walter Seikel | 2014-05-24 | 1 | -9/+9 |
* | Big include and libraries clean up. | David Walter Seikel | 2014-05-24 | 5 | -4/+1973 |
* | Rewrite the LuaSL script running stuff (twice lol), plus much related tweakag... | David Walter Seikel | 2014-05-23 | 4 | -38/+634 |
* | Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented. | David Walter Seikel | 2014-05-20 | 6 | -65/+105 |