Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -14/+14 | |
2008-05-14 | * Refactor additional stats collection common code into base opensim server | Justin Clarke Casey | 1 | -3/+9 | |
* If extra stats not sent to the viewer are available on an opensim server, they are now uniformly accessible using the 'show stats' command | |||||
2008-05-14 | * Refactor: Renaming non viewer statistics classes from Reporters to ↵ | Justin Clarke Casey | 1 | -9/+9 | |
Collectors - this seems more intuitive | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -4/+24 | |
2008-01-31 | * Add asset/texture cache statistics to region server console | Justin Clarke Casey | 1 | -22/+18 | |
* You can type 'stats' at the REGION# prompt to get this information in grid or standalone mode * Don't take these numbers as gospel yet, since for some reason textures displayed from inventory which require downloading from the server are being recorded as assets rather than textures * But I don't have any reason to believe they aren't broadly accurate. * I've put these in so I can tell whether the high memory usage on regions is down to the asset/texture cache * This will require a prebuild * DEV: Only adds needed to be implemented since, as far as I can tell, assets cached are currently never released. For my part, seeing large cache memory numbers will provoke me to think about doing something about this. * DEV: Now switched to using a singleton to get the stats reporters rather than threading the object through various layers * DEV: Will refactor the other server stats reporters to do this in one of the next commits | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-07-30 | mass update of files to have native line endings | Sean Dague | 1 | -56/+56 | |
2007-07-29 | * Added Babblefrog's SL launcher (thanks!) | Adam Frisby | 1 | -56/+57 | |
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -56/+56 | |
2007-07-24 | * Terrain should now send just updated patches. | Adam Frisby | 1 | -0/+2 | |
2007-07-23 | * Major style changes in libTerrain.Channel - now uses .NET-style naming syntax. | Adam Frisby | 1 | -1/+1 | |
* Issue#218 - Updated mySQL region table. | |||||
2007-07-21 | * Updated licensing headers on libTerrain imported components. | Adam Frisby | 1 | -28/+25 | |
2007-07-21 | * Deleted libTerrain-BSD.dll | Adam Frisby | 1 | -0/+57 | |
* Added libTerrain to BasicTerrain directly as a subfolder |