Commit Graph

379 Commits (6ef9d4da901a346c232458317cca6268da888e2e)

Author SHA1 Message Date
Charles Krinke 77ae4bb3fb Mantis#1971. Thank you kindly, ChrisDown for a patch that:
Reverts the deletion of the entry for "My Site Library" in 
bin/assets/AssetSets.xml and replace with with "Open Textures Library" 
pointing to "OpenTexturesLibrary/3DDCInventoryItems.xml"/.
2008-08-17 19:40:30 +00:00
Melanie Thielker 1db8f6fbad Patch for Adam: Add two new permissions options to Opensim.ini.example
and the permissions module
2008-08-17 05:05:06 +00:00
Charles Krinke 60a676251a Mantis#1971. Thank you kindly, BlueWall for a patch that:
The included patch enable handling for PRIM_FULLBRIGHT in 
llSetPrimitiveParams().
2008-08-16 21:31:36 +00:00
Melanie Thielker 9f4a77e814 The missing option in OpenSim.ini.example... 2008-08-15 13:29:29 +00:00
Melanie Thielker 4f8f89a215 Remove the (experimental) suffix from the XEngine line in the sample
config. Change defaults to enable all languages for XEngine.
Change comment on new LSL compiler form (experimental) to (under test).
2008-08-13 13:53:28 +00:00
Mike Mazur 79c7e803e5 Remove the manifests from the bin/ directory. 2008-08-06 01:37:06 +00:00
Mike Mazur d367f0bf0c Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls. Fix issue 1876. 2008-08-06 01:20:31 +00:00
Dr Scofield 07a259f0bf correcting comment on GridInfo 2008-08-04 12:47:57 +00:00
Justin Clarke Casey 4cf4774b3e * minor: add url pointing back to wiki information for GridInfo section 2008-08-01 21:21:45 +00:00
Justin Clarke Casey 95b06c575e * remove GridInfo section down to the bottom of OpenSim.ini.example and add explanatory information
* this managed to confuse me briefly today (but I am thick :-)
2008-08-01 21:09:33 +00:00
Mike Mazur 15669281fa Apply updated patch from issue 1871. Thanks sempuki. 2008-07-31 23:53:24 +00:00
Mike Mazur 2270b25265 Thanks, sempuki, for a patch that moves all Grid Server's plugins to
PluginLoader. Fix issue 1871.
2008-07-31 09:24:28 +00:00
Dr Scofield fcab0ecfba dropping intermediate GridInfoPlugin.addin.xml, as it's no longer
needed.
2008-07-31 09:08:24 +00:00
Adam Frisby 2f8acdbe50 * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. 2008-07-30 08:17:19 +00:00
MW 0710fbb45e Fixed the missing reference to a texture in TexturesAssetSet.xml , reported in mantis 1848. Not sure why the ids on some textures had got changed in there and the reference to femalebody.jp2 removed.
I don't think this is the only problem with avatar appearances though, as I've still seen the puffs of smoke even with that texture set correctly. Seems that anytime where before you would have seen a grey ruth, you now get a puff of smoke. So looks like a urgent drive is needed to fix the avatar appearance system.
2008-07-29 08:50:46 +00:00
Sean Dague f69ae29e39 remove void keyword for osWeatherMap.lsl. Update asset and inventory
uuids so that these new versions will show up in systems where they were
before.
2008-07-28 14:13:48 +00:00
Melanie Thielker 9fca0aca64 Reinstate the configuration option on XEngine's use of the lexical
compiler. Changes the default in OpenSim.ini.example to "true" to
allow for a broader user base for testing.
2008-07-28 00:40:35 +00:00
MW 17ea010b92 applied mantis patch 1833 , thanks kinoc 2008-07-27 17:48:26 +00:00
Dr Scofield c724e38433 oops. forgot to add addin.xml for GridInfoPlugin. also, slight
reordering of plugin initialisation to ensure that it will return base
information about grid, even if [GridInfo] config section is not
there.
2008-07-25 17:06:26 +00:00
Dr Scofield b5f23b4c9c first cut at a GridInfo plugin (mantis #1825). Currently just spits
out everything in the [GridInfo] section :-D Also, not yet LLSD but
XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample
values and explanation. Oh, and default values provided are 

       platform: OpenSim
       mode: standalone | grid

have fun.
2008-07-25 16:56:46 +00:00
Mike Mazur 6256078876 Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users. 2008-07-23 05:53:54 +00:00
Mike Mazur c9fca5315c Remove duplicate definitions in addin.xml files. How'd that happen anyway? 2008-07-23 04:32:09 +00:00
Mike Mazur a0930aa80d Thanks, sempuki, for a patch that moves control of Mono.Addins from source attributes to external XML files. Fix issues 1682 and 1786. 2008-07-23 03:08:31 +00:00
Melanie Thielker 09641bd999 Change the OopenSim.ini default to 256m for nonphysical prims, to
get future public installations on a more sane footing.
2008-07-20 16:50:15 +00:00
Melanie Thielker 8ae7dc628b Make the max sizes of physical and nonphysical prims configurable in OpenSim.ini
Defaulted to 65536 and 10, respectively
2008-07-20 15:19:26 +00:00
Melanie Thielker a73d87ef16 Introduce a separate connection string for estates, which defaults to the one gi
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-07-18 20:50:47 +00:00
Justin Clarke Casey e1b7ace453 * Try new ruth avatar settings correction suggested by jenni in http://opensimulator.org/mantis/view.php?id=1769
* Thanks jenni
2008-07-18 11:20:30 +00:00
Mike Mazur 2558f8ac31 Make scripts LSL compliant. 2008-07-18 04:51:36 +00:00
Melanie Thielker d85774c101 Patch #9142 (No mantis)
Add a config option to OpenSim.ini to select between script compilers
in the XEngine without recompile.
Set UseNewCompiler=true in OpenSim.ini and try it out.
Creates the ICodeConverter interface and adapts the new compiler to it.
2008-07-12 01:34:36 +00:00
Charles Krinke cda5269391 Mantis#1682. Revert temporarily, Sempuki's mono addins patch
while he studies the issues in Windows a little bit.
2008-07-11 02:04:02 +00:00
Charles Krinke 7fd63d9dc8 Mantis#1682. Thank you kindly, Sempuki for a patch that:
Move control of Mono.Addins from source attributes to external XML files.
This removes a lot of coupling of the source with Mono.Addins
2008-07-10 13:45:46 +00:00
Charles Krinke 66cf44f06a Mantis#1681. Adding Vytek's submittal of DotNetOpenMail.dll
to our bin/ directory in anticipation of a reformatted
llEmailFunction patch including a commented out 
OpenSim.ini.example
2008-07-08 01:07:32 +00:00
Johan Berntsson 382fb8cea6 The new llScript-cs parser. Thanks Mike 2008-07-04 08:59:41 +00:00
Justin Clarke Casey 1187cd0d3d * elminate now pointless inv type fields from OpenSim library xml 2008-07-02 16:34:24 +00:00
Justin Clarke Casey 442a938a3f * fix a bug where I was assuming all entities would be SceneObjectGroups - of course, some are ScenePresences
* would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs
2008-06-27 18:18:44 +00:00
Jeff Ames 56802afff4 Update svn properties. Minor formatting cleanup. 2008-06-26 20:04:06 +00:00
MW 682ec53420 As per the suggestion on the mailing list, added support for a OpenSim.xml config file, instead of a ini file. INI files still work the same as they did before, just now if a ini file isn't found, it looks for a OpenSim.xml file (of course in xml format) and if found uses that.
Includes a OpenSim.Example.xml for reference (the default settings saved as a xml file).
2008-06-26 17:20:08 +00:00
Sean Dague f9f65deb30 add a reference to the enabled = true stanza for
IRC that I found in the source but never made it back
to the example config
2008-06-25 17:50:58 +00:00
Jeff Ames e9a61e7c74 Update svn properties. 2008-06-23 05:15:30 +00:00
Sean Dague 0c84c27265 content fridays. A whole bunch of new stock animations from Mo Hax
at IBM for distribution with OpenSim.
2008-06-20 20:09:22 +00:00
Jeff Ames 9cde1c4b82 Update OS X ODE binary to opensim-libs r46. 2008-06-20 07:47:55 +00:00
Teravus Ovares e02a2e31e0 * Patch from nlin to enable DIF state file writing from the ODEPlugin
* Rebuilt libode.so, ode.dll
* If you roll your own ODE library, make sure to update your opensim-libs.
2008-06-20 04:57:32 +00:00
Charles Krinke 0fe5c5eadf Mantis#1566. Thank you kindly for a number of
sounds for the OpenSim library.
2008-06-19 03:30:13 +00:00
Sean Dague 33c40c0e0d typo in xml 2008-06-18 23:06:02 +00:00
Sean Dague 6753578465 commit justin's grafitti board to the base OpenSim script
library.
2008-06-18 22:56:04 +00:00
Sean Dague b57b24655c contribute weather map cycling script using osDynamicTextures. 2008-06-18 19:38:30 +00:00
Sean Dague 2c78bdef84 fix minor xml fubar. 2008-06-18 19:28:13 +00:00
Sean Dague 7355d79881 prune all the empty script directories. Contribute
my text board script to be part of the stock scripts.
2008-06-18 19:23:46 +00:00
Sean Dague 987c7498c3 the first pass at Asset Fridays. Contribution of a handshake
animation from Mo Hax at IBM.  This took us a while to sort out
the conversion path, expection more efficiency in the future.
2008-06-13 19:15:27 +00:00
Sean Dague cdc4061426 rename to index.xml just to make this more consistant 2008-06-13 18:20:30 +00:00