aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Next time maybe I should check it still compiles before committing.MW2007-07-121-0/+1
|
* More work on UserProfile and inventory cache (still currently not enabled).MW2007-07-111-13/+15
| | | | | Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
* updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW2007-07-111-22/+24
| | | | | | | | branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-0/+2
| | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
* * Yeah; forgot; we haven't implemeted 'depends' in prebuild nant target; so ↵lbsa712007-07-091-25/+25
| | | | be sure to specify projects in the right order.
* * another stab at #176lbsa712007-07-091-29/+0
|
* Taking a stab at #176lbsa712007-07-091-49/+24
|
* (no commit message)lbsa712007-07-081-24/+0
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-0/+1
| | | | | | *Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
* * Added conceptual LlsdMethod Demo to SimpleApp (work in progress)lbsa712007-07-021-145/+146
|
* * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScenelbsa712007-07-021-1/+1
| | | | | | | * Hid NullPhysicsScene for great justice * Fixed broken Grid build
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-0/+3
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-281-2/+0
|
* *Master User is now set upmingchen2007-06-281-0/+1
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-3/+5
|
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-3/+3
| | | | | | *Some folder renaming to follow project Name *Updated prebuild.xml
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-0/+27
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
* *Fixed OpenGridServices.sln and prebuild.xmlmingchen2007-06-271-1/+1
| | | | | *NameSpaceChanges branch now fully compiles!
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-2/+2
| | | | prebuild.xml though
* *More compile fixes (should be it on OpenSim.sln)mingchen2007-06-271-3/+3
|
* *Updated prebuild.xml and ran prebuild againmingchen2007-06-271-12/+12
| | | | | | *Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+1105
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.