Charles Krinke
2462108bfb
Thank you kindly, Ewe Loon for a patch that solves:
...
m_ScriptDelayFactor and m_ScriptDistanceFactor are
being read from XEngine settings not the settings
for the scriptengine being used
2008-10-26 17:01:15 +00:00
Melanie Thielker
c25f3ced04
Disable terrain brush test until someone with terrain-fu can look
...
at it and determine the new test parameters needed for the terrain
brush with strength support
2008-10-25 14:47:09 +00:00
Charles Krinke
4e14aa44c7
Thank you kindly, Tglion for a patch that:
...
Support of strength-slider in latest sl-client (1.21.6)
Added a patch, which includes the support of strength-slider
in latest sl-client (1.21.6) for Raise- and LowerSphere.
2008-10-25 14:07:35 +00:00
Melanie Thielker
c49e1b8fb6
A few more bots to yesterday's plumbing: change instant message method
...
signature
2008-10-25 13:53:17 +00:00
Homer Horwitz
5e6954dfe6
Fixed the cause of a hidden Exception which prevented BaseHttpServer to answer
...
when a non-existing XmlRpc method was called. Now, it will correctly respond
with a faultCode/faultMessage.
2008-10-25 13:45:26 +00:00
Melanie Thielker
dc1214e46f
Make ScenePresence.Close public to allow subclassing of SceneComms
2008-10-25 13:44:26 +00:00
Melanie Thielker
26643c4a9d
More plumbing and some wires
2008-10-25 01:42:43 +00:00
Melanie Thielker
f85be9b39a
Fix a leak in the plumbing
2008-10-24 23:55:28 +00:00
Dahlia Trimble
3447bed8be
Add end faces when radius setting is non-zero
2008-10-24 23:37:09 +00:00
Melanie Thielker
64f9f03e9a
Plumb some more
2008-10-24 23:04:55 +00:00
Justin Clarke Casey
c519b80680
* minor: eliminate some mono compiler warnings
2008-10-24 21:40:05 +00:00
Justin Clarke Casey
7b224677c1
* Stop passing in unnecessary pameters to CreateNewCircuit
2008-10-24 21:34:18 +00:00
Justin Clarke Casey
dc6724ddde
* minor: Remove now unused startpos method
2008-10-24 21:26:59 +00:00
Justin Clarke Casey
3340a579e7
* Stop creating a circuit if the client fails authentication (i.e. the region server wasn't told that it was coming)
...
* This moves authentication from the client thread (where failure was difficult to detect) to the particular thread handling that packet
* I've kept the authentication outside of the crucial clientCircuits lock (though any delay here is probably swamped by the other delays associated with login)
* Also added more to the unit test to ensure this doesn't regress
2008-10-24 21:22:54 +00:00
Dahlia Trimble
71660003de
un-double-flipped some double-flipped normals in circular path prim end caps
2008-10-24 20:04:34 +00:00
Justin Clarke Casey
91c2e53277
* Change AddClient test such that we now successfully authenticate
...
* The fact that the assert passed even when authentication failed reveals a bug in the code that will be corrected soonish
2008-10-24 19:40:45 +00:00
Justin Clarke Casey
9fa7264c73
* minor: refactor out AddUser test setup to common method
2008-10-24 19:10:25 +00:00
Melanie Thielker
a9b1119e49
Remove a debug output dump
2008-10-24 15:04:35 +00:00
Melanie Thielker
6775b7d02d
Lotsa plumming :)
2008-10-24 14:53:13 +00:00
Dahlia Trimble
a11fa9055a
Fixed a floating point error accumulation that was causing missing end faces on some twisted prims
2008-10-24 05:31:43 +00:00
Justin Clarke Casey
369aa8f46b
* minor: Remove unused public PacketServer variable.
...
* If this was important to you please reinsert and we can put it in a recognized interface.
2008-10-23 20:10:19 +00:00
Justin Clarke Casey
5c2d400235
* Apply http://opensimulator.org/mantis/view.php?id=2459
...
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY.
* Thanks nlin
2008-10-23 20:06:23 +00:00
Justin Clarke Casey
c379c66c7c
* Reenable assert for the add circuit test
...
* This checks that a client circuit is established when the udp server is given a use client circuit code packet
* And checks that other circuit codes do not exist
2008-10-23 19:51:10 +00:00
Justin Clarke Casey
6101202403
* Revert to executing existing setup if an added circuit did not already exist
...
* Not sure why things still worked in the presence of this bug - possibly the problem is compensated for later on. If you are having udp session problems this bug fix may help
(though no guarantees).
2008-10-23 19:25:40 +00:00
Justin Clarke Casey
d30a596989
* Add missing file from last commit. Yay for continuous integration!
2008-10-23 19:16:33 +00:00
Justin Clarke Casey
f4ad99f89d
* Introduce a basic udp circuit test for adding a client
...
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
2008-10-23 19:08:54 +00:00
Justin Clarke Casey
ee3c428040
* Refactor LLUDPServer slightly so that unit tests can pass in data synchronously. Shouldn't be any functional change
2008-10-23 17:16:13 +00:00
Dr Scofield
f5371b6635
adding documentation for region_master_uuid to XML doc comments
2008-10-23 12:19:11 +00:00
Dr Scofield
44052a1423
fix: allowing explicit setting of UUID for master avatar in
...
CreateRegion (and documenting it).
2008-10-23 12:10:58 +00:00
Dr Scofield
dc7e3ddc3e
fix: recent patch to XmlRpcCreateRegionMethod introduced master avatar
...
UUID parameter without checking for it at the method entry. this patch
adds logic to obtain the master UUID via the user profile service,
and, if the master avatar does not exist, will create the user. in any
case the UUID is then the one supplied by the user profile service.
2008-10-23 11:14:25 +00:00
Dr Scofield
4dcafab286
removing unused method from ConciergeModule. adding attendee list
...
logic to ConciergeModule. adding XmlRpc method to allow update of
welcome template for a region. documenting [Concierge] "password"
option in OpenSim.ini.example.
2008-10-23 10:21:03 +00:00
Dr Scofield
b91857b8f7
Adding AddXmlRpcHandler(name, method, bool) to selectively disable
...
KeepAlive for certain XmlRpc handlers.
Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to
avoid clients waiting indefinitely for response.
taking note of BaseHttpServer parameter in CommunicationsManager
constructor (was passed it but then just ignored so far).
2008-10-23 10:15:19 +00:00
Dr Scofield
dbd8e1edb5
cleaning up commented lines in IRCConnector; changing access_password
...
logic to use a regexp.
2008-10-23 09:58:12 +00:00
Charles Krinke
f919b86156
Thank you kindly, Idb for a patch that:
...
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo
Added to llGetAgentSize to include shoes in avatar height calculation.
2008-10-22 23:07:45 +00:00
Sean Dague
2e8730055b
- Final fixes to the code coverage test (nant test-cov).
...
Observation: Monocov currently works only with mono
1.2.x, implementation will be halted until it supports
mono 2.0. Will be left in tree for future development.
2008-10-22 17:45:49 +00:00
Sean Dague
50180984fa
- Inserted code coverage monocov. To run do nant test-cov.
...
Creates a new directory cov and exports to html files in
subdirectories.
2008-10-22 17:45:43 +00:00
Homer Horwitz
029c7a0eab
- Fix 3 comments starting with : instead of ;
2008-10-22 17:22:25 +00:00
Homer Horwitz
80689c98b4
- Added BaseHttpServer.Stop
...
- Added "register" command to MessagingServer to re-register with the
UserServer after that crashed/was restarted.
2008-10-22 17:06:23 +00:00
Charles Krinke
809a1d3367
Thank you kindly, Nlin for a patch that:
...
Attached patch adds detection of AGENT_WALKING
status to LSL function llGetAgentInfo()
2008-10-22 14:09:58 +00:00
Charles Krinke
3c99f027b5
Thank you both Nlin and M.Igarashi for a patch that:
...
Attached patch protects against a NullReferenceException
in SceneObjectGroup.stopMoveToTarget (used by LSL function
llStopMoveToTarget). Thanks to M. Igarashi.
2008-10-22 14:06:07 +00:00
Melanie Thielker
659ad99993
And fix it
2008-10-22 03:50:45 +00:00
Melanie Thielker
a8523dddb6
Prevent an object with a null RootPart in delete queue from stopping
...
the deleting of other, valid objects
2008-10-22 03:49:38 +00:00
Melanie Thielker
f9b3ef32c6
Remove the gratuitious prim deletes caused by linking. This makes linking
...
a bit faster.
2008-10-22 03:32:45 +00:00
Teravus Ovares
dfc12d591c
* Add a config option for filtering collisions. Sometimes, under load, this seems to cause bouncing on really thin flat prim.
2008-10-22 01:52:12 +00:00
Melanie Thielker
f44742f75f
Pare the groups module down to basics. Adjust dependent files so that a
...
real groups module can even be implemented.
2008-10-21 22:54:31 +00:00
Dr Scofield
6df1517b1f
fixing OpenSim.ini.example for IRC, adding example for Concierge.
2008-10-21 18:05:03 +00:00
Dr Scofield
2a506f0cb2
adding "welcome" support to Concierge: allows to specify via
...
welcomes = /path/to/welcome/files/directory
a directory in which you can place welcome templates for concierged
regions (those regions that match the "regions" regexp). you can use
format substitution:
0: will be replaced by avatar name of the avatar entering the region
1: will be replaced by region name
2: will be replaced the name of the concierge
2008-10-21 17:55:25 +00:00
Dr Scofield
d0cc193456
cleanup.
2008-10-21 17:45:18 +00:00
Jeff Ames
0d4e391f75
Update svn properties, minor formatting cleanup.
2008-10-21 14:08:30 +00:00
Dr Scofield
4218744a26
fixing real cause of #2445 & #2449 : Position was <0, 0, 0> for
...
OSChatMessage coming from client.
2008-10-21 13:34:43 +00:00