aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In ↵MW2-11/+7
standalone mode it will mean that when you log off and log back on ,as long as the region server hasn't been restarted , your avatar will start with wearing the clothes that it wore on log off. In grid mode its even more limited in that wearing/removing clothes/body parts are only stored in the region server instance you are one. so if you are in a different region to your login region (which are on different region server instances), and then change clothes, those changes won't be remembered. So as said, its very limited but is a small step towards having proper appearance persist. Just need to store this data out to a database.
2007-12-02Fixes a bug that my last commit introduced.MW1-1/+1
2007-12-02Some refactoring , mainly on Inventory code. MW7-215/+148
2007-12-02New Inventory folder should now be stored to the inventory server/database. ↵MW1-1/+8
This also seems to fix the problem of Body parts not being persisted properly.
2007-12-01as a Test, attempted to disable mysql inventory table auto creation.MW1-1/+1
2007-12-01Attempt to fix mantis issue # 73MW1-8/+12
2007-12-01Initial working Grid Inventory server. Only been tested on a very small ↵MW8-6/+129
grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
2007-12-01Attempt to fix mantis issue # 65, seems like it is a race condition between ↵MW1-4/+7
two regions trying to add a user to the AssetTransactionManager at the same time. So have placed a lock around the Dictionary add.
2007-12-01Part 1 of a commit. This revision will not compile, part 2 will be added in ↵MW1-6/+32
a couple of minutes that should fix that. Some work towards persisting Avatar Appearance (what is being worn). Added OnAvatarNowWearing event to IClientAPI that is triggered by AgentIsNowWearing packets. stub code to subscribe to this event in AvatarFactoryModule. Todo: code needs to be added to AvatarFactoryModule to save the uuids to a database and then read them back when that modules TryGetIntialAvatarAppearance() method is called. Done some changes to Scene to make it easier to subclass it: including changed some private fields to protected and made some methods virtual.
2007-11-30* Fixed a bug in my 'user already logged in' fix that could cause a null ↵Teravus Ovares1-2/+4
reference exception.
2007-11-30Patch for mantis 0000015: Textures don't display in the objectSean Dague3-9/+25
properties window From Justin Casey (IBM)
2007-11-30return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2-1/+16
Should fix libsl login ability. No long breaks my login to test environment.
2007-11-30* This extends my first hack to clear out the useragent table for that ↵Teravus Ovares1-1/+1
specific user. * This helps people who have multiple records in their useragent table. * This update should be looked at.. because really what it should be doing is initiating a grid wide logoff.
2007-11-30* Here's the issue, on log-off, the routine sets up a null useragent member ↵Teravus Ovares2-1/+22
and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares1-0/+5
* Revert this once we get a working logoff.
2007-11-29revert r2510, this seems to break normal logins, at least fromSean Dague2-16/+1
Linux clients.
2007-11-29return an appropriate inv_lib_root, which the libsl folks haveSean Dague2-1/+16
identified as the reason libsl can't currently connect to OpenSim. Patch from Justin Casey (IBM)
2007-11-29* Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ↵Teravus Ovares1-2/+2
that if you're editing an object on your client that you're not allowed to, it'll appear that it's moving to you, but won't actually be moving on the sim.
2007-11-29fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames3-7/+6
2007-11-29* Fixed about 7 issues with restarting sims and resolved interRegion comms ↵Teravus Ovares1-1/+1
issues. This includes the issue that MW described this morning. There's a lot of little nit picky changes that make a world of difference.
2007-11-29set svn:eol-styleJeff Ames1-195/+195
2007-11-28Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of ↵MW1-1/+1
LoadWorldMap and into its own public method (which is called during region creation). We shouldn't have things like that in methods like LoadWorldMap as some regions might not being having a worldmap loaded via the LoadWorldMap method (like in custom applications). Deleted the CreateTerrainTextureInitial Method which was a 99% duplicate of CreateTerrainTexture, with just a bool field setting difference. That bool is now passed to CreateTerrainTexture as a param.
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves ↵Teravus Ovares3-4/+207
to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up. * Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares4-1/+6
As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
2007-11-26Attempt to handle MYSQL error fetching assetsBrian McBee1-10/+17
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ↵Teravus Ovares4-3/+19
working on grid mode, however. It doesn't break anything, but that feature doesn't work in grid mode yet either.
2007-11-25Added new configuration item to User Server: X and Y of region to send user ↵Brian McBee1-0/+12
to if their logon region is down. Known good region, sort of.
2007-11-25* Added the ability to restart your individual sims from within them using ↵Teravus Ovares1-0/+19
the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
2007-11-24* Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby6-11/+11
2007-11-24* Added a way for the Region master user to kick individual users from their ↵Teravus Ovares1-0/+4
sim with a custom message. Their client says, "You've been logged off of secondlife, <Your custom message here> and logs them off. * Added a way for the Region master user to kick *ALL* users from *ALL* their regions in the estate with a custom message.
2007-11-24* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client ↵Teravus Ovares1-0/+5
the appropriate messages to make it think it's got god status. Will be used for finding more unimplemented packets....
2007-11-23* Refactored NumPackets calculationlbsa711-20/+21
2007-11-22* Quelled a Log format exception in the logging routines.Teravus Ovares1-2/+15
* Tweaked some esoteric throttle settings * Removed AgentThrottle from the unsupported packet list.
2007-11-22Created a client driven packet throttler. The sim now respects the client's ↵Teravus Ovares1-1/+3
network throttle settings but does sanity checks to avoid too little(nothing gets sent) or too much(the sim crashes) data. * Consider this experimental.. however, it looks very promising.
2007-11-22* removed erroneous commentslbsa711-3/+0
2007-11-22* Added code to capture the draw distance setting from the client.Teravus Ovares1-1/+1
* Added a support function to InnerScene to calculate the distance between two vectors.
2007-11-21* Did some initial work for prim crossing. Just glue so far.Teravus Ovares3-0/+49
* Added the child_get_tasks OpenSim.ini flag for testing the UDP packet sending code and packet throttler. This flag gets purposely disabled in grid mode. This flag also has the consequence that you can see the prim in neighboring regions without going into them. Be warned, this causes tons of dropped packets.
2007-11-19there is no real reason to write this value back to estate settings,Sean Dague1-1/+5
and it is the most often tickled part of this race condition.
2007-11-19* Changed namespacelbsa713-3/+1
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. ↵Teravus Ovares4-13/+23
This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.
2007-11-18cleaned up some mono compiler warningsJeff Ames2-3/+3
2007-11-18first stab at implementation of CopyInventoryItemJeff Ames4-14/+37
2007-11-18Added handler for MapNameRequest - OnMapNameRequestDalien Talbot1-0/+3
2007-11-17Added ClickAction property to SceneObjectPart (and the relevant changes in ↵MW1-1/+1
IClientAPI so its used), so that the default click action (ie touch, sit, etc) can be set on a prim. Note: Sill need to handle the incoming packets that set this, from the client.
2007-11-17set svn:eol-styleJeff Ames1-1015/+1015
2007-11-17minor cleanup of some dodgy bitsJeff Ames1-1/+1
2007-11-17catch exceptions when loading malformed xml filesJeff Ames3-24/+44
2007-11-16More cleaning up when deleting regions from a instance. NOTE: ↵MW1-0/+1
IGridServices.DeregisterRegion() method needs implementing for grid mode.
2007-11-15*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM ↵lbsa712-24/+4
OpenSim.ini.example ** * Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
2007-11-15* Added MySQLDataStore (adapted from MonoSqlitelbsa711-0/+1035
* Made startup a little bit more forgiving on dll load * Minor renamings and musings