Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-03-07 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -14/+14 | |
2009-03-07 | Add copyright headers. | Jeff Ames | 13 | -13/+364 | |
2009-03-07 | Update svn properties. | Jeff Ames | 13 | -855/+855 | |
2009-03-07 | * Fixes mantis: #3241 | Teravus Ovares | 1 | -2/+13 | |
* Uses 'mouselook' or left mouse button down, to determine when to use the camera's UP axis to determine the direction of movement. * We crouch-slide no more. | |||||
2009-03-07 | * Added some limits to the maximum force applied per second by ↵ | Teravus Ovares | 2 | -2/+27 | |
llMoveToTarget. Currently, it's 350 times the mass in newtons applied per second, maximum. | |||||
2009-03-06 | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 12 | -18/+238 | |
llSetHoverHeight() should not clamp the x/y position of an object the way MoveTo does, and it should recalculate the absolute height to hover at as an object moves to reflect the current ground/water height under it. Correctly implementing required adjusting the Physics interfaces and implementing at the physics plug-in level. The attached is a patch that correctly implements llSetHoverHeight() including updates to the ODE physics plug-in. | |||||
2009-03-06 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 5 | -9/+8 | |
2009-03-06 | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 3 | -42/+34 | |
* Simplify since the land is never null | |||||
2009-03-06 | * Improve memory usage when writing OARs | Justin Clarke Casey | 6 | -76/+68 | |
* This should make saving large OARs a somewhat better experience * However, the problem where saving an archive pulls large numbers of assets into the asset cache isn't yet resolved * This patch also removes lots of archive writing spam that crept in | |||||
2009-03-06 | * Protects RestClient from crashing with dictionary exception, which leads ↵ | Sean Dague | 1 | -2/+24 | |
to the client thread crashing if uncaught. | |||||
2009-03-06 | Added a output message to CreateCommsManagerPlugin for when a user tries to ↵ | MW | 1 | -36/+46 | |
run with both -hypergrid=true and -background=true command line arguments. As these two don't work together as they initialise different root OpenSim classes. I was going to change it back to the old behaviour where in that usecase it would just startup in the background but without hyerpgrid enabled. But think its better to give a error about this and then exit, so the user knows to change their settings. Rather than later wondering why hypergrid isn't working. | |||||
2009-03-06 | Add missing parameter to m_log.DebugFormat(). | Mike Mazur | 1 | -1/+1 | |
2009-03-05 | * Fixing a few mass calculation errors suggested by jhurliman | Teravus Ovares | 1 | -2/+2 | |
2009-03-05 | * Add more status information when an oar is being saved | Justin Clarke Casey | 2 | -0/+23 | |
* Among other messages, a log entry is posted for every 50 assets added to the archive | |||||
2009-03-05 | Prevent ICommander-generated subcommand trees from generating an exception | Melanie Thielker | 1 | -1/+6 | |
when the tree root command is executes without another verb following it. Fixes Mantis #3258 | |||||
2009-03-05 | * Replace Scene.GetLandHeight() with a straight query to Scene.Heightmap ↵ | Justin Clarke Casey | 5 | -20/+13 | |
(which is used in other contexts) | |||||
2009-03-05 | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 5 | -20/+38 | |
2009-03-05 | * simplify media and music url setting since we never get back a null land ↵ | Justin Clarke Casey | 3 | -31/+22 | |
object | |||||
2009-03-05 | * Replace some string to byte conversions for object/item name/description ↵ | Justin Clarke Casey | 5 | -26/+33 | |
fields with the LLUtil function that prevents the max string size from being breached | |||||
2009-03-05 | * remove now unused serialization code | Justin Clarke Casey | 6 | -676/+32 | |
2009-03-05 | Make DeserializeUUID explicitly private. | Mike Mazur | 1 | -1/+1 | |
2009-03-05 | Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) ↵ | MW | 1 | -1/+1 | |
method static to get past the build errors. Mikem really needs to check this change over to see its the right approach for what he wanted. | |||||
2009-03-05 | Fix moving folders. | Mike Mazur | 2 | -4/+9 | |
Casting from base class to inherited class is a no-no, and we must preserve the folder type when moving folders, otherwise it gets set to a Texture folder (type 0). | |||||
2009-03-05 | Fix creating inventory items and folders. | Mike Mazur | 2 | -6/+9 | |
The order of deserialization needed to be changed. Also corrected a bug that caused no inventory items to be returned on login. | |||||
2009-03-05 | Implemented all Inventory frontend handlers. | Mike Mazur | 3 | -512/+719 | |
This doesn't mean they all work as expected, though. More changes to come as testing unveils bugs. | |||||
2009-03-05 | Implementing more inventory storage methods. | Mike Mazur | 2 | -314/+134 | |
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 6 | -268/+235 | |
Also the first inventory storage methods are implemented. | |||||
2009-03-05 | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 1 | -2/+5 | |
2009-03-05 | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 3 | -15/+41 | |
Changes to IWindModule interface: Change from assuming a single array of 256 Vector2 values to a lookup function that takes region x, y, z and returns a Vector3 * Changed llWind() to use new lookup method of IWindModule * Moved logic for determining the wind at a given point in the data array from llWind() to the Wind Module itself. | |||||
2009-03-05 | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -1/+19 | |
fixes llSetLinkPrimitiveParams() - PRIM_ROTATION rotates the prim containing the script, rather than the specified child prim | |||||
2009-03-05 | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 1 | -1/+1 | |
Corrects the incomplete implementation of llXorBase64StringsCorrect() so that it returns the proper reversible result. | |||||
2009-03-05 | MRM Scripting Changes | Adam Frisby | 3 | -8/+8 | |
* Renames MiniRegionModule to MRMModule to make it more distinct from the actual Mini Region Module[s] executed in Scene. * Renames MiniRegionModuleBase to MRMBase for convenience. MRM's need to be adjusted to inherit from MRMBase. | |||||
2009-03-05 | * Implements a number of members on SOGObject for use with the MRM Script ↵ | Adam Frisby | 2 | -15/+166 | |
Engine API. * It's lag-tacular! :D | |||||
2009-03-04 | * Fleshed out the MRM Module a little. | Adam Frisby | 5 | -44/+84 | |
* Please don't use this yet, it represents a very heavy security risk if you enable it. | |||||
2009-03-04 | * For now, restore file extension for default oar name I accidentally ↵ | Justin Clarke Casey | 1 | -1/+1 | |
removed on the last commit | |||||
2009-03-04 | * Add the abilty to load and save iar item nodes where folders have ↵ | Justin Clarke Casey | 6 | -49/+161 | |
identical names | |||||
2009-03-04 | * Whoops. Left MiniModule enabled to anyone. (potential security risk). ↵ | Adam Frisby | 1 | -0/+3 | |
Disabled - edit code to load. | |||||
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 5 | -0/+275 | |
2009-03-04 | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 3 | -85/+126 | |
* Not actually tested yet though existing code which doesn't require long file names looks fine | |||||
2009-03-04 | IObjectFace needs to be public to compile. | Mike Mazur | 1 | -1/+1 | |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 8 | -3/+254 | |
2009-03-04 | * Implementing some interfaces for aformentioned script engine. Ignore this. | Adam Frisby | 4 | -0/+136 | |
2009-03-03 | Avoid NRE if client sends unrecognized packet type. | Jeff Ames | 1 | -1/+8 | |
2009-03-03 | Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved ↵ | MW | 4 | -7/+6 | |
it from OpenSim.Client.Linden to OpenSim.Framework. | |||||
2009-03-03 | forgotten files | MW | 2 | -2/+302 | |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. ↵ | MW | 9 | -42/+919 | |
There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server) Changed OpenSim.Framework.Communications.Tests.LoginServiceTests to use the LLStandaloneLoginService (from the LLStandaloneLoginModule) rather than LocalLoginService. Really these login tests should most likely be somewhere else as they are testing specific implementations of login services. Commented out the old LocalLoginService as its no longer used, but want to check there are no problems before it gets deleted. | |||||
2009-03-03 | Refactoring of CreateCommsManagerPlugin. | MW | 4 | -70/+34 | |
Plus some general cleanup of a few other files (deleting excess blank lines etc) | |||||
2009-03-02 | Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack | MW | 1 | -4/+4 | |
2009-03-02 | Added more error info to CreateCommsManagerPlugin. | MW | 1 | -0/+1 | |
2009-03-02 | Added some debug output to CreateCommsManagerPlugin | MW | 1 | -1/+11 | |