aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Prebuild.exe.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Updating prebuildAdam Frisby2007-07-081-17/+17
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-17/+17
| | | | | | *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
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-17/+17
| | | | | | | | | | | | | | * 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
* *Deleted Logger.cs from OpenSim.Frameworkmingchen2007-06-291-17/+17
|
* * Applied Prebuild fixes to Sugilitelbsa712007-06-141-1/+1
| | | | | | * Rebuilt project files * ignored some bins
* Some rearranging of folders in OpenSim.RegionMW2007-06-121-17/+17
|
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-111-17/+17
| | | | | *Updated prebuild.xml
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-091-17/+17
| | | | | | | | | | | | | | | | | | * cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet)
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen2007-06-081-17/+17
| | | | | | | | classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
* Start of rewrite 5279! MW2007-05-261-0/+80