aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-14* This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares4-7/+193
2008-09-14Added some further clipping to color- and alpha-values.Homer Horwitz2-98/+102
2008-09-14Mantis #2186Melanie Thielker1-12/+12
2008-09-14MessageServer gets the agent position (positionx/y/z) as float, not as int inHomer Horwitz1-3/+3
2008-09-14Mantis #2124Melanie Thielker25-1729/+2585
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby5-26/+19
2008-09-14Thank you kindly, CMickeyb for a patch that:Charles Krinke2-3/+14
2008-09-14* Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby3-27/+17
2008-09-14Mantis#2183. Thank you kindly, Ewe Loon for a patch that addresses:Charles Krinke2-0/+26
2008-09-13Fixed several cases of inverted colors and alpha in DNE and XEngine.Homer Horwitz2-70/+70
2008-09-13* Adds regiondata and estatedata persistence in Sqlite. This commit is actu...Teravus Ovares1-0/+3
2008-09-13Formatting cleanup.Jeff Ames5-128/+135
2008-09-13Fixing a bug in DNE which caused the face-colors to be inverted when set via ...Homer Horwitz1-9/+9
2008-09-13Update svn properties. Minor formatting cleanup. Fix some minor typos. Rem...Jeff Ames2-20/+4
2008-09-13Fix another missing UUID before a ToString().Homer Horwitz1-1/+1
2008-09-13* Fixes SQLite load crash. Teravus Ovares1-2/+3
2008-09-13Add region settings support to SQLite (untested!)Melanie Thielker1-1/+183
2008-09-13Mantis #2018Melanie Thielker3-6/+15
2008-09-13Update avatar-position while avatar is sitting and the prim is moved (#2159).Homer Horwitz2-0/+16
2008-09-13Remove the cruft of accessing a private member of another module's classMelanie Thielker4-17/+27
2008-09-13Fix a typo in the DataSnapshot moduleMelanie Thielker1-1/+1
2008-09-13Mantis #2182Melanie Thielker1-1/+1
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