aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/TaskInventoryItem.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-151-20/+21
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-2/+2
|
* Factor out TaskInventoryItemJustin Clarke Casey2008-01-061-0/+101