aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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-215-26/+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
* Change the OopenSim.ini default to 256m for nonphysical prims, toMelanie Thielker2008-07-201-1/+1
* Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker2008-07-205-65/+83
* 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-1811-96/+20
* 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
* found a better pattern for SaveOrUpdate with nhibernateSean Dague2008-07-182-52/+49
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-185-24/+22
* force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield2008-07-181-0/+3
* additional patterns for .hgignoreDr Scofield2008-07-181-0/+5
* remove NHPrim, this turned out to be a bad ideaSean Dague2008-07-181-46/+0
* * Fix http://opensimulator.org/mantis/view.php?id=1761Justin Clarke Casey2008-07-182-2/+2
* * Try new ruth avatar settings correction suggested by jenni in http://opensi...Justin Clarke Casey2008-07-181-1/+1
* squashing further warnings.Dr Scofield2008-07-183-21/+21
* fixing warnings in EstateSettings and correcting coding style:Dr Scofield2008-07-181-20/+20
* 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-1816-208/+314
* Make scripts LSL compliant.Mike Mazur2008-07-183-80/+81
* masks MySQL password from console startup messagesDahlia Trimble2008-07-182-3/+47
* Patch #9151Melanie Thielker2008-07-1827-809/+1568
* 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-183-0/+37
* 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
* fix build breakSean Dague2008-07-171-1/+1
* terrain is close to working, but I still end up at the bottom of the seaSean Dague2008-07-173-17/+25
* need to synchronize the terrain updatesSean Dague2008-07-171-4/+6
* first pass at Terrain implementationSean Dague2008-07-174-13/+44
* add a Terrain object for the purpose of mapping. This may make senseSean Dague2008-07-172-0/+129