aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Left overs from previous commits.David Walter Seikel2016-01-032-111/+56
|
* Delay some of the Extantz startup to make things prettier.David Walter Seikel2016-01-031-16/+131
|
* Beat the server connection manegement into shape.David Walter Seikel2016-01-039-642/+670
|
* Rejig the build, test, and kill scripts a little bit.David Walter Seikel2016-01-023-2/+9
|
* Documentation about how we could interact with web browsers.David Walter Seikel2016-01-021-0/+74
|
* Added a little about communication standards.David Walter Seikel2016-01-021-0/+5
|
* Added a wandering rant about standards.David Walter Seikel2016-01-021-0/+128
|
* Point to local copy of design docs, instead of online copy.David Walter Seikel2016-01-017-9/+8
|
* Import the design docs from Drupal / MediaWiki.David Walter Seikel2016-01-0115-30/+4299
|
* Added a test HTML page for bringing the design docs into the source repo.David Walter Seikel2016-01-011-0/+2669
| | | | This page is the one that had the most trouble elsewhere.
* Fix some long standing typoes.David Walter Seikel2016-01-012-5/+5
|
* Refactor the client / server stuff, though only partially converted so far.David Walter Seikel2016-01-013-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 Seikel2015-12-311-1/+2
| | | | easier.
* Fix menus, with an evil hack.David Walter Seikel2015-12-314-110/+126
| | | | | | | | | | ELM managed to break the main menu, it never showed, no matter what I did, but the woMan menus worked fine. Refactored both so they use generic functions for building the menu. Put the main menu in it's own window, which mostly works fine. I gotta rip the elm menu system a new one, or just drop it entirely and build my own.
* Replace cube and sphere code with Evas_3D primitives.David Walter Seikel2015-12-313-242/+12
| | | | Clicking on them works again. B-)
* Failed experiment, but let's keep it for now.David Walter Seikel2015-09-113-2/+24
|
* TODO++David Walter Seikel2015-09-111-0/+8
|
* Update to latest API changes.David Walter Seikel2015-09-116-140/+141
|
* New OTR idea.David Walter Seikel2015-07-131-0/+6
|
* Add some ideas for how to make Lua Skang less verbose.David Walter Seikel2015-07-091-0/+9
|
* Fix some typoes, and white space.David Walter Seikel2015-07-091-9/+9
|
* Document crazy idea I had for implementing Skang's _123 via metatables.David Walter Seikel2015-07-091-0/+9
|
* Fix up yet another API break.David Walter Seikel2015-06-186-32/+32
| | | | These APIs will settle down soonish, they promise.
* Uncomment this now that EFL got fixed.David Walter Seikel2015-03-291-16/+16
|
* The new way to beg for the proper 3D graphics engine.David Walter Seikel2015-03-221-4/+3
|
* Comment out the radio buttons for now, this is causing the crashing.David Walter Seikel2015-03-221-20/+20
|
* Allow dropping the Evas_3D stuff out of the compile.David Walter Seikel2015-03-222-0/+15
|
* We don't need no stinkin' eo_unrefs. Anymore. Though leave them there, in ↵David Walter Seikel2015-03-226-20/+20
| | | | case they change their mind again.
* Comment out markers around commented out code.David Walter Seikel2015-03-221-2/+2
|
* Comment about not using locals in actions.David Walter Seikel2015-03-221-0/+1
|
* Add internal reference for skang modules, so they can find themselves.David Walter Seikel2015-03-224-5/+7
|
* New idea about contact sets.David Walter Seikel2015-02-201-0/+9
|
* Docs++David Walter Seikel2015-02-121-0/+5
|
* Bring it up to date with EFL changes. Though more are needed.David Walter Seikel2014-12-262-5/+5
|
* Some notes about trees.David Walter Seikel2014-12-261-0/+21
|
* Clean up some TODOs and comments.David Walter Seikel2014-09-153-18/+3
|
* Shut up die spam.David Walter Seikel2014-09-151-1/+1
|
* Second pass fixes up variables now to.David Walter Seikel2014-09-152-18/+60
|
* Shut up logger startup spam, for now.David Walter Seikel2014-09-141-5/+5
|
* Check LSL script first line magic comments.David Walter Seikel2014-09-142-1/+64
|
* More TODO.David Walter Seikel2014-09-141-0/+10
|
* Say which script failed compiling.David Walter Seikel2014-09-141-1/+1
|
* Support LSL multi line strings.David Walter Seikel2014-09-144-3/+16
|
* Now we can pass LSL scripts to LuaSL on the command line. Plus some white ↵David Walter Seikel2014-09-142-54/+95
| | | | space clean ups.
* Don't generate the lemon .out file, we are not using it.David Walter Seikel2014-09-141-1/+1
|
* Add a README for lemon, that points to the site it comes from.David Walter Seikel2014-09-141-0/+4
|
* Update to latest lemon.David Walter Seikel2014-09-141-2/+1
|
* No idea why this is needed now when it wasn't needed before. Blame an EFL ↵David Walter Seikel2014-09-141-1/+1
| | | | upgrade.
* Update to new file getting API.David Walter Seikel2014-08-303-5/+5
|
* LSL functions, gotta get them all.David Walter Seikel2014-08-171-7/+51
|