aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-08SQLite doesn't work on ppc64, so ignore these tests if we areSean Dague5-0/+30
on this platform
2009-04-08* butterfingerslbsa711-6/+6
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa717-3/+98
2009-04-08* Make it possible to store creator strings in user inventory items as well ↵Justin Clarke Casey21-75/+98
as UUIDs * All existing functionality should be unaffected. * Database schemas have not been changed.
2009-04-08* Fix the remainder of the packets that require sessionId checks.Teravus Ovares1-32/+929
2009-04-08* Restored GridLaunch that was mistakenly deleted in 9036lbsa711-0/+126
2009-04-08* Restored 32BitLaunch that was mistakenly deleted in 9036lbsa711-0/+58
2009-04-08* [SECURITY] Implements additional packet security checks for Object related ↵Adam Frisby1-0/+250
packets. * Note: as with the last commit, this requires additional testing. * This represents 2/8ths of packets now being checked appropriately.
2009-04-08* [SECURITY] Implements a large number of new security checks into ↵Adam Frisby1-0/+269
Scene/Avatar packet processing within ProcessInPacket. * Notes: this requires heavy testing, it may cause new issues where LL have recycled agent block data for non-security purposes. It can be disabled on Line 4421 of LLClientView.cs by changing m_checkPackets to false. * This represents approx 1/8th of the packets being checked.
2009-04-08Correct unit test for llAngleBetween()Dahlia Trimble2-7/+3
Reinstate patch for Mantis #3007
2009-04-07* minor: remove some mono compiler warningsJustin Clarke Casey6-19/+19
2009-04-07* Remove unnecessary build dependencies on the ExamplemoneyModule stub. Teravus Ovares3-3/+0
(??? using OpenSim.Region.CoreModules.Avatar.Currency.SampleMoney ???)
2009-04-07* Ooops, really put this on the task queue and not textureJustin Clarke Casey1-1/+1
2009-04-07* Put AgentTextureCached? response packet on the task queue rather than the ↵Justin Clarke Casey1-3/+2
wind queue * Thanks to rtomita for pointing this out.
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey1-0/+2
* Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3418Justin Clarke Casey1-6/+10
* Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated!
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey8-0/+32
* Implement "Add To Outfit" * Thanks FredoChaplin
2009-04-07temporarily revert llanglebetween patch until unit test can be updated - ↵Dahlia Trimble1-2/+2
affects Mantis #3007
2009-04-07remove defective test criteria from unit test for llAngleBetweenDahlia Trimble1-4/+4
2009-04-07From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield3-185/+9
Fix null reference exception during close down of IRC module if the region was not actually initialized.
2009-04-07* Added finite testing to the character and object constructorTeravus Ovares2-4/+35
2009-04-07* Added a routine to check if a PhysicsVector and Quaternion is finiteTeravus Ovares3-45/+193
* Now validating input to the Physics scene and warning when something is awry. * This should help nail down that Non Finite Avatar Position Detected issue.
2009-04-07* Tweak the BulletDotNETPlugin character controller so it feels more finished.Teravus Ovares2-3/+20
2009-04-07Thanks Ewe Loon for Mantis #3007 - llAngleBetween is producing numbers ↵Dahlia Trimble1-1/+4
greater then Pi Radians. Also modified to use the system constant for Pi and prevent negative results.
2009-04-07* This fixes BulletDotNET so it can now be used on linux.Teravus Ovares1-0/+2
2009-04-07* BulletDotNET Updates. Teravus Ovares2-59/+219
* Should react somewhat normally to editing, and setting physics now.
2009-04-06Added some null-checks to Intimidated's patch in r9024.Homer Horwitz1-5/+5
Hopefully fixes Mantis #3415.
2009-04-06Applying Intimidated's patch to fix anim handling.Melanie Thielker2-7/+32
Fixes Mantis #3417
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames13-35/+306
2009-04-06Update svn properties.Jeff Ames10-1014/+1014
2009-04-06Thank you, Intimidated, for a patch too fix the movement animation handlingMelanie Thielker1-43/+183
Fixes Mantis #3413
2009-04-06* Implements World.Parcels[] array for MRM scripting.Adam Frisby8-5/+81
2009-04-06* Adds AutoOAR module, this will automatically OAR your regions every 20 ↵Adam Frisby2-0/+77
minutes to a directory called "autooar", if enabled. Default disabled. Use [autooar] Enabled=true in OpenSim.ini to enable. * Adds some MRM XMLDOC
2009-04-05Changed the asynchronous call to get inventory in HG, so that it properly ↵diva3-41/+68
reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used. Minor changes in Get inventory item in HGAssetMapper.
2009-04-05unspecified sculpt stitching mode now defaults to plane instead of sphere. ↵Dahlia Trimble1-1/+3
Addresses Mantis #3403
2009-04-05Thanks StrawberryFride for a MSSQL patch to mirror r9011.Homer Horwitz1-0/+1
Fixes Mantis #3409
2009-04-05Ouch. Remove some test left over from r9013, which broke startupHomer Horwitz1-2/+1
2009-04-05- Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz10-20/+493
- Change several classes to use the new plugin for handling of region-modules (NOTE: No regionmodule is using this yet) - Add necessary prebuild parts (don't forget to runprebuild) Attention: Work in progress. This shouldn't break anything, but you never know...
2009-04-05- Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz3-1/+4
- Fix a dependency problem. Hopefully fixes Mantis #3395
2009-04-05Adding migrations for MySQL and SQLite for removing the "old" cloud image.Homer Horwitz2-0/+2
The new one already in the Library will be reinserted automatically. Fixes Mantis #964
2009-04-05Thanks BlueWall for a patch that adds Hypergrid dynamic linking to ↵diva2-0/+21
osTeleportAgent. Fixes mantis #3408.
2009-04-05Directory defaults for region xml files when creating a new region got ↵idb1-9/+3
changed/lost with svn 8550 when a check was added for the file name having .xml extension. The extension check has been moved slightly earlier and the original directory logic restored. Fixes Mantis #3386
2009-04-05* Fixing SVN propertiesTeravus Ovares6-4031/+4031
2009-04-05* Committing what I have on the BulletDotNETPlugin that I have so far. Teravus Ovares6-0/+4033
* It's not ready to try. It doesn't do what you expect in many ways. * It throws errors and prints jibberish on the console * Test it out only if you're brave and you've backed up first. * The opensim.ini line is physics = BulletDotNETPlugin
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva12-78/+381
be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵Adam Frisby18-417/+401
OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM
2009-04-05* Minor cosmetic change to SEUser to get Bamboo to initiate another build. (grr)Adam Frisby2-2/+16
* Adds basic IParcel interface. Soon to live on World.Parcels{[id],[x,y]}
2009-04-05* Typo in constructor during class rename (whoops!)Adam Frisby1-1/+1
* OpenSim is now over 9000.
2009-04-05* Implements ISocialEntity - this represents the class of "user-like" ↵Adam Frisby3-1/+48
objects such as Users, Groups, etc. Destined to be used as the return value of any "Owner" properties. * Implements basic "SEUser" class which implements Avatar/Agent SE functions (primitive).
2009-04-04* Removes IsPhysical, IsPhantom from IObject, since this is now represented ↵Adam Frisby2-13/+0
in IObject.Physics.Enabled / IObject.Physics.Phantom instead.