Justin Clarke Casey
0ca935ba08
From: Dr Scofield <hud@zurich.ibm.com>
...
Patch to ignore .mdp and .mds files (.hgignore contains ignore patterns for a mercurial repository)
2008-03-26 16:18:49 +00:00
Justin Clarke Casey
bcd68fb6c4
* More log messages in the region registration process for debug purposes. Some of these may be temporary
2008-03-26 12:44:43 +00:00
Justin Clarke Casey
c00e56d3ee
* Increase information in simulator_login log messages
2008-03-26 12:34:02 +00:00
Justin Clarke Casey
35b1cae593
* Start printing the region simulator_login exception to the log
2008-03-26 12:28:59 +00:00
Johan Berntsson
7fe243e3d4
Committed patch from Lulurun to fix Mantis 817. Thanks Lulurun
2008-03-26 02:49:35 +00:00
Johan Berntsson
7f5e1546e2
Removing redundant code
2008-03-26 02:12:28 +00:00
Justin Clarke Casey
ad6783ff40
* Massaging CAPS setup/teardown log messages
...
* Leaving quite a few debug messages in for now to help deal with bugs arising
2008-03-25 22:04:41 +00:00
Justin Clarke Casey
ad808579a2
* Print out the exception stacks of resolution failures, temporarily
2008-03-25 20:05:02 +00:00
Justin Clarke Casey
ed9cdbe99f
* Temporary hack to swallow neighbour contact problems on startup (in response to osgrid issues)
...
* Not sure what the effect will be, but can't be any worse than the current constant sim crashes.
2008-03-25 19:39:41 +00:00
Jeff Ames
725b0a47e3
Set svn:ignore.
2008-03-25 19:14:12 +00:00
MW
4ae7d86859
rearranged a couple of projects in prebuild.xml:
...
moved AvatarFactory project to after OpenSim.Region.Environment
moved OpenSim.Framework.Data.MySQLMapper to after OpenSim.Framework.Data
2008-03-25 19:08:57 +00:00
MW
13a077674c
checking that these two files are commented out
2008-03-25 19:03:23 +00:00
MW
c2ea7b99e1
Moved Avatar appearance Factory to its own project so that the reference to MySQLDatabaseMapper could be removed from Region.Environment.
...
Added a using OpenSim.Framework.Data statement to MySQLDatabaseMapper , to try to fix the build problem that has been reported on the mailing list.
2008-03-25 18:48:07 +00:00
Justin Clarke Casey
8c74cf7758
* Tear down CAPS and http handlers when an agent leaves a region (via crossing, teleport or logout)
2008-03-25 18:47:14 +00:00
Teravus Ovares
e74892ee44
* Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f; This allows proper positioning of prim based on the face you click. ( Yes, you can click the bottom face of a prim that's above you, and the new prim appears directly below it. )
...
( Remove ray caster Verbosity )
2008-03-25 17:31:40 +00:00
Teravus Ovares
e11e6dc308
* Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f; This allows proper positioning of prim based on the face you click. ( Yes, you can click the bottom face of a prim that's above you, and the new prim appears directly below it. )
2008-03-25 17:28:09 +00:00
Justin Clarke Casey
2517fe7acd
* Remove old CAPS http listeners when a client logs out from a scene
...
* Not yet removing listeners when a client leaves a region without logging out
2008-03-25 17:08:20 +00:00
Jeff Ames
3c3f1bc69a
Update svn properties.
2008-03-25 16:44:01 +00:00
Adam Frisby
8c05b81d68
* Committing Lulurun's Cgi/Perl implementation of the UGAI servers.
...
* I love you long time.
2008-03-25 16:29:54 +00:00
Teravus Ovares
3d1b4f8578
* On Ray casting. Now returning the face normal of the collision face.
2008-03-25 16:09:43 +00:00
lbsa71
ba2de258f4
* Refactored out circular reference in Region.Environment <-> Framework.Data.Base
...
We REALLY need to get the db layer sorted soon...
2008-03-25 14:27:39 +00:00
Jeff Ames
e3ca113075
Add "warnings as errors" support for nant and monodevelop to Prebuild (though monodevelop may ignore this).
2008-03-25 07:49:31 +00:00
Teravus Ovares
301c25950d
* Committing some voice related caps with hard coded responses so more debugging can occur.
2008-03-25 05:56:27 +00:00
Jeff Ames
4d74ff5421
svn:ignore monodevelop-generated files
2008-03-25 04:02:13 +00:00
Jeff Ames
9d1b42c39a
Comment out unused private methods.
2008-03-25 03:49:08 +00:00
Jeff Ames
a8d9a58dd2
Fix a couple more warnings.
2008-03-25 03:43:24 +00:00
Jeff Ames
a7556af7de
Fix a few compiler warnings.
2008-03-25 03:37:48 +00:00
Teravus Ovares
a21112ccee
* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.
...
* It doesn't generate at_target events, because they don't exist yet in the script engine.
* The Tau is different, however, compatible with scripts I tested.
* Not perfect... but pretty good.
2008-03-25 03:36:31 +00:00
Jeff Ames
a2daccad5e
Added monodevelop support to runprebuild.sh
2008-03-25 02:10:54 +00:00
Jeff Ames
d2b1a8aa1e
Minor formatting / svn properties cleanup.
2008-03-25 01:45:23 +00:00
Teravus Ovares
dd6e6e7bdf
* Added llApplyImpulse in the local frame.
2008-03-24 22:48:34 +00:00
alondria
15a22e993d
Implements llGetInventoryPermMask()
2008-03-24 21:56:52 +00:00
Teravus Ovares
dd6a9ffbc7
* OBB: Flipped the -y face normal so ray casting against the -y face correctly results in the point of collision.
2008-03-24 21:48:33 +00:00
Justin Clarke Casey
e3949280b1
* Inflate my commits with yet another snippet of documentation... (j/k)
2008-03-24 21:28:45 +00:00
Justin Clarke Casey
3a5521d204
* Put in tiny doc snippet while I remember
2008-03-24 21:27:14 +00:00
Justin Clarke Casey
f14c102c7a
* Clean up Scene.AddCapsHandler(). There was a race condition warning, but I don't think this is now relevant...
...
* Remove some now extraneous CAPS related messages
2008-03-24 21:21:05 +00:00
alondria
2b4915ef27
Modified llGetInventoryName() so it indexes inventory in the same manner the LL grid does. (Thanks Teravus for pointing this out.)
2008-03-24 21:19:01 +00:00
Justin Clarke Casey
3aa843cea8
* Remove a spammy comment I meant to remove from the last commit
2008-03-24 20:25:48 +00:00
Justin Clarke Casey
6489746a6b
* Make standalone non-home region caps work again.
...
* When I removed the hard coding for the http port last night, I foolishly assumed standalone would be okay :)
2008-03-24 20:22:58 +00:00
alondria
3be815b206
Implements llGetInventoryName() - the order is based upon inventory key, which probably doesn't match 100% with LL's grid.
2008-03-24 19:58:53 +00:00
Justin Clarke Casey
45b9114df7
From: Michael Osias <mosias@us.ibm.com>
...
Fixes mantis 771 - multiple uses of llListen cause duplicate events
Thanks Michael!
2008-03-24 19:44:25 +00:00
alondria
9117dfc858
Implements llGetInventoryNumber()
2008-03-24 19:29:35 +00:00
alondria
8a39d04f6d
Implements llGetInventoryType()
2008-03-24 19:11:56 +00:00
alondria
3423ed4739
Implements llGetInventoryCreator()
2008-03-24 19:05:44 +00:00
Justin Clarke Casey
ca7c954a61
* Fix build break in last revision. Thanks to paulieFemto for pointing it out.
2008-03-24 18:45:21 +00:00
Justin Clarke Casey
185dbb06af
* Picky comment change
2008-03-24 18:26:43 +00:00
Justin Clarke Casey
1a970d8f2d
* Create null limit strategy
2008-03-24 18:25:50 +00:00
Justin Clarke Casey
8c0955321a
* Refactor: Genericise request limit strategies and move to OpenSim.Framework.Communications.Limit
2008-03-24 18:21:06 +00:00
Johan Berntsson
56dfa4e6da
Fixed a small XmlRpcCommand bug
2008-03-24 03:03:21 +00:00
Johan Berntsson
39f340e687
XmlRpcCommand refactoring
2008-03-24 01:37:00 +00:00