aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-4/+4
| | | | | | | | usable. Applied with formatting changes, please don't introduce K&R style indentations into OpenSim Fixes Mantis #3190
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-173-29/+29
| | | | | | | | | properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-2/+2
| | | | | | * This is always available at Scene.CommsManager.AssetCache
* * optimized usings.lbsa712009-02-1212-33/+20
|
* * Reinstate tests that are now in CoreModulesJustin Clarke Casey2009-02-091-0/+1
|
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-0912-0/+3035
OpenSim.Region.Environment.Modules.Agent en bloc to OpenSim.Region.CoreModules