aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Removes references to libsecondlife.Packets from IClientAPI. BAD ↵Adam Frisby2008-05-071-4/+5
| | | | | | | PROGRAMMERS. NAUGHTY. * Thanks to Andrew (DeepThink) for working on this one.
* * Other then the prim update experiments that are going on now, ↵Teravus Ovares2008-05-071-0/+2
| | | | llTakeControls works now along with the 'release controls button'. llReleaseControls() works mostly :D.
* get all the right bits to SendPrimitiveToClient so we can actuallySean Dague2008-05-071-4/+6
| | | | | | set vel, acc, and rvel in the packet (though this isn't done yet).
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-071-1/+1
| | | | | | | | | | | The attached patch moves the sun module incrementally nearer where it needs to be. Default behavior, i.e. no overriding configuration is to match Second Life's diurnal/nocturnal rhythm. All designated values are now sent to the client.There remain a couple of unanswered questions about how this SHOULD be implemented though.
* send actual velocity and angular velocity in terse updatesSean Dague2008-05-061-1/+2
| | | | | | | instead of hardcoding to zero when the primitive is non physical. llTargetOmega should work now.
* *LLClientView is now pushed the EstateSettings instead of pulling it from ↵mingchen2008-05-061-5/+8
| | | | | | | the scene...more to standards *LandChannel no longer requires libsecondlife.Packets (it should have never needed it in the first place)
* * Committing a bunch of work for control snatching. Not done yet. No ↵Teravus Ovares2008-05-061-0/+4
| | | | visible features.
* *Standardized the Land module by removing all references to ↵mingchen2008-05-051-0/+13
| | | | libsecondlife.packets
* * Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares2008-05-052-4/+4
| | | | | | | | * Moved script errors to the debug channel. * Typing '/2147483647 OK' results in a debug_channel message. * Expanded the available parameters that are send-able through IClientAPI
* *Fixed a mistake in the EstateManagementModule that messed up the trunk.mingchen2008-05-041-0/+3
|
* *Fixed up EstateManagementModule to the module standard - no more packets ↵mingchen2008-05-041-1/+25
| | | | | | | allowed! *Started cleaning up the land module
* * For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares2008-05-031-0/+3
| | | | does not regenerate until you're dead!
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 ↵Adam Frisby2008-05-021-0/+6
| | | | are in.
* * Added basic 3-5 level undo on prim position/rotation/scale.Teravus Ovares2008-04-281-0/+1
| | | | | * In the future this should be a config option... and, hopefully this tides the builders over for a little while.
* * Single Attachments now work from inventory. You can attach from inventory ↵Teravus Ovares2008-04-271-0/+1
| | | | | | | | | | | | | | | and detach from inventory. * Detaching from right clicking in world, detaches to your inventory. * If you go up to a prim and attach it from in world, it appears in your inventory. * Attachment placement is saved when you detach them. * Choosing wear remembers your last attachment point from inventory. * Wrote a method to update an inventory item's asset and sends the updated inventory item to the Client * Wrote a recursive method to find the folder of a known existing inventory item. * Removed a block on physics object position on creation. This might crash a region or two, let us know via Mantis if your region crashes because of a physics out of bounds error. * Drop doesn't work. The menu item doesn't even come up. Don't know why :P.
* * More attachment stuff, reworked some of the inventory routines to be what ↵Teravus Ovares2008-04-271-2/+2
| | | | I need them to be for attachments.
* * First draft implementation of copying prim inventory items back to agent ↵Justin Clarke Casey2008-04-261-0/+1
| | | | | | | | | | inventory * Now, if you own an item in a prim, you should be able to successfully drag it back into your inventory * Temporarily, users which are not owners of the item cannot copy it, even if 'everyone can copy' is set * This is pending fixes/implementation of upstream permission implementation
* replace hard tabs with 4 spaces to be consistant in the source.Sean Dague2008-04-241-12/+12
| | | | | | Please adjust your editors to not use hard tabs.
* * Adds much better support for attachments that you right click on in world.Teravus Ovares2008-04-241-1/+3
| | | | | | | | | * Your friends can see your attachments now. People who appear in the sim after you've attached something can also see your attachments. * You can position & rotate your attachments now. Positions do *not* save. * You can detach attachments now the regular way. * Attachments do not cross into other regions with you..(this isn't too far off) * Updated ODE to not request terse updates on child prim.
* * Patch from Melanie. Mantis 0001037: Add various internal plumbing to ↵Teravus Ovares2008-04-231-0/+5
| | | | | | | the example economy module, implements llSetPayPrice(), money() and llGiveMoney() in scripts. Thanks Melanie! * Moves module loading before the script engine so the script engine can pick up events from modules registering interfaces with scene.
* * Patch #1026 - llDialog support -- Thanks Melanie!Adam Frisby2008-04-231-0/+6
|
* * Applying Mantis #1020 (Animations) - Thanks Melanie.Adam Frisby2008-04-231-0/+4
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-212-3/+0
| | | | (this took a while to run).
* Thank you kindly krtaylor for a patch to solve:Charles Krinke2008-04-191-0/+1
| | | | | | Linked objects won't scale together properly, only the root object scales. This happens with scaling both up and down or inputting numbers in the edit dialog.
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-0/+1
| | | | | | | * Implements 'Teleport Home' * User Server has to be updated for it to save your home in grid mode * home position accuracy is in int because the grid comms ExpectUser method tries to convert to Uint and crashes if it gets a float. Added a convert to decimal in ExpectUser but to avoid a breaking change with old revisions, kept the save value in int for now. Eventually it needs to be a float, but lets release another incremental version before doing that.
* * Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares2008-04-161-0/+1
| | | | | * To make a landmark, you currently have to enable admin options in the advanced menu first. We're working on this.. however use the admin options solution in the mean time.
* Thank you very much, Kmeisthax for:Charles Krinke2008-04-161-0/+2
| | | | | | | This patch makes the "Show in Search" checkbox on the viewer work. Additionally, I also discovered that show-in-search objects use the JointWheel flag, so this patch currently uses that flag. LibSL needs to add a flag to enum LLObject.ObjectFlags, "IncludeSearch = 32768" so we aren't using a legacy flag. Additionally this patch also contains a small fix to BaseHTTPServer that lets the response content-type to be something other than text/html. For some reason this didn't get submitted with the DataSnapshot merge.
* * Fixed a few warnings.Teravus Ovares2008-04-141-0/+1
| | | | | | | * Added license info to a few files it was missing from. * Fleshed out the landbuy interfaces * If you add '-helperuri http://127.0.0.1:9000/' to your list of parameters you tell the client to use when you start it up you can transfer ownership of parcels now in standalone. Structured gridmode requires a lot more work, see the documentation in the example money module. The example money module is not secure especially in standalone mode.
* * Updates BetaGridLikeMoneyModuleTeravus Ovares2008-04-101-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.
* * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵Justin Clarke Casey2008-04-071-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
* few more minor changes, needs prebuild to be ran.MW2008-04-012-6/+6
|
* a few small changesMW2008-04-012-39/+45
|
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-301-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.
* * Refactored out circular reference in Region.Environment <-> ↵lbsa712008-03-252-3/+3
| | | | | | | Framework.Data.Base We REALLY need to get the db layer sorted soon...
* Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria2008-03-221-0/+5
|
* Formatting cleanup.Jeff Ames2008-03-184-108/+104
|
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-182-4/+57
|
* Update svn properties.Jeff Ames2008-03-147-969/+969
|
* * Added cautionary README.txtlbsa712008-03-132-1/+10
|
* * SimpleApp is dead, long live OpenSim.Region.Examples.SimpleModulelbsa712008-03-139-1139/+961
| | | | | | | * 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.
* Applied patch from mantis #749, Grass now stays to set type when moved. ↵MW2008-03-121-1/+1
| | | | thanks Grumly57.
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-8/+0
| | | | | | | * Enabled new TerrainModule. (The king is dead, long live the king!) * Use the console command: "script terrain save file.r32" / "script terrain load file.r32" to load/save terrain. Now uses the extension to determine file format. * MANY of the old terrain features do not have a replacement function in the new module yet, this needs to be corrected, but has not been done so far. This being said, the new module is faster and more efficient and should be a good replacement.
* * Four more warnings bite the dust.Adam Frisby2008-03-051-4/+4
|
* Change SceneObjectPart.LocalID to .LocalId to be case matchingSean Dague2008-03-051-2/+2
| | | | | | with SceneObjectGroup.LocalId (and hence reduce confusion).
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-041-0/+13
| | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-0/+2
| | | | | | * Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save.
* After seeing sdague do his happy dance over trunk working "the best he has ↵MW2008-02-271-0/+1
| | | | | | | | ever seen". I'm not sure I should be doing this commit, but oh well. So anyway, it moves the Asset downloading (packet sending) to a module (AssetDownloadModule). So now at last, AssetCache should be just dealing with fetching assets from the asset server and caching them.
* Minor cleanup.Jeff Ames2008-02-206-6/+6
|
* * Added a few more packets to ClientView. Added tendons to the Skeletal ↵Teravus Ovares2008-02-201-0/+8
| | | | Groups Module, made it shared to save on threads.
* Thank you very much Ahzzmandius for adding the supportCharles Krinke2008-02-181-0/+2
| | | | | | to purge the avatars inventory "Trash" folder using the bizarre tortoiseSVN method of diff/patch.