Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Lua network messages clean ups. | David Walter Seikel | 2016-02-05 | 5 | -172/+202 |
| | | | | | | | Highlights - Properly deal with ( and ). "return x" -> "return(x)". No more special casing. | ||||
* | A little bit of clean up of the Lua network messaging TODO. | David Walter Seikel | 2016-02-05 | 1 | -3/+5 |
| | |||||
* | The next step in cleaning up the network Lua messages. | David Walter Seikel | 2016-02-05 | 5 | -134/+195 |
| | |||||
* | Authors++ | David Walter Seikel | 2016-02-04 | 1 | -1/+8 |
| | |||||
* | Typo -- | David Walter Seikel | 2016-02-04 | 1 | -6/+6 |
| | |||||
* | Various TODO items about parsing network commands. | David Walter Seikel | 2016-02-04 | 2 | -9/+73 |
| | |||||
* | I have no idea how long this has NOT been needed for. | David Walter Seikel | 2016-02-04 | 1 | -2/+0 |
| | |||||
* | The big merge TODO. | David Walter Seikel | 2016-01-28 | 1 | -0/+55 |
| | |||||
* | I should start writing actual event system code soon. Here's more notes ↵ | David Walter Seikel | 2016-01-23 | 1 | -7/+21 |
| | | | | about that. | ||||
* | Might actually be getting to a design here. B-) | David Walter Seikel | 2016-01-23 | 1 | -0/+42 |
| | |||||
* | Think we need a self for default LSL chat filtering. | David Walter Seikel | 2016-01-23 | 1 | -1/+2 |
| | |||||
* | Add a lot of notes about the LSL / Lua internal inconsistency problem. | David Walter Seikel | 2016-01-23 | 1 | -2/+168 |
| | |||||
* | Random cleanups. | David Walter Seikel | 2016-01-21 | 3 | -27/+24 |
| | |||||
* | Rejig the structure of windows a lot. | David Walter Seikel | 2016-01-21 | 8 | -130/+165 |
| | |||||
* | Rewrite the layers description. | David Walter Seikel | 2016-01-21 | 1 | -22/+86 |
| | |||||
* | No need to test twice. | David Walter Seikel | 2016-01-21 | 1 | -4/+0 |
| | |||||
* | Backgrounds don't have image_fill_outside. | David Walter Seikel | 2016-01-21 | 1 | -1/+0 |
| | |||||
* | Evil hack around ELM's problem with lack of toolbar item icons. | David Walter Seikel | 2016-01-21 | 5 | -9/+20 |
| | |||||
* | Commenting out no longer needed code, which I should probably just delete soon. | David Walter Seikel | 2016-01-20 | 2 | -2/+4 |
| | |||||
* | Banging on the window stuff until the menus behave (mostly). | David Walter Seikel | 2016-01-20 | 3 | -131/+107 |
| | | | | We'll live with the suckiness of menus and toolbars for now. | ||||
* | Clean up LSL command and argument passing. | David Walter Seikel | 2016-01-19 | 4 | -86/+82 |
| | |||||
* | Fix up events. | David Walter Seikel | 2016-01-18 | 1 | -43/+47 |
| | |||||
* | Added a vision statement. lol | David Walter Seikel | 2016-01-18 | 1 | -0/+108 |
| | |||||
* | Actually send compile messages back. Plus some refactoring of the script ↵ | David Walter Seikel | 2016-01-18 | 5 | -63/+78 |
| | | | | engine. | ||||
* | Adding some script engine test scripts, courtesy of LL, I think. | David Walter Seikel | 2016-01-18 | 3 | -0/+512 |
| | | | | Gotta lotta work todo. lol | ||||
* | Ignore ++. | David Walter Seikel | 2016-01-18 | 1 | -0/+1 |
| | |||||
* | Unify the message sending code a bit. | David Walter Seikel | 2016-01-17 | 6 | -92/+44 |
| | |||||
* | Bunch of debuggingnesses. | David Walter Seikel | 2016-01-17 | 3 | -9/+33 |
| | |||||
* | Catch "return ..." as well as "function(...". | David Walter Seikel | 2016-01-17 | 1 | -0/+2 |
| | |||||
* | Updated build instructions. | David Walter Seikel | 2016-01-14 | 1 | -4/+10 |
| | |||||
* | Doh! Missed this file in the last commit. | David Walter Seikel | 2016-01-14 | 1 | -0/+1 |
| | |||||
* | Oops, forgot to add a title to the new web pages. | David Walter Seikel | 2016-01-14 | 13 | -1/+14 |
| | |||||
* | Remove left over comments. | David Walter Seikel | 2016-01-03 | 2 | -5/+0 |
| | |||||
* | Clean up logging, removing most of the printf's. | David Walter Seikel | 2016-01-03 | 8 | -91/+86 |
| | |||||
* | Re-enable the web browser I had forgotten disabling. | David Walter Seikel | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Oops, uncomment this, so that file open works again. | David Walter Seikel | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Stop the compile warnings, and clean out commented code. | David Walter Seikel | 2016-01-03 | 1 | -45/+6 |
| | |||||
* | Left overs from previous commits. | David Walter Seikel | 2016-01-03 | 2 | -111/+56 |
| | |||||
* | Delay some of the Extantz startup to make things prettier. | David Walter Seikel | 2016-01-03 | 1 | -16/+131 |
| | |||||
* | Beat the server connection manegement into shape. | David Walter Seikel | 2016-01-03 | 9 | -642/+670 |
| | |||||
* | Rejig the build, test, and kill scripts a little bit. | David Walter Seikel | 2016-01-02 | 3 | -2/+9 |
| | |||||
* | Documentation about how we could interact with web browsers. | David Walter Seikel | 2016-01-02 | 1 | -0/+74 |
| | |||||
* | Added a little about communication standards. | David Walter Seikel | 2016-01-02 | 1 | -0/+5 |
| | |||||
* | Added a wandering rant about standards. | David Walter Seikel | 2016-01-02 | 1 | -0/+128 |
| | |||||
* | Point to local copy of design docs, instead of online copy. | David Walter Seikel | 2016-01-01 | 7 | -9/+8 |
| | |||||
* | Import the design docs from Drupal / MediaWiki. | David Walter Seikel | 2016-01-01 | 15 | -30/+4299 |
| | |||||
* | Added a test HTML page for bringing the design docs into the source repo. | David Walter Seikel | 2016-01-01 | 1 | -0/+2669 |
| | | | | This page is the one that had the most trouble elsewhere. | ||||
* | Fix some long standing typoes. | David Walter Seikel | 2016-01-01 | 2 | -5/+5 |
| | |||||
* | Refactor the client / server stuff, though only partially converted so far. | David Walter Seikel | 2016-01-01 | 3 | -111/+384 |
| | | | | This may not build or run well, it's late, I'm tired. | ||||
* | Slip an llDialog() into the simple test LSL script, so we can test llDialag ↵ | David Walter Seikel | 2015-12-31 | 1 | -1/+2 |
| | | | | easier. |