aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.build (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-28Imported the scripting changes, so now should be up to date with sugilite. MW1-0/+142
2007-06-24* Updating prebuild.xmlAdam Frisby1-0/+3
2007-06-20Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW1-3/+0
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
2007-06-20* re-added SimpleApp projectslbsa711-0/+6
* made them work (yay!) * some cleanup
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-8/+11
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-17* Added the two Sample Apps to the solutionlbsa711-0/+6
* Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins
2007-06-16Some Rearranging of CommsManager.MW1-0/+3
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-22/+22
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-5/+2
to Backup yet and it might be the cause of a memory leak. Deleted EmbeddedJVM scripting engine, not being used. "If" we ever decide to use it then it can be re-added.
2007-06-12Created OpenSim.Caches project and moved the assetcache to that. MW1-0/+3
2007-06-11A few small changes and hopefully fixed the nant build problem ↵MW1-1/+1
(OpenSim.Framework came before OpenSim.Framework.Console, so was causing a problem as OpenSim.Framework references OpenSim.Framework.Console).
2007-06-10Renamed folderMW1-3/+3
2007-06-10Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim ↵MW1-3/+3
to please!
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen1-2/+8
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings