meta7
|
680e801bf2
|
Print a console message when we deny access because of no valid parcel found.
|
2010-08-08 17:32:20 -07:00 |
|
meta7
|
603b3a1606
|
Fix minimap issues. This addresses mantis #228.
|
2010-08-08 17:31:29 -07:00 |
|
Melanie Thielker
|
ca2a4bbded
|
Add debug messages to attachment receiving and cowardly refuse to create
them if the owner can't be determined.
|
2010-08-08 19:35:20 +02:00 |
|
Melanie
|
321e1148da
|
Merge branch 'master' into careminster-presence-refactor
|
2010-08-08 18:24:33 +01:00 |
|
meta7
|
a1f2be5e69
|
The real fix for unscripted sit positions. This one doesn't fuck everything else up. Promise.
|
2010-08-07 22:25:37 -07:00 |
|
meta7
|
f9b5f23383
|
Reverted: * Fix the unscripted sit rotation being incorrect .. will commit a proper fix now.
|
2010-08-07 22:19:26 -07:00 |
|
meta7
|
aa54e8d95e
|
Increase sit distance to 256 meters, but leave the initial autopilot process in the picture so sit position can still be raycast by the existing code.
|
2010-08-07 17:35:16 -07:00 |
|
meta7
|
b771965f28
|
Get rid of some debug chatter that someone who can't spell left behind. ;)
|
2010-08-07 17:33:27 -07:00 |
|
meta7
|
acb1590cf0
|
Fix the unscripted sit rotation being incorrect (relative to the prim). Note that unscripted sit offset is still really poor but this is not something i'm prepared to spend time on fixing.
|
2010-08-07 17:32:36 -07:00 |
|
meta7
|
19ab4c9508
|
Fix a rather nasty issue where the Backup() process causes objects and avatars sitting on them to be pushed to the corner of the sim.
|
2010-08-07 16:52:03 -07:00 |
|
Justin Clark-Casey (justincc)
|
903cfa8c7e
|
minor: Remove overly verbose schedule full update log message for attachments
|
2010-08-07 22:28:42 +01:00 |
|
sacha
|
4900d39b7d
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-08-07 21:05:18 +00:00 |
|
sacha
|
478d835392
|
removing more stains ...
|
2010-08-07 21:04:16 +00:00 |
|
meta7
|
cabbd187e7
|
Fix the distance from which autopilot is negated when sitting on an unscripted prim - and also add some more Velocity code to ensure it gets set to zero in all cases
|
2010-08-07 11:13:05 -07:00 |
|
meta7
|
413b0525db
|
It seems hippo disregards velocities in full updates, so also send a terse update when an agent sits to avoid drifting off
|
2010-08-07 11:06:07 -07:00 |
|
sacha
|
b58a47c373
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-08-07 13:41:56 +00:00 |
|
sacha
|
00cc42a607
|
and another endless debug cleaning
|
2010-08-07 13:40:38 +00:00 |
|
meta7
|
bcb3b57f8d
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-08-07 06:33:51 -07:00 |
|
Tom
|
4f80d75bf3
|
Add a CHANGED_POSITION event so scripts don't have to run expensive loops to check for position changes
|
2010-08-07 06:28:04 -07:00 |
|
Melanie
|
8fd3f6cf7f
|
Merge branch 'master' into careminster-presence-refactor
|
2010-08-07 05:41:41 +01:00 |
|
Justin Clark-Casey (justincc)
|
4e2caab756
|
Add new SceneGraphTests class. Add simple TestDuplicateObject()
|
2010-08-07 01:06:47 +01:00 |
|
Justin Clark-Casey (justincc)
|
8d520f4525
|
Remove old test classes that don't actually test anything not done elsewhere
Also comment out log4net line in InventoryArchiverTests
|
2010-08-07 00:50:01 +01:00 |
|
Justin Clark-Casey (justincc)
|
6c8c8d669b
|
minor: a few miscellaneous comments
|
2010-08-07 00:45:04 +01:00 |
|
Tom
|
f9f776e407
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-08-06 11:44:57 -07:00 |
|
Tom
|
330343505c
|
Implement CreateNewOutfitAttachments. This addresses mantis #199.
|
2010-08-06 11:39:10 -07:00 |
|
Justin Clark-Casey (justincc)
|
1270727c96
|
Merge branch 'moap'
|
2010-08-06 18:29:30 +01:00 |
|
Melanie
|
26387252f5
|
Merge branch 'master' into careminster-presence-refactor
|
2010-08-06 18:08:40 +01:00 |
|
Melanie
|
120f3a18f2
|
Correct some script constants.
|
2010-08-06 15:11:18 +01:00 |
|
Melanie Thielker
|
c48be64d9a
|
Remove posting region restart event from SOP, as it's now in XMRe
|
2010-08-06 16:08:50 +02:00 |
|
Tom
|
a636af13e7
|
Make sure the avatar position gets moved along with a prim it is sitting on. This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle.
|
2010-08-06 06:37:40 -07:00 |
|
Tom
|
0a004f8c44
|
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
2010-08-06 02:43:26 -07:00 |
|
Tom
|
c5c6627adb
|
Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53.
|
2010-08-06 02:40:31 -07:00 |
|
Melanie Thielker
|
8bdbcda2b7
|
We already have a record of killed prims. It just wasn't used by the new
JHurlicane code anymore. Use it to prevent sending updates after kills.
|
2010-08-05 18:50:17 +02:00 |
|
Diva Canto
|
847008ee07
|
Addresses http://opensimulator.org/mantis/view.php?id=4919
|
2010-08-05 09:43:19 -07:00 |
|
Melanie
|
1869572297
|
Prevent setting the hovertext from firing changed_color
|
2010-08-05 08:19:46 +01:00 |
|
Tom
|
f1c51c8bb4
|
Scripted sit target fixes
|
2010-08-03 19:51:32 -07:00 |
|
Tom
|
ae99c1393d
|
Fix scripted sit offset in child prims
|
2010-08-03 15:31:04 -07:00 |
|
Melanie Thielker
|
e3184753a6
|
Log the UUID of a prim that fails meshing and set the prim to phantom during
region startup
|
2010-08-03 05:25:23 +02:00 |
|
Melanie
|
3302e8ddc4
|
Merge branch 'master' into careminster-presence-refactor
|
2010-07-31 00:57:50 +01:00 |
|
Diva Canto
|
f3fa10fa15
|
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
|
2010-07-30 14:04:29 -07:00 |
|
Diva Canto
|
8ab7d80b09
|
Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.
|
2010-07-30 14:04:13 -07:00 |
|
Justin Clark-Casey (justincc)
|
f84dbafb0c
|
remove gods event subscription to gods module from scene
|
2010-07-30 21:58:24 +01:00 |
|
Justin Clark-Casey (justincc)
|
63f3a16b72
|
remove empty, unused and uncalled UnsubscribeToClientEvents()
|
2010-07-30 21:44:50 +01:00 |
|
Justin Clark-Casey (justincc)
|
424b4b2b86
|
move attachment subscription events into AttachmentsModule from scene.
restored to some heavy casting in order to preserve RegionCombinerModule semantics, pending better events.
|
2010-07-30 21:41:44 +01:00 |
|
Justin Clark-Casey (justincc)
|
4d83b2d8a6
|
remove unused BasicQuadTreeNode
|
2010-07-30 21:06:45 +01:00 |
|
Melanie Thielker
|
696b6c727f
|
Allow gods and estate managers/owners to be unaffected by parcel bans
|
2010-07-29 16:20:40 +01:00 |
|
Melanie Thielker
|
7871dd606e
|
Allow gods and estate managers/owners to be unaffected by parcel bans
|
2010-07-29 16:33:20 +02:00 |
|
Justin Clark-Casey (justincc)
|
f067f733ea
|
add userExposed parameter to part copy event
|
2010-07-28 19:38:20 +01:00 |
|
Justin Clark-Casey (justincc)
|
0f15ccb2cf
|
relocate moap specific cloning code to MoapModule
|
2010-07-28 19:23:30 +01:00 |
|
Justin Clark-Casey (justincc)
|
5aa56b1274
|
Fix problem where changes to media textures for prims duplicated by shify copy would change both prims until server restart
I also found out that you can crash the current viewer by giving it more media entrys than it's expecting
|
2010-07-28 18:55:29 +01:00 |
|