aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/OpenSim.Framework.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-200/+0
2007-06-28Deleted some files that are no longer in use. (I am sure I deleted these ↵MW1-21/+22
yesterday but they seem to have returned).
2007-06-28* Run prebuild, and stuff. (Fixed bug)Adam Frisby1-25/+27
2007-06-27Some very Preliminary work on .net remoting for interregion comms. MW1-9/+1
a few more classes for CAPS LLSD types.
2007-06-25Some work in progress LLSD serialise / de-serialise functions.MW1-15/+24
2007-06-18* example soft logger by delegatelbsa711-0/+3
2007-06-17Very Preliminary local teleporting added (currently only can teleport ↵MW1-2/+5
within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain.
2007-06-14Deleted IGridServer interface (and classes implementing that).MW1-9/+3
2007-06-14* Applied Prebuild fixes to Sugilitelbsa711-14/+14
* Rebuilt project files * ignored some bins
2007-06-14Commented out the Scene.Backup method for now as there isn't really anything ↵MW1-23/+18
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-14* Added experimental RegionHandle class to Framework.Types - see email ↵Adam Frisby1-15/+23
posted to mailing list for technical details. Not actually enabled anywhere and could be helpful for ordinary RegionHandles as well.
2007-06-13* Changed some more sort order issueslbsa711-34/+34
* Updated vs2005 files as well
2007-06-12Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are ↵MW1-18/+0
currently unused and would need rewriting when we do get .net remoting added. Fixed compile error that happened due to the deleting of ClientView.Grid.
2007-06-12Some rearranging of folders in OpenSim.RegionMW1-46/+39
2007-06-11*Fixed sugilitemingchen1-18/+22
2007-06-11*Removed missing file in csprojmingchen1-3/+0
*Removed Avatar.Client.cs (unused)
2007-06-11*Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen1-48/+44
*Updated prebuild.xml
2007-06-11*Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen1-18/+22
2007-06-09* LogFile now defaults to "{apptype}.log"lbsa711-42/+42
* 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)
2007-06-09*Reorganized RegionServerCommsManager for OGS and local supportmingchen1-3/+3
2007-06-08*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵mingchen1-8/+8
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings
2007-06-08*Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen1-38/+44
2007-06-08prebuild.xml should be fixed/updated.MW1-33/+41
2007-06-08*Added Estate Tools for terrain texturing, terrain texturing heights per ↵mingchen1-2/+2
corner, water height, region flags, etc basic settings *Parcel now sends ParcelProperties when the owner changes information as soon as the information is changed
2007-06-07*Added EstateSettings.cs and moved many relevant variables from ↵mingchen1-8/+11
RegionInfoBase to EstateSettings class and added an EstateSettings objection to RegionInfoBase *Added a few missed copyright headers *Fixed a filename typo
2007-06-07Fixed SVN: All Done! Sorry for the delay (3 / 3)mingchen1-3/+3
2007-06-07*Cleaned up namespaces, filenames, etc in OpenSim.RegionServermingchen1-3/+3
NOTES: *ClientView is now in the namespace OpenSim.RegionServer.Client *Scripting is now in the namespace OpenSim.RegionServer.scripting *Other various cleaning
2007-06-06If this is what it takes, then finemingchen1-30/+30
*Adding every .build and .csproj to get ccnet working (hopefully)
2007-06-05* Fixed OGS buildAdam Frisby1-22/+17
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-06-04Parcel Manager Changes:mingchen1-14/+22
*Added Parcel Backup Support for DB4. Other storages currently do not save *Added parcelIDList in ParcelManager to speed up parcel fetching at position *Added ParcelData.cs and ParcelData class for better storage support *Documentation for parcel added *2 Parcel Related bug fixes
2007-06-04Prebuild and stuffAdam Frisby1-194/+194
2007-05-31More work on OpenGrid.Framework.CommunicationsMW1-0/+1
2007-05-31Started work on OpenGrid.Framework.CommunicationsMW1-0/+2
2007-05-30Rebuilt the build filesgareth1-194/+194
Added some more prompts and stuff to ServiceManager
2007-05-29number of changesMW1-0/+1
2007-05-27Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵MW1-34/+61
just missing backend comms and working Avatar/primitives classes.
2007-05-24Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵MW1-27/+21
should now be okay. Now onto the Grid servers...
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-14/+23
the Grid servers can be a separate solution to the region server.
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW1-191/+191
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth1-191/+191
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-15updated Build/project files to include the new projects and new files.MW1-0/+3
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-04-30fixed the VS 2005 solution/ project files.MW1-0/+6
and a couple of other small changes
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+6
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-29/+29
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-0/+9
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW1-0/+7
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-160/+160
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth1-157/+160
2007-04-02Fixed VS2005 solution/project filesMW1-157/+157