aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-06* reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey1-0/+56
* should bring us back up to 240 tests
2009-02-06removing bad references to OpenSim.Data stuff that got deleted earlierDr Scofield1-15/+0
this week but seems to have survive on the refactoring by-pass.
2009-02-06* Add missing Region.Framework reference in ApplicationPlugins.LoadRegionsJustin Clarke Casey1-0/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-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!
2009-02-03Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll.Mike Mazur1-0/+1
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-0/+1
OpenSim/Data/IInventoryData.cs - trim trailing whitespace
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-4/+6
OpenSim/Data/IAssetData.cs - remove some trailing whitespace
2009-02-02* Removed the unused Data.Base Frameworklbsa711-107/+0
2009-01-28Removing ThirdParty/3Di from prebuild.xml.Mike Mazur1-68/+0
2009-01-23Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-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.
2009-01-23* refactor: move scene setup code into common test code assemblyJustin Clarke Casey1-0/+1
2009-01-23add event queue code for sending group IM for future group supportDahlia Trimble1-0/+1
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares1-0/+1
* Updates LibOMV to r2362
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ↵Justin Clarke Casey1-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)
2009-01-16* minor: Future archiver test stubJustin Clarke Casey1-0/+1
2009-01-13* Fixed breaking VS2008 build. Added missing Statistics referencelbsa711-0/+1
2009-01-12* Apply http://opensimulator.org/mantis/view.php?id=2965Justin Clarke Casey1-0/+1
* Adds first version of MsSql2005Dialect support for NHibernate * Thanks mpallari
2009-01-11Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-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.
2009-01-09* minor: Put in stub LLPacketHandler testing codeJustin Clarke Casey1-0/+1
2009-01-08* Establish placeholder for future TextureSender testsJustin Clarke Casey1-0/+1
2009-01-05* add the required System.xml reference as wellJustin Clarke Casey1-0/+1
2009-01-05* Add prereqs and usings required by the Windows compilerJustin Clarke Casey1-0/+1
2009-01-05fixes mantis #2950Justin Clarke Casey1-1/+42
2009-01-05* Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey1-0/+1
* Test does not do authentication
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-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.
2009-01-02* Add System.Xml to LindenUDP.Tests project for Windows buildsJustin Clarke Casey1-0/+1
2009-01-02* Add Nini reference to Communications.OGS1Justin Clarke Casey1-1/+2
2009-01-02Fix another build error on MonoDevelopHomer Horwitz1-2/+2
2009-01-02Get build working on MonoDevelop again.Homer Horwitz1-1/+1
2008-12-29Merged the InterregionData that Melanie had placed there onto the existing ↵diva1-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...
2008-12-20* ReCommit the OpenID patch with a few less dependencies.Teravus Ovares1-0/+2
* Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile
2008-12-20Revert OpenId until we can come to grips with the mono 2 requirementCharles Krinke1-2/+0
for System.Web.Mobile
2008-12-19Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke1-0/+2
OpenID support in OpenSim for the UserServer.
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-0/+1
*** This only works for LLCLientView at the moment ***
2008-12-17remove an unused Match line in prebuild that is causing issues forSean Dague1-1/+0
windows people: http://opensimulator.org/mantis/view.php?id=2851
2008-12-11* Also add the OpenSim.Framework reference to prebuild.xml needed by WindowsJustin Clarke Casey1-0/+1
2008-12-11* Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey1-31/+11
sprouting another one
2008-12-11* Remove duplicate Python module entry in prebuild.xml (it's not impossible ↵Justin Clarke Casey1-27/+0
that I accidentally inserted this myself yesterday)
2008-12-11* test: Add simple user profile test that checks for non-existing usersJustin Clarke Casey1-0/+5
2008-12-11* minor: Move mock test classes into mock namespaceJustin Clarke Casey1-5/+5
2008-12-10* refactor: Move test infrastructure code to its own package so that it can ↵Justin Clarke Casey1-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
2008-12-10* refactor: Move inventory handlers out from UserProfileCacheServiceJustin Clarke Casey1-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
2008-12-10* Establish OpenSim.Framework.Communications.Tests beachheadJustin Clarke Casey1-2/+27
* No valid tests yet
2008-12-08* Killed off OpenSimExport. One project less to maintain.lbsa711-37/+1
2008-12-04* Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-1/+0
* This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
2008-12-02* Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey1-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)
2008-12-01* Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey1-2/+0
for now.
2008-12-01* From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby1-0/+2
MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
2008-11-30Revert r7548 and r7549 until someone with prebuild-fu can help structure the ↵Dahlia Trimble1-1/+0
dependencies
2008-11-30* try a prebuild fix to the primmesher thingTeravus Ovares1-1/+1