aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed the bug where changing the rotation of a selection of prims in a ↵MW2009-07-171-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.]
* Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2009-07-011-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.
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-191-1/+1
| | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-042-5/+3
|
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-312-10/+64
|
* Update svn properties.Jeff Ames2009-05-312-1634/+1634
|
* * Tweaks to /WHO listings.Adam Frisby2009-05-301-9/+23
|
* * You are likely to be eaten by a grue.Adam Frisby2009-05-301-55/+147
| | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666).
* * More TweaksAdam Frisby2009-05-302-8/+36
|
* * More IRCClientView fiddling. Now implements IClientAPI & IClientCore.Adam Frisby2009-05-302-174/+228
|
* * May partially implement a C# IRCd & IRCClientStack.Adam Frisby2009-05-302-0/+1446