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