aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Halve the bulkSims value each time we wait.onefang2021-08-041-12/+12
| | | | Coz by this time lots of sims are likely still starting up.
* Start tmux with a huge screen size, to work around OpenSim bug.onefang2021-08-041-3/+5
|
* Stop printing "mono" when we check if a sim is running.onefang2021-08-041-1/+1
|
* Stop wrapped text from screwing with tmux captures.onefang2021-08-041-1/+1
|
* Close all the sim panes at full stop, and related cleanups.onefang2021-08-031-28/+73
|
* TODO++onefang2021-08-031-0/+1
|
* Output the config settings as INFO.onefang2021-08-031-17/+17
|
* Run everything in current/binonefang2021-08-031-6/+5
| | | | Coz OpenSim.
* Free the paneID.onefang2021-08-031-6/+7
|
* Move window and pane opening to ROBUST starting time.onefang2021-08-031-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.
* memset--onefang2021-08-031-1/+1
|
* Don't wait so long for tmux text.onefang2021-08-031-1/+1
|
* Backported from 0.9.2 fix owner on user rez from a prim inventory to groundonefang2021-08-032-36/+60
| | | | With some minor fixes.
* typo--onefang2021-08-031-1/+1
|
* Next stage of the sim loop rewrite - actually use the new ourSims->simsLua.onefang2021-07-311-2/+76
| | | | Still in debugging mode.
* Dump and free Lua trees.onefang2021-07-301-47/+62
|
* Start of getting the details from sims.lua when we get the other sims stuff.onefang2021-07-301-1/+87
|
* Fix up web start at end.onefang2021-07-301-3/+3
|
* Shift Lua functions up near the top.onefang2021-07-301-263/+288
|
* Put the grids own bin directory in the path.onefang2021-07-301-16/+32
|
* A memset I forgot to remove.onefang2021-07-301-1/+0
|
* Some helpful tmux keystrokes documented.onefang2021-07-301-0/+13
|
* Whitespace++onefang2021-07-301-1/+1
|
* Add comment banners for some major sections of the code.onefang2021-07-301-1/+43
|
* Add backup_IARsim config variable.onefang2021-07-302-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.
* More rejigging of painful tmux panes.onefang2021-07-301-41/+37
| | | | Almost there.
* Clean up the simData structure.onefang2021-07-301-10/+8
|
* Remove useless memset()s.onefang2021-07-301-10/+0
|
* Generic Lua table to qlib qtreetbl.onefang2021-07-301-9/+106
|
* Repeat things that newbies tend to ignore, then bug me coz things didn't work.onefang2021-07-301-0/+17
|
* Rejig the windows and panes, as well as strip boiler plate from .ini files.onefang2021-07-271-71/+122
|
* Don't join the tmux session if we don't have to.onefang2021-07-241-7/+18
|
* No need to wait for things to settle after starting ROBUST.onefang2021-07-241-1/+0
|
* First hack at grouping sims in tmux tabs.onefang2021-07-241-43/+81
| | | | Tmux panes are a pain, so this needs more work.
* One more logging level change.onefang2021-07-241-1/+1
|
* Change logging levels for somethings.onefang2021-07-241-8/+8
|
* Rejig how the tmux interfaces work.onefang2021-07-241-19/+26
|
* Don't actually print debug stuff if debug is turned off.onefang2021-07-242-3/+6
| | | | Also default to debug off.
* Auto add groups for all hypergridders.onefang2021-07-241-0/+43
|
* Set the tmux pane title and active pane border.onefang2021-07-222-11/+40
|
* If no file given for IARs, use users name and put it in the usual backups ↵onefang2021-07-071-5/+5
| | | | directory.
* Don't even try to save the IAR for the default GRID SERVICES pretend user.onefang2021-07-071-0/+7
|
* More git ignores.onefang2021-07-071-2/+5
|
* Patch for qlibc.onefang2021-07-072-0/+15
|
* Add gods to OhSilly threat level config.onefang2021-07-071-52/+53
|
* whitespace++onefang2021-07-071-1/+1
|
* No more stack trace due to missing IAR file.onefang2021-07-071-0/+5
|
* No more stack trace just coz IAR file isn't there.onefang2021-07-071-0/+7
|
* LessOhSilly threat level nonsense.onefang2021-07-071-11/+6
|
* VArious small sledjchisl things.onefang2021-07-071-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".