aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-6/+1
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto3-3/+3
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie4-44/+11
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2-5/+6
2010-01-10Implement access module commandsMelanie1-0/+76
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie1-0/+82
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-11/+4
2010-01-09A last fix for estate access by group. One should send the correct list.Melanie1-2/+2
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie1-92/+152
2010-01-05Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie1-1/+4
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames6-7/+7
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-6/+23
2009-12-14Make the HG map search recognize host names without ports.Diva Canto1-1/+1
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)1-1/+31
2009-12-03* Terrain uploads via the Estate Tools now support a multitude of file format...Adam Frisby1-19/+31
2009-11-27Apply patch to stop failure of llParcelMediaCommandList() on group deeded landJustin Clark-Casey (justincc)1-8/+9
2009-11-27remove stringent content type checking to make it easier to load oars directl...Justin Clark-Casey (justincc)1-2/+5
2009-11-25minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)3-2/+23
2009-11-25Implement oar mergingJustin Clark-Casey (justincc)1-6/+10
2009-11-25Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ...Justin Clark-Casey (justincc)1-1/+9
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)3-13/+30
2009-11-24pass all command parameters to load/save oar, not just the filenameJustin Clark-Casey (justincc)1-0/+37
2009-11-23Formatting cleanup.Jeff Ames2-9/+9
2009-11-10* Move RegionCombinerModule to it's own projectTeravus Ovares (Dan Olivares)8-1767/+0
2009-11-10Broke the monster RegionLoaded method in RegionCombinerModule into 4 smaller ...Diva Canto1-224/+248
2009-11-08Patch from Snoopy2. Fixes Mantis #4342Melanie2-8/+43
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman4-16/+10
2009-11-05Change the permissions module to use the friend list cache already in theMelanie1-2/+15
2009-11-05Remove a spammy debug message from friends list check in the perms module.Melanie1-20/+2
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie1-0/+34
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman1-0/+3
2009-10-26Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman1-4/+2
2009-10-23* Changed various modules to not initialize timers unless the module is initi...John Hurliman1-17/+19
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman1-2/+5
2009-10-22* Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman1-15/+16
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2-12/+9
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-1/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-19* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2-6/+5
2009-10-16More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(...John Hurliman1-2/+6
2009-10-15* Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2-4/+4
2009-10-13* Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)1-4/+6
2009-10-10Fix selling objectsMelanie1-4/+3
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-6/+2
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-6/+2
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-2/+6
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-2/+0
2009-10-04* KeepAlive set to false in expect_user and log_off.Diva Canto1-4/+9
2009-10-03Fix my build breakMelanie1-2/+2
2009-10-03Small permissions tweakMelanie1-1/+4