aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-09* Fixes simstats reporter. I'm sure this issue caused all sorts of things r...Teravus Ovares1-2/+2
2008-10-08Mantis#2354. Thank you kindly, Tglion for a patch that:Charles Krinke1-0/+1
2008-10-07* Apply http://opensimulator.org/mantis/view.php?id=1207Justin Clarke Casey1-1/+1
2008-10-06* Stop the sim stats reporter reusing the same SimStatsPacket for all clientsJustin Clarke Casey1-2/+12
2008-10-06Implement Parcel -> ForceOwnerToMe god mode packetMelanie Thielker1-0/+11
2008-10-06Revert r6697 patch as the build fails.Charles Krinke1-1/+1
2008-10-06Mantis#1207. Thank you, TGlion for a patch that addresses:Charles Krinke1-1/+1
2008-10-06Implements ObjectOwner god mode packet (Set Owner To Me admin option)Melanie Thielker1-0/+16
2008-10-06* Green dots on the mainmap for avatar.Teravus Ovares1-0/+34
2008-10-05Remove a console debug outputMelanie Thielker1-1/+1
2008-10-05Small bug fixMelanie Thielker1-0/+1
2008-10-05Plumb in the DirPlacesReply packetMelanie Thielker1-0/+31
2008-10-04Plumb packet DirPlacesQuery for search moduleMelanie Thielker1-0/+22
2008-10-04Unclutter rezzing methods by removing the ad hoc permissions parameters.Melanie Thielker1-3/+1
2008-10-04Add "Drop" functionality to pie menuMelanie Thielker1-0/+14
2008-10-03* oops, fix build break.Justin Clarke Casey1-3/+5
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-12/+12
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-3/+3
2008-10-03Mantis #1360Melanie Thielker1-3/+21
2008-10-02- Fixed a small off by one error in sending MapBlocksHomer Horwitz1-1/+1
2008-10-01- Added SendScriptTeleportRequest to IClientView and classes implementing it.Homer Horwitz1-0/+12
2008-09-29* minor: remove warningJustin Clarke Casey1-5/+5
2008-09-28Mantis#296. Thank you kindly, Idb for a patch that resolves:Charles Krinke1-0/+9
2008-09-28Add some methods to allow modules so set client view optionsMelanie Thielker1-0/+28
2008-09-27* Replace a generic error handler.Teravus Ovares1-1/+1
2008-09-27* Event queue is now polling.. Teravus Ovares1-1/+2
2008-09-26* Patch from JHurlimanTeravus Ovares1-74/+36
2008-09-26* minor: remove warningsJustin Clarke Casey1-3/+3
2008-09-26* Wind updates. Still random.. but in 4 directions instead of two!Teravus Ovares1-23/+27
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke1-1/+1
2008-09-25* Adds some WindTeravus Ovares1-1/+92
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-1/+2
2008-09-24cleanups, fixing REST appearance services.Dr Scofield1-2/+0
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-23Update the permissions system to handle scripts and notecards the wayMelanie Thielker1-1/+0
2008-09-22Move script and notecard open perms checks from ClientView to theMelanie Thielker1-2/+22
2008-09-22cleanups in inventory REST code. also, disables digest authenticationsDr Scofield1-1/+2
2008-09-20* refactor: remove unnecessary packet null check in LLClientViewJustin Clarke Casey1-7/+8
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey1-1/+1
2008-09-18code formatting cleanup. Dr Scofield1-2/+2
2008-09-13Formatting cleanup.Jeff Ames1-1/+1
2008-09-13Mantis #2018Melanie Thielker1-0/+15
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey1-7/+10
2008-09-12Revert 6242 because of a possible licensing issueMelanie Thielker1-146/+0
2008-09-12Add the UUIDs of the standard animations. Thanks, Ewe Loon!Melanie Thielker1-0/+146
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-10Thanks, nlin, for a patch implementing persistence for "When Left Clicked"Mike Mazur1-0/+14
2008-09-09* Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI.Adam Frisby1-0/+38
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-7/+7
2008-09-07* Improve login failure handling.Justin Clarke Casey1-2/+0