aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-05* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares1-0/+4
the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
2008-09-04add some stubbing for ini.example for CMS moduleSean Dague1-0/+6
2008-09-03Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague1-1/+0
2008-09-02make the example OpenSim.ini use sqlite plugin, because so many peopleSean Dague1-2/+2
don't read the config and find they aren't saving any of their prims.
2008-08-28commented out the SurfaceInfoBlock read code in libsecondlife packet.csMW1-0/+0
2008-08-28another attempt to fix the surfaceInfoBlock issueMW1-0/+0
2008-08-28change the size limit on TranferPacket in libsl from 1100 back to 1500 ↵MW1-0/+0
(which is was in old libsl)
2008-08-28Doh! fixed silly mistakes in last commitMW1-0/+0
2008-08-28attempt to fix problem with missing surfaceInfoBlocks in the objectgrab ↵MW1-0/+0
packets sent by < 1.21 clients.
2008-08-28updated our libsl, _packet_.cs to the current version from openmv MW1-0/+0
Update with a bit of caution as not fully tested yet.
2008-08-27Implements the r6005 foes for XEngine as wellMelanie Thielker1-0/+2
2008-08-27Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation ofMelanie Thielker1-0/+1
LSL's arbitrary 10 m limit on object movement. Also implements the 10 m maximum rezzing distance, subhect to the same factor.
2008-08-25Add the same delay factor in the XEngine section for the XEngineMelanie Thielker1-0/+2
2008-08-25Add ScriptDelayFactor under LL-Functions in OpenSim.ini. DefaultedMelanie Thielker1-1/+3
at 1.0, it allows delays to function as coded. Smaller values will reduce, larger values will increase the delays. A value of 0 is permitted and results in on delay being applied.
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is ↵Teravus Ovares1-0/+5
currently on Forge in a nice, friendly modular format. * There are a lot of changes and this is quite experimental. It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings. Remember, you still need an agent domain.. * Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
2008-08-22* Homer's amazing terrain MapTileRenderer. Thanks Homer!Teravus Ovares1-0/+2
* By default, texture rendering is on. This may be affected by using secure assets since your region hasn't registered with the gridserver before it asks for texture assets. It might also be affected by a slow asset server, so consider this release experimental. * Defined interface IMapTileTerrainRenderer. * Extracted "old" shaded maptile terrain rendering into ShadedMapTileRenderer; streamlined it a bit and added "highlight" rendering to its "shadow" rendering. * Added "new" terrain-texture based maptile terrain rendering (TexturedMapTileRenderer); made TerrainUtil.InterpolatedNoise public * Adapted MapImageModule to allow switching between those two by configuration * Added configuration option to OpenSim.ini.example
2008-08-21- corrects statement about {asset,user,inventory} source configurationDr Scofield1-4/+20
as those all work with MySQL (and are in fact required it seems); adds examples as well - adds region_file_template functionality for the create_region XmlRpc call of RemoteAdminPlugin - cleans up and fixes typo in UserProfileData
2008-08-18Mantis#1992. Thank you kindly, ChrisDown for a patch that:Charles Krinke1-2/+3
Corrects accidental removal of tags in /bin/inventory/Libraries.xml
2008-08-17Mantis#1971. Thank you kindly, ChrisDown for a patch that:Charles Krinke2-5/+4
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-17Patch for Adam: Add two new permissions options to Opensim.ini.exampleMelanie Thielker1-0/+4
and the permissions module
2008-08-16Mantis#1971. Thank you kindly, BlueWall for a patch that:Charles Krinke2-8/+8
The included patch enable handling for PRIM_FULLBRIGHT in llSetPrimitiveParams().
2008-08-15The missing option in OpenSim.ini.example...Melanie Thielker1-0/+1
2008-08-13Remove the (experimental) suffix from the XEngine line in the sampleMelanie Thielker1-4/+4
config. Change defaults to enable all languages for XEngine. Change comment on new LSL compiler form (experimental) to (under test).
2008-08-06Remove the manifests from the bin/ directory.Mike Mazur7-0/+0
2008-08-06Thanks, zaki, for a patch that embeds plugin manifest files into plugin ↵Mike Mazur7-110/+0
dlls. Fix issue 1876.
2008-08-04correcting comment on GridInfoDr Scofield1-15/+28
2008-08-01* minor: add url pointing back to wiki information for GridInfo sectionJustin Clarke Casey1-0/+2
2008-08-01* remove GridInfo section down to the bottom of OpenSim.ini.example and add ↵Justin Clarke Casey1-20/+27
explanatory information * this managed to confuse me briefly today (but I am thick :-)
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-1/+1
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur8-9/+48
PluginLoader. Fix issue 1871.
2008-07-31dropping intermediate GridInfoPlugin.addin.xml, as it's no longerDr Scofield1-11/+0
needed.
2008-07-30* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby11-14/+17
2008-07-29Fixed the missing reference to a texture in TexturesAssetSet.xml , reported ↵MW1-0/+8
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-28remove void keyword for osWeatherMap.lsl. Update asset and inventorySean Dague3-10/+10
uuids so that these new versions will show up in systems where they were before.
2008-07-28Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker1-1/+1
compiler. Changes the default in OpenSim.ini.example to "true" to allow for a broader user base for testing.
2008-07-27applied mantis patch 1833 , thanks kinocMW1-1/+1
2008-07-25oops. forgot to add addin.xml for GridInfoPlugin. also, slightDr Scofield1-0/+11
reordering of plugin initialisation to ensure that it will return base information about grid, even if [GridInfo] config section is not there.
2008-07-25first cut at a GridInfo plugin (mantis #1825). Currently just spitsDr Scofield1-0/+20
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-23Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur7-7/+32
2008-07-23Remove duplicate definitions in addin.xml files. How'd that happen anyway?Mike Mazur8-86/+0
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur8-0/+172
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-20Change the OopenSim.ini default to 256m for nonphysical prims, toMelanie Thielker1-1/+1
get future public installations on a more sane footing.
2008-07-20Make the max sizes of physical and nonphysical prims configurable in OpenSim.iniMelanie Thielker1-0/+4
Defaulted to 65536 and 10, respectively
2008-07-18Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker1-10/+3
ven for the region datastore. Removes the flag to store prim inventories, which are now always stored.
2008-07-18* Try new ruth avatar settings correction suggested by jenni in ↵Justin Clarke Casey1-1/+1
http://opensimulator.org/mantis/view.php?id=1769 * Thanks jenni
2008-07-18Make scripts LSL compliant.Mike Mazur3-80/+81
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-2/+7
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-11Mantis#1682. Revert temporarily, Sempuki's mono addins patchCharles Krinke9-80/+0
while he studies the issues in Windows a little bit.
2008-07-10Mantis#1682. Thank you kindly, Sempuki for a patch that:Charles Krinke9-0/+80
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-08Mantis#1681. Adding Vytek's submittal of DotNetOpenMail.dll Charles Krinke1-0/+0
to our bin/ directory in anticipation of a reformatted llEmailFunction patch including a commented out OpenSim.ini.example