aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.RegionServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some very Preliminary work on .net remoting for interregion comms. MW2007-06-272-2/+0
* updated prebuild.xml.MW2007-06-252-8/+47
* A bit more work on the AssetCache.MW2007-06-241-0/+1
* Disabled the CheckSum Server as it seems that isn't used by viewer 1.18.MW2007-06-242-3/+101
* SandBox mode login now shares a base class with the grid mode user server. MW2007-06-224-124/+8
* Fixed the struct and null compare bug.MW2007-06-211-1/+1
* Some refactoring.MW2007-06-211-2/+2
* * Attempted fix for Mono bug.Adam Frisby2007-06-211-3/+3
* Fixed problem of not being able to move out of the first 3X3 block of regions...MW2007-06-211-2/+2
* * Terrain modification more robust, uses area sizes matching those employed b...Adam Frisby2007-06-201-1/+2
* Protip: don't commit when you have debug in ClientView set to true. MW2007-06-202-5/+5
* Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.MW2007-06-203-5/+6
* * Replaced old logging mechanism with new shiny logging mechanismAdam Frisby2007-06-208-28/+28
* * Removed ClientThreads from avatarlbsa712007-06-201-0/+6
* Made a base class from the Grid mode UserServer.UserManager and included that...MW2007-06-191-1/+1
* Fixed the flashing when crossing a border.MW2007-06-182-3/+5
* Each Region will now generate a texture image of their terrain and this will ...MW2007-06-174-48/+19
* * Added the two Sample Apps to the solutionlbsa712007-06-171-1/+1
* Very Preliminary local teleporting added (currently only can teleport within...MW2007-06-174-55/+126
* Some Rearranging of CommsManager.MW2007-06-161-1/+3
* Very Preliminary border crossing added to sugilite. (Note: Sugilite doesn't h...MW2007-06-153-7/+41
* Preliminary movement added to sugilite, forwards walking only and no animations.MW2007-06-159-56/+113
* some more rearrangingMW2007-06-152-22/+22
* Deleted IGridServer interface (and classes implementing that).MW2007-06-142-1/+3
* * Applied Prebuild fixes to Sugilitelbsa712007-06-142-19/+19
* Fixed the bug that makes a region use its water height as its name (in region...MW2007-06-142-167/+198
* (no commit message)MW2007-06-128-20/+20
* Deleted files under OpenSim.Framework/Interfaces/Remoting/ as they are curren...MW2007-06-122-32/+26
* Deleted ClientView.Grid.cs (Unused).MW2007-06-124-63/+29
* Work on Primitive class.MW2007-06-121-22/+29
* Deleted old AssetCache.cs file.MW2007-06-123-47/+0
* Namespace of asset cache changed from OpenSim.Assets to OpenSim.Caches.MW2007-06-126-577/+6
* Created OpenSim.Caches project and moved the assetcache to that. MW2007-06-123-1/+9
* And some more!MW2007-06-128-2113/+23
* More rearranging.MW2007-06-1210-261/+2354
* Some rearranging of folders in OpenSim.RegionMW2007-06-122-6/+6
* Some Work on the Primitive classMW2007-06-121-0/+59
* *Removed SimProfileBase from OpenSim (Unused/Depreciated)mingchen2007-06-112-35/+27
* *Removed AdminWebFront -- Unusedmingchen2007-06-114-64/+0
* *Added and updated copyright headers on all files in both OpenSim and OGSmingchen2007-06-1117-18/+374
* A few small changes and hopefully fixed the nant build problem (OpenSim.Frame...MW2007-06-111-6/+34
* Added AttachObject method to IClientAPI.MW2007-06-112-1/+21
* Renamed sandBoxManager to LocalBackEndServicesMW2007-06-113-35/+28
* Added InterSimComms (Likely to be renamed) to the commsManager and moved the ...MW2007-06-101-28/+21
* Added SandBoxManager which in sandbox mode, acts as the backend server for th...MW2007-06-101-2/+0
* Added a Couple of summary commentsMW2007-06-101-80/+171
* Prim creation working.MW2007-06-106-98/+48
* Another bug fixMW2007-06-101-1/+3
* a few bug fixesMW2007-06-101-1/+3
* allows the texture of the created/sent primitive to be set. MW2007-06-101-6/+6