aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCapsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-08-041-2/+2
|
* Works!Diva Canto2011-05-021-0/+4
|
* Broke down Caps.cs into a generic Caps object that simply ↵Diva Canto2011-05-011-0/+87
registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work.