Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-03 | Don't wait so long for tmux text. | onefang | 1 | -1/+1 | |
2021-07-31 | Next stage of the sim loop rewrite - actually use the new ourSims->simsLua. | onefang | 1 | -2/+76 | |
Still in debugging mode. | |||||
2021-07-30 | Dump and free Lua trees. | onefang | 1 | -47/+62 | |
2021-07-30 | Start of getting the details from sims.lua when we get the other sims stuff. | onefang | 1 | -1/+87 | |
2021-07-30 | Fix up web start at end. | onefang | 1 | -3/+3 | |
2021-07-30 | Shift Lua functions up near the top. | onefang | 1 | -263/+288 | |
2021-07-30 | Put the grids own bin directory in the path. | onefang | 1 | -16/+32 | |
2021-07-30 | A memset I forgot to remove. | onefang | 1 | -1/+0 | |
2021-07-30 | Some helpful tmux keystrokes documented. | onefang | 1 | -0/+13 | |
2021-07-30 | Whitespace++ | onefang | 1 | -1/+1 | |
2021-07-30 | Add comment banners for some major sections of the code. | onefang | 1 | -1/+43 | |
2021-07-30 | Add backup_IARsim config variable. | onefang | 2 | -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. | |||||
2021-07-30 | More rejigging of painful tmux panes. | onefang | 1 | -41/+37 | |
Almost there. | |||||
2021-07-30 | Clean up the simData structure. | onefang | 1 | -10/+8 | |
2021-07-30 | Remove useless memset()s. | onefang | 1 | -10/+0 | |
2021-07-30 | Generic Lua table to qlib qtreetbl. | onefang | 1 | -9/+106 | |
2021-07-30 | Repeat things that newbies tend to ignore, then bug me coz things didn't work. | onefang | 1 | -0/+17 | |
2021-07-27 | Rejig the windows and panes, as well as strip boiler plate from .ini files. | onefang | 1 | -71/+122 | |
2021-07-24 | Don't join the tmux session if we don't have to. | onefang | 1 | -7/+18 | |
2021-07-24 | No need to wait for things to settle after starting ROBUST. | onefang | 1 | -1/+0 | |
2021-07-24 | First hack at grouping sims in tmux tabs. | onefang | 1 | -43/+81 | |
Tmux panes are a pain, so this needs more work. | |||||
2021-07-24 | One more logging level change. | onefang | 1 | -1/+1 | |
2021-07-24 | Change logging levels for somethings. | onefang | 1 | -8/+8 | |
2021-07-24 | Rejig how the tmux interfaces work. | onefang | 1 | -19/+26 | |
2021-07-24 | Don't actually print debug stuff if debug is turned off. | onefang | 2 | -3/+6 | |
Also default to debug off. | |||||
2021-07-22 | Set the tmux pane title and active pane border. | onefang | 1 | -11/+30 | |
2021-07-07 | Patch for qlibc. | onefang | 2 | -0/+15 | |
2021-07-07 | VArious small sledjchisl things. | onefang | 1 | -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-07 | Various memory freeing stuff. | onefang | 1 | -8/+41 | |
2021-07-07 | whitespace++ | onefang | 1 | -8/+5 | |
2021-07-06 | Lots of SledjChisl changes. | onefang | 2 | -205/+694 | |
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. | |||||
2021-07-06 | Add some libraries to sledjchisl. | onefang | 1 | -1/+1 | |
2020-09-09 | Add a missing .keep. | onefang | 1 | -0/+0 | |
2020-09-08 | SledjChisl notes. | onefang | 1 | -0/+383 | |
2020-09-08 | Clean out the SledjChisl sub modules stuff. | onefang | 8 | -0/+0 | |
2020-09-08 | Add the SledjChisl stuff. | onefang | 26 | -0/+12499 | |
2007-03-22 | brought zircon branch into trunk | gareth | 66 | -7184/+0 | |
2007-03-20 | Load XML for neighbourinfo from grid | gareth | 13 | -20/+43 | |
2007-03-19 | Removed the AssemblyInfo.cs files from the Vs2005 projects | MW | 11 | -26/+1 | |
2007-03-18 | Added some sanity | gareth | 16 | -209/+228 | |
2007-03-18 | Added neighbourinfo class | gareth | 1 | -0/+9 | |
2007-03-18 | Added child_agent flag | gareth | 1 | -0/+1 | |
2007-03-16 | * Removed private memeber _login, replaced with local var. | lbsa71 | 1 | -9/+4 | |
* Removed Random Class, replaced with LLUUID.Random | |||||
2007-03-16 | * Extracted request-response handling | lbsa71 | 1 | -112/+119 | |
2007-03-16 | * Corrected login fail code (adapted from Gareths php) | lbsa71 | 1 | -61/+63 | |
2007-03-16 | * renamed Framework Project to OpenSim.Framework | lbsa71 | 9 | -11/+11 | |
2007-03-16 | Added Framework Project and Made buildfiles work on windows. | lbsa71 | 25 | -220/+354 | |
* added nogenvers target to opensim.build - sets version to 0.0.0.1 * extracted core_build target * FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir. * Added OpenGrid.Framework project for great justice. * Added LoginService as base class for LoginServer (GF) * FIX: Plugins default.build now creates target dir, otherwise it fails. * Added VERSION file to source control - it really should be circumvented as well. | |||||
2007-03-15 | (no commit message) | MW | 4 | -64/+89 | |
2007-03-15 | Cleaned up IGridServer interfaces. | MW | 5 | -47/+82 | |
Added a try/catch around the http server Startup | |||||
2007-03-14 | * /bin for Release as well | lbsa71 | 3 | -3/+3 | |