Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yet more inventory debugging messages | Justin Clarke Casey | 2007-12-23 | 1 | -9/+30 |
| | |||||
* | Miscellaneous small tweaks and more logging messages to move towards ↵ | Justin Clarke Casey | 2007-12-23 | 3 | -4/+7 |
| | | | | resolving inventory problems | ||||
* | Make copying of scripts into prim inventories more reliable on the first ↵ | Justin Clarke Casey | 2007-12-22 | 2 | -5/+52 |
| | | | | | | | | | | attempt when the asset server is lagging by formalising the de facto polling. This may not be the best solution in the long run, but should improve things for now. This may also improve reliability when updating inventory item metadata (e.g. renaming an item) and in retrieving textures for the main map view. | ||||
* | minor refactor | Justin Clarke Casey | 2007-12-22 | 2 | -4/+9 |
| | |||||
* | Refix bug where inventory textures don't appear in prim edit texture ↵ | Justin Clarke Casey | 2007-12-21 | 2 | -7/+18 |
| | | | | | | | | selection box unless previously expanded in inventory. | ||||
* | * Remapped the Connection shutdown path. | Teravus Ovares | 2007-12-21 | 2 | -2/+2 |
| | | | | | | | | | * This fixes a *bunch* of Mantis bugs related to the following * -- Neighbouring simulators not appearing after relog * -- Login to simulator only to be logged off by simulator. * -- ThreadAbort * -- Unable to shutdown circuitCode: x | ||||
* | * and another :/ | Teravus Ovares | 2007-12-20 | 1 | -2/+2 |
| | |||||
* | * Fixed implicit .ToString() in shape fetch. | Teravus Ovares | 2007-12-20 | 1 | -2/+2 |
| | |||||
* | * fixed a few Implicit uses of .ToString() | Teravus Ovares | 2007-12-20 | 1 | -9/+9 |
| | |||||
* | Revert a couple of UUIDs back to hyphenated since we actually sometimes ↵ | Justin Clarke Casey | 2007-12-20 | 1 | -2/+2 |
| | | | | store as hyphenated, sometimes not... | ||||
* | Convert an sqlite user LLUUID I'd missed | Justin Clarke Casey | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | * Matched up all previous .ToString() references (r2764) in ↵ | Teravus Ovares | 2007-12-20 | 1 | -18/+18 |
| | | | | OpenSim.Framework.Data.MySQL with Justincc's Util.ToRawUuidString() | ||||
* | Convert some inventory ids I managed to miss | Justin Clarke Casey | 2007-12-20 | 1 | -5/+5 |
| | |||||
* | Fix up other sqlite db interactions to use non-hyphenated uuid | Justin Clarke Casey | 2007-12-20 | 4 | -14/+14 |
| | | | | | | | | | | Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :) This patch will not fix grid problems. May be bugs present due to conversions I didn't spot. I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again. | ||||
* | Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated form | Justin Clarke Casey | 2007-12-20 | 2 | -24/+34 |
| | | | | | | | | Apply method to UUID crud in SqliteInventoryStore as an initial test This appears now to successfully recover inventory upon login This will almost certainly only work on standalone | ||||
* | * Added a configuration parameter on the Grid Server to disallow forceful ↵ | Teravus Ovares | 2007-12-20 | 4 | -1/+17 |
| | | | | | | | banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration. | ||||
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 2007-12-20 | 21 | -108/+108 |
| | | | | Works with LibSL rev>1532 | ||||
* | Extended svn:eol-style to check some other file types. | Jeff Ames | 2007-12-20 | 5 | -52/+52 |
| | |||||
* | Refactor asset request processing for consistent status information on ↵ | Justin Clarke Casey | 2007-12-19 | 4 | -25/+46 |
| | | | | whether an asset was actually found or not | ||||
* | Misc. cleanup: | Jeff Ames | 2007-12-19 | 8 | -55/+33 |
| | | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers | ||||
* | *Added Ban Lines around parcels for banned avatars, but there is no actual ↵ | mingchen | 2007-12-19 | 1 | -1/+1 |
| | | | | | | | blocking done yet. *Made the OnSignificantClientMovement distance from .02 to .45 to make it easier on the server. | ||||
* | *Parcels now fully work on MySQL as a datastore after a few tweaks and bug ↵ | mingchen | 2007-12-18 | 1 | -6/+75 |
| | | | | fixes after testing | ||||
* | *Fixed MySQLDataStore bug causing errors on startup | mingchen | 2007-12-18 | 1 | -12/+12 |
| | |||||
* | *Using Mysql as the datastore should now store parcels across multiple sessions | mingchen | 2007-12-18 | 1 | -0/+228 |
| | |||||
* | *Parcels and their access lists now store over multiple sessions when the ↵ | mingchen | 2007-12-18 | 1 | -1/+1 |
| | | | | datastore is sqlite | ||||
* | * Added Incomplete Handling of the RegionInfoRequest packet | Teravus Ovares | 2007-12-18 | 2 | -1/+16 |
| | | | | | | | * Added Incomplete Handling of the EstateCovenantRequest packet * Added Incomplete Handling of the EstateOwnerMessageRequest.ChangeEstateCovenantid method * Fixed a race condition with avatar animations | ||||
* | * Renamed AgentWearable to AvatarWearable | lbsa71 | 2007-12-18 | 1 | -0/+0 |
| | | | | | * Made Terrain texture temp (it's re-created on every run) | ||||
* | * Fix for mantis 0000040 After client logout remote host closed connection ↵ | Teravus Ovares | 2007-12-18 | 1 | -0/+1 |
| | | | | | | | | | on Simulator makes sim unuseable->'Closed Connection Called' * I've fundamentally changed a few things, so this is experimental * The routine that I used needs to be tested on Linux. I don't expect it to cause a problem, but hey, it might. * Child agents are still not logged off properly, so when the first set time out, the second set get logged off also, on the second log in if the second login is initiated before the first one fully times out. | ||||
* | * Turned all instances of ForEach loops in ClientManager into Local Arrays. | Teravus Ovares | 2007-12-17 | 1 | -15/+60 |
| | | | | | | * Added Locking while the Copy is taking place. * Added an error message to describe what's actually happening. | ||||
* | *Land has now been linked to the StorageManager. Next step is to fill in the ↵ | mingchen | 2007-12-17 | 2 | -5/+18 |
| | | | | functions for the different datastore interfaces for Land Objects. | ||||
* | Clean up the Login message on UserServer console just | Charles Krinke | 2007-12-16 | 1 | -1/+2 |
| | | | | | before CustomizeResponse is called (this one redundant). | ||||
* | *Adding and Removing Avatars from the Access/Ban List for a parcel now ↵ | mingchen | 2007-12-16 | 1 | -0/+6 |
| | | | | works, but the actual ban lines, etc are not done. | ||||
* | Reposition 'user profile not found' messages to stop spurious messages ↵ | Justin Clarke Casey | 2007-12-16 | 2 | -29/+28 |
| | | | | | | | | caused by other usermanager usage This should stop the regular spurious messages in the grid user console | ||||
* | Put out a more comprehensible message when user authentication fails than ↵ | Justin Clarke Casey | 2007-12-15 | 6 | -110/+28 |
| | | | | the current NullReferenceException based one | ||||
* | * Added support for multiple terrain blocks to be edited at the same time | Teravus Ovares | 2007-12-15 | 1 | -1/+1 |
| | | | | | | | * Now sending South and East cords to the terrain editor.. * No new functionality from a user perspective * Programming wise, there's enough information to get the select based terrain editor working in an upcoming revision. | ||||
* | * some work on not storing the circuitPack (bad thing if we're going to ↵ | lbsa71 | 2007-12-15 | 1 | -1/+1 |
| | | | | | | | | reuse packets) * some work on encapsulation, code convention compliance and beautification. * also, some ignores | ||||
* | Grid Inventory feature upgrade: renaming folders should now be correct, ↵ | Brian McBee | 2007-12-15 | 9 | -8/+149 |
| | | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode. | ||||
* | Set svn:eol-style. Cleaned up set-eol-style.sh a bit. | Jeff Ames | 2007-12-15 | 1 | -9/+9 |
| | |||||
* | Thanks, Justin, for: | Charles Krinke | 2007-12-14 | 1 | -0/+4 |
| | | | | | | Message to confirm inventory retrieval rather than simply relying on the absence of a not found message. | ||||
* | Thank you Justin for: | Charles Krinke | 2007-12-14 | 1 | -52/+27 |
| | | | | | 0000188: Clean up of some AssetCache.ProcessAssetQueue() code | ||||
* | * Just making Create public | lbsa71 | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | * ARequest changed name to AssetRequest and moved to own file. | lbsa71 | 2007-12-14 | 6 | -110/+107 |
| | | | | | | * The AssetServerBase is now responsible for dequeueing, the server implementations merely recieves ProcessRequest( AssetRequest req ) * Catchall added around queue processing thread so thread won't abort on exceptions. | ||||
* | * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵ | Teravus Ovares | 2007-12-14 | 2 | -3/+9 |
| | | | | calls | ||||
* | patch from justincc for Mantis #163 - Opening a script in inventory longer ↵ | Teravus Ovares | 2007-12-14 | 1 | -11/+36 |
| | | | | than 1500characters can cause looping crash. | ||||
* | Minor cleanup | Jeff Ames | 2007-12-13 | 4 | -25/+24 |
| | |||||
* | * Debugging Shape | lbsa71 | 2007-12-13 | 1 | -3/+3 |
| | | | | | * Adding namesetting to Create | ||||
* | * Killed hard coded heart after stats update | Teravus Ovares | 2007-12-12 | 1 | -1/+1 |
| | | | | | * Did some voodoo math on the sim FPS to make the values 0-50 | ||||
* | * Patch from justincc to fix Inconsistent automatic mysql table creation - ↵ | Teravus Ovares | 2007-12-12 | 6 | -0/+183 |
| | | | | see bug 169 | ||||
* | A few minor changes/additions/fixes. | MW | 2007-12-11 | 1 | -0/+1 |
| | |||||
* | * The 'Create' functions should be called to factor up a new, otherwise ↵ | lbsa71 | 2007-12-11 | 1 | -0/+6 |
| | | | | | | | empty, but with the Id and 1-to-1 child fields instantiated and randomized. * Added two shape constants that |