aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-14* Change load-oar/save-oar status to highly experimental.Justin Clarke Casey1-5/+7
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for an additional patch that:Charles Krinke2-16/+22
2008-07-14* On an archive load, make the master avatar the owner of all scene objects f...Justin Clarke Casey1-0/+11
2008-07-14* For now, when loading an archive all the existing scene objects get deleted...Justin Clarke Casey2-0/+22
2008-07-14adding support for Xml2 serialization format to XmlRpcLoadXMLMethod.Dr Scofield1-1/+20
2008-07-14Mantis#1739. Thank you kindly, Grumly57 for a patch that:Charles Krinke4-4/+42
2008-07-14fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield1-2/+3
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield6-79/+594
2008-07-14adds a default value of true to the new IRC bridge configuration option "nick...Dahlia Trimble1-3/+5
2008-07-14Patch #9150Melanie Thielker10-119/+117
2008-07-14Patch #9149Melanie Thielker3-324/+29
2008-07-14Patch #9148Melanie Thielker3-11/+25
2008-07-14Patch #9147Melanie Thielker15-271/+163
2008-07-14Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke3-14142/+15323
2008-07-13Mantis#1638. Thank you kindly, Salahzar for a patch that:Charles Krinke3-10/+25
2008-07-13* minor: make scene closing log message info rather than warnJustin Clarke Casey1-1/+2
2008-07-13* Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey8-17/+74
2008-07-12* Elminate most of the debugging log output from the archive commandsJustin Clarke Casey5-33/+35
2008-07-12* minor: comment out a couple of lines to eliminate nhibernate compile warnin...Justin Clarke Casey1-15/+15
2008-07-12* On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey7-22/+34
2008-07-12minor: method documentationJustin Clarke Casey3-117/+90
2008-07-12* minor: thought up a better name for the last allocated local idJustin Clarke Casey1-2/+2
2008-07-12* minor: just some null guards and name changes to make it clearer that prim ...Justin Clarke Casey4-19/+28
2008-07-12* refactor: Move xml/archive loading and saving code into separate methods re...Justin Clarke Casey1-79/+109
2008-07-12* refactor: collapse scene debug settings into same format as packet debug se...Justin Clarke Casey1-20/+30
2008-07-12* Refactor: Minor cleanup of Debug method in OpenSim.csJustin Clarke Casey1-5/+13
2008-07-12* Hive off ConsolePluginCommand into its own framework classJustin Clarke Casey3-109/+140
2008-07-12* Make archive default tar file modes more permissiveJustin Clarke Casey1-1/+1
2008-07-12* Remove warningJustin Clarke Casey1-1/+1
2008-07-12* Remove warning and tidy up logic in SceneObjectGroup.UpdatePrimFlags()Justin Clarke Casey1-14/+6
2008-07-12* Start compressing archivesJustin Clarke Casey6-36/+32
2008-07-12Patch #9146 (No Mantis)Melanie Thielker1-3/+4
2008-07-12Mantis#1726. Thank you kindly, StrawberryFride for a patch that:Charles Krinke1-0/+4
2008-07-12Mantis#1681. Thank you kindly, Vytek for a patch that:Charles Krinke2-9/+184
2008-07-12Mantis#1718. Thank you kindly, Mircea for a patch that:Charles Krinke1-9/+17
2008-07-12Mantis#1714. Thank you kindly, Krtaylor for a patch that:Charles Krinke2-2/+18
2008-07-12Mantis#1716. Thank you kindly, Nlin for a patch that:Charles Krinke1-0/+9
2008-07-12Mantis#1691. Thank you kindly, Phrearch for a pactch that:Charles Krinke1-3/+18
2008-07-12Patch #9145 (Mantis #1723)Melanie Thielker1-1/+5
2008-07-12Patches #9143 and #9144 (Mantis #1723)Melanie Thielker3-2/+68
2008-07-12Passes prim physical status to mesher from physics pluginsDahlia Trimble4-19/+21
2008-07-12Patch #9142 (No mantis)Melanie Thielker5-80/+121
2008-07-12Overloads CreateMesh method of interface IMesher to pass prim physical status...Dahlia Trimble4-1/+12
2008-07-12Patch #9141 (Mantis #1655)Melanie Thielker3-3/+25
2008-07-11Trim out nulls from mesh vertex and triangle lists to try and save more memoryDahlia Trimble1-6/+22
2008-07-11* Guard against a null point passed to RemoveClientCircuit (odd that this hap...Justin Clarke Casey1-4/+15
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker2-0/+28
2008-07-11Experimental physics optimization: prims with all 3 dimensions less than 0.2 ...Dahlia Trimble1-0/+101
2008-07-11* Oops, turn off permissions debugging I stupidly hardcodedJustin Clarke Casey1-1/+1
2008-07-11* Move thread tracking code to base opensim server so that it's available for...Justin Clarke Casey2-34/+31