aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* UPdate the help text, and related comments.onefang2021-08-101-11/+24
* getSims() now does all the converting of old .ini files to new .shini and sim...onefang2021-08-101-218/+363
* Less bash and PATH insanity.onefang2021-08-101-16/+19
* Don't try to dump things me don't handle the type of.onefang2021-08-101-1/+1
* Comment++onefang2021-08-101-0/+1
* Move the OpenSim stuff to before the web stuff.onefang2021-08-061-123/+118
* Refactor the sims loops.onefang2021-08-061-471/+325
* Obsolete comments--onefang2021-08-061-12/+2
* Move "Closing all the panes." to the corerct place.onefang2021-08-061-1/+1
* No need to sort ourSims->sims.onefang2021-08-061-3/+0
* Clean up some leakage, and remove an extra level of sim data storage.onefang2021-08-061-45/+20
* Add VERBOSE level logging output.onefang2021-08-061-52/+58
* Attempt to send spamn-fcgi command to the right place.onefang2021-08-041-5/+2
* Missed commit.onefang2021-08-041-0/+1
* Typo-- and whitespace++.onefang2021-08-041-1/+2
* Add -q option to start things without joining the session. And a null -a for...onefang2021-08-041-13/+26
* Kill the rest of the panes that are not on the original window.onefang2021-08-041-0/+20
* Don't exit panes, kill them, and quicker.onefang2021-08-041-3/+4
* Halve the bulkSims value each time we wait.onefang2021-08-041-12/+12
* 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
* Free the paneID.onefang2021-08-031-6/+7
* Move window and pane opening to ROBUST starting time.onefang2021-08-031-239/+261
* memset--onefang2021-08-031-1/+1
* Don't wait so long for tmux text.onefang2021-08-031-1/+1
* Next stage of the sim loop rewrite - actually use the new ourSims->simsLua.onefang2021-07-311-2/+76
* 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
* 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-301-61/+19
* More rejigging of painful tmux panes.onefang2021-07-301-41/+37
* 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
* One more logging level change.onefang2021-07-241-1/+1