Melanie Thielker
78a19528c6
Change DropObject to public. Fixes Mantis #3314
2009-03-20 13:57:22 +00:00
lbsa71
feaa645071
* De-duplicated login service some more
...
* Normalized m_inventoryService
* Pulled AddActiveGestures up
2009-03-20 06:49:12 +00:00
diva
2a76b2a417
Moving GetInventoryItem up to InventoryServiceBase, since this seems like a pretty fundamental function.
2009-03-19 21:43:35 +00:00
Justin Clarke Casey
4571a8b3fb
* Remove compiler warnings
...
* These have actually been removed from HGHyperLink.TryUnlinkRegion, because some parameters were parsed but never used.
* This might be a situation where the warnings have shown up an oversight
2009-03-19 21:16:02 +00:00
Justin Clarke Casey
8f1844665b
* Group OpenSim.Framework.Servers interfaces together
2009-03-19 19:21:17 +00:00
Justin Clarke Casey
bd2180d9af
* refactor: Create IHttpServer interface instead of accessing BaseHttpServer via CommunicationsManager directly
2009-03-19 18:11:44 +00:00
Justin Clarke Casey
b05be5b06b
* Lock http handlers dictionary in other places as well to avoid race conditions
...
* No adverse effects on a quick multi-machine grid test
2009-03-19 17:07:00 +00:00
Justin Clarke Casey
1e6056c24b
* Add necessary locking to BaseHttpServer.RemoveHTTPHandler()
2009-03-19 16:51:21 +00:00
Justin Clarke Casey
eb0c369409
* Add documentation to BaseHttpServer.AddHTTPHandler()
2009-03-19 16:41:23 +00:00
Dr Scofield
0867302e09
reformatting README (just noticed that that line was a bit on the long
...
side.
2009-03-19 08:47:05 +00:00
Dr Scofield
1caf1c5d96
adding missing ChatSessionRequest voice capability for direct AV-AV calls.
2009-03-19 08:42:59 +00:00
Dahlia Trimble
d23f0ec143
Thanks to mpallari for Mantis #3310 : Make EventQueueGetModule more inheritable
2009-03-19 07:06:30 +00:00
diva
247a25a7fe
Making a couple of methods public.
2009-03-19 03:33:20 +00:00
Justin Clarke Casey
c0c929665f
* Apply http://opensimulator.org/mantis/view.php?id=3311
...
* Store script timers in a dictionary rather than a list to make unset much more efficient
* Thanks dslake
2009-03-18 20:24:53 +00:00
diva
a7d610ffcc
Adds support for unlink-region command in hypergrid.
2009-03-18 16:37:26 +00:00
Melanie Thielker
87822c5d95
Add an event to process undelivered IMs
2009-03-17 23:52:30 +00:00
Justin Clarke Casey
7658e30dfc
* minor: remove compiler warning
2009-03-17 21:20:58 +00:00
MW
86d48b73e1
Fixed the looping on llParcelMediaCommandList, now PARCEL_MEDIA_COMMAND_PLAY will make the media play only once like its meant to, and PARCEL_MEDIA_COMMAND_LOOP can be used to make it loop.
2009-03-17 18:18:24 +00:00
Justin Clarke Casey
1195aca3b2
* Remove config preview 2.
2009-03-17 18:02:11 +00:00
Dr Scofield
b2de81ebac
From: Christopher Yeoh <yeohc@au1.ibm.com>
...
Attached is a patch which enabled through an OpenSim.ini option the ability
to read long notecard lines. Currently although the data is read from
the notecard it is truncated at 255 characters (same as for the LL servers.
This patch allows the setting of that limit to a different value.
; Maximum length of notecard line read
; Increasing this to large values potentially opens
; up the system to malicious scripters
; NotecardLineReadCharsMax = 255
this allows for save/restore functionality using notecards without
having to worry about very short line length limits.
2009-03-17 07:03:53 +00:00
Homer Horwitz
66f0445173
Mantis#3306: Thanks tlaukkan for a patch that
...
adds primitive hierarchies support to MXP and improves client disconnect handling.
2009-03-16 21:41:51 +00:00
Mike Mazur
74adf547cf
Remove OpenSim/Framework/Archive folder
2009-03-16 00:43:26 +00:00
Mike Mazur
f28886e26d
Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization
...
Update using statements and prebuild.xml. Also trim trailing whitespace.
2009-03-16 00:12:25 +00:00
Homer Horwitz
abc5df12c8
This patch improves MXP connect and disconnect functionality.
...
- Avatars are now properly on top of terrain.
- ScenePresence is now removed from Scene only once.
Fixes Mantis #3302 . Thanks tlaukkan.
2009-03-15 21:34:28 +00:00
Homer Horwitz
c9a3a764f1
regionInfo isn't defined here yet, which leads to a NRE. Grid-server
...
provided us with the data, so let's use it for now. Hopefully
fixes Mantis #3297 .
2009-03-15 21:01:04 +00:00
Charles Krinke
5bc386c648
Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that:
...
patch allows wind to be enabled/disabled, and wind strength set,
from ini file
2009-03-15 20:22:07 +00:00
Charles Krinke
9e0329f1dc
Fixes Mantis #3294 . Thank you kindly, Godfrey, for a patch that:
...
Attached is a patch which provides osAvatarPlayAnimation() the ability to
also trigger animations contained within the same prim as the script, as
llStartAnimation() does. (It also modifies osAvatarStopAnimation(),
otherwise the script wouldn't be able to stop animations it had started.)
2009-03-15 19:45:42 +00:00
Charles Krinke
9e4d9e2c3f
Fixes Mantis #3289 . Thank you kindly, Ewe Loon, for a patch that:
...
fixes Sporadic Errors in "Dictionary<InstanceData, DetectParams[]"
Causing total script Failure
2009-03-15 19:39:43 +00:00
diva
95323c3264
Changing a few methods to public. This is the collection of methods that will be moved to a library somewhere else.
2009-03-15 19:21:43 +00:00
Dahlia Trimble
0d37907c58
Thanks Tommil for a patch which added support for creating user accounts automatically in local sandbox if
...
accounts authenticate is set off and connecting with MXP protocol. Mantis #3300
2009-03-15 16:17:01 +00:00
Dahlia Trimble
fa5fef33a9
fixed propagation of normalized sculpt mesh vertex normals
2009-03-15 09:05:35 +00:00
Jeff Ames
b83d1537ff
Update svn properties.
2009-03-15 01:22:42 +00:00
Jeff Ames
fec8aef03a
Thanks rtomita for a patch to add handlers for prim scale updates from libomv-based clients. ( #3291 )
2009-03-14 22:55:17 +00:00
Melanie Thielker
ddbf81fa07
Thank you, mcortez, for a patch that fixes a number of long standing
...
issues with the sun module.
Fixes Mantis #3295
2009-03-13 23:45:02 +00:00
Justin Clarke Casey
c04e7cdf2b
* Support loading empty folders in an iar
2009-03-13 20:46:53 +00:00
Justin Clarke Casey
6573e2ee2f
* Remove asset cache size and texture stat reports from ASSET STATS since these are now inaccurate
...
* Correct count of assets in cache
2009-03-13 18:36:24 +00:00
Justin Clarke Casey
d17314f331
* Config preview round 2
2009-03-13 17:34:11 +00:00
Mike Mazur
4a21d92668
Mark AssetBase.Metadata with [XmlIgnore]
2009-03-13 05:58:32 +00:00
Justin Clarke Casey
bd41639a68
* Don't fail the client login if there are no OnClientConnect listeners
2009-03-12 20:38:28 +00:00
Justin Clarke Casey
f5ff2eff24
* minor: Lable the heartbeat thread with the region it's beating for
2009-03-12 20:37:15 +00:00
Dr Scofield
fa619bdf8c
From: Christopher Yeoh <yeohc@au1.ibm.com>
...
Patch to RegionReady which adds a field which adds to the message
whether the region is ready due to a server startup or due to an oar
file loading.
2009-03-12 18:51:28 +00:00
Justin Clarke Casey
a02c3caa0d
* Move SceneObject tests into their proper namespace
...
* Add some more debug code to narrow down where the tests are freezing
2009-03-12 18:13:51 +00:00
Dr Scofield
e80e0887f2
- renaming OpenSim.ini.example to OpenSim.ini.example.preview as
...
the config reorg is still under discussion
- re-installing complete OpenSim.ini.example for the time being
2009-03-12 18:00:18 +00:00
Dr Scofield
38d56d7cb2
merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, adding
...
optional about_virtual_world and about_real_world parameters to
XmlRpcUpdateUserAccountMethod to allow setting of "About" and "First
Life" tab in avatar profile.
2009-03-12 16:50:44 +00:00
Jeff Ames
11b3909021
Add rtomita to Contributors.txt.
2009-03-12 15:34:25 +00:00
Jeff Ames
fb258c5ed9
Update svn properties, formatting cleanup.
2009-03-12 15:28:30 +00:00
lbsa71
3865f777bd
* Ignored some gens
2009-03-12 11:06:41 +00:00
lbsa71
33f511ee4b
* Another stab at refactoring up the CustomiseResponse function. Two fixes:
...
* Sometimes, null is a valid return value to indicate 'none found'. doh.
* Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw.
(I believe) this solves mantis issue #3287
2009-03-12 10:50:59 +00:00
Mike Mazur
7b2977d625
Move ArchiveConstants to OpenSim.Framework.Archive
...
- move a couple constants from InventoryArchiveConstants to
ArchiveConstants, now only one of these is needed
- change InventoryArchiveConstants references to ArchiveConstants
- remove InventoryArchive AssetInventoryServer plugin dependency on
OpenSim.Region.CodeModules
- trim trailing whitespace
2009-03-12 06:04:17 +00:00
Mike Mazur
f784620780
Moving TarArchive to OpenSim.Framework.Archive
...
We now build OpenSim.Framework.Archive.dll which aims to contain code
used for archiving various things in OpenSim. Also remove trailing
whitespace.
2009-03-12 06:03:59 +00:00