| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Adds some Wind | Teravus Ovares | 2008-09-25 | 1 | -0/+3 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 2008-09-12 | 1 | -0/+1 |
* | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 2008-09-09 | 1 | -1/+7 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 1 | -4/+4 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 5 | -142/+142 |
* | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 2008-08-25 | 1 | -0/+9 |
* | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 2008-08-24 | 1 | -1/+4 |
* | Mantis #2003 - thank you, SachaMagne, for a patch that implements | Melanie Thielker | 2008-08-20 | 1 | -0/+9 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 2 | -3/+1 |
* | Mantis#1965. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 2008-08-16 | 1 | -0/+11 |
* | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 2008-08-15 | 1 | -1/+1 |
* | De-coupling the IClientAPI interface and ClientManager class from the | Mike Mazur | 2008-08-08 | 1 | -1/+1 |
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 1 | -4/+4 |
* | Estate series, patch 9 (#9157) | Melanie Thielker | 2008-08-01 | 1 | -1/+1 |
* | Thank you, HomerHorwitz, for a patch that implements llSetCameraParams/llClea... | Melanie Thielker | 2008-07-31 | 1 | -0/+8 |
* | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 1 | -2/+2 |
* | Add GetGroupPowers() and a dictionary to hold them to ClientView and | Melanie Thielker | 2008-07-25 | 1 | -0/+5 |
* | Changed it so the avatar's rotation is now sent as part of a full avatar upda... | MW | 2008-07-23 | 1 | -1/+1 |
* | Refactor the packet scheduling out of ClientView. Add intelligent | Melanie Thielker | 2008-07-22 | 2 | -6/+17 |
* | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 2008-07-21 | 1 | -2/+7 |
* | Patch #9151 | Melanie Thielker | 2008-07-18 | 1 | -3/+4 |
* | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ... | MW | 2008-07-09 | 1 | -1/+1 |
* | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ICli... | lbsa71 | 2008-07-08 | 1 | -0/+11 |
* | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 2008-07-08 | 1 | -10/+10 |
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 1 | -0/+1 |
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 1 | -0/+6 |
* | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 2008-06-28 | 1 | -0/+5 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -42/+42 |
* | * refactor: fission InnerScene.AddSceneObject() | Justin Clarke Casey | 2008-06-27 | 1 | -3/+3 |
* | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 2008-06-26 | 1 | -0/+1 |
* | added the flag param to IClientAPI.SendMapBlock | MW | 2008-06-25 | 1 | -1/+1 |
* | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 2008-06-21 | 1 | -0/+5 |
* | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 2008-06-19 | 1 | -0/+1 |
* | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 2008-06-18 | 1 | -0/+3 |
* | * Refactor: Move the responsibility for applying physics and sending the init... | Justin Clarke Casey | 2008-06-17 | 1 | -1/+0 |
* | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 2008-06-12 | 1 | -3/+3 |
* | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 2008-06-11 | 1 | -1/+1 |
* | * This wraps the autopilot request to the client's sit response. An interes... | Teravus Ovares | 2008-06-06 | 1 | -1/+1 |
* | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 2008-05-28 | 1 | -1/+1 |
* | Thank you kindly, Melanie for a patch for script reset | Charles Krinke | 2008-05-26 | 1 | -0/+1 |
* | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 2008-05-25 | 1 | -0/+7 |
* | * Refactor: Collapse some multiple remove object paths | Justin Clarke Casey | 2008-05-24 | 1 | -1/+1 |
* | * Refactor: Change previous commits Object methods to SceneObject methods ins... | Justin Clarke Casey | 2008-05-24 | 2 | -4/+4 |
* | * Refactor: Renaming various *Entity*() methods to *Object*() methods on the ... | Justin Clarke Casey | 2008-05-24 | 2 | -4/+4 |
* | This enables return from the parcel object owner display. | Teravus Ovares | 2008-05-24 | 1 | -0/+1 |
* | * Group type stuff. Nothing spectacular. two packets, sorta almost semi half... | Teravus Ovares | 2008-05-18 | 1 | -0/+6 |
* | * Tweaked patch mantis 1302 and committing it. | Teravus Ovares | 2008-05-17 | 1 | -0/+15 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 2 | -14/+14 |
* | * Adding the very bare minimum for the client to register user as having the ... | Teravus Ovares | 2008-05-14 | 1 | -0/+5 |
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 2 | -2/+2 |