aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fixing copy & paste artefact.Dr Scofield2008-07-181-2/+2
* add some locks back into the sqlite asset path, as something changedSean Dague2008-07-181-49/+56
* simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield2008-07-183-120/+118
* remove all the odd quoting, on the off chance this was causing someSean Dague2008-07-181-90/+90
* put the entire thing inside a transaction. This probably doesn'tSean Dague2008-07-181-0/+4
* fix typo in create index that caused the entire migration to fail.Sean Dague2008-07-181-1/+12