Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-04 | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 1 | -3/+5 | |
2008-04-03 | * Attempted resolution for mantis 854 | Justin Clarke Casey | 1 | -0/+4 | |
* Also adds more temporary debugging goo in case the fix didn't work | |||||
2008-04-02 | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 1 | -0/+10 | |
investigate mantis 854 | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-01-16 | * Fix mantis 345 - it is now possible to duplicate prims directly in the ↵ | Justin Clarke Casey | 1 | -15/+46 | |
region again without breakage * This includes their inventories * Also, this revision properly synchronizes prim inventory crud. | |||||
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 1 | -19/+96 | |
* This means that you can take an object from a region and rez it somewhere else, with its inventory intact. * As for earlier, at this stage only scripts can be placed in inventory * This isn't an efficient implementation, a better one will probably need to come along soonish | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -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. | |||||
2008-01-11 | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 1 | -2/+2 | |
2008-01-06 | Factor out TaskInventoryItem | Justin Clarke Casey | 1 | -0/+101 | |