aboutsummaryrefslogtreecommitdiffstats
path: root/aataaj.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Language cleanup.dvs12024-10-311-2/+2
|
* Move the espeak stuff into it's own function, might help get it to behave.dvs12024-10-311-12/+20
| | | | | So far, got partial behaviour, seems to have stopped pausing rest of scripts text output until script end.
* Shut up more things.dvs12024-10-311-1/+1
|
* Move the "decide which card" bit to "start".dvs12024-10-281-31/+30
|
* Let the user pick the best sound device.dvs12024-10-281-26/+51
|
* More clean ups.dvs12024-10-281-5/+5
|
* Minor tweaks.dvs12024-10-281-1/+1
|
* This is documenting STOP not stop.dvs12024-10-281-2/+2
|
* Consistantly use single quotes for Lua strings, unless otherwise needed.dvs12024-10-281-46/+46
| | | | Old habits die hard. lol
* TODO+=2.5dvs12024-10-271-1/+3
|
* Rename _ to PolygLua externally.dvs12024-10-271-1/+1
| | | | Next it'll want it's own package. Oh wait....
* Move aataaj.lua configuration options to a conf file.dvs12024-10-261-28/+16
|
* Help command now prints out full usage as well.dvs12024-10-251-1/+1
|
* Comment++dvs12024-10-251-1/+1
|
* Moved common stuff like --help, --version to an internal options table we ↵dvs12024-10-251-12/+3
| | | | scan as well.
* Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs12024-10-251-5/+4
|
* Some more tidying up.dvs12024-10-241-59/+0
|
* Split up the audio output a little nicer.dvs12024-10-241-5/+34
|
* Add options[] to aataaj.lua.dvs12024-10-241-1/+69
|
* If espeak has something to say, it should just speak it.dvs12024-10-231-1/+1
|
* Rearrange those logging globals and a few other things in _.dvs12024-10-221-7/+0
|
* Make the user command STOP, so stop is for SysV.dvs12024-10-221-2/+3
|
* Lots of little tweaks about how _ works.dvs12024-10-221-35/+33
|
* Restructure the APT.exe stuff.dvs12024-10-211-187/+75
|
* Tweak the "didn't die" sleep.dvs12024-10-201-1/+1
|
* Tweak APT.exe status return code to be more reliable.dvs12024-10-201-11/+11
|
* Make APT.exe status return more robust.dvs12024-10-191-12/+10
| | | | Lua sucks at this.
* Add users script for post JACK setup, like starting music stuff.dvs12024-10-191-0/+5
|
* Bit of code clean up.dvs12024-10-191-13/+4
|
* Use the new exists function to decide what to do, and how.dvs12024-10-191-30/+41
|
* If it doesn't want to TERM, wait an ever increasing time before escelating.dvs12024-10-191-1/+1
|
* New function for killing a bunch of exes.dvs12024-10-191-0/+5
|
* Update comment.dvs12024-10-191-1/+1
|
* Make stop less crude.dvs12024-10-191-27/+22
|
* Correct docs about where to put the aataaj.lua scriptdvs12024-10-151-1/+1
|
* Revert the default options change from last time, it came along for the ride.dvs12024-10-141-3/+3
|
* Rearrange code.dvs12024-10-141-79/+79
|
* Fixo the typo.dvs12024-10-141-1/+1
|
* Fix some typos.dvs12024-10-141-3/+3
|
* Commit new combined script with new name.dvs12024-10-141-0/+568