Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-02-20 | * Properly guard against the possibility that CopyInventoryItem doesn't get ↵ | Justin Clarke Casey | 1 | -5/+16 | |
an asset back from the cache | |||||
2008-02-20 | * Eliminate AssetCache.CopyAsset() | Justin Clarke Casey | 2 | -58/+30 | |
* Resolve a bad logic bug in AssetCache.GetAsset() * This may make some asset related things work better (possibly getting main map images will now be improved). | |||||
2008-02-20 | Treads command lists threads, but not thread name (yet) | Tedd Hansen | 1 | -7/+9 | |
2008-02-20 | * Only count download requests for assets which are not already waiting for ↵ | Justin Clarke Casey | 5 | -20/+22 | |
data from the asset server * This should stop the constant increase in the download requests statistics * If you see stat numbers for download requests which are far from what you'd expect, please report | |||||
2008-02-20 | div+ | Tedd Hansen | 2 | -1/+14 | |
threads console command will list all threads. This + yesterdays naming threads patch will give a good overview of what threads we have running. | |||||
2008-02-20 | * Found the land bug, yay | Teravus Ovares | 2 | -5/+17 | |
2008-02-20 | * Properly guard removal of asset request lists on AssetCache.AssetNotFound ↵ | Justin Clarke Casey | 2 | -14/+16 | |
(my own bug) | |||||
2008-02-20 | * Remove unused texture dictionaries from AssetCache | Justin Clarke Casey | 2 | -48/+73 | |
* Add documentation to AssetCache | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 206 | -445/+345 | |
2008-02-20 | Report command string on ConsoleBase.RunCommand exception | Justin Clarke Casey | 2 | -3/+4 | |
2008-02-20 | * Fixed a long standing race condition in physics events. Could this be ↵ | Teravus Ovares | 1 | -3/+3 | |
the source of the null on multicast_void: error? | |||||
2008-02-20 | llSetTimerEvent updated to use ticks instead of DateTime for internal timing. | Tedd Hansen | 3 | -24/+41 | |
2008-02-20 | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 6 | -33/+91 | |
* This fixes some of the 'runaway downloads' problem but not all of it * Also fix up logging messages so texture requests are reported as such rather than as assets | |||||
2008-02-20 | llSetTimerEvent was setting seconds as milliseconds causing major problems ↵ | Tedd Hansen | 2 | -2/+2 | |
in timed scripts... | |||||
2008-02-20 | * re-enabled AssetNotFound code | lbsa71 | 2 | -92/+96 | |
* turned script asset fetching asynchronous | |||||
2008-02-20 | Fixed big bug in AgentAssetTransactions, now don't seem to be getting any ↵ | MW | 1 | -4/+4 | |
AbortXfer packets. And the "saving data" message in the client on logout seems to have gone. (So that message was all my fault.) | |||||
2008-02-20 | some changes to the initialising of AgentAssetTransactionModule to see if ↵ | MW | 1 | -9/+23 | |
they help with the xfer/grey avatar problems. | |||||
2008-02-20 | * just added a readonly and a comment | lbsa71 | 2 | -2/+2 | |
2008-02-20 | small change | MW | 1 | -0/+11 | |
2008-02-20 | * Added a few more packets to ClientView. Added tendons to the Skeletal ↵ | Teravus Ovares | 4 | -15/+303 | |
Groups Module, made it shared to save on threads. | |||||
2008-02-20 | * Fixed xml loading bug (the xml was scheduled for update before added to a ↵ | lbsa71 | 4 | -75/+104 | |
scene) * Fixed ClickAction situation on the same note (properties shouldn't cause big changes) * Added some more debug output to AssetCache | |||||
2008-02-20 | * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode. | lbsa71 | 1 | -1/+17 | |
(There are actually other non-content requests too, but I didn't know what we wanted to do with them) | |||||
2008-02-20 | * Cleanup of some memory consuming items on ScenePresence.Close(). | Teravus Ovares | 5 | -10/+78 | |
* Untangled a tangly shutdown loop for the ScenePresence. * Suggested to the Garbage Collector that this may be a good time to >.>, <.< *gasp* collect the memory. | |||||
2008-02-20 | * Made a quickupdate method to run through only entities that have scheduled ↵ | Teravus Ovares | 4 | -1/+55 | |
themselves for updates looking for changes. This runs 10 times a second. * Set the massively slow UpdateEntities method to run every 2 seconds instead of 10 times a second. This method runs through *all* of the entities can calls the virtual update(). * Documented some of the code in the scene.Update method. | |||||
2008-02-19 | Doc correction | Justin Clarke Casey | 1 | -1/+1 | |
2008-02-19 | * Add documentation | Justin Clarke Casey | 3 | -16/+112 | |
* The reason why pending downloads tick ever upwards is because missing assets are never signalled to the TextureSender * Rectifying this is not straightfoward, but this will constitute the next patch. * This does not explain the memory leak. | |||||
2008-02-19 | Putting in eyecatcher lines on OpenSim start as we had previously. This ↵ | Justin Clarke Casey | 1 | -1/+5 | |
makes it easier to pick out a restart of OpenSim in an appended log file | |||||
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 3 | -15/+15 | |
2008-02-19 | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 10 | -197/+576 | |
This patch implements the llSendRemoteData command and fixes mantis 552, and possibly 586. | |||||
2008-02-19 | * Adds limited support for each hollow type for the supported prim., Cube ↵ | Teravus Ovares | 1 | -124/+192 | |
with a triangle hollow, Cube with a cylinder hollow, cylinder with a triangle hollow, etc. * More work needs to be done here as several of the profileshape/hollow combinations are rotationally offset from where they render in the client. | |||||
2008-02-19 | Playing "Name that thread". Adding names and isbackground=true to all ↵ | Tedd Hansen | 9 | -7/+28 | |
threads so it will be easier to debug. | |||||
2008-02-19 | *rawfile fix. | Teravus Ovares | 1 | -1/+1 | |
2008-02-19 | * This patch adds Prism support to the Meshmerizer. Prism is one of the ↵ | Teravus Ovares | 2 | -1/+211 | |
object types in the drop down on the object tab. Positive tapers are slightly incorrect(prim sinks into ground a tiny bit). Everything else that's supported works as expected. Hollow, cut, negative tapers, top shear. | |||||
2008-02-19 | * Committing Ahzz's patch number 620. | Teravus Ovares | 1 | -135/+177 | |
* Description SQLITE Inventory Table locks. *Provided by Openlfiegrid.com * Provides missing inventory table locks in SQLite. | |||||
2008-02-18 | A bit more prominent sign of start up completion :-) thanks HashBox for the ↵ | Dalien Talbot | 1 | -0/+15 | |
ASCII! | |||||
2008-02-18 | Committing ahzz's patch #619 - Description: | Teravus Ovares | 2 | -19/+48 | |
Patch provided by Openlifegrid.com Adds locks around clientCircuits and clientCircuits_reverse Adds existance check on adding to clientCircuits for clients resending UseCircuit packet. Adds locks around Clientmanager.m_clients for add/remove/tryGet calls | |||||
2008-02-18 | * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ↵ | Teravus Ovares | 1 | -3/+9 | |
was trying to set the height of avatar to 127m, which you can imagine is a bit /wrong\ | |||||
2008-02-18 | * Output XmlRpc error message if user server gets a fault response from the ↵ | Justin Clarke Casey | 3 | -9/+21 | |
region server on login * This will make it more obvious if one accidentally starts one's region server in standalone rather than grid mode but then tries to login to a grid (as I am wont to do) * We are now sending back a fault code (-32601) if no xmlrpc method is found rather than an ordinary message | |||||
2008-02-18 | * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val)) | Teravus Ovares | 2 | -9/+65 | |
* Trapped a few more into little self contained boxes with padlocks on them. | |||||
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 4 | -13/+28 | |
* Minor documentation bits | |||||
2008-02-18 | * Since default loglevel is debug, I'm commenting out the resending x packet ↵ | Teravus Ovares | 1 | -2/+2 | |
lines instead. If you want to see them, uncomment the lines, alternatively open up the simulator statistics in the client to get a 'bytes unacked' which is the same information, just compressed so it doesn't lag the simulator and make it harder to pick out useful debug information from the console. | |||||
2008-02-18 | * Putting the resending x packet into debug mode only. Set your loglevel ↵ | Teravus Ovares | 1 | -1/+1 | |
to debug to see them or pull up the simulator statistics in the client to see the 'un acked packet bytes'. | |||||
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 5 | -43/+69 | |
2008-02-18 | a new attempt at converting to the right types | Sean Dague | 1 | -1/+1 | |
2008-02-18 | Attempt to fix casting issue introduced by RegionSize constant. I think this | Sean Dague | 1 | -1/+1 | |
should actually all be uints, but this will hopefully let people log in again. | |||||
2008-02-18 | * Allow create user on standalone even if authentication is off, in case the ↵ | Justin Clarke Casey | 1 | -9/+3 | |
creator wants to see a starting region for a user * This also resolves mantis 601 | |||||
2008-02-18 | More exception checks and crash hints | Tedd Hansen | 6 | -17/+38 | |
If no scriptengine is specified then don't try to load any. | |||||
2008-02-18 | bring back some script engine debugging, hoping this will help track down ↵ | Sean Dague | 3 | -18/+18 | |
the randoms segfaults | |||||
2008-02-18 | Patch from Michael Osias IBM (jimbo2120) | Justin Clarke Casey | 5 | -0/+50 | |
In his own words: If a prim becomes a listener or remote channel and the script is deleted, it cannot become a listener or channel again with a new script. This patch fixes that. | |||||
2008-02-18 | Small change to the IAgentAssetTransactions file that Chi11ken added for me ↵ | MW | 1 | -2/+2 | |
(thanks Chi11ken). when I forgot to commit it on saturday. [The ComsmsManager will die] |