aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * 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)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-011-2/+0
| | | | for now.
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-011-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 Trimble2008-11-301-1/+0
| | | | dependencies
* * try a prebuild fix to the primmesher thingTeravus Ovares2008-11-301-1/+1
|
* * try a prebuild fix to the primmesher thingTeravus Ovares2008-11-301-1/+1
|
* Removed remaining meshing codeDahlia Trimble2008-11-301-0/+1
| | | | | | Add PrimMesher.dll r21 All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll
* And fix to prebuild.xmlTedd Hansen2008-11-261-0/+1
|
* * Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey2008-11-251-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 Casey2008-11-201-3/+4
| | | | root agent scene test
* Re-add prebuild.xml (r7381)Melanie Thielker2008-11-191-5/+9
|
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-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 progressiveMelanie Thielker2008-11-181-5/+9
| | | | | | texture sending. Grain of salt not included.
* * Create TestScene to get at the async object deleter for use in a future testJustin Clarke Casey2008-11-111-3/+4
|
* * Enabled GTCache for AssetCache Adam Frisby2008-11-091-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 Horwitz2008-11-081-2/+2
|
* CIA testTedd Hansen2008-11-081-0/+1
|
* * Fixed prebuildAdam Frisby2008-11-081-20/+1
|
* Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵Tedd Hansen2008-11-081-44/+102
| | | | release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components.
* Fix broken build since r7179Homer Horwitz2008-11-081-0/+22
|
* * Use nini to pass config information to the client stack, rather than the ↵Justin Clarke Casey2008-11-031-0/+1
| | | | | | | | ClientStackUserSettings class * This conforms better to other module usage
* * test: Add basic scene test which merely instantiates the scene right nowJustin Clarke Casey2008-10-311-0/+2
| | | | | | * set debug scene name on scene registration, rather than within the Scene constructor
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-0/+2
| | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * cleanup: Update the avatar factory (appearance module) in ↵Justin Clarke Casey2008-10-271-30/+0
| | | | | | | | Region/Environment and use that instead of the Region/Modules/AvatarFactory * Remove the AvatarFactory dll
* Lotsa plumming :)Melanie Thielker2008-10-241-0/+1
|
* * Introduce a basic udp circuit test for adding a clientJustin Clarke Casey2008-10-231-1/+4
| | | | | | * Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
* * Added missing dependencies that was causing build to fail in windows. ↵Teravus Ovares2008-10-171-0/+2
| | | | Mono doesn't seem to care.
* * minor: get rid of pointless ipeSenderJustin Clarke Casey2008-10-161-0/+1
|
* Correct an error with the auto-insert markerMelanie Thielker2008-10-121-2/+2
|
* Add a marker section to prebuild.xml for automatic insertion of forge moduleMelanie Thielker2008-10-121-0/+9
| | | | | | sections
* - Fix the build for monodevelop, too. If that breaks the build on Windows,Homer Horwitz2008-10-091-2/+0
| | | | | | please revert :)
* * Another windows build fix attempt. One day my pain will end.Justin Clarke Casey2008-10-091-1/+1
|
* * fix windows build break - it helps if one actually puts in using ↵Justin Clarke Casey2008-10-091-1/+1
| | | | statements and spells dlls correctly
* * Fix broken build on Windows (repeat to self: must remember that .net on ↵Justin Clarke Casey2008-10-091-0/+3
| | | | windows requires using references for null arguments)
* * Put tests dll *after* the code it relies on. (repeat to self: always do ↵Justin Clarke Casey2008-10-091-22/+22
| | | | nant clean after fiddling with prebuild.xml)
* * minor: initialize udp server in unit testJustin Clarke Casey2008-10-091-0/+2
|
* * Create project for LindenUDP ClientStack testsJustin Clarke Casey2008-10-091-1/+21
| | | | | | * No functional tests yet
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-061-0/+31
| | | | | | | case for OSHttpRequest (not very fancy yet, but still).
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-301-12/+0
|
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-291-0/+1
| | | | | | | | | | * Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp