aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-071-0/+7
| | | | | | | Created nunit test for LSL API and example test for llAngleBetween which was marked untested in wiki. Run new test succesfully with NUnitGUI and nant build.
* * Removed superflous (and circular) ref to OpenSim.Region.Frameworklbsa712009-02-061-1/+0
|
* killing OpenSim.Data.Base ref once moreDr Scofield2009-02-061-1/+0
|
* dropping ref to OpenSim.Grid (another survivor thx to the refactoring by-pass)Dr Scofield2009-02-061-1/+0
|
* * reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey2009-02-061-0/+56
| | | | | | * should bring us back up to 240 tests
* removing bad references to OpenSim.Data stuff that got deleted earlierDr Scofield2009-02-061-15/+0
| | | | | | this week but seems to have survive on the refactoring by-pass.
* * Add missing Region.Framework reference in ApplicationPlugins.LoadRegionsJustin Clarke Casey2009-02-061-0/+1
|
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-50/+86
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll.Mike Mazur2009-02-031-0/+1
|
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-031-0/+1
| | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-031-4/+6
| | | | | | OpenSim/Data/IAssetData.cs - remove some trailing whitespace
* * Removed the unused Data.Base Frameworklbsa712009-02-021-107/+0
|
* Removing ThirdParty/3Di from prebuild.xml.Mike Mazur2009-01-281-68/+0
|
* Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-01-231-0/+2
| | | | | | | | | | | | | * Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
* * refactor: move scene setup code into common test code assemblyJustin Clarke Casey2009-01-231-0/+1
|
* add event queue code for sending group IM for future group supportDahlia Trimble2009-01-231-0/+1
|
* * Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares2009-01-191-0/+1
| | | | | * Updates LibOMV to r2362
* * Rig up enough infrastructure to actually perform a successful 'standalone' ↵Justin Clarke Casey2009-01-161-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 stubJustin Clarke Casey2009-01-161-0/+1
|
* * Fixed breaking VS2008 build. Added missing Statistics referencelbsa712009-01-131-0/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2965Justin Clarke Casey2009-01-121-0/+1
| | | | | | | * Adds first version of MsSql2005Dialect support for NHibernate * Thanks mpallari
* Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-01-111-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 codeJustin Clarke Casey2009-01-091-0/+1
|
* * Establish placeholder for future TextureSender testsJustin Clarke Casey2009-01-081-0/+1
|
* * add the required System.xml reference as wellJustin Clarke Casey2009-01-051-0/+1
|
* * Add prereqs and usings required by the Windows compilerJustin Clarke Casey2009-01-051-0/+1
|
* fixes mantis #2950Justin Clarke Casey2009-01-051-1/+42
|
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-0/+1
| | | | | | * Test does not do authentication
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-031-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 buildsJustin Clarke Casey2009-01-021-0/+1
|
* * Add Nini reference to Communications.OGS1Justin Clarke Casey2009-01-021-1/+2
|
* Fix another build error on MonoDevelopHomer Horwitz2009-01-021-2/+2
|
* Get build working on MonoDevelop again.Homer Horwitz2009-01-021-1/+1
|
* Merged the InterregionData that Melanie had placed there onto the existing ↵diva2008-12-291-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 Ovares2008-12-201-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 requirementCharles Krinke2008-12-201-2/+0
| | | | | for System.Web.Mobile
* Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke2008-12-191-0/+2
| | | | | OpenID support in OpenSim for the UserServer.
* * Added "show queues" command that shows throttling queues for all clients.lbsa712008-12-181-0/+1
| | | | | *** This only works for LLCLientView at the moment ***
* remove an unused Match line in prebuild that is causing issues forSean Dague2008-12-171-1/+0
| | | | | windows people: http://opensimulator.org/mantis/view.php?id=2851
* * Also add the OpenSim.Framework reference to prebuild.xml needed by WindowsJustin Clarke Casey2008-12-111-0/+1
|
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-31/+11
| | | | sprouting another one
* * Remove duplicate Python module entry in prebuild.xml (it's not impossible ↵Justin Clarke Casey2008-12-111-27/+0
| | | | that I accidentally inserted this myself yesterday)
* * test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey2008-12-111-0/+5
|
* * minor: Move mock test classes into mock namespaceJustin Clarke Casey2008-12-111-5/+5
|
* * refactor: Move test infrastructure code to its own package so that it can ↵Justin Clarke Casey2008-12-101-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 UserProfileCacheServiceJustin Clarke Casey2008-12-101-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 beachheadJustin Clarke Casey2008-12-101-2/+27
| | | | | | * No valid tests yet
* * Killed off OpenSimExport. One project less to maintain.lbsa712008-12-081-37/+1
|
* * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-041-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=2710Justin Clarke Casey2008-12-021-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)