| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
Please adjust your editors to not use hard tabs.
|
| |
|
| |
|
|
|
|
| |
(this took a while to run).
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
* Also adds more temporary debugging goo in case the fix didn't work
|
|
|
|
| |
investigate mantis 854
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
region again without breakage
* This includes their inventories
* Also, this revision properly synchronizes prim inventory crud.
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|