aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *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.