Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-12 | Paving the way for syncing group permissions across a grid | Melanie Thielker | 1 | -0/+4 | |
2009-05-11 | Update svn properties. | Jeff Ames | 1 | -57/+57 | |
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 1 | -0/+13 | |
CachedGetAssetStreamHandler * Added some more tests | |||||
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 1 | -0/+44 | |
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
2009-05-07 | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 1 | -0/+8 | |
figure out where that pesky deadlock is during test runs. | |||||
2009-05-06 | refactoring Scene.NewUserConnection() to be simpler and clearer. | Dr Scofield | 1 | -1/+3 | |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 1 | -1/+3 | |
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | |||||
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-05-04 | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 1 | -0/+4 | |
appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | |||||
2009-04-30 | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 1 | -1/+1 | |
avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | |||||
2009-04-24 | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 1 | -0/+68 | |
2009-04-23 | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 1 | -0/+5 | |
* Database and the OGS1 plugins are not interested and hence ignore these calls | |||||
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-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin ↵ | Justin Clarke Casey | 1 | -0/+2 | |
components * Make OGS1UserServices inherit from UserManagerBase * This allows grid mode regions to use the same user data plugin infrastructure as grid servers and standalone OpenSims | |||||
2009-04-20 | Add PlacesQuery packet | Melanie Thielker | 1 | -0/+2 | |
2009-04-16 | Correctly flag group owned prims in the land prim list | Melanie Thielker | 1 | -1/+1 | |
2009-04-16 | Fix build break and change some groups interfaces | Melanie Thielker | 1 | -1/+1 | |
2009-04-15 | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 1 | -0/+1 | |
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -0/+13 | |
* Have the test scene always return success for session id authentication for now | |||||
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2 | -4/+45 | |
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-04-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2009-04-14 | Add copyright headers. | Jeff Ames | 2 | -2/+56 | |
2009-04-14 | Update svn properties. | Jeff Ames | 2 | -38/+38 | |
2009-04-14 | Thank you, Fly-Man, for a patch that adds the stub to handle the | Melanie Thielker | 1 | -0/+2 | |
avatar interests update. | |||||
2009-04-13 | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 1 | -5/+30 | |
- Fixed some locking issues. Either lock, or don't (if you don't have to). Only locking access half of the time won't work reliably. - Had to adapt test helpers that use the "old" IRegionModule. TerrainModule isn't one anymore. | |||||
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 1 | -0/+3 | |
Addresses Mantis #3381 The current implementation works as expected if the object has no rotation or only rotation around the Z axis; you can spin the object left or right (around the world Z axis). It works a little unexpectedly if the object has a non-Z-axis rotation; in this case the body is spun about its local Z axis, not the world Z-axis. (But SL also behaves oddly with a spin on an arbitrarily rotated object.) | |||||
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 1 | -1/+1 | |
* Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit. | |||||
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵ | lbsa71 | 2 | -0/+39 | |
that in all db tests. *phew* | |||||
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3227 | Justin Clarke Casey | 1 | -0/+1 | |
* Implement "Add To Outfit" * Thanks FredoChaplin | |||||
2009-04-06 | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 1 | -1/+2 | |
2009-04-04 | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 1 | -0/+2 | |
First part of Mantis #964, the necessary clouds image will follow separately. | |||||
2009-03-30 | * Fix test breakage by always inserting a gods module when testing | Justin Clarke Casey | 1 | -1/+7 | |
2009-03-30 | Add PickInfoReply packet. | Melanie Thielker | 1 | -0/+4 | |
Fixes Mantis #3324 | |||||
2009-03-29 | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 1 | -6/+1 | |
sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters. | |||||
2009-03-29 | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 1 | -0/+4 | |
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now). | |||||
2009-03-28 | Add mute list request event and dummy response | Melanie Thielker | 1 | -0/+6 | |
2009-03-28 | * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility ↵ | Teravus Ovares | 1 | -1/+1 | |
with LibOMV based clients. * Modifies the IClientAPI! So client stacks will need to be modified! | |||||
2009-03-27 | Add the events needed for profiles. | Melanie Thielker | 1 | -0/+5 | |
Fixes Mantis #3324 | |||||
2009-03-27 | Remove a hardcoded flow/dependency on the money module from LLCLientView | Melanie Thielker | 1 | -0/+4 | |
2009-03-23 | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 1 | -0/+5 | |
2009-03-21 | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 1 | -0/+5 | |
MySQL only, stubs for the others. This allows updating the cache with a single item from the database. | |||||
2009-03-12 | * Move SceneObject tests into their proper namespace | Justin Clarke Casey | 1 | -0/+3 | |
* Add some more debug code to narrow down where the tests are freezing | |||||
2009-03-09 | * Add basic asset cache get test | Justin Clarke Casey | 1 | -8/+29 | |
2009-03-09 | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 1 | -0/+2 | |
This method fetches metadata for a subset of the entries in the assets database. This functionality is used in the ForEach calls in the asset storage providers in AssetInventoryServer. With this implemented, frontends such as the BrowseFrontend should now work. - MySQL: implemented, sanity tested - SQLite: implemented, sanity tested - MSSQL: implemented, not tested - NHibernate: not implemented | |||||
2009-02-26 | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2 | -80/+91 | |
* Fixed an issue with AssetCache where it would break unit tests randomly. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2009-02-26 | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 1 | -0/+2 | |
when it is ready to receive offline IM | |||||
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. |