aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted some files that are no longer in use. (I am sure I deleted these yest...MW2007-06-283-471/+22
* * Run prebuild, and stuff. (Fixed bug)Adam Frisby2007-06-281-25/+27
* Some very Preliminary work on .net remoting for interregion comms. MW2007-06-273-10/+65
* * Added patch for SYSTEMIP handling when an IPv6 address is the primary addre...Adam Frisby2007-06-271-1/+10
* Some Caps/LLSD cleaning up.MW2007-06-251-6/+30
* Some work in progress LLSD serialise / de-serialise functions.MW2007-06-253-15/+198
* updated prebuild.xml.MW2007-06-251-5/+10
* Hopefully enabled the OGS commsManagerMW2007-06-241-18/+36
* Refactoring:Adam Frisby2007-06-241-10/+34
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-242-8/+8
* More work on CAPS handler.MW2007-06-233-0/+10
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-222-3/+33
* Fixed problem of not being able to move out of the first 3X3 block of regions...MW2007-06-211-1/+1
* * Terrain modification more robust, uses area sizes matching those employed b...Adam Frisby2007-06-201-1/+1
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-202-3/+3
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-202-26/+26
* * example soft logger by delegatelbsa712007-06-183-0/+89
* Fixed the flashing when crossing a border.MW2007-06-181-0/+1
* Fixed inverted map texture problem.MW2007-06-171-0/+27
* Each Region will now generate a texture image of their terrain and this will ...MW2007-06-171-0/+1
* Very Preliminary local teleporting added (currently only can teleport within...MW2007-06-176-7/+49
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't h...MW2007-06-153-3/+15
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-151-2/+5
* Deleted IGridServer interface (and classes implementing that).MW2007-06-145-170/+18
* * Applied Prebuild fixes to Sugilitelbsa712007-06-142-17/+17
* Commented out the Scene.Backup method for now as there isn't really anything ...MW2007-06-142-23/+19
* * Added experimental RegionHandle class to Framework.Types - see email posted...Adam Frisby2007-06-142-15/+143
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are curren...MW2007-06-128-252/+0
* Some rearranging of folders in OpenSim.RegionMW2007-06-122-61/+53
* *Fixed sugilitemingchen2007-06-111-18/+22
* *Removed missing file in csprojmingchen2007-06-112-4/+0
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-114-119/+73
* *Removed OSVector3 and replaced with libsecondlife.LLVector3mingchen2007-06-113-64/+24
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1124-0/+648
* Started to add/update copyright notice in sugilite.MW2007-06-1119-28/+405
* A few small changes and hopefully fixed the nant build problem (OpenSim.Frame...MW2007-06-111-0/+1
* Added AttachObject method to IClientAPI.MW2007-06-111-0/+1
* Prim creation working.MW2007-06-102-14/+46
* Another bug fixMW2007-06-101-1/+1
* a few bug fixesMW2007-06-101-1/+1
* allows the texture of the created/sent primitive to be set. MW2007-06-101-1/+1
* Added Primitive sending methods to the IClientAPI (and implemented in ClientV...MW2007-06-101-0/+2
* * LogFile now defaults to "{apptype}.log"lbsa712007-06-096-85/+92
* *Reorganized RegionServerCommsManager for OGS and local supportmingchen2007-06-092-4/+4
* Number of small changes. MW2007-06-091-0/+1
* *Adding configuration settings for master avatarsmingchen2007-06-091-1/+43
* *Added delegates and events for parcel and estate managementmingchen2007-06-081-0/+9
* *RegionInfo in Avatar class now protected again (oops, my fault)mingchen2007-06-081-1/+1
* *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData c...mingchen2007-06-086-55/+50
* *Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Typesmingchen2007-06-084-61/+292