aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Currency (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Thank you kindly, Melanie, for a patch which:Charles Krinke2008-05-231-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.
* * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule.Adam Frisby2008-05-181-9/+0
|
* Thank you very kindly, Melanie for: Charles Krinke2008-05-171-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.
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
|
* * Cleaning up code, making it conform to OpenSim standards.Adam Frisby2008-05-061-1/+1
|
* * For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares2008-05-031-3/+74
| | | | does not regenerate until you're dead!
* * Rolled back a few changes.Adam Frisby2008-05-011-40/+40
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-40/+40
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-1469/+1469
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-596/+575
|
* * Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby2008-04-301-0/+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.