aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-04-10* Updates BetaGridLikeMoneyModuleTeravus Ovares1-0/+9
* Several people have asked for a way to limit uploads, so I've decided to show people how to do this in the BetaGridLikeMoneyModule. * Configure it in OpenSim.ini using the [Economy] header. See the bottom of the OpenSim.ini.example for more information. * This also fleshes out the Economy API a bit more.
2008-04-07* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵Justin Clarke Casey1-0/+11
item giving * Now you can drag an object from your inventory and give it to another avatar * !!! Use at your own risk !!! Many things are unimplemented as of yet, including permissions (the person receiving your item can probably do absolutely everything with it) * Also, items for the receiving end up in their root folder rather than the objects folder
2008-04-01few more minor changes, needs prebuild to be ran.MW2-6/+6
2008-04-01a few small changesMW2-39/+45
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-0/+2
* This update breaks inter-region communications, sorry. * You will need to run prebuild. Next, the good; * This update solves the unexpected binary element when Linux simulators inform windows simulators and vice versa. So Linux Simulators and Windows simulators are 100% compatible again. * This update introduces an Integer in the prim crossing method to tell the receiving simulator which XML method to use to load the prim that crossed the border. If the receiving prim doesn't support the method, the prim crossing fails and no prims are lost. That being said, it's best to update all your simulators to this revision at once.
2008-03-25* Refactored out circular reference in Region.Environment <-> ↵lbsa712-3/+3
Framework.Data.Base We REALLY need to get the db layer sorted soon...
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria1-0/+5
2008-03-18Formatting cleanup.Jeff Ames4-108/+104
2008-03-18Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2-4/+57
2008-03-14Update svn properties.Jeff Ames7-969/+969
2008-03-13* Added cautionary README.txtlbsa712-1/+10
2008-03-13* SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa716-0/+964
* This module more or less crashes every region in the instance if you enable it by moving it from local /bin to global /bin * But hey, it crashes in lots of interesting ways.