aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-02* Commit 2/3 - Please dont attempt to update to this revision until all 3 are...Adam Frisby1-4926/+0
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-25/+59
2008-04-28* Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares1-0/+19
2008-04-27* Single Attachments now work from inventory. You can attach from inventory ...Teravus Ovares1-1/+18
2008-04-27* More attachment stuff, reworked some of the inventory routines to be what I...Teravus Ovares1-6/+7
2008-04-26* First draft implementation of copying prim inventory items back to agent in...Justin Clarke Casey1-1/+23
2008-04-25* Used thomas' patch m884 as an example to make HUD attachments work. While...Teravus Ovares1-1/+1
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-47/+47
2008-04-24* Adds much better support for attachments that you right click on in world.Teravus Ovares1-2/+32
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to the...Teravus Ovares1-0/+36
2008-04-23* Patch #1026 - llDialog support -- Thanks Melanie!Adam Frisby1-0/+27
2008-04-23* Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby1-1/+8
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+5
2008-04-19Thank you kindly krtaylor for a patch to solve:Charles Krinke1-6/+24
2008-04-17* Acks the first UseCircuitCode packet Teravus Ovares1-1/+1
2008-04-17* Implements 'Set Home to Here' Teravus Ovares1-10/+41
2008-04-16* Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares1-32/+19
2008-04-16Thank you very much, Kmeisthax for:Charles Krinke1-0/+18
2008-04-15* Fix mantis 975 - prim text > 255 charsJustin Clarke Casey1-0/+8
2008-04-15* Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares1-1/+1
2008-04-14* Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey1-3/+6
2008-04-14* Fixed a few warnings.Teravus Ovares1-0/+25
2008-04-13* Temporarily, stop the exception of mantis #951 from killing the entire clie...Justin Clarke Casey1-1/+13
2008-04-10further renaming of properties for claritySean Dague1-5/+5
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-5/+5
2008-04-10* Updates BetaGridLikeMoneyModuleTeravus Ovares1-15/+60
2008-04-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-0/+3
2008-04-08* Following A_Biondi's suggestion, going to try returning a version number of...Justin Clarke Casey1-1/+1
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-4/+4
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-53/+53
2008-04-07Remove some dead code.Jeff Ames1-13/+0
2008-04-07* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it...Justin Clarke Casey1-4/+80
2008-04-06* Implemented AgentPause and AgentResume. AgentPause extends the timeout f...Teravus Ovares1-7/+22
2008-04-03* Resolve mantis 849Justin Clarke Casey1-1/+1
2008-04-01few more minor changes, needs prebuild to be ran.MW1-5/+0
2008-03-30* Minor cleanupTeravus Ovares1-1/+0
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-0/+21
2008-03-29* Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey1-4/+1
2008-03-25Minor formatting / svn properties cleanup.Jeff Ames1-2/+1
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-0/+9
2008-03-21Remove a couple more compiler warnings by commenting unused variables.Charles Krinke1-1/+2
2008-03-21* Removed more encoding faults.Adam Frisby1-12/+1
2008-03-21* Removed a bad encoder.Adam Frisby1-4/+2
2008-03-21* Converted a large number of ASCII encodings to UTF8.Adam Frisby1-7/+13
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey1-1/+1
2008-03-19Thanks Ahzzmandius for fix for overflow in user profile About box or First Li...Jeff Ames1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-18Formatting cleanup.Jeff Ames1-47/+6
2008-03-17* Inserting code to prepare to fix trash emptying and the edit texture invent...Justin Clarke Casey1-58/+60
2008-03-17Replaced some magic PCode numbers with enum values.Jeff Ames1-2/+2