aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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.onefang1-61/+19
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.
2021-07-30More rejigging of painful tmux panes.onefang1-41/+37
Almost there.
2021-07-30Clean up the simData structure.onefang1-10/+8
2021-07-30Remove useless memset()s.onefang1-10/+0
2021-07-30Generic Lua table to qlib qtreetbl.onefang1-9/+106
2021-07-30Repeat things that newbies tend to ignore, then bug me coz things didn't work.onefang1-0/+17
2021-07-27Rejig the windows and panes, as well as strip boiler plate from .ini files.onefang1-71/+122
2021-07-24Don't join the tmux session if we don't have to.onefang1-7/+18
2021-07-24No need to wait for things to settle after starting ROBUST.onefang1-1/+0
2021-07-24First hack at grouping sims in tmux tabs.onefang1-43/+81
Tmux panes are a pain, so this needs more work.
2021-07-24One more logging level change.onefang1-1/+1
2021-07-24Change logging levels for somethings.onefang1-8/+8
2021-07-24Rejig how the tmux interfaces work.onefang1-19/+26
2021-07-24Don't actually print debug stuff if debug is turned off.onefang1-2/+5
Also default to debug off.
2021-07-22Set the tmux pane title and active pane border.onefang1-11/+30
2021-07-07VArious small sledjchisl things.onefang1-2/+12
Complain if we can't remove a stale PID file. Don't wait after ROBUST starts. Do web thing only if it's a plain "start everything".
2021-07-07Various memory freeing stuff.onefang1-8/+41
2021-07-07whitespace++onefang1-8/+5
2021-07-06Lots of SledjChisl changes.onefang1-205/+693
New command argument syntax. Method of starting sims up in bulk, depending on number of CPUs. Load all the sim config data at sledjchisl startup. Convert to new .shini polyglot format for sim .ini files. Lets them be scripts as well. Also moves them out of config/sim??/ directories. Short sim names for where short legal names are best. Figure out port numbers on the fly, putting the actual config file used in tmp. Alas OpenSim screws the pooch and we need sim??/*.ini for that. Extra text in validation emails, trying to get around dumb spam filters. 2021 age check update. Add approver to Lua user records when approved. Refactor the command checking and doing code. Allow admins to group sims for startup timing. Move simple backup script into sledjchisl. Startup web stuff at end.
2020-09-08Add the SledjChisl stuff.onefang1-0/+7342