Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-09-26 | Poof! on LocalBackend. CommsManager.GridServices deleted. | Diva Canto | 1 | -2/+0 | |
2009-09-02 | warnings safari. | dr scofield (aka dirk husemann) | 1 | -5/+5 | |
2009-08-10 | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 1 | -5/+0 | |
everything-inventory in CommsManager, which wasn't actively used anymore. | |||||
2009-07-10 | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 1 | -1/+1 | |
Change all uses of the HttpServer properties to use the new singleton | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 1 | -11/+0 | |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-04-23 | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 1 | -4/+4 | |
cached) * Plugin not yet used * Existing functionality should not be affected in any way | |||||
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 1 | -1/+1 | |
service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | |||||
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 1 | -2/+9 | |
normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | |||||
2009-04-14 | * Explicitly start the asset server thread so that unit tests can run single ↵ | Justin Clarke Casey | 1 | -0/+1 | |
rather than multi-threaded (which may be behind the occasional test freezes) | |||||
2009-04-14 | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵ | Justin Clarke Casey | 1 | -3/+2 | |
having Initialise() and Initialize() in the same class - very difficult to read. | |||||
2009-02-20 | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵ | diva | 1 | -1/+0 | |
versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports. | |||||
2009-02-16 | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 1 | -0/+4 | |
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 1 | -11/+12 | |
OpenSim/Data/IInventoryData.cs - trim trailing whitespace | |||||
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 1 | -1/+2 | |
* Does not yet check results. | |||||
2009-01-06 | * refactor: Remove the need to separately pass in the http listener to the ↵ | Justin Clarke Casey | 1 | -2/+2 | |
scene - this is always available via CommsManager | |||||
2009-01-05 | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 1 | -3/+20 | |
inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use | |||||
2009-01-05 | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 1 | -1/+4 | |
* Test does not do authentication | |||||
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -2/+7 | |
2008-12-11 | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 1 | -1/+1 | |
sprouting another one | |||||
2008-12-11 | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 1 | -1/+1 | |
2008-12-10 | * refactor: Move test infrastructure code to its own package so that it can ↵ | Justin Clarke Casey | 1 | -1/+1 | |
be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it | |||||
2008-11-28 | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 1 | -1/+1 | |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -1/+1 | |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -4/+4 | |
2008-11-27 | * test: Inch forward with another test by using a skeletal in memory ↵ | Justin Clarke Casey | 1 | -0/+4 | |
inventory data plugin | |||||
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory ↵ | Justin Clarke Casey | 1 | -1/+3 | |
services in order to extend unit tests for user and inventory information * I can't spend any longer in trying to get Mono.Addins to work with the unit tests, so this is not a proper plugin at this time | |||||
2008-11-20 | * Add enough infrastructure code to run an extremely basic and flaky add ↵ | Justin Clarke Casey | 1 | -11/+9 | |
root agent scene test | |||||
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -0/+1 | |
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes.. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -1/+1 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-07-22 | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 1 | -1/+3 | |
resending, timeouts, packet discarding. Add notification event for packet discarding. Add priority scheduling for packet queues. Add outgoing duplicate detection facility. Correct packet sequencing. Make provisions for automatic server side throttle adjustments (comes in next installment) | |||||
2008-05-02 | fixed the dos line endings | Sean Dague | 1 | -42/+42 | |
2008-05-02 | * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵ | Adam Frisby | 1 | -43/+43 | |
are in. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -9/+9 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-11-27 | moved out nested class to it's own file | Sean Dague | 1 | -11/+14 | |
2007-11-04 | normalized line endings | Jeff Ames | 1 | -41/+41 | |
2007-11-03 | *Moved region loading into its own interface IRegionLoader | mingchen | 1 | -40/+41 | |
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file. | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -4/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -43/+43 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 1 | -43/+43 | |
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.) | |||||
2007-08-06 | ... and here's the second part... | lbsa71 | 1 | -0/+0 | |
2007-08-06 | Part 1 of a two-part commit to change caps of 'scripting' dir... | lbsa71 | 1 | -0/+0 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -43/+43 | |
2007-07-13 | * Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting | Adam Frisby | 1 | -1/+1 | |
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting | |||||
2007-07-13 | * Reorganising Java Virtual Machine code into a subfolder for the JVM ↵ | Adam Frisby | 1 | -0/+0 | |
specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces. * Fixed a compile issue with the Interpreted Scripts API. |