aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added resolving explicit .exe project names. This fixes mantis #2967lbsa712009-01-131-0/+0
|
* * Apply http://opensimulator.org/mantis/view.php?id=2913Justin Clarke Casey2009-01-1218-2/+955
| | | | | | | * Add the KanEd scripts to the standard library * Thanks Fly-Man-
* Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble2009-01-105-0/+0
|
* Include the changes from StrawBerryFride's patch to Charles Krinke2009-01-101-1/+5
| | | | | OpenSim.ini.example.
* Thanks jhurliman for a patch that implements progressive texture downloading ↵Dahlia Trimble2009-01-105-0/+0
| | | | - Mantis #2655
* Add the "Blank" texture, too.Homer Horwitz2009-01-053-0/+21
| | | | | | NOTE: I didn't mention that in my last checkin, but you'll have to clear your viewer cache to see the new textures in the library.
* Added viewer's default terrain textures.Homer Horwitz2009-01-056-0/+78
| | | | | This fixes Mantis #2947. Thanks jhurliman
* Update svn properties, minor formatting cleanup.Jeff Ames2009-01-051-0/+0
|
* * Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2009-01-032-0/+4242
| | | | | | | * Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two.
* - Added the fixed Ode.NET.dllHomer Horwitz2008-12-311-0/+0
| | | | | | | | | - Adapted code to match the corrected signatures - Fixes Mantis #2934. Hopefully. Note: Physics on linked objects still don't work correctly: It doesn't crash the region anymore, but the example object in the mentioned mantis now falls through the ground.
* Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ↵diva2008-12-311-1/+0
| | | | proliferation of "modes".
* Final part for implementing SendChildAgentDataUpdate with modules. This is ↵diva2008-12-291-0/+5
| | | | the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-1/+9
| | | | | | | | | * This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
* * Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares2008-12-261-0/+7
| | | | | | | | | | * Thanks nlin! * To try it out, set ninja joints active in the ODEPhysicsSettings and use the example at: * http://forge.opensimulator.org/gf/download/frsrelease/142/304/demo-playground.tgz. * Don't forget to change the .tgz to .oar and load it with load-oar.
* Mantis #2728Melanie Thielker2008-12-231-0/+21
| | | | | | | Thank you, Cotytto Bonetto, for the missing animation IDs in avataranimations.xml
* * Adding a 64bit compiled libode.so and an Ode.NET.dll.config so mono will ↵Teravus Ovares2008-12-222-0/+5
| | | | automatically pull up either the 32 bit or the 64 bit library, (or the mac lib) depending on which platform it's being run under.
* * Removing the two ode debug libraries. Not used by anyone and just eating ↵Teravus Ovares2008-12-222-0/+0
| | | | up bandwidth.
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the ↵Homer Horwitz2008-12-221-0/+0
| | | | hint, jhurliman.
* * A few more fixes to HttpServer.Teravus Ovares2008-12-201-0/+0
| | | | | | | | | * http://www.codeplex.com/webserver/WorkItem/View.aspx?WorkItemId=3110 fix erronious call to beginread that caused an exception which was caught and ignored (increase performance) * Pass socket into httpclientcontectImp and call the disconnect + reuse method so the socket can be reused quicker (increase performance) * Ensured that in every error scenario beginAccept is called (stability) * Fixed header casing (standards compliance) * Fixed Connection: close handling (standards compliance)
* * ReCommit the OpenID patch with a few less dependencies.Teravus Ovares2008-12-201-0/+0
| | | | | | * Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile
* Revert OpenId until we can come to grips with the mono 2 requirementCharles Krinke2008-12-201-0/+0
| | | | | for System.Web.Mobile
* Mantis#2816. Thank you kindly, JHurliman for the beginnings of Charles Krinke2008-12-191-0/+0
| | | | | OpenID support in OpenSim for the UserServer.
* * Add a nasty hack to try and give the HttpServer a few extra lives until we ↵Teravus Ovares2008-12-181-0/+0
| | | | dig more into what's causing it to stop listening.
* after much discussion, and overwhelming +1 on the -dev list, switch theSean Dague2008-12-111-2/+2
| | | | | | default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini.
* * minor: reindent bits of OpenSim.ini.exampleJustin Clarke Casey2008-12-111-7/+6
|
* * Update DotNetOpenMail to 0.5.8b (taken from ↵Justin Clarke Casey2008-12-111-0/+0
| | | | http://sourceforge.net/project/showfiles.php?group_id=129974&package_id=143561&release_id=419713)
* From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague2008-12-091-0/+4
| | | | | | | | | | | | The attached patch ads an OpenSim.ini option (AutomaticLinkPermission) which when enabled makes PERMISSION_CHANGE_LINKS to be granted to scripts by default. When enabled llGetPermissions will always return it as granted and llCreateLink//llBreakLink will succeed without doing llRequestPermissions. ONLY ENABLE THIS IN TRUSTED ENVIRONMENTS. The patch also fixes a minor bug in llCreateLink related to a potential dereference of a null client object.
* * Added primitive exception logging capabilities.Adam Frisby2008-12-091-0/+9
| | | | | | | * Disabled by default (see OpenSim.ini.example for how to enable) * Saves exceptions to a folder on disk (default "crashes") when enabled. * These reports can then be uploaded or posted to help debug an error.
* Allow empty statements in LSL (; followed by ;). Fixes Mantis#2320Homer Horwitz2008-12-071-0/+0
|
* And change OpenSim.ini.example back. Too many copies out there already to ↵Melanie Thielker2008-12-061-1/+1
| | | | take the easy way out
* Fix typo in OpenSim.ini.example (#2764)Jeff Ames2008-12-061-1/+1
|
* Fixed crash (configsection has to be first XML root child element stupid ↵Tedd Hansen2008-12-052-6/+6
| | | | Microsoft thing)
* Garbage CollectorTedd Hansen2008-12-054-0/+8
| | | | | | * Enabled GC server * Enabled concurrent collections
* Update svn properties.Jeff Ames2008-12-031-0/+0
|
* * Put back NHibernate.Mapping.Attribute.dll even though according to the ↵Justin Clarke Casey2008-12-021-0/+0
| | | | | | | | discussion in http://opensimulator.org/mantis/view.php?id=2710 it should no longer be needed (and it doesn't exist any more in the NHibernate-2.0.1 package)
* * Reapply http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-026-0/+6
| | | | | | | | | * This patch gets NHibernate working *** PLEASE NOTE: This patch now requires the libmono-oracle2.0-cil library to be installed on Ubuntu (to stop the System.Data.Oracle missing failure) *** * Not sure what the dependency is on other distros. Adding this info to http://opensimulator.org/wiki/Build_Instructions would be most welcome * Adds Castle.* libraries that were missing last time (note, dlls have been added from http://downloads.sourceforge.net/nhibernate/NHibernate-2.0.1.GA-bin.zip)
* * Unforunately it turns out not to be that simple. Revert the rest of r7560 ↵Justin Clarke Casey2008-12-013-6/+0
| | | | for now.
* * Temporarily revert nhibernate.dll to the previous oneJustin Clarke Casey2008-12-011-0/+0
| | | | | | | * This resolves problems on Linux detailed in http://opensimulator.org/mantis/view.php?id=2734 where System.Data.Oracle libraries can't be found * On a quick look I can't see that these exist on mono 1.9.1
* * From Mantis#2701 - Implements NHibernate data adapter, adds support for ↵Adam Frisby2008-12-014-0/+6
| | | | | | | MsSql2005 to NHibernate. * Patch courtesy of Adminotech and realXtend. Thanks!
* Revert r7548 and r7549 until someone with prebuild-fu can help structure the ↵Dahlia Trimble2008-11-301-0/+0
| | | | dependencies
* Removed remaining meshing codeDahlia Trimble2008-11-301-0/+0
| | | | | | Add PrimMesher.dll r21 All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll
* Add configuration values for scripted prim region crossingMelanie Thielker2008-11-291-0/+7
|
* * minor: Stop startup complaining about a missing MyAssetSet.xml all the ↵Justin Clarke Casey2008-11-281-0/+2
| | | | time by creating a blank file
* * minor: delete test log4net fileJustin Clarke Casey2008-11-201-35/+0
|
* * Temporarily check in a test log4net config file to see if that reveals why ↵Justin Clarke Casey2008-11-201-0/+35
| | | | | | | | tests seize up * And before you ask, I did do a clean before running the tests ;)
* Re-Add OSD DLL (r7382)Melanie Thielker2008-11-191-0/+0
|
* Update the binaries to the latest version as per patch r7382Melanie Thielker2008-11-193-0/+0
|
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-1915-3/+3
| | | | | | libOMV.
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-1917-3/+3
| | | | | | | | | release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
* Adding the OSD dllMelanie Thielker2008-11-181-0/+0
|