Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | | | | * commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables | ||||
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | cleanup: uncommenting null-op else tree in TaskInventoryItem.cs | Dr Scofield | 2008-06-02 | 1 | -6/+6 |
| | |||||
* | * minor: comment out old debugging messages in task inventory item ↵ | Justin Clarke Casey | 2008-05-31 | 1 | -5/+5 |
| | | | | restoration routines | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -6/+6 |
| | |||||
* | * Spring cleaning. | Adam Frisby | 2008-04-29 | 1 | -106/+119 |
| | | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | ||||
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -8/+8 |
| | | | | | | Please adjust your editors to not use hard tabs. | ||||
* | * Applying Mantis #1021 (llStartAnimation/llStopAnimation) - Thanks Melanie! | Adam Frisby | 2008-04-23 | 1 | -0/+2 |
| | |||||
* | * Applying Mantis #1020 (Animations) - Thanks Melanie. | Adam Frisby | 2008-04-23 | 1 | -11/+31 |
| | |||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -3/+4 |
| | | | | (this took a while to run). | ||||
* | * Minor: log message correction | Justin Clarke Casey | 2008-04-07 | 1 | -1/+1 |
| | |||||
* | * Okay you can put down your pitchforks - this patch should fix rezzing of ↵ | Justin Clarke Casey | 2008-04-07 | 1 | -27/+17 |
| | | | | | | | | | | | items (with inventory) on Windows * Now properly dealing with prims which don't contain items - thanks to thomas for the patch which gave insight into this situation * Also, an xml exception no longer crahes the client session * Leaving in debugging lines in case there are further problems * Not yet tested on Linux, though I'm just about to. | ||||
* | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 2008-04-04 | 1 | -3/+5 |
| | |||||
* | * Attempted resolution for mantis 854 | Justin Clarke Casey | 2008-04-03 | 1 | -0/+4 |
| | | | | | | * Also adds more temporary debugging goo in case the fix didn't work | ||||
* | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 2008-04-02 | 1 | -0/+10 |
| | | | | investigate mantis 854 | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | * Fix mantis 345 - it is now possible to duplicate prims directly in the ↵ | Justin Clarke Casey | 2008-01-16 | 1 | -15/+46 |
| | | | | | | | | | region again without breakage * This includes their inventories * Also, this revision properly synchronizes prim inventory crud. | ||||
* | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 2008-01-16 | 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 | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 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. | ||||
* | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | Factor out TaskInventoryItem | Justin Clarke Casey | 2008-01-06 | 1 | -0/+101 |