aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-054-16/+10
* Change the permissions module to use the friend list cache already in theMelanie2009-11-051-2/+15
* Remove a spammy debug message from friends list check in the perms module.Melanie2009-11-051-20/+2
* Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie2009-11-051-0/+34
* * Log progress messages when loading OAR files with a lot of assetsJohn Hurliman2009-10-291-0/+3
* Experimental change of PhysicsVector to Vector3. UntestedJohn Hurliman2009-10-261-4/+2
* * Changed various modules to not initialize timers unless the module is initi...John Hurliman2009-10-231-17/+19
* Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman2009-10-231-2/+5
* * Send out m_bodyRot everywhere instead of m_rotation. Still have no clue whi...John Hurliman2009-10-221-15/+16
* Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman2009-10-222-12/+9
* * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman2009-10-211-1/+1
* * Removed OpenSim.Data.NHibernateJohn Hurliman2009-10-191-1/+1
* * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This...John Hurliman2009-10-192-6/+5
* More debugging of RegionCombinerModule.RegionLoaded() by making RegionLoaded(...John Hurliman2009-10-161-2/+6
* * Removed some of the redundant broadcast functions in Scene and SceneGraph s...John Hurliman2009-10-152-4/+4
* * Fixes some prim crossings on megaregions with regions beyond the 512m markTeravus Ovares (Dan Olivares)2009-10-131-4/+6
* Fix selling objectsMelanie2009-10-101-4/+3
* Revert "Merging in diva's locking fixes"Melanie2009-10-071-6/+2
* Merging in diva's locking fixesJohn Hurliman2009-10-061-2/+6
|\
| * Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-2/+6
* | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-2/+0
|/
* * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-4/+9
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-5/+5
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-5/+5
* | Fix my build breakMelanie2009-10-031-2/+2
* | Small permissions tweakMelanie2009-10-031-1/+4
* | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-027-267/+303
* | * Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby2009-10-021-4/+52
* | Formatting cleanup.Jeff Ames2009-10-014-4/+4
* | Formatting cleanup.Jeff Ames2009-10-0118-80/+80
* | A little hack to see if this fixes the problems with ~20% of SOG's becoming p...Diva Canto2009-09-291-1/+20
* | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-2/+2
* | Fixed the order of params to GetRegionRange.Diva Canto2009-09-261-6/+10
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-261-3/+3
|\ \
| * | * Does a full battery of tests to ensure that the object isn't an attachment ...Teravus Ovares (Dan Olivares)2009-09-251-3/+3
* | | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-263-44/+102
|/ /
* | * Send Updated Information Packet to Clients after updating estate settings.Adam Frisby2009-09-241-0/+2
* | * Establishing why new console commands fail to work. >_>Adam Frisby2009-09-241-4/+6
* | * Fixing typo.Adam Frisby2009-09-241-1/+1
* | * Added two new commands to EstateManagementModuleAdam Frisby2009-09-241-6/+55
|/
* Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb2009-09-161-1/+1
* * Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)2009-09-138-0/+1718
* Temporarily removing the RegionCombinerModule to debug a mono assert on linuxTeravus Ovares (Dan Olivares)2009-09-138-1718/+0
* * Move nested classes from the RegionCombinerModule into their own file.Teravus Ovares (Dan Olivares)2009-09-138-563/+804
* * More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)2009-09-131-14/+116
* Formatting cleanup.Jeff Ames2009-09-101-59/+24
* minor: remove warningJustin Clark-Casey (justincc)2009-09-081-2/+1
* make oar module logging a little less noisyJustin Clark-Casey (justincc)2009-09-071-2/+2
* * Moves ScenePresence SendCourseLocations to a delegate and provide a method ...Teravus Ovares (Dan Olivares)2009-09-051-6/+165
* * Fixes various quirks rezzing in virtual regions.Teravus Ovares (Dan Olivares)2009-09-041-55/+193