Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-09 | corrected the params types on IClientAPI.SendParcelMediaCommand. the command ↵ | MW | 1 | -2/+2 | |
parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum]) | |||||
2008-07-08 | * Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to ↵ | lbsa71 | 1 | -0/+32 | |
IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList. | |||||
2008-07-08 | * Changed casing of some archaic methods to conform with code standards | lbsa71 | 1 | -10/+10 | |
2008-07-08 | * Moved script packet handlers from 'unimplemented' to 'Script Packets' | lbsa71 | 1 | -173/+180 | |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -11/+11 | |
2008-07-03 | * On client login, send only one terrain patch at a time (with pauses) ↵ | Justin Clarke Casey | 1 | -9/+25 | |
instead of 4 at a time * Certain terrains which are fine went patches are sent singly cause a libsecondlife failure when patches are sent in batches * See http://opensimulator.org/mantis/view.php?id=1662 for more details | |||||
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 1 | -1/+28 | |
not break trunk. | |||||
2008-06-28 | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 1 | -6/+90 | |
* Added IClientAPI.SendTexture stub. | |||||
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 3 | -14/+14 | |
2008-06-26 | Mantis#1597. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+11 | |
Adds handlers for the reclaim land functionality, plus all needed permissions checks. | |||||
2008-06-25 | added the flag param to IClientAPI.SendMapBlock | MW | 1 | -4/+4 | |
2008-06-25 | first part of Requestmapblocks fixes: Adds uint flags param to the ↵ | MW | 1 | -1/+1 | |
OnRequestMapBlocks event (and handler), as when a client sends a map block request it also sends what layer it wants it for 0,1,2. It will always send two requests, one of them being for layer 2 (the overlay layer) and the other one either 0 or 1 depending on the tab that is selected in the client worldmap window. We should also be sending what layer the reply is for in IClientAPI.SendMapBlock (current always set to 0). That will come in next part (most likely at the weekend). | |||||
2008-06-21 | * Adds Region ban capability to Regions. You access this by going to ↵ | Teravus Ovares | 1 | -0/+45 | |
World->Region/Estate. Then on the Estate tab, at the lower right hand corner, clicking the 'Add' button and picking an avatar. * It only persists across reboots for the mySQL datastore currently. * Currently have stubs in the other datastores. | |||||
2008-06-20 | Implemented plugin support for ClientStack, with LindenUDP as the default ↵ | Johan Berntsson | 2 | -1/+6 | |
plugin. This makes it easy for developers to experiment with alternative communication protocols | |||||
2008-06-19 | Mantis#1543. Thank you kindly, Jonc for a patch that: | Charles Krinke | 1 | -0/+13 | |
Implements terrain bake from Region/Estate dialog and respects estate settings during terraforming | |||||
2008-06-18 | * Refactors call to OutPacket out of AssetCache and into LLClientView | Teravus Ovares | 1 | -0/+76 | |
2008-06-14 | * minor: A few miscellaneous doc comments before I break and start on ↵ | Justin Clarke Casey | 1 | -1/+1 | |
something else | |||||
2008-06-14 | * Enables maptile display in grid mode for simulators that are not on the ↵ | Teravus Ovares | 1 | -0/+1 | |
same instance. * Only generates a new maptile after a refresh interval * Maptile names have the UnixTimeSinceEpoch that they were generated and the regionUUID they're from, so you can know which ones are no longer necessary. * Updates RegionInfo, so backup your /bin/Region/*.xml files. | |||||
2008-06-12 | * Split the World Map code into a module. | Teravus Ovares | 1 | -11/+36 | |
* Implemented a hack so regions beyond the 10,000m range will show the map without having to click on the map before they'll start to show. The hack shows regions around the one you're in, but it won't show the one you're in.. you still need to click on the map to get that (not sure why yet). Additionally, the map still only shows pictures for regions that are hosted on the same instance (no change). | |||||
2008-06-11 | *Parcel Prim Count Maximums moved to their own functions so modules can ↵ | mingchen | 1 | -9/+3 | |
override the default method of calculating how many prims a parcel can have. | |||||
2008-06-10 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 | |
2008-06-06 | * This wraps the autopilot request to the client's sit response. An ↵ | Teravus Ovares | 1 | -4/+55 | |
interesting, but successful way to do it. * This also takes care of a few error situations that were previously never seen. | |||||
2008-06-06 | Minor formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2008-06-05 | Mantis#1455. Thank you kindly, Mikem for a patch that addresses | Charles Krinke | 1 | -1/+0 | |
the client thread terminating when creating a new script. | |||||
2008-06-05 | * minor: Yet another minor logging message tweak following on from the last ↵ | Justin Clarke Casey | 1 | -1/+1 | |
commit | |||||
2008-06-05 | * minor: Increase verbosity of "new user request denied" incoming session ↵ | Justin Clarke Casey | 1 | -1/+4 | |
warning for debugging purposes | |||||
2008-06-05 | * If a client thread crashes, make an attempt to notify the client and clean ↵ | Justin Clarke Casey | 1 | -4/+58 | |
up the resources | |||||
2008-06-04 | * Start writing out assets metadata file for archiver | Justin Clarke Casey | 1 | -1/+1 | |
* Ignoring it on reload as of yet | |||||
2008-06-04 | change clientCircuits_reverse to a synchronized hash table. This | Sean Dague | 1 | -35/+45 | |
removes a lock on every SendPacketTo call, which was shown to have good performance benefits by the IBM China Research Lab. | |||||
2008-06-04 | * Start recording abnormal client thread terminations | Justin Clarke Casey | 1 | -0/+4 | |
2008-06-04 | * If a ThreadAbortException reaches AuthUser() then let it pass through ↵ | Justin Clarke Casey | 1 | -0/+4 | |
unmolested * These are only thrown on client shutdown anyway * This stops the console (harmlessly) spewing stack traces when a client logs off | |||||
2008-06-03 | * minor: Remove my own stupidity in the last doc comment - it wouldn't ↵ | Justin Clarke Casey | 1 | -3/+1 | |
actually be all that tricky to try better clean up on a client thread crash. Haven't actually implemented this, though | |||||
2008-06-03 | * minor: Change comment on last commit. My English - not so good. | Justin Clarke Casey | 1 | -3/+4 | |
2008-06-03 | * Stop the crash to bash of the entire region server when a client thread ↵ | Justin Clarke Casey | 1 | -22/+36 | |
fails by catching the exception in AuthUser() instead of letting it propogate out of the thread | |||||
2008-06-03 | temporarily disable the last bit of code as it prevents startup on | Sean Dague | 1 | -1/+2 | |
mono. Need to sort that out with DJ shortly. | |||||
2008-06-03 | From: Dong Jun Lan <landj@cn.ibm.com> | Sean Dague | 1 | -0/+6 | |
Set udp flags correctly to prevent "Socket forcibly closed by host" errors. | |||||
2008-06-03 | * This should fix presence issues. | Teravus Ovares | 1 | -0/+2 | |
2008-06-03 | * It's probably safe to remove the 'Warning Duplicate packet detected Packet ↵ | Teravus Ovares | 1 | -1/+1 | |
Dropping.' message | |||||
2008-05-31 | * Make version information common to all servers | Justin Clarke Casey | 1 | -1/+1 | |
* Now all servers respond to the "show version" command on the console | |||||
2008-05-30 | Mantis#1422. Thank you kindly, Xantor for a patch that : | Charles Krinke | 1 | -5/+16 | |
- volume doesn't change with a new llLoopSound(same sound, new volume); - SendFullUpdateToClients sends 0's in all sound related fields when there's no sound on the prim, thereby improving the amount of data being sent out on these prims (fixes zeropack) - Removed some code duplication between llStartSound, llLoopSound and llParticleSystem() calls | |||||
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -176/+134 | |
2008-05-28 | Mantis#1406. Thank you kindly, Xantor for a patch that: | Charles Krinke | 1 | -5/+13 | |
llLoopSound sends out one packet to clients in view, so it doesn't work anymore when clients enter later on, or the prim is modified in any way. Solution: Stored sound data on prim, send full update instead. llStartSound and llLoopSound now accept both LLUUIDs to a sound as well as object inventory sound names. llStopSound clears prim data and sends full update. | |||||
2008-05-28 | * Implements duplicate packet tracking. This virtually eliminates object ↵ | Teravus Ovares | 1 | -1/+64 | |
duplication causing 2-3 duplicates depending on the UDP connection quality. This also eliminates duplicated chat, etc. * It's verbose currently since this is new. You'll see: [CLIENT]: Warning Duplicate packet detected X Dropping. After this is sufficiently tested we'll remove that m_log.info line. | |||||
2008-05-26 | Thank you kindly, Melanie for a patch for script reset | Charles Krinke | 1 | -0/+10 | |
that creates the event handler chain ready to hook by script engines | |||||
2008-05-26 | * Extract and boil down necessary texture UUIDs for an archive of the scene ↵ | Justin Clarke Casey | 1 | -1/+1 | |
prims * no user functionality yet | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 2 | -16/+13 | |
2008-05-25 | * A hacky Top Scripts display. It isn't accurate as far as ms accounting, ↵ | Teravus Ovares | 1 | -0/+7 | |
however you can use it to help find out what scripts are causing your simulator to cry. * Access it from the Estate tools/Debug tab. | |||||
2008-05-25 | * Adds Top Colliders when using ODE. Access it from the estate tools/debug tab. | Teravus Ovares | 1 | -0/+56 | |
2008-05-24 | * Temporary fix for mantis 1374 | Justin Clarke Casey | 1 | -1/+11 | |
* If the agent throttle byte array is unexpectedly empty, then log a warning and drop the packet | |||||
2008-05-24 | This enables return from the parcel object owner display. | Teravus Ovares | 1 | -0/+25 | |
There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return. |