aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quick fix to make the estate ban list effective again, when the regionMelanie Thielker2008-07-191-0/+2
* Fix prim link numbers (Mantis #1781)Melanie Thielker2008-07-197-47/+148
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-184-16/+11
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-182-7/+2
* Mantis#1778. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-182-4/+61
* Patch adds bool IsManager(LLUUID) to IEstateModule.Melanie Thielker2008-07-182-0/+13
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-185-24/+22
* * Fix http://opensimulator.org/mantis/view.php?id=1761Justin Clarke Casey2008-07-182-2/+2
* Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble2008-07-181-1/+1
* Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur2008-07-182-0/+10
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-2/+1
* Patch #9151Melanie Thielker2008-07-1813-145/+295
* added region port number to output of "show regions" commandDahlia Trimble2008-07-181-1/+1
* Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou...Mike Mazur2008-07-182-0/+36
* Mantis#1768. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-182-2/+30
* refactor - commenting out needsMeshing() and all references as createMesh() h...Dahlia Trimble2008-07-182-179/+297
* Mantis#1598. Thank you kindly, Matth for a patch that addresses:Charles Krinke2008-07-172-55/+105
* make ParentUUID be a cached value, but allow setting it forSean Dague2008-07-161-2/+11
* made SOP have a blank setter for 2 convenience properties.Sean Dague2008-07-161-0/+2
* be a little more discriminating on firing ShapeChanged script eventsSean Dague2008-07-161-2/+12