aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-13Fix some string to float casting nastiness. The "train script" nowMelanie Thielker2-3/+14
2008-09-13Provide a GetApi method on the IScriptEngine to get a named API referenceMelanie Thielker4-0/+18
2008-09-13Change all LSL functions to return LSL types instead of base types.Melanie Thielker2-261/+223
2008-09-13Fix string parameters to functions taking lists as arguments. LSLMelanie Thielker1-0/+4
2008-09-13Circular path prim meshes are now joined where the path ends meet if they mat...Dahlia Trimble2-69/+92
2008-09-13wrap log4net configure in try block so that it will run if you don't have aSean Dague1-1/+5
2008-09-132 more InventoryItem tests, plus see if I can leave the log4netSean Dague2-0/+26
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz7-20/+30
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2172Justin Clarke Casey2-13/+26
2008-09-12* minor: spelling mistake and message tidying on Migration messagesJustin Clarke Casey1-5/+5
2008-09-12* minor: Remove warningsJustin Clarke Casey2-26/+10
2008-09-12add first round of folder testsSean Dague1-44/+98
2008-09-12reformat spacing on some property declarations. Take away the virtualSean Dague1-73/+33
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2158Justin Clarke Casey1-9/+90
2008-09-12* Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by Garrett...Justin Clarke Casey1-1/+1
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey6-7/+30
2008-09-12* Add userstore sql upgrade I carelessly forgot to check in a couple of revis...Justin Clarke Casey1-0/+5
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2163Justin Clarke Casey2-0/+12
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey14-451/+515
2008-09-12remove hidden faces inside prim meshes to improve memory use and startup timeDahlia Trimble1-2/+6
2008-09-12because UUID supports equality, we can do a straight equals instead ofSean Dague1-3/+3
2008-09-12Note to self: VisualSVN not fully compatible with OpenSim prebuild :)Tedd Hansen16-1501/+0
2008-09-12use new style asserts. They are much easier to read.Sean Dague1-2/+2
2008-09-12Cut of remote server as AppDomains and even WCF can do it better (better mean...Tedd Hansen7-680/+0
2008-09-12* Fix a missing .UUID in llInstantMessageTeravus Ovares1-1/+1
2008-09-12move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague7-167/+308
2008-09-12change order in prebuild.xml so this works in nant on a cleanSean Dague1-1/+1
2008-09-12be more clever and move the bulk of the db tests for inventory intoSean Dague2-140/+187
2008-09-12add the m_host.AddScriptLPS(1); line. I'm not actually sure what itSean Dague1-0/+2
2008-09-12From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague3-0/+197
2008-09-12Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke1-18/+40
2008-09-12* Move the ResetChildPrimPhysics() calls to after physics have been applied t...Justin Clarke Casey1-5/+5
2008-09-12* minor: various doc and tidy up, logging increase to make it clearer which p...Justin Clarke Casey3-37/+80
2008-09-12Revert 6242 because of a possible licensing issueMelanie Thielker1-146/+0
2008-09-12Add the UUIDs of the standard animations. Thanks, Ewe Loon!Melanie Thielker1-0/+146
2008-09-11more inventory folder testsSean Dague1-10/+55
2008-09-11add some folder create and list testsSean Dague1-1/+40
2008-09-11added simple add / exists folder checkSean Dague1-0/+41
2008-09-11* This updates the OGP module to support both the revision 2 and revision 3 o...Teravus Ovares1-10/+64
2008-09-11add a few more SQLite Asset tests.Sean Dague1-3/+31
2008-09-11* Start loading prims after region module configuration rather than beforeJustin Clarke Casey2-4/+6
2008-09-11* Removed some legacy commentinglbsa711-44/+0
2008-09-11* Added small convenience function to recursively calculate total amounts of ...lbsa711-0/+15
2008-09-10added very basic stubs for User and Inventory db creates and emptySean Dague2-0/+146
2008-09-10fix typo in name of test dbSean Dague1-1/+1
2008-09-10add basic sniff tests for SQLite Asset store. Initializes a db,Sean Dague1-0/+91
2008-09-10add a simple update attribute test for SOG & SQLiteSean Dague1-2/+22
2008-09-10added in a few more testsSean Dague1-6/+40
2008-09-10the explicit log4net configure attempt was maybe breaking bamboo, getSean Dague1-4/+0
2008-09-10added the first couple of sqlite tests. we'll see how bambooSean Dague2-2/+53