Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add event queue code for sending group IM for future group support | Dahlia Trimble | 2009-01-23 | 1 | -0/+1 | |
| | ||||||
* | * Progressive texture patch + PriorityQueue put into the LLClient namespace. | Teravus Ovares | 2009-01-19 | 1 | -0/+1 | |
| | | | | | * Updates LibOMV to r2362 | |||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -0/+1 | |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | |||||
* | * minor: Future archiver test stub | Justin Clarke Casey | 2009-01-16 | 1 | -0/+1 | |
| | ||||||
* | * Fixed breaking VS2008 build. Added missing Statistics reference | lbsa71 | 2009-01-13 | 1 | -0/+1 | |
| | ||||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2965 | Justin Clarke Casey | 2009-01-12 | 1 | -0/+1 | |
| | | | | | | | * Adds first version of MsSql2005Dialect support for NHibernate * Thanks mpallari | |||||
* | Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 2009-01-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Fixed all NHibernate unit tests by implementing missing persistency methods, tables, columns and fixing bugs in the existing implementation. Two minor changes to classes outside NHibernate module: Added Scene instantiation for SceneObjectGroup in OpenSim.Data.Tests.BasicRegionTest as this was required by the NHibernate persistency. In the process added also mock constructor to Scene which only populates RegionInfo in the scene which is used by ScenePart.RegionUUID. NHibernate module is still in experimental state and has not been tested at opensim region or ugaim runtime configuration. Adding unit tests to build is not yet advisable nor using NHibernate module in any production setup. | |||||
* | * minor: Put in stub LLPacketHandler testing code | Justin Clarke Casey | 2009-01-09 | 1 | -0/+1 | |
| | ||||||
* | * Establish placeholder for future TextureSender tests | Justin Clarke Casey | 2009-01-08 | 1 | -0/+1 | |
| | ||||||
* | * add the required System.xml reference as well | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 | |
| | ||||||
* | * Add prereqs and usings required by the Windows compiler | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 | |
| | ||||||
* | fixes mantis #2950 | Justin Clarke Casey | 2009-01-05 | 1 | -1/+42 | |
| | ||||||
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 | |
| | | | | | | * Test does not do authentication | |||||
* | * Updates the sim stats module. Cleans out some of the rot. | Teravus Ovares | 2009-01-03 | 1 | -0/+48 | |
| | | | | | | | * Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two. | |||||
* | * Add System.Xml to LindenUDP.Tests project for Windows builds | Justin Clarke Casey | 2009-01-02 | 1 | -0/+1 | |
| | ||||||
* | * Add Nini reference to Communications.OGS1 | Justin Clarke Casey | 2009-01-02 | 1 | -1/+2 | |
| | ||||||
* | Fix another build error on MonoDevelop | Homer Horwitz | 2009-01-02 | 1 | -2/+2 | |
| | ||||||
* | Get build working on MonoDevelop again. | Homer Horwitz | 2009-01-02 | 1 | -1/+1 | |
| | ||||||
* | Merged the InterregionData that Melanie had placed there onto the existing ↵ | diva | 2008-12-29 | 1 | -0/+1 | |
| | | | | ChildAgentDataUpdate. This commit involves a change in prebuild.xml, because ChildAgentDataUpdate uses OpenMetaverse.StructuredData. Still no use of this data structure, though. Crossing my fingers that this partial commit will compile ok... | |||||
* | * ReCommit the OpenID patch with a few less dependencies. | Teravus Ovares | 2008-12-20 | 1 | -0/+2 | |
| | | | | | | * Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile | |||||
* | Revert OpenId until we can come to grips with the mono 2 requirement | Charles Krinke | 2008-12-20 | 1 | -2/+0 | |
| | | | | | for System.Web.Mobile | |||||
* | Mantis#2816. Thank you kindly, JHurliman for the beginnings of | Charles Krinke | 2008-12-19 | 1 | -0/+2 | |
| | | | | | OpenID support in OpenSim for the UserServer. | |||||
* | * Added "show queues" command that shows throttling queues for all clients. | lbsa71 | 2008-12-18 | 1 | -0/+1 | |
| | | | | | *** This only works for LLCLientView at the moment *** | |||||
* | remove an unused Match line in prebuild that is causing issues for | Sean Dague | 2008-12-17 | 1 | -1/+0 | |
| | | | | | windows people: http://opensimulator.org/mantis/view.php?id=2851 | |||||
* | * Also add the OpenSim.Framework reference to prebuild.xml needed by Windows | Justin Clarke Casey | 2008-12-11 | 1 | -0/+1 | |
| | ||||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -31/+11 | |
| | | | | sprouting another one | |||||
* | * Remove duplicate Python module entry in prebuild.xml (it's not impossible ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -27/+0 | |
| | | | | that I accidentally inserted this myself yesterday) | |||||
* | * test: Add simple user profile test that checks for non-existing users | Justin Clarke Casey | 2008-12-11 | 1 | -0/+5 | |
| | ||||||
* | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 2008-12-11 | 1 | -5/+5 | |
| | ||||||
* | * refactor: Move test infrastructure code to its own package so that it can ↵ | Justin Clarke Casey | 2008-12-10 | 1 | -339/+392 | |
| | | | | | | | | be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it | |||||
* | * refactor: Move inventory handlers out from UserProfileCacheService | Justin Clarke Casey | 2008-12-10 | 1 | -1/+1 | |
| | | | | | | | | * This means that UserProfileCacheService no longer needs to know about IClientAPI and can leave it to callers to do their own error logging * This is also more consistent with the way that item inventory manipulation is handled * I don't really think Scene.PacketHandlers.cs should be a permanent home for these handlers - this is just for convenience | |||||
* | * Establish OpenSim.Framework.Communications.Tests beachhead | Justin Clarke Casey | 2008-12-10 | 1 | -2/+27 | |
| | | | | | | * No valid tests yet | |||||
* | * Killed off OpenSimExport. One project less to maintain. | lbsa71 | 2008-12-08 | 1 | -37/+1 | |
| | ||||||
* | * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-04 | 1 | -1/+0 | |
| | | | | | | | * This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh! | |||||
* | * Reapply http://opensimulator.org/mantis/view.php?id=2710 | Justin Clarke Casey | 2008-12-02 | 1 | -0/+2 | |
| | | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip) | |||||
* | * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵ | Justin Clarke Casey | 2008-12-01 | 1 | -2/+0 | |
| | | | | for now. | |||||
* | * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵ | Adam Frisby | 2008-12-01 | 1 | -0/+2 | |
| | | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks! | |||||
* | Revert r7548 and r7549 until someone with prebuild-fu can help structure the ↵ | Dahlia Trimble | 2008-11-30 | 1 | -1/+0 | |
| | | | | dependencies | |||||
* | * try a prebuild fix to the primmesher thing | Teravus Ovares | 2008-11-30 | 1 | -1/+1 | |
| | ||||||
* | * try a prebuild fix to the primmesher thing | Teravus Ovares | 2008-11-30 | 1 | -1/+1 | |
| | ||||||
* | Removed remaining meshing code | Dahlia Trimble | 2008-11-30 | 1 | -0/+1 | |
| | | | | | | Add PrimMesher.dll r21 All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll | |||||
* | And fix to prebuild.xml | Tedd Hansen | 2008-11-26 | 1 | -0/+1 | |
| | ||||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 2008-11-25 | 1 | -185/+224 | |
| | | | | | | | | * This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva! | |||||
* | * Add enough infrastructure code to run an extremely basic and flaky add ↵ | Justin Clarke Casey | 2008-11-20 | 1 | -3/+4 | |
| | | | | root agent scene test | |||||
* | Re-add prebuild.xml (r7381) | Melanie Thielker | 2008-11-19 | 1 | -5/+9 | |
| | ||||||
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -9/+5 | |
| | | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 | |||||
* | Patch from jhurliman. Fixing the texture decoding issues in progressive | Melanie Thielker | 2008-11-18 | 1 | -5/+9 | |
| | | | | | | texture sending. Grain of salt not included. | |||||
* | * Create TestScene to get at the async object deleter for use in a future test | Justin Clarke Casey | 2008-11-11 | 1 | -3/+4 | |
| | ||||||
* | * Enabled GTCache for AssetCache | Adam Frisby | 2008-11-09 | 1 | -1/+1 | |
| | | | | | | * Items will now be locally cached for only 24 hours from last access. (Rather than until restart) * Caveat: Implementing the new caching mechanism means statistics gathering on AssetCache is no longer functional. (Justin - you might want to take a look and see if you can somehow get that back and running if you still need it) | |||||
* | - Try to fix build again... | Homer Horwitz | 2008-11-08 | 1 | -2/+2 | |
| |