aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Guard against a bad login leaving us with a null queueMelanie2011-08-091-1/+1
| |
* | Ensure that packet headers get parsed correctlyMelanie2011-07-271-0/+29
| |
* | Fix LLTextBox to work with the updated libOMVMelanie2011-07-231-1/+6
| |
* | Merge branch 'master' into careminster-presence-refactorroot2011-07-091-4/+3
|\ \ | |/
| * refactor: rename bool returning GetAgentInventoryItem() to ↵Justin Clark-Casey (justincc)2011-07-081-4/+3
| | | | | | | | CanGetAgentInventoryItem() to improve code readability
* | Fix parcel prim count and max reporting. Viewer already multiplies.Melanie2011-07-061-1/+4
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-0/+5
|\ \ | |/
| * minor: Add some commented out destructor logging messages for potential ↵Justin Clark-Casey (justincc)2011-06-101-0/+5
| | | | | | | | | | | | future use. At the moment, client and scene objects are being garbage collected as expected, at least in simple scenarios.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-10/+35
|\ \ | |/
| * HG Landmarks bug fix: pull landmark asset data from user's asset server when ↵Diva Canto2011-06-031-4/+24
| | | | | | | | user is traveling.
| * HG Landmarks now working.Diva Canto2011-06-031-3/+2
| |
| * When sending an LLUDP MoneyBalanceReply message, fill out the transaction ↵Justin Clark-Casey (justincc)2011-05-311-0/+1
| | | | | | | | | | | | item description even though there is none. This is to deal with a problem in libomv where calling ToBytes() without this crashes because of an ItemDescription.Lnegth dereference.
| * Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)2011-05-311-3/+8
| | | | | | | | | | If we don't do this then viewer 2.8 crashes. Resolves http://opensimulator.org/mantis/view.php?id=5510
* | Fix up handling of the estate dialog to prevent duplication of ban list names.Melanie2011-05-151-25/+32
| | | | | | | | Allow more than 61 names in ban list without crashing the viewer.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-131-1/+6
|\ \ | |/
| * Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)2011-05-131-1/+6
| | | | | | | | | | It appears that if the viewer requests a folder containing links, we must also send the folders that contain the link targets first. This was tested with Kokua 0.1.0 WIP though I predict it will also work with other viewer 2s
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-091-3/+1
|\ \ | |/
| * Fixes gray tiles on map search for viewers 1.Diva Canto2011-05-091-1/+0
| |
| * The map is seriously broken. This doesn't fix it, but at least provides one ↵Diva Canto2011-05-081-2/+1
| | | | | | | | more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-1/+1
|\ \ | |/
| * One more bug fix concerning library items that weren't being copied to ↵Diva Canto2011-05-061-1/+1
| | | | | | | | user's inventory. Also commented verbose debug message.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-055-291/+397
|/
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-3017-0/+16663