aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-14* minor: Change around more debugging messagesJustin Clarke Casey1-1/+1
2009-01-06* refactor: drop AddXmlRpcHandler() from scene in favour of call via ↵Justin Clarke Casey1-8/+10
CommsManager
2008-11-17Add a few commentsMelanie Thielker1-7/+13
2008-11-14Some changes to the money module to allow a more flexible system ofMelanie Thielker1-7/+12
applying charges
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-5/+5
* Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
2008-10-24Plumb some moreMelanie Thielker1-0/+12
2008-10-16Split the currency module into currency and a new Combat module, becauseMelanie Thielker1-55/+0
the combat function really doesn't belong into currency
2008-10-15* refactor: Move error logging from GetUserDetails up to callers, since ↵Justin Clarke Casey1-0/+7
there are some circumstances in which not finding a user is not an error
2008-10-08Add some permissions checks and fixesMelanie Thielker1-3/+2
2008-09-26* Patch from JHurlimanTeravus Ovares1-2/+2
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-13/+13
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-70/+68
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-09-06* Add SampleMoneyModule patch from mantis #2079Justin Clarke Casey1-11/+19
* Thanks noralbion
2008-08-28Update svn properties, formatting cleanup.Jeff Ames1-3/+3
2008-08-25* zap compilation warningsJustin Clarke Casey1-2/+2
2008-08-24Implements 80% of object buy (prim vendor). You can't buy the object yet,Melanie Thielker1-0/+35
and the for sale setting doesn't survive a sim restart, but this is most of the plumbing.
2008-08-23Some complex re-ordering to make prebuild do what needed to be done.Melanie Thielker1-1/+2
It is now possible to use module interfaces without referencing Scene. Place those interfaces in OpenSim/Region/Interfaces. They may not use any refs from OpenSim.Region.Environment as parameters. This resolves a circular library ref introduced in r5949
2008-08-23Patch #9171Melanie Thielker1-5/+32
Disallow bulk uploads if money module is present and upload cost is set and the user hasn't got sufficient funds.
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker1-3/+4
Scripts can now no longer DOS the user server and there are a lot fewer gratuitious lookups of user profile data.
2008-07-23refactored LandData to use properties, and cleaned up the naming onSean Dague1-1/+1
the properties a bit to be more consistant with other objects (having things like .Name .Description, etc).
2008-06-27more warnings to go.Dr Scofield1-10/+10
2008-05-23Thank you kindly, Melanie, for a patch which:Charles Krinke1-0/+4
Previously, upload charging was possible only for UPD uploads. This is because UDP uploads are charged by the viewer, while in CAPS, this was changed to be server side, so hackers couldn't avoid paying the upload charge. This patch adds a method to allow implementation of this serverside charge.
2008-05-18* Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule.Adam Frisby1-9/+0
2008-05-17Thank you very kindly, Melanie for: Charles Krinke1-2/+3
The money module witll register (claim) an interface slot, even when disabled. This patch fixes it so that it will not register to supply this interface unless it's activated.
2008-05-16Formatting cleanup.Jeff Ames1-6/+6
2008-05-06* Cleaning up code, making it conform to OpenSim standards.Adam Frisby1-1/+1
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares1-3/+74
does not regenerate until you're dead!
2008-05-01* Rolled back a few changes.Adam Frisby1-40/+40
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-40/+40
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-1469/+1469
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-596/+575
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby1-1490/+1491
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.
2008-04-29Committing Dee100's balance update patch with a few bug fixes and a twist. ↵Teravus Ovares1-1/+27
Thanks Dee100!
2008-04-24replace hard tabs with 4 spaces to be consistant in the source.Sean Dague1-261/+261
Please adjust your editors to not use hard tabs.
2008-04-23* Fixed an annoying pop-up box when crossing borders.Teravus Ovares1-2/+10
2008-04-23* Patch from Melanie. Mantis 0001037: Add various internal plumbing to ↵Teravus Ovares1-2/+119
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.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-9/+8
(this took a while to run).
2008-04-17* Re-Fixed caps Teravus Ovares1-225/+156
* This fixes chi11ken's/OpenViewer's libsl cap issue.
2008-04-17* Patch from ChrisDown to fix odd results when using landmarks. Thanks ↵Teravus Ovares1-2/+2
Chris! (Tweaked slightly so avatar don't end up underground). * Removed some testing notices I had in there that were obnoxious.
2008-04-17* Implements 'Set Home to Here' Teravus Ovares1-8/+12
* 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.
2008-04-15* Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares1-0/+44
* Fixes an estate naming issue * Fixes a land issue with the landobject not reporting the proper parcel prim. * A few other tweaks.
2008-04-14* Fixed a few warnings.Teravus Ovares1-0/+106
* 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.
2008-04-13* Fix a bug in the friends module that causes a friend not to appear online ↵Teravus Ovares1-14/+871
when they were. * A few things for testing. * This makes a modification to the region registration with the grid server so that the region can send it a chosen password to identify itself. It will not cause any errors, if either one are not updated.
2008-04-11* fix bug 935Teravus Ovares1-4/+7
2008-04-10* Fix a null reference when there's no [Economy] section in the opensim.iniTeravus Ovares1-3/+3
2008-04-10* Updates BetaGridLikeMoneyModuleTeravus Ovares1-5/+96
* 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-03-18Formatting cleanup.Jeff Ames1-39/+27
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby1-4/+2
* Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-8/+2
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.