aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-19* Created a way that the OpenSimulator scene can ask the physics scene to do ↵Teravus Ovares1-0/+5
a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint)
2009-07-17fixed the bug where changing the rotation of a selection of prims in a ↵MW1-0/+1
linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.]
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-0/+5
balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality.
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-1/+1
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2-5/+3
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2-10/+64
2009-05-31Update svn properties.Jeff Ames2-1634/+1634
2009-05-30* Tweaks to /WHO listings.Adam Frisby1-9/+23
2009-05-30* You are likely to be eaten by a grue.Adam Frisby1-55/+147
* Enable with [IRCd] Enabled=true (will listen on port 6666).
2009-05-30* More TweaksAdam Frisby2-8/+36
2009-05-30* More IRCClientView fiddling. Now implements IClientAPI & IClientCore.Adam Frisby2-174/+228
2009-05-30* May partially implement a C# IRCd & IRCClientStack.Adam Frisby2-0/+1446