| Commit message (Expand) | Author | Files | Lines |
2008-07-21 | Mantis#1544. Thank you kindly, Jonc, for a patch that: | Charles Krinke | 1 | -2/+8 |
2008-07-21 | * minor: stick filename being loaded/saved from in save/load xml/oar informat... | Justin Clarke Casey | 2 | -10/+9 |
2008-07-21 | * minor: Make it clearer the region on which save and load xml/oar commands a... | Justin Clarke Casey | 1 | -0/+14 |
2008-07-21 | * minor: add wiki link to archiving function invocation | Justin Clarke Casey | 2 | -3/+4 |
2008-07-21 | * Minor: correct change-region typo | Justin Clarke Casey | 1 | -1/+1 |
2008-07-21 | * minor: change misleading 'all assets found' message to instead tell how man... | Justin Clarke Casey | 4 | -23/+35 |
2008-07-21 | added support so that the packet tracker can resend packets itself as well as... | MW | 1 | -2/+31 |
2008-07-21 | added experimental packet tracker (LLPacketTracker.cs), which can be told to ... | MW | 8 | -50/+342 |
2008-07-21 | Mantis#1801. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2 | -2/+2 |
2008-07-21 | Mantis#1798. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2 | -13/+5 |
2008-07-21 | * eliminated some warnings and added some const and readonlies | lbsa71 | 4 | -24/+24 |
2008-07-21 | some optimizations in quaternion normalization in llRot2Fwd, llRot2Left, and ... | Dahlia Trimble | 2 | -73/+98 |
2008-07-21 | does some verification of the quaternion returned by llAxes2Rot and modifies ... | Dahlia Trimble | 2 | -52/+69 |
2008-07-20 | Mantis#1797. Thank you kindly, StrawberryFride for a patch that solves: | Charles Krinke | 1 | -1/+1 |
2008-07-20 | Mantis#1796. Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 3 | -21/+73 |
2008-07-20 | Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini | Melanie Thielker | 4 | -65/+79 |
2008-07-19 | Change SQLite argument marker from the more standard '@' to the ':' supported | Melanie Thielker | 1 | -30/+30 |
2008-07-19 | Mantis#1785. Thank you kindly, Junta_Kohime for a patch that" | Charles Krinke | 2 | -5/+62 |
2008-07-19 | Update svn properties. Fix some inconsistent newlines. | Jeff Ames | 3 | -301/+301 |
2008-07-19 | Quick fix to make the estate ban list effective again, when the region | Melanie Thielker | 1 | -0/+2 |
2008-07-19 | Fix prim link numbers (Mantis #1781) | Melanie Thielker | 7 | -47/+148 |
2008-07-18 | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 10 | -86/+17 |
2008-07-18 | Patch to fix saving of estate managers list loaded during migration. | Melanie Thielker | 4 | -7/+8 |
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2 | -2/+4 |
2008-07-18 | Mantis#1778. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2 | -4/+61 |
2008-07-18 | Patch adds bool IsManager(LLUUID) to IEstateModule. | Melanie Thielker | 2 | -0/+13 |
2008-07-18 | fixing copy & paste artefact. | Dr Scofield | 1 | -2/+2 |
2008-07-18 | add some locks back into the sqlite asset path, as something changed | Sean Dague | 1 | -49/+56 |
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 3 | -120/+118 |
2008-07-18 | remove all the odd quoting, on the off chance this was causing some | Sean Dague | 1 | -90/+90 |
2008-07-18 | put the entire thing inside a transaction. This probably doesn't | Sean Dague | 1 | -0/+4 |
2008-07-18 | fix typo in create index that caused the entire migration to fail. | Sean Dague | 1 | -1/+12 |
2008-07-18 | found a better pattern for SaveOrUpdate with nhibernate | Sean Dague | 2 | -52/+49 |
2008-07-18 | * refactor: break out sog loading code into two parts so that post-deserializ... | Justin Clarke Casey | 5 | -24/+22 |
2008-07-18 | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 1 | -0/+3 |
2008-07-18 | remove NHPrim, this turned out to be a bad idea | Sean Dague | 1 | -46/+0 |
2008-07-18 | * Fix http://opensimulator.org/mantis/view.php?id=1761 | Justin Clarke Casey | 2 | -2/+2 |
2008-07-18 | squashing further warnings. | Dr Scofield | 3 | -21/+21 |
2008-07-18 | fixing warnings in EstateSettings and correcting coding style: | Dr Scofield | 1 | -20/+20 |
2008-07-18 | Commented out a readline that was preventing the sim from shutting down in so... | Dahlia Trimble | 1 | -1/+1 |
2008-07-18 | Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770. | Mike Mazur | 2 | -0/+10 |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 15 | -208/+310 |
2008-07-18 | masks MySQL password from console startup messages | Dahlia Trimble | 2 | -3/+47 |
2008-07-18 | Patch #9151 | Melanie Thielker | 27 | -809/+1568 |
2008-07-18 | added region port number to output of "show regions" command | Dahlia Trimble | 1 | -1/+1 |
2008-07-18 | Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou... | Mike Mazur | 2 | -0/+36 |
2008-07-18 | Mantis#1768. Thank you kindly, Junta_Kohime for a patch that: | Charles Krinke | 2 | -2/+30 |
2008-07-18 | refactor - commenting out needsMeshing() and all references as createMesh() h... | Dahlia Trimble | 2 | -179/+297 |
2008-07-17 | fix build break | Sean Dague | 1 | -1/+1 |
2008-07-17 | terrain is close to working, but I still end up at the bottom of the sea | Sean Dague | 3 | -17/+25 |