aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker10-86/+17
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker4-7/+8
2008-07-18pulling query handling through the handlers. adding (non-functional,Dr Scofield2-2/+4
2008-07-18Mantis#1778. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2-4/+61
2008-07-18Patch adds bool IsManager(LLUUID) to IEstateModule.Melanie Thielker2-0/+13
2008-07-18fixing copy & paste artefact.Dr Scofield1-2/+2
2008-07-18add some locks back into the sqlite asset path, as something changedSean Dague1-49/+56
2008-07-18simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield3-120/+118
2008-07-18remove all the odd quoting, on the off chance this was causing someSean Dague1-90/+90
2008-07-18put the entire thing inside a transaction. This probably doesn'tSean Dague1-0/+4
2008-07-18fix typo in create index that caused the entire migration to fail.Sean Dague1-1/+12
2008-07-18found a better pattern for SaveOrUpdate with nhibernateSean Dague2-52/+49
2008-07-18* refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey5-24/+22
2008-07-18force Culture to en-US in BaseHttpserver.HandleRequest() --- thisDr Scofield1-0/+3
2008-07-18remove NHPrim, this turned out to be a bad ideaSean Dague1-46/+0
2008-07-18* Fix http://opensimulator.org/mantis/view.php?id=1761Justin Clarke Casey2-2/+2
2008-07-18squashing further warnings.Dr Scofield3-21/+21
2008-07-18fixing warnings in EstateSettings and correcting coding style:Dr Scofield1-20/+20
2008-07-18Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble1-1/+1
2008-07-18Implement cast to LSL_Types.LSLInteger from double. Fix issue 1770.Mike Mazur2-0/+10
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur15-208/+310
2008-07-18masks MySQL password from console startup messagesDahlia Trimble2-3/+47
2008-07-18Patch #9151Melanie Thielker27-809/+1568
2008-07-18added region port number to output of "show regions" commandDahlia Trimble1-1/+1
2008-07-18Treat LSL_Types as special cases in llList2Integer and llList2Float. This cou...Mike Mazur2-0/+36
2008-07-18Mantis#1768. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2-2/+30
2008-07-18refactor - commenting out needsMeshing() and all references as createMesh() h...Dahlia Trimble2-179/+297
2008-07-17fix build breakSean Dague1-1/+1
2008-07-17terrain is close to working, but I still end up at the bottom of the seaSean Dague3-17/+25
2008-07-17need to synchronize the terrain updatesSean Dague1-4/+6
2008-07-17first pass at Terrain implementationSean Dague4-13/+44
2008-07-17add a Terrain object for the purpose of mapping. This may make senseSean Dague2-0/+129
2008-07-17if no texture, make it plywoodSean Dague1-1/+2
2008-07-17add plywood texture as a constant, as we need it in a couple of placesSean Dague1-0/+1
2008-07-17Mantis#1598. Thank you kindly, Matth for a patch that addresses:Charles Krinke2-55/+105
2008-07-17Revert "git merge"Sean Dague4-5/+69
2008-07-17git mergeSean Dague4-69/+5
2008-07-17finish NHibernate mapping for prims, and it even seems to workSean Dague1-1/+20
2008-07-17fix the null case for deep copySean Dague1-2/+10
2008-07-17more safety checksSean Dague1-1/+7
2008-07-17add a null check for safetySean Dague1-0/+3
2008-07-17got basic region object saves working time for lunchSean Dague1-1/+29
2008-07-17early remove callsSean Dague1-7/+38
2008-07-17rearranging variables in OSHttpRequest and adding Query property.Dr Scofield1-22/+45
2008-07-17Mantis#1736. Thank you kindly, StrawberryFride for a patch that:Charles Krinke8-709/+780
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield3-109/+108
2008-07-16added index to ParentID on prims, as this is sorted on for prim loading.Sean Dague1-0/+5
2008-07-16clean up mappings for parent idSean Dague1-1/+2
2008-07-16getting close on saving prims via nhibernateSean Dague2-7/+36
2008-07-16make ParentUUID be a cached value, but allow setting it forSean Dague1-2/+11