| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
- Mantis #2655
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This fixes Mantis #2947. Thanks jhurliman
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
proliferation of "modes".
|
|
|
|
| |
the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Thank you, Cotytto Bonetto, for the missing animation IDs in
avataranimations.xml
|
|
|
|
| |
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.
|
|
|
|
| |
up bandwidth.
|
|
|
|
| |
hint, jhurliman.
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
* Removes all references to ASP.NET (System.Web.UI,*)
* Removes all references to System.Web.Mobile
|
|
|
|
|
| |
for System.Web.Mobile
|
|
|
|
|
| |
OpenID support in OpenSim for the UserServer.
|
|
|
|
| |
dig more into what's causing it to stop listening.
|
|
|
|
|
|
| |
default script engine to XEngine. This won't change anything if you
already specified the default in your OpenSim.ini.
|
| |
|
|
|
|
| |
http://sourceforge.net/project/showfiles.php?group_id=129974&package_id=143561&release_id=419713)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
take the easy way out
|
| |
|
|
|
|
| |
Microsoft thing)
|
|
|
|
|
|
| |
* Enabled GC server
* Enabled concurrent collections
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
| |
for now.
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
MsSql2005 to NHibernate.
* Patch courtesy of Adminotech and realXtend. Thanks!
|
|
|
|
| |
dependencies
|
|
|
|
|
|
| |
Add PrimMesher.dll r21
All meshing tasks are now passed through Meshmerizer and handled by PrimMesher.dll
|
| |
|
|
|
|
| |
time by creating a blank file
|
| |
|
|
|
|
|
|
|
|
| |
tests seize up
* And before you ask, I did do a clean before running the tests ;)
|
| |
|
| |
|
|
|
|
|
|
| |
libOMV.
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
texture sending. Grain of salt not included.
|
|
|
|
|
|
| |
* Thanks to jhurliman for the pointer
|
|
|
|
|
|
| |
* This is why they don't let me out of the big house
|
|
|
|
|
|
|
|
| |
* Update libopenjpeg as well for this patch.
* Appears to be okay on a very short sniff test
* Source code will be placed in opensim-libs shortly
|