aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-07-243-10/+10
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-07-241-0/+16
* Implements llSetForce() and llGetForce(). These are experimental and the unit...Dahlia Trimble2008-07-2411-10/+92
* Replace the try/catch with a null check.Mike Mazur2008-07-242-12/+6
* Replace implicit casts from LSLFloat to int and uint which were removed inMike Mazur2008-07-242-0/+20
* Addresses Mantis #1810Melanie Thielker2008-07-241-8/+12
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-235-11/+12
* catch a null case in the convenience RegionID propertySean Dague2008-07-231-1/+7
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-236-93/+93
* Attempt to fix Mantis #1804Melanie Thielker2008-07-232-35/+9
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-2312-241/+241
* Send Animation data for other avatars to new users joining the region (tested...MW2008-07-231-0/+13
* Fix a race causing a buffer overflow under moderate loadMelanie Thielker2008-07-231-1/+1
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-2322-366/+368
* get rid of some LLQuaternion == null checks. Because LLQuaternion isSean Dague2008-07-231-18/+4
* Changed it so the avatar's rotation is now sent as part of a full avatar upda...MW2008-07-234-7/+33
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-232-4/+19
* Fix issue 1760. If the inventory item is not found, llSay() and throw an exce...Mike Mazur2008-07-232-7/+13
* adding files that were not included in r5589Johan Berntsson2008-07-231-0/+324
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-232-1/+3
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-232-3/+44
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-231-4/+0
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-233-231/+500
* Guard against wrong packet types being passed into AddNewClient.Melanie Thielker2008-07-231-0/+2
* Make QueuePacket() lock free. Eliminates an unneeded lock()Melanie Thielker2008-07-221-21/+18
* Change one packet optimization to cover a case where the resendMelanie Thielker2008-07-221-2/+2
* renamed ScenePresence.SendFullUpdateToAllClients() to SendInitialFullUpdateTo...MW2008-07-221-2/+17
* Refactor the packet scheduling out of ClientView. Add intelligentMelanie Thielker2008-07-2210-823/+811
* * refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey2008-07-221-2/+3
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-221-4/+14
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-221-263/+263
* Clean up Meshmerizer.cs a bit to make it more readableDahlia Trimble2008-07-211-250/+2
* * Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2008-07-212-7/+9
* Mantis#1544. Thank you kindly, Jonc, for a patch that:Charles Krinke2008-07-211-2/+8
* * minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2008-07-212-10/+9
* * minor: Make it clearer the region on which save and load xml/oar commands a...Justin Clarke Casey2008-07-211-0/+14
* * minor: add wiki link to archiving function invocationJustin Clarke Casey2008-07-212-3/+4
* * Minor: correct change-region typoJustin Clarke Casey2008-07-211-1/+1
* * minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey2008-07-214-23/+35
* added support so that the packet tracker can resend packets itself as well as...MW2008-07-211-2/+31
* added experimental packet tracker (LLPacketTracker.cs), which can be told to ...MW2008-07-216-45/+333
* Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-212-2/+2
* Mantis#1798. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-212-13/+5
* * eliminated some warnings and added some const and readonlieslbsa712008-07-213-23/+23
* some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ...Dahlia Trimble2008-07-212-73/+98
* does some verification of the quaternion returned by llAxes2Rot and modifies ...Dahlia Trimble2008-07-212-52/+69
* Mantis#1797. Thank you kindly, StrawberryFride for a patch that solves:Charles Krinke2008-07-201-1/+1
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-204-65/+79
* Mantis#1785. Thank you kindly, Junta_Kohime for a patch that"Charles Krinke2008-07-192-5/+62