aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-23Thank you kindly, Melanie, for:Charles Krinke1-2/+22
Nothing huge, but the new button code for producing a new script does well, but the script will not allow for name change once created. It reverts back to new script.
2008-05-22change to how initial terrain data is sent. Instead of sending the 64 ↵MW1-10/+46
packets in rapid fire as quickly as possible. The terrain data sending is now done in a threadpool worker thread over ~10 seconds with a thread.sleep between each packet sending. this hasn't been tested thoroughly, so it might not actually help with the atom bomb terrain (missing patches) but its a simple thing to revert if it makes things worse for anyone. 10 seconds is roughly the time between the region handshake completing and you being in world where you can see your avatar. So normally the terrain still should have loaded by time you get in the region, although it is possible that sometimes you might see the very end of the terrain load just after you arrive.
2008-05-22* Limiting the Quaternion reset to x=y=z=w=0Teravus Ovares1-4/+4
2008-05-22* Refactor: Move enhancement of version string with operating system ↵Justin Clarke Casey1-2/+1
information from Scene to OpenSimMain * This also means the operating system info will show up in the region console (and hence the logs)
2008-05-21IZ QUATERNION NORMALIZE TO 0? NOWAI! KTHXBYETeravus Ovares1-0/+10
2008-05-20Add copyright notices.Jeff Ames1-0/+27
Fix spelling typo (Thanks ChrisDown for pointing this out)
2008-05-18* minor: Just a few documentation odds and endsJustin Clarke Casey1-3/+0
2008-05-18* Group type stuff. Nothing spectacular. two packets, sorta almost semi ↵Teravus Ovares1-1/+54
half tiny amount implemented.
2008-05-17* Tweaked patch mantis 1302 and committing it.Teravus Ovares1-0/+23
2008-05-17Formatting cleanup.Jeff Ames1-19/+19
2008-05-16* Committing patch from mantis 0001297: [PATCH] Fix behavior of child prim ↵Teravus Ovares1-1/+20
inventories. Also enables 'New Script' button. from Melanie. Thanks Melanie!
2008-05-16Formatting cleanup.Jeff Ames5-157/+157
2008-05-15Committing patch from Melanie. 0001290: [PATCH] implement permissions ↵Teravus Ovares1-1/+1
propagation and script module hooks. Thanks Melanie! * Implements quite a few inventory related perms. * (from Teravus) Fixes Take Copy
2008-05-14* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid ↵Teravus Ovares1-2/+3
of some of the parameters we pass to it's constructor now like, 'm_allowPhysicalPrim', 'seeIntoOtherRegions', etc.. so on * The main purpose of this is to provide configuration options for ODE and other physics plug-ins that are advanced enough to be able to be configured.
2008-05-14* Adding the very bare minimum for the client to register user as having the ↵Teravus Ovares1-0/+24
group OpenSimulator Tester. This allows us to start examining and implementing the vary many unhandled group packets.
2008-05-14More formatting cleanup.Jeff Ames2-3/+6
2008-05-14Formatting cleanup.Jeff Ames2-10/+9
2008-05-14* Refactored OutPacket out of ScenePresence Teravus Ovares1-0/+33
* Down to 65 warnings.
2008-05-14* Refactored OutPacket and FirstName/LastName out of Friends Module.Teravus Ovares1-0/+28
2008-05-13*Complete redo of the permissions modulemingchen1-34/+47
*Removed hardcoded permissions checks *Added permissions checks where needed
2008-05-12* If a region running in grid mode fails to login to the grid service, ↵Justin Clarke Casey1-5/+1
startup will now terminate instead of carrying on (and thus burying the error message)
2008-05-12Formatting cleanup.Jeff Ames1-3/+3
2008-05-110001199: [PATCH] Add support for default animations Teravus Ovares1-0/+16
From Melanie... Thanks Melanie! .
2008-05-11* Mantis #1127 - Patch to implement depreciated patches. Thanks middlelink!Adam Frisby1-4/+36
2008-05-10* Refactored two more OutPackets. ObjectPropertiesFamily, and Object ↵Teravus Ovares1-0/+73
Properties.
2008-05-10* More OutPacket refactors.Teravus Ovares1-0/+13
* Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down')
2008-05-10* Two more OutPacket refactors. TextureSender.Teravus Ovares1-0/+15
* The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment.
2008-05-10Refactored out a few warnings related to Adam's bane OutPacketTeravus Ovares1-0/+28
2008-05-10* Experiment in Zerocoding.Teravus Ovares1-11/+27
2008-05-08* remove 2 warnings.Teravus Ovares1-1/+1
2008-05-08*Added all the permission checks to the sceneexternalchecks and modified ↵mingchen1-13/+13
permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module
2008-05-08* Proper fix for 1191 - Missing TypeData in ViewerEffectEventHandlerArg.Adam Frisby1-0/+1
2008-05-08* You can haz more spring cleaning.Adam Frisby1-0/+1
* Eventually this codebase will be clean. >_>
2008-05-08* Some refactorings.Adam Frisby1-2/+1
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
2008-05-07* Temporary fix for Mantis 1177.Adam Frisby1-1/+2
2008-05-07* Removes references to libsecondlife.Packets from IClientAPI. BAD ↵Adam Frisby1-5/+77
PROGRAMMERS. NAUGHTY. * Thanks to Andrew (DeepThink) for working on this one.
2008-05-07enable velocity on our full update, as I think I know why Sean Dague1-2/+2
this didn't previously work
2008-05-07seriously hope this gives us rotation and rotational velocitySean Dague1-1/+1
2008-05-07* Other then the prim update experiments that are going on now, ↵Teravus Ovares1-0/+12
llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
2008-05-07check in a new approach to thisSean Dague1-1/+7
2008-05-07ok, reverting the bad packet fill in, going to try this againSean Dague1-86/+4
slightly differently
2008-05-07make prims reliable to see how that effects this update pathSean Dague1-0/+1
2008-05-07this change probably causes an earthshattering kaboom, andSean Dague1-4/+85
sends all your prims to mars. or it fixes llTargetOmega. place your bets quickly before I have a chance to test it.
2008-05-07get all the right bits to SendPrimitiveToClient so we can actuallySean Dague1-8/+11
set vel, acc, and rvel in the packet (though this isn't done yet).
2008-05-07if we are aborting the client loop we should tell someoneSean Dague1-0/+1
2008-05-07*Added SceneExternalChecks.cs that is used to manage checking the results of ↵mingchen1-0/+3
multiple functions that register with the class and return the result (usually true/false) based on those results. This is useful for module wanting to put their opinion in decisions such as 'can the user rez this object?'
2008-05-07revert 4546, I definitely didn't understand what I was doing hereSean Dague1-66/+47
and awebb says he's close to a functional patch for 1166
2008-05-07attempted fix of http://opensimulator.org/mantis/view.php?id=1166. ThisSean Dague1-47/+66
is currently untested and may result in weirdness. Beware this changeset.
2008-05-07From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-6/+12
The attached patch moves the sun module incrementally nearer where it needs to be. Default behavior, i.e. no overriding configuration is to match Second Life's diurnal/nocturnal rhythm. All designated values are now sent to the client.There remain a couple of unanswered questions about how this SHOULD be implemented though.
2008-05-06send actual velocity and angular velocity in terse updatesSean Dague1-3/+1
instead of hardcoding to zero when the primitive is non physical. llTargetOmega should work now.