Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mantis#1682. Revert temporarily, Sempuki's mono addins patch | Charles Krinke | 2008-07-11 | 9 | -80/+0 | |
| | | | | | while he studies the issues in Windows a little bit. | |||||
* | Mantis#1682. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 2008-07-10 | 9 | -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 | |||||
* | Mantis#1681. Adding Vytek's submittal of DotNetOpenMail.dll | Charles Krinke | 2008-07-08 | 1 | -0/+0 | |
| | | | | | | | to our bin/ directory in anticipation of a reformatted llEmailFunction patch including a commented out OpenSim.ini.example | |||||
* | The new llScript-cs parser. Thanks Mike | Johan Berntsson | 2008-07-04 | 1 | -0/+0 | |
| | ||||||
* | * elminate now pointless inv type fields from OpenSim library xml | Justin Clarke Casey | 2008-07-02 | 8 | -152/+0 | |
| | ||||||
* | * fix a bug where I was assuming all entities would be SceneObjectGroups - ↵ | Justin Clarke Casey | 2008-06-27 | 1 | -0/+2 | |
| | | | | | | | | 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 | |||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-06-26 | 1 | -47/+47 | |
| | ||||||
* | As per the suggestion on the mailing list, added support for a OpenSim.xml ↵ | MW | 2008-06-26 | 1 | -0/+48 | |
| | | | | | | | 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). | |||||
* | add a reference to the enabled = true stanza for | Sean Dague | 2008-06-25 | 1 | -0/+1 | |
| | | | | | | | IRC that I found in the source but never made it back to the example config | |||||
* | Update svn properties. | Jeff Ames | 2008-06-23 | 1 | -74/+74 | |
| | ||||||
* | content fridays. A whole bunch of new stock animations from Mo Hax | Sean Dague | 2008-06-20 | 13 | -7/+197 | |
| | | | | | | at IBM for distribution with OpenSim. | |||||
* | Update OS X ODE binary to opensim-libs r46. | Jeff Ames | 2008-06-20 | 1 | -0/+0 | |
| | ||||||
* | * Patch from nlin to enable DIF state file writing from the ODEPlugin | Teravus Ovares | 2008-06-20 | 4 | -1/+10 | |
| | | | | | | * Rebuilt libode.so, ode.dll * If you roll your own ODE library, make sure to update your opensim-libs. | |||||
* | Mantis#1566. Thank you kindly for a number of | Charles Krinke | 2008-06-19 | 21 | -1/+189 | |
| | | | | | sounds for the OpenSim library. | |||||
* | typo in xml | Sean Dague | 2008-06-18 | 1 | -3/+3 | |
| | ||||||
* | commit justin's grafitti board to the base OpenSim script | Sean Dague | 2008-06-18 | 3 | -1/+96 | |
| | | | | | | library. | |||||
* | contribute weather map cycling script using osDynamicTextures. | Sean Dague | 2008-06-18 | 3 | -0/+63 | |
| | ||||||
* | fix minor xml fubar. | Sean Dague | 2008-06-18 | 1 | -1/+1 | |
| | ||||||
* | prune all the empty script directories. Contribute | Sean Dague | 2008-06-18 | 4 | -99/+71 | |
| | | | | | | my text board script to be part of the stock scripts. | |||||
* | the first pass at Asset Fridays. Contribution of a handshake | Sean Dague | 2008-06-13 | 5 | -5/+19 | |
| | | | | | | | animation from Mo Hax at IBM. This took us a while to sort out the conversion path, expection more efficiency in the future. | |||||
* | rename to index.xml just to make this more consistant | Sean Dague | 2008-06-13 | 1 | -0/+0 | |
| | ||||||
* | * Added Prim drawing to the mainmap tile generation.. you can see blocks ↵ | Teravus Ovares | 2008-06-12 | 1 | -0/+4 | |
| | | | | | | | | | representing the prim now on the mainmap. * It isn't perfect since the blocks are square, however it's pretty good. * Performance is also pretty good, however, if it takes too long for you, you can disable it in the OpenSim.ini * You can see how long it takes in milliseconds on the console when it finishes. | |||||
* | * Added a configuration option for allowing god script lsl methods.. such ↵ | Teravus Ovares | 2008-06-06 | 1 | -0/+2 | |
| | | | | as llSetObjectPermMask. By default it's off. | |||||
* | * minor: doc tweak on last commit | Justin Clarke Casey | 2008-06-02 | 1 | -1/+1 | |
| | ||||||
* | * Add information and documentation about web region loading to ↵ | Justin Clarke Casey | 2008-06-02 | 1 | -8/+46 | |
| | | | | | | | | OpenSim.ini.example * Also a very little bit of tidying up of this file - it's becoming a bit of a junkyard | |||||
* | Fixed half completed comment in OpenSim.ini.example. | Teravus Ovares | 2008-06-02 | 1 | -0/+2 | |
| | ||||||
* | * This is Melanie's XEngine script engine. I've not tested this real well, ↵ | Teravus Ovares | 2008-05-30 | 1 | -0/+37 | |
| | | | | however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active. | |||||
* | Adding OnChatBroadcast event logic to EventManager providing | Dr Scofield | 2008-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | a clean interface for Sim broadcasts. Added SimBroadcast support to ChatModule. Removing all code from IRCBridgeModule dealing with agent/client directly. Cleaning up ChatModule. Polishing IRC messages, adding support for "/me" (both directions). | |||||
* | remove the appearance lines from the OpenSim.ini.example. They | Sean Dague | 2008-05-19 | 1 | -5/+0 | |
| | | | | | | don't do anything now. | |||||
* | Update ODE binary for OS X to opensim-libs r43 | Jeff Ames | 2008-05-19 | 1 | -0/+0 | |
| | ||||||
* | * This finishes the ODE options section of the OpenSim.ini.example. I've ↵ | Teravus Ovares | 2008-05-16 | 1 | -0/+34 | |
| | | | | | | | | added 44 configurable options! * This includes if you want to mesh sculpties and the Level of detail on the sculptie meshing for non physical and a separate LOD on physical sculpties. * The options range from gravity.. to avatar movement speed, to friction management.. to object density.. to update throttling. | |||||
* | Update svn properties. | Jeff Ames | 2008-05-16 | 1 | -0/+0 | |
| | ||||||
* | * Adds various tweakable avatar control options to the OpenSim.ini.example. | Teravus Ovares | 2008-05-15 | 1 | -0/+35 | |
| | ||||||
* | * Added about half of the planned ODE physics options to OpenSim.ini.example. | Teravus Ovares | 2008-05-15 | 1 | -0/+50 | |
| | | | | | * Some will do cool things, some will make your scene explode dramatically if you're not careful. | |||||
* | *SVN Executable on HttpServer.dll | Teravus Ovares | 2008-05-14 | 1 | -0/+0 | |
| | ||||||
* | From: Dr Scofield <DrScofield@xyzzyxyzzy.net> | Sean Dague | 2008-05-14 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | the attached patch set adds the (still work-in-progress but already working) RestPlugin base class and the RestRegionPlugin code. we are using XML serialization. currently working: GET /admin/regions/ -> returns UUID list of known regions GET /admin/regions/<UUID> -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions/<UUID>/name etc. | |||||
* | * Applying patches from Melanie to cover permissions module. Thanks! | Adam Frisby | 2008-05-14 | 2 | -0/+2 | |
| | ||||||
* | * Remove old historical grid inventory code | Justin Clarke Casey | 2008-05-13 | 2 | -196/+0 | |
| | ||||||
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 1 | -0/+8 | |
| | ||||||
* | * Some refactorings. | Adam Frisby | 2008-05-08 | 2 | -0/+0 | |
| | | | | | * Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module. | |||||
* | reduce log messages from nhibernate | Sean Dague | 2008-05-06 | 3 | -0/+20 | |
| | ||||||
* | added nhibernate examples | Sean Dague | 2008-05-06 | 1 | -1/+9 | |
| | ||||||
* | remove DB4o, we're pretty sure no one uses this, and | Sean Dague | 2008-05-01 | 1 | -0/+0 | |
| | | | | | | no core developer supports it anyway. | |||||
* | Load grid list in LaunchSLClient from .ini file at run-time. | Jeff Ames | 2008-05-01 | 1 | -0/+15 | |
| | | | | | Add script to build LaunchSLClient.app on OS X. | |||||
* | * Adds mjm's llQuaternion.GetBytes() patch to our copy of libsecondlife. ↵ | Teravus Ovares | 2008-04-26 | 1 | -0/+0 | |
| | | | | (it's already in the later revisions of libsecondlife but we hadn't picked it up. | |||||
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -1/+6 | |
| | | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | |||||
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -0/+2 | |
| | | | | | | | | this will work for sqlite and nhibernate, but will be ignored for mysql and mssql (reverting to their ini files) until someone writes that bit. | |||||
* | * Adds llSetStatus(STATUS_ROTATE_X | STATUS_ROTATE_Y | STATUS_ROTATE_Z,TF) | Teravus Ovares | 2008-04-23 | 1 | -0/+0 | |
| | | | | | | | | * Currently if you apply that to only one or two axis you get unpredictable and sometimes explosive results. * Three axis works well enough to play with it anyway. More work is needed here. * Fixed an incorrectly named method in ODE.NET | |||||
* | * ODE Update! If you roll your own, make sure to download the lib source ↵ | Teravus Ovares | 2008-04-22 | 2 | -0/+0 | |
| | | | | | | | again from http://opensimulator.org/svn/opensim-libs/trunk * Gracefully handles two asserts that were being pesky. | |||||
* | * Added support for periodic autosaves - added to SvnBackupModule. Will ↵ | Adam Frisby | 2008-04-21 | 1 | -0/+3 | |
| | | | | | | | | cause a SVN revision to be saved every X minutes. (Default = 15) * Added 'Autosave' options to OpenSim.ini.Example * Added 'ImportOnStartup' option to OpenSim.ini.example |