Tom Grimshaw
|
ba36c62caa
|
Fix a null reference issue in cmGetAvatarList()
|
2010-05-19 00:20:51 -07:00 |
|
Melanie
|
fada4cb6c4
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-10 04:05:04 +01:00 |
|
Melanie
|
31dc77d8a1
|
Return agents when angle is PI
Fixes Mantis #4703
|
2010-05-10 04:02:56 +01:00 |
|
Melanie
|
89c762209c
|
Fix a null ref on region crossing
|
2010-05-10 03:57:17 +01:00 |
|
Melanie
|
4e0d62547d
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-09 17:04:23 +01:00 |
|
Diva Canto
|
d72769930a
|
More cleaning on presence. Friends online/offline works again.
|
2010-05-08 07:44:07 -07:00 |
|
Melanie Thielker
|
e0f9b1a699
|
Removed a test for a "can't happen" case. ParentGroup is never null anymore.
|
2010-05-05 21:12:02 +02:00 |
|
Melanie Thielker
|
7aed89a8d0
|
Removed a test for a "can't happen" case. ParentGroup is never null anymore.
|
2010-05-05 18:51:01 +01:00 |
|
Melanie Thielker
|
dbce360566
|
Fix full circle sensors
|
2010-05-04 02:43:22 +02:00 |
|
Melanie Thielker
|
c86259c671
|
Fix scripted give and interactive give to offline avatars. Both folder and
single items are now supported. Magic Boxes, yeah!
|
2010-05-04 00:44:05 +02:00 |
|
Melanie
|
9f8acbfe3e
|
Merge branch 'master' into careminster-presence-refactor
|
2010-05-03 01:40:24 +01:00 |
|
Melanie
|
af0ffb2a5a
|
Add URL_REQUEST_* script constants
|
2010-05-03 00:15:55 +01:00 |
|
Melanie Thielker
|
0fa57cac3f
|
Fix sensor cone for sensing avatars
|
2010-05-03 00:54:24 +02:00 |
|
Melanie
|
af778f09d5
|
Merge branch 'master' into careminster-presence-refactor
|
2010-04-21 19:51:17 +01:00 |
|
Melanie
|
459323a931
|
Make the detection cone in attachments face in the direction of the avatar,
not the relative rotation of the attachment towards the avatar.
|
2010-04-21 19:44:19 +01:00 |
|
Melanie
|
9920e219dd
|
Merge branch 'careminster' into careminster-presence-refactor
|
2010-04-13 04:36:08 +01:00 |
|
Thomas Grimshaw
|
d834a2c3da
|
Implement cmGetAvatarList(). This returns a strided list of all avatars in the region, including their UUID, position and name. The radar is often the most taxing scripts on a sim, this function can help radars reduce their impact by 66% by eliminating the need for sensors.
|
2010-04-07 23:53:08 +02:00 |
|
Thomas Grimshaw
|
db5ea850f6
|
Fix llLookAt so that it doesn't "roll" the object and more closely imitates the behaviour in SL. ( http://bugs.meta7.com/view.php?id=28 )
|
2010-04-07 09:49:11 +02:00 |
|
Thomas Grimshaw
|
20e3de1f0a
|
Add CHANGED_REGION_START (alias for CHANGED_REGION_RESTART as per LL Jira SVC-3773)
|
2010-04-07 08:28:57 +02:00 |
|
Thomas Grimshaw
|
335c1b4420
|
Implement PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE
|
2010-04-07 07:48:26 +02:00 |
|
Thomas Grimshaw
|
f34cc6b469
|
Add a much cheaper agent count retrieval method. This is obsoleted by 0.7 so it can be reverted then.
|
2010-04-05 22:08:34 +02:00 |
|
Melanie
|
fe034dc3e4
|
Merge branch 'master' into careminster-presence-refactor
|
2010-04-05 18:12:29 +01:00 |
|
Diva Canto
|
08ba34da03
|
First attempt at fixing mantis #4641. It's better but there are now some issues with permissions.
(looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
|
2010-03-31 21:30:44 -07:00 |
|
Melanie
|
21519d3311
|
Add missing licenses. Change relicensed LightShare module to proper BSD
licensing.
|
2010-03-31 13:33:18 +01:00 |
|
Melanie
|
19ae5e5dbb
|
Adding the LightShare module and scripting API. This code was written by
TomMeta and was contributed by Meta7.
|
2010-03-31 04:23:51 +01:00 |
|
Melanie
|
ec637e2b8c
|
Committing the LightShare code, which was developed by TomMeta of Meta7.
This allows scripts to set WindLight parameters for clients connecting
to a region. Currently, this is only supported by the Meta7 viewer.
|
2010-03-31 04:20:20 +01:00 |
|
Melanie
|
7d917e7c5c
|
Rename Meta7Windlight to LightShare
|
2010-03-30 23:29:03 +01:00 |
|
Melanie
|
5693870fe2
|
Merge branch 'master' into careminster-presence-refactor
|
2010-03-30 21:34:27 +01:00 |
|
Dan Lake
|
62e0b53ca4
|
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
|
2010-03-19 15:16:44 -07:00 |
|
Dan Lake
|
859bc717a4
|
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
2010-03-19 15:16:35 -07:00 |
|
Melanie
|
46d990419b
|
Merge branch 'careminster' into careminster-presence-refactor
|
2010-03-18 20:00:58 +00:00 |
|
Thomas Grimshaw
|
e442c2a3f9
|
Prevent llTeleportAgentHome from affecting gods
|
2010-03-17 17:42:33 +01:00 |
|
Thomas Grimshaw
|
37815f3402
|
Debugger tags for VS2010
|
2010-03-16 18:13:00 +01:00 |
|
Melanie
|
d3f33acc1a
|
Merge branch 'master' into careminster-presence-refactor
|
2010-03-15 17:23:35 +00:00 |
|
Melanie
|
898fa637c3
|
Merge branch 'careminster' into careminster-presence-refactor
|
2010-03-15 17:12:08 +00:00 |
|
Kitto Flora
|
8cbd0d3b5f
|
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
|
2010-03-14 16:23:12 -04:00 |
|
Kitto Flora
|
8198062610
|
RotLookAt repaired; debug msg cleanup.
|
2010-03-14 16:22:13 -04:00 |
|
CasperW
|
80e4068b3e
|
Fix the delay in llGiveInventory so that it only takes effect when giving inventory to an avatar (this now replicates SL behaviour)
|
2010-03-13 15:13:19 +01:00 |
|
Jeff Ames
|
f58a0394ed
|
Formatting cleanup. Add copyright notices.
|
2010-03-10 13:15:36 +09:00 |
|
Melanie
|
40873504dc
|
Merge branch 'master' into careminster-presence-refactor
|
2010-03-09 22:46:17 +00:00 |
|
Melanie
|
49baf090cd
|
Small consistency change
|
2010-03-07 16:08:00 +00:00 |
|
Melanie
|
c8c608acc8
|
Small consistency change
|
2010-03-07 16:07:40 +00:00 |
|
Melanie
|
89a739b45f
|
Small consistency change
|
2010-03-07 16:05:24 +00:00 |
|
unknown
|
2dcf73dd93
|
- supporting llTextBox
Signed-off-by: Melanie <melanie@t-data.com>
|
2010-03-06 20:05:11 +00:00 |
|
Melanie
|
8180c72cbc
|
Merge branch 'master' into careminster-presence-refactor
|
2010-03-06 12:37:24 +00:00 |
|
Melanie
|
1f7a0cf892
|
Merge branch '0.6.9-post-fixes' into careminster
|
2010-03-06 12:24:09 +00:00 |
|
unknown
|
83929c69e3
|
- implementing server 1.38 functions
Signed-off-by: Melanie <melanie@t-data.com>
|
2010-03-06 11:59:16 +00:00 |
|
Melanie
|
9fa9cfd215
|
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
|
2010-03-06 11:58:19 +00:00 |
|
unknown
|
c0bc25059c
|
- implementing server 1.38 functions
Signed-off-by: Melanie <melanie@t-data.com>
|
2010-03-06 11:52:59 +00:00 |
|
Justin Clark-Casey (justincc)
|
395f343498
|
refactor: Move DetachSingleAttachmentToInv to region module
need to rationalize method names later
|
2010-03-06 00:07:47 +00:00 |
|