| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
| |
inventory (again)
* Can't just do this fix since it stops subfolders working (though it appears subfolder renaming may be fubar at the moment)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Fixed a compile error.
|
|
|
|
|
|
| |
* Reduce 'asset not found' console debug spam
|
|
|
|
| |
thanks Grumly57.
|
|
|
|
|
|
|
|
|
| |
the texture queue
* This is in order to identify whether it is these which are somehow causing the massive texture packet bloat,
* since this is the only other packet put on to that queue other than the TextureSender ones
|
|
|
|
|
| |
* Added WaterLevel support to the ODEPlugin. More on this later.
|
|
|
|
|
|
|
| |
* Enabled new TerrainModule. (The king is dead, long live the king!)
* Use the console command: "script terrain save file.r32" / "script terrain load file.r32" to load/save terrain. Now uses the extension to determine file format.
* MANY of the old terrain features do not have a replacement function in the new module yet, this needs to be corrected, but has not been done so far. This being said, the new module is faster and more efficient and should be a good replacement.
|
| |
|
| |
|
| |
|
|
|
|
| |
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
|
| |
|
| |
|
|
|
|
|
|
| |
* Fixed a few bugs in the patch that are sim crashers.
* There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save.
|
|
|
|
|
|
|
|
| |
appropriate names consisten with their use.
All done with all 94 handlers from handler001
through handler094. Hopefully we can move
forward without numbered handlers.
|
|
|
|
|
|
| |
to more appropriate names consistent with use.
|
|
|
|
|
|
| |
ClientView triggers OnClose event before flushing packetqueue.
Thank sAhzzmandius!
|
|
|
|
|
| |
appropriate names consistent with their use.
|
|
|
|
|
| |
appropriate names consisten with their use.
|
|
|
|
|
| |
appropriate names consistent with their user.
|
|
|
|
|
| |
appropriate names consistent with their use.
|
|
|
|
|
| |
appropriate names consistent with their use.
|
|
|
|
|
| |
appropriate names consistent with their use.
|
|
|
|
|
| |
appropriate names consistent with their use.
|
|
|
|
|
|
|
|
|
|
|
|
| |
to more meaningful names starting from the end and
working backwards.
handler094 -> handlerRequestAsset
handler093 -> handlerPacketStats
handler092 -> handlerGodKickUser
handler091 -> handlerUpdatePrimGroupRotation
handler090 -> handlerUpdatePrimRotation
Others to come shortly.
|
| |
|
|
|
|
| |
asset cache, until it can be seen if the module was the cause of some new problems that seem like they might be related to assets. I'll look into this more tomorrow.
|
|
|
|
|
|
|
|
| |
ever seen". I'm not sure I should be doing this commit, but oh well.
So anyway, it moves the Asset downloading (packet sending) to a module (AssetDownloadModule).
So now at last, AssetCache should be just dealing with fetching assets from the asset server and caching them.
|
|
|
|
|
|
|
| |
is being closed.
DisableSimulatorPacket now skips the packet throttles
|
|
|
|
|
|
|
|
| |
* Moved Flush into Close since it's always done in that order.
* Minor renamings
* Reversed if for clarity
|
|
|
|
| |
to avoid race conditions.
|
|
|
|
|
|
|
|
|
| |
* This will show the packets waiting in each queue for each client logged into a region server
* These are displayed using 'show stats' on the region command line
* This is in pursuit of a memory leak.
* This will require a prebuild
|
|
|
|
| |
clients), problem is that we don't seem to be persisting PrimitiveBaseShape.State in the datastore, so after restart of server, they all turn back into pine trees.
|
|
|
|
| |
recommended format.
|
|
|
|
|
|
|
| |
sends a message back to ClientView to close it a second time. (yes we call close twice because there are times when the client closes with a logout and disconnects immediately which causes the UDP server to send a close request to the client thread)
* This update might make things better, it might expose another issue.
|
|
|
|
| |
compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging.
|
| |
|
|
|
|
| |
Groups Module, made it shared to save on threads.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
threads so it will be easier to debug.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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.
|
|
|
|
| |
to debug to see them or pull up the simulator statistics in the client to see the 'un acked packet bytes'.
|
|
|
|
| |
fix to the b*stard Sakai issue.
|
|
|
|
| |
resolving the Sakai issue. A few locks a few fixes, nothing that'll solve the problem in itself though.
|