aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '0.6.9-post-fixes' into careminsterMelanie2010-03-062-10/+70
|\
| * Formatting cleanup.Jeff Ames2010-02-221-4/+4
| |
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-02-191-1/+1
| |
| * forestall bug reports about the Command error: ↵Justin Clark-Casey (justincc)2010-02-191-6/+60
| | | | | | | | System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
| * Revolution is on the roll again! :)Revolution2010-02-141-4/+10
| | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2010-02-081-2/+4
|\ \ | |/
| * minor: log what kind of wearable cannot be foundJustin Clark-Casey (justincc)2010-02-051-2/+4
| |
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-2917-541/+202
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-2917-541/+202
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* | Some merge fixupsMelanie2010-01-261-4/+5
| |
* | Merge branch 'master' into careminsterMelanie2010-01-2617-205/+546
|\ \ | |/
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-2317-218/+560
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Add chat banning. Staff patchMelanie2010-01-181-2/+49
| |
* | Merge branch 'master' into careminsterMelanie2010-01-092-3/+8
|\ \ | |/
| * Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵dahlia2010-01-071-1/+6
| | | | | | | | messages forwarded while offline. Addresses Mantis #4457
| * Fixes the newly added packets as per Melanie's request.Revolution2010-01-071-2/+2
| | | | | | | | | | | | Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2010-01-034-23/+23
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-044-23/+23
| |
* | Merge branch 'master' into careminsterMelanie2009-12-311-0/+23
|\ \ | |/
| * Adds Friend Finding functionality.Revolution2009-12-311-0/+23
| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | Merge branch 'master' into careminsterMelanie2009-12-251-0/+13
|\ \ | |/
| * Enable the profile module to be replaced completely, even for the baseMelanie2009-12-251-0/+13
| | | | | | | | profile data
* | Merge branch 'master' into careminsterMelanie2009-12-231-1/+12
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-231-1/+7
| |\
| | * Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ↵Diva Canto2009-12-221-1/+7
| | | | | | | | | | | | stream can be closed.
| * | Fix a bounds exception I came across in IAR restoreMelanie2009-12-231-0/+5
| |/
* | Merge branch 'master' into careminsterMelanie2009-11-281-27/+44
|\ \ | |/
| * Implement god mode user freezing and unfreezingJustin Clark-Casey (justincc)2009-11-271-27/+44
| | | | | | | | | | | | See http://opensimulator.org/mantis/view.php?id=4356 Thanks Revolution I performed a subsequent probable bug fix in this patch
* | Merge branch 'master' into careminsterMelanie2009-11-263-2/+17
|\ \ | |/
| * Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-263-2/+17
| | | | | | | | | | See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa
* | Merge branch 'master' into careminsterMelanie2009-11-251-3/+3
|\ \ | |/
| * Change chat config code so that enabled = false actually does disable the ↵Justin Clark-Casey (justincc)2009-11-251-2/+3
| | | | | | | | chat module
| * minor: remove some mono compiler warnings, add --merge load oar switch to ↵Justin Clark-Casey (justincc)2009-11-251-1/+0
| | | | | | | | help information
* | Merge branch 'master' into careminsterMelanie2009-11-253-65/+79
|\ \ | |/
| * Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2009-11-242-63/+77
| | | | | | | | attempting to close the streams
| * minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)2009-11-241-2/+2
| |
* | Append a prefix to the god avatar names appearing in chat whilst in god mode ↵CasperW2009-11-241-3/+8
| | | | | | | | (disabled by default, config entry admin_prefix)
* | Removed some extra debug chatterCasperW2009-11-241-1/+1
| |
* | Fixed nullrefsCasperW2009-11-231-19/+23
| |
* | Merge branch 'master' into careminsterMelanie2009-11-235-18/+18
|\ \ | |/
| * Formatting cleanup.Jeff Ames2009-11-235-18/+18
| |
* | Prevent a nullref if a recipient of a group message gas left the sceneMelanie2009-11-151-12/+15
|/
* minor: A further minor tweak to reduce iar load logging verbosityJustin Clark-Casey (justincc)2009-11-131-2/+2
|
* refactor some test asset creation into a helper classJustin Clark-Casey (justincc)2009-11-121-8/+2
| | | | remove mono compiler warning
* minor: for now stop iar tests spewing log messages when running testsuiteJustin Clark-Casey (justincc)2009-11-121-1/+1
|
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-11-092-7/+6
|\
| * Fixing the build breakJohn Hurliman2009-11-061-2/+1
| |
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2009-11-053-11/+119
| |\
| * | Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-052-5/+5
| | | | | | | | | | | | unknown asset type, and log an error if it ever does happen
* | | refactor out iar escapingJustin Clark-Casey (justincc)2009-11-093-17/+26
| | |