aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-11More shutdown clean ups.onefang1-4/+39
2021-08-11More betterer output.onefang1-6/+8
2021-08-11Work a bit on directory creation and tear down, as well as permissions.onefang1-20/+55
2021-08-11Clean up some output types.onefang1-12/+12
2021-08-11TODO++onefang1-0/+1
2021-08-11Get basic status of sims.onefang1-1/+11
2021-08-10Read configs with the newish Lua2hashtbl().onefang1-41/+4
Though this will change again.
2021-08-10Switch to toybox xgetcwd() and print the results.onefang1-1/+2
2021-08-10Cleanly symlink the executable by removing it if it exists already.onefang1-0/+6
2021-08-10UPdate the help text, and related comments.onefang1-11/+24
2021-08-10getSims() now does all the converting of old .ini files to new .shini and ↵onefang1-218/+363
sims.lua files. Also had to do some shifting of functions, and several other related tweaks.
2021-08-10Less bash and PATH insanity.onefang1-16/+19
2021-08-10Don't try to dump things me don't handle the type of.onefang1-1/+1
2021-08-10Comment++onefang1-0/+1
2021-08-06Move the OpenSim stuff to before the web stuff.onefang1-123/+118
Coz that's the way we roll, er I mean run.
2021-08-06Refactor the sims loops.onefang1-471/+325
2021-08-06Obsolete comments--onefang1-12/+2
2021-08-06Move "Closing all the panes." to the corerct place.onefang1-1/+1
2021-08-06No need to sort ourSims->sims.onefang1-3/+0
2021-08-06Clean up some leakage, and remove an extra level of sim data storage.onefang1-45/+20
2021-08-06Add VERBOSE level logging output.onefang1-52/+58
2021-08-04Attempt to send spamn-fcgi command to the right place.onefang1-5/+2
Still needs work.
2021-08-04Missed commit.onefang1-0/+1
2021-08-04Typo-- and whitespace++.onefang1-1/+2
2021-08-04Add -q option to start things without joining the session. And a null -a ↵onefang1-13/+26
for later.
2021-08-04Kill the rest of the panes that are not on the original window.onefang1-0/+20
2021-08-04Don't exit panes, kill them, and quicker.onefang1-3/+4
2021-08-04Halve the bulkSims value each time we wait.onefang1-12/+12
Coz by this time lots of sims are likely still starting up.
2021-08-04Start tmux with a huge screen size, to work around OpenSim bug.onefang1-3/+5
2021-08-04Stop printing "mono" when we check if a sim is running.onefang1-1/+1
2021-08-04Stop wrapped text from screwing with tmux captures.onefang1-1/+1
2021-08-03Close all the sim panes at full stop, and related cleanups.onefang1-28/+73
2021-08-03TODO++onefang1-0/+1
2021-08-03Output the config settings as INFO.onefang1-17/+17
2021-08-03Run everything in current/binonefang1-6/+5
Coz OpenSim.
2021-08-03Free the paneID.onefang1-6/+7
2021-08-03Move window and pane opening to ROBUST starting time.onefang1-239/+261
So the writing of the pane ID files is also then. Open those pane ID files also before the main loop. So all the actions have access. Also some clean up of that code.
2021-08-03memset--onefang1-1/+1
2021-08-03Don't wait so long for tmux text.onefang1-1/+1
2021-07-31Next stage of the sim loop rewrite - actually use the new ourSims->simsLua.onefang1-2/+76
Still in debugging mode.
2021-07-30Dump and free Lua trees.onefang1-47/+62
2021-07-30Start of getting the details from sims.lua when we get the other sims stuff.onefang1-1/+87
2021-07-30Fix up web start at end.onefang1-3/+3
2021-07-30Shift Lua functions up near the top.onefang1-263/+288
2021-07-30Put the grids own bin directory in the path.onefang1-16/+32
2021-07-30A memset I forgot to remove.onefang1-1/+0
2021-07-30Some helpful tmux keystrokes documented.onefang1-0/+13
2021-07-30Whitespace++onefang1-1/+1
2021-07-30Add comment banners for some major sections of the code.onefang1-1/+43
2021-07-30Add backup_IARsim config variable.onefang2-61/+20
Only using it for newbie IAR loading for now, coz I haven't actually written the IAR backup code yet. Also clean out the excess table from ourSims, since it is no longer needed to find the sim we used to use for IARs.