aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Switched to a plain lock for the ClientManager collections and protected th...John Hurliman2009-10-141-1/+1
* * Added the "show connections" command to print out all of the currently trac...John Hurliman2009-10-141-1/+23
* Merge branch 'master' into htb-throttleMelanie2009-10-091-7/+13
|\
| * * Apply http://opensimulator.org/mantis/view.php?id=3933Justin Clark-Casey (justincc)2009-10-091-7/+13
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-091-0/+1
|/
* Checks the number of ThreadPool and IOCP threads on startup and bumps up the ...John Hurliman2009-10-061-0/+12
* Beginning work on the new LLUDP implementationJohn Hurliman2009-10-051-1/+1
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-7/+4
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-3/+3
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-3/+3
* | Merge branch 'master' into diva-texturesMelanie2009-10-024-235/+22
|\ \ | |/ |/|
| * Formatting cleanup.Jeff Ames2009-10-013-13/+13
| * Change command help text to show .ini in place of .xml when creating regionsMelanie2009-09-301-2/+2
| * Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-2/+1
| * First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-263-218/+1
| * Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-252-5/+5
* | Remove predecode-j2k and it's assoaciated logicMelanie2009-09-301-20/+0
|/
* switch default physics engine to ODE and default meshmerizer to Meshmerizer i...Justin Clark-Casey (justincc)2009-09-161-2/+2
* Add a using() block around the timer scriptMelanie2009-09-111-6/+8
* De-hardcode default home locations on create user (standalone).Diva Canto2009-09-091-0/+8
* no-op to poke pandaJustin Clark-Casey (justincc)2009-08-171-4/+4
* Add the ability to use -console=rest to the region server. UserMelanie2009-08-172-3/+26
* * minor: CommentsTeravus Ovares (Dan Olivares)2009-08-124-4/+181
* First pass at cleaning up old OGS1 and Local Inventory: removed everything-in...Diva Canto2009-08-101-1/+1
* Removed IAssetCache.Diva Canto2009-08-101-16/+2
* Remove debugging output frm ini file loading. Make it collect matchingMelanie2009-08-071-1/+0
* Silly error, simple fixMelanie2009-08-071-2/+2
* Try another way to canonicalize the path that may work in WindozeMelanie2009-08-071-1/+2
* Remove GetFullPath call from config includes, because it barfs in WindozeMelanie2009-08-071-2/+1
* Temporailiy add some info output in config loadMelanie2009-08-071-0/+1
* Make the opensim.ini logfile option really work (port of a fix from ROBUST)Melanie2009-08-071-0/+3
* Allow arbitrary wildcards in config includes. Things likeMelanie2009-08-061-3/+4
* Patch from Kai Ludwig: Fix prim drawing on maptile.Melanie Thielker2009-07-291-3/+3
* * minor ccclbsa712009-07-241-0/+3
* Now we are past revision 10000, I think its time to start to fix that massive...MW2009-07-103-7/+7
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
* Thank you kindly, RandomHuman for a patch that:Charles Krinke2009-07-081-0/+31
* Make delete-region delete the section from an ini file. Will delete the wholeMelanie Thielker2009-06-261-2/+28
* Make create region save the new region to ini file format if the nameMelanie Thielker2009-06-251-10/+28
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
* * Add oar saving timeoutJustin Clarke Casey2009-06-051-1/+0
* Thank you kindly, MattSetzer, for a patch that solves a Mantis:Charles Krinke2009-06-021-2/+16
* Only save crashes to disk if save_crashes in OpenSim.ini is true (false by de...Jeff Ames2009-06-011-17/+20
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-015-5/+5
* Changed the order of things in Scene creation. This piece of code is very jib...diva2009-05-261-6/+7
* Small update to make the command line work againMelanie Thielker2009-05-211-0/+4
* Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2009-05-212-81/+132
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-202-44/+43
* refactoring instantiation of Location object: moving it out of the forDr Scofield2009-05-201-1/+2
* * minor: Tweak the command exception catcher of last resort to make a little ...Justin Clarke Casey2009-05-191-1/+1