aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-19Avoid duplicate script resumes. Move resume calls to more logical placesMelanie Thielker1-1/+1
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+1
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto1-4/+21
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-2/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-03Fix bug where approximately half the time, attachments would rez only their r...Justin Clark-Casey (justincc)1-6/+10
2010-02-24Fixed typo that was affecting the BasicInventoryAccessModuleDiva Canto2-3/+3
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use InternalE...John Hurliman1-2/+4
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-3/+3
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2-5/+6
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-1/+1
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-10/+8
2010-01-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto1-2/+5
2010-01-30* HGScene is no more.Diva Canto4-0/+1115
2010-01-29* HGGridConnector is no longer necessary.Diva Canto2-17/+20
2010-01-29Works for grid login.Diva Canto2-12/+33
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie2-86/+57
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto2-53/+69
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-0/+1
2010-01-24Some method implementations were missing from LocalGridServiceConnector.Diva Canto1-0/+2
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-18/+27
2010-01-23Updates all IRegionModules to the new style region modules.Revolution2-57/+86
2010-01-18Go Home works. With security!!Diva Canto2-8/+71
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto2-224/+281
2010-01-18* Fixed misspelling of field in GridServiceDiva Canto2-38/+34
2010-01-17HG teleports through gatekeeper are working.Diva Canto2-17/+12
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2-6/+44
2010-01-17Oops, forgot this one.Diva Canto1-0/+137
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-229/+240
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ...Diva Canto1-1/+1
2010-01-16Finished moving object crossings into EntityTransferModuleDiva Canto1-3/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-49/+372
2010-01-16Let monitor data be requested using either the short form of the name or theMelanie1-1/+4
2010-01-16Shorten the names of the tags in monitorstats summary to the immediate typeMelanie1-1/+5
2010-01-15Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects...Diva Canto1-0/+1201
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2010-01-11CommunicationsManager deleted.Diva Canto1-1/+0
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-5/+4
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-5/+5
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto2-9/+28
2009-12-31Adds tons of packets.Revolution2-0/+47
2009-12-23No-op in this commit. Just increasing the tag number due to weirdnesses.Diva Canto1-1/+1
2009-12-23Library Module: allows adding folders/items to the Library from IAR files pla...Diva Canto2-0/+482
2009-11-23Formatting cleanup.Jeff Ames16-17/+449
2009-11-12* Added some new syntax options for the Monitor Module's HTTP poll.Adam Frisby1-0/+30
2009-11-11* Added HTTP polling for Statistics Monitor Module (access via http://sim.com...Adam Frisby1-1/+24
2009-11-02* Committing missing file from last commit.Adam Frisby1-0/+13
2009-11-02* Implemented some tweaks to monitoring module.Adam Frisby3-1/+95
2009-11-01* Implements new 'Monitoring' system for reporting performance.Adam Frisby13-0/+420