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