aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-26Remove interfaces that are no longer used from DNEMelanie Thielker3-98/+2
2008-09-26Bringing the OSSLPrim back. Prim.Rotation, etc, will now work again.Melanie Thielker2-1/+187
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker18-9970/+8389
2008-09-26Mantis#2265. Thank you kindly, Idb for a patch that:Charles Krinke1-2/+1
2008-09-25Implement LSL-function llSetClickAction.Homer Horwitz2-1/+13
2008-09-25Some script engine interface changesMelanie Thielker3-6/+27
2008-09-25Implement LSL-function llGetRegionAgentCount.Homer Horwitz1-2/+1
2008-09-25Fix script engine name parsing for DotNetEngine to make that actually workMelanie Thielker2-2/+2
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker11-81/+199
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke6-15/+8
2008-09-25Fixes an exception that is seen on regions running XEngine, where DNEMelanie Thielker1-8/+3
2008-09-25* Adds some WindTeravus Ovares5-1/+358
2008-09-25fixes a slight copy and paste bug in OGP module.Dr Scofield1-1/+1
2008-09-25temporarily disabling HttpServer related stuff (take #2: Exclude takesDr Scofield2-48/+48
2008-09-25* In Standalone, add a persistant account for the OGP user.Teravus Ovares4-8/+80
2008-09-25CONVERGENCE!!!!!!Melanie Thielker7-16443/+8347
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker29-1724/+389
2008-09-25Mantis#2123. Thank you kindly, Idb for a patch that solves:Charles Krinke2-4/+40
2008-09-25* Remove a message handler Teravus Ovares2-4/+18
2008-09-25removal of more dead alter table codeSean Dague1-39/+2
2008-09-24Add a module selection option for the MapImage Module as wellMelanie Thielker1-0/+6
2008-09-24Correct a capitalization errorMelanie Thielker1-1/+1
2008-09-24Add WorldMapModule = "name" to OpenSim.ini. Default is "WorldMap".Melanie Thielker1-0/+9
2008-09-24light mysql user testsSean Dague1-0/+88
2008-09-24expose it for real, missed the public keywordSean Dague1-1/+1
2008-09-24expose MySQLUserData class so that it can be testedSean Dague1-1/+1
2008-09-24remove configurable table names from the mysql user driver. ThatSean Dague1-24/+3
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz13-4/+198
2008-09-24light the mysql region testsSean Dague1-0/+97
2008-09-24let the asset tests run on MySQL. Interesting difference here, theSean Dague4-4/+102
2008-09-24remove a bunch of out of date inline ALTER table commands that would onlySean Dague1-84/+17
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker8-295/+376
2008-09-24From: alan webb (alan_webb@us.ibm.com)Dr Scofield1-60/+60
2008-09-24cleanups, fixing REST appearance services.Dr Scofield3-112/+128
2008-09-24Mantis #2250Melanie Thielker1-1/+1
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker8-102/+113
2008-09-23Update svn properties, formatting cleanup.Jeff Ames7-22/+22
2008-09-23couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague5-12/+4
2008-09-23leyla found a capitalization error in one of the OGP messages. Thanks leyla!Teravus Ovares1-1/+1
2008-09-23Add the missing fileMelanie Thielker1-2/+2
2008-09-23create the first attempted mysql test. This only runs locally if youSean Dague1-8/+19
2008-09-23Refactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the laterMelanie Thielker3-214/+214
2008-09-23Remove some debug outputMelanie Thielker1-3/+0
2008-09-23Switches the direct event postings in the API file over to the Shared/Melanie Thielker4-56/+131
2008-09-23* OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares1-1/+1
2008-09-23* Fix a null reference exception that I introducedTeravus Ovares1-1/+1
2008-09-23remove log4net references, see if that helps fix bambooSean Dague1-9/+1
2008-09-23* Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares1-0/+12
2008-09-23check in stubbing for mysql tests. This is ignored withSean Dague1-0/+74
2008-09-23Add IEventReceiver to DNE - a consolidation series patchMelanie Thielker3-9/+38