aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Mantis #1759Melanie Thielker2008-07-231-2/+2
* make privates privateSean Dague2008-07-231-39/+39
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-2316-523/+847
* 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-2329-398/+404
* 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-235-8/+34
* The new secure inventory server mode (in r5590) can now be disabled from Open...Johan Berntsson2008-07-236-16/+136
* 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-233-0/+672
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-239-28/+155
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-232-3/+44
* Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur2008-07-232-13/+7
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-2316-79/+11
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-235-234/+623
* 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-2213-834/+837
* * refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey2008-07-223-9/+12
* * minor: Make create user command appear on the region console only if the re...Justin Clarke Casey2008-07-222-4/+15
* Update svn properties. Squash a couple of warnings.Jeff Ames2008-07-223-267/+267
* 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-218-50/+342
* 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-214-24/+24
* 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
* Mantis#1796. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-203-21/+73
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-204-65/+79
* Change SQLite argument marker from the more standard '@' to the ':' supportedMelanie Thielker2008-07-191-30/+30
* Mantis#1785. Thank you kindly, Junta_Kohime for a patch that"Charles Krinke2008-07-192-5/+62
* Update svn properties. Fix some inconsistent newlines.Jeff Ames2008-07-193-301/+301
* 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-1810-86/+17
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-184-7/+8
* pulling query handling through the handlers. adding (non-functional,Dr Scofield2008-07-182-2/+4