aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into careminsterMelanie2012-08-031-25/+25
|\ \ | |/
| * Save membership fee to the database when a group is created.Kevin Cozens2012-08-031-25/+25
* | Merge branch 'master' into careminsterMelanie2012-08-011-0/+33
|\ \ | |/
| * Adds support to ScriptModuleComms for region modules to exportMic Bowman2012-07-311-0/+33
* | Merge branch 'master' into careminsterMelanie2012-07-288-5/+8
|\ \ | |/
| * Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-253-0/+3
| * Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-254-4/+4
| * Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-251-32/+39
|\ \ | |/
| * Rename "image queues clear" console command to "clear image queues"Justin Clark-Casey (justincc)2012-07-241-12/+6
| * Add information about each column to "show queues" region console command help.Justin Clark-Casey (justincc)2012-07-241-2/+9
| * Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)2012-07-241-18/+24
* | Merge branch 'avination' into careminsterMelanie2012-07-202-2/+2
|\ \
| * | Fix slow loading of task inventoryMelanie2012-07-192-2/+2
* | | Merge branch 'master' into careminsterMelanie2012-07-202-3/+1
|\ \ \ | | |/ | |/|
| * | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2012-07-192-3/+1
* | | Merge branch 'master' into careminsterMelanie2012-07-191-69/+59
|\ \ \ | |/ / | | / | |/ |/|
| * Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-3/+1
| * Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2012-07-181-26/+19
| * Fix bug where region ready would be triggered a second time if a script was r...Justin Clark-Casey (justincc)2012-07-181-30/+23
| * Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)2012-07-181-0/+2
| * Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)2012-07-181-8/+16
| * Only listen to LoginsEnabled event in RegionReadyModule if it has been asked ...Justin Clark-Casey (justincc)2012-07-181-26/+22
* | Merge branch 'master' into careminsterMelanie2012-07-132-20/+1
|\ \ | |/
| * Remove IClientIPEndpoint client interface for now.Justin Clark-Casey (justincc)2012-07-121-10/+1
| * Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)2012-07-122-10/+0
* | Merge branch 'master' into careminsterMelanie2012-07-124-12/+6
|\ \ | |/
| * Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-114-12/+6
* | Merge branch 'master' into careminsterMelanie2012-07-113-2/+60
|\ \ | |/
| * minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ...Justin Clark-Casey (justincc)2012-07-071-3/+2
| * minor: Get RegionReady module to shout initialization complete status to draw...Justin Clark-Casey (justincc)2012-07-071-1/+3
| * Mantis 6077 trim NPC chat on channel zero.Talun2012-07-061-0/+8
| * Mantis 6063 osNpcTouch.Talun2012-07-062-0/+49
* | Merge branch 'master' into careminsterMelanie2012-07-051-2/+2
|\ \ | |/
| * Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-2/+2
* | Merge branch 'master' into careminsterMelanie2012-06-142-9/+0
|\ \ | |/
| * Remove long obsolete and unused IClientAPI.KillEndDone()Justin Clark-Casey (justincc)2012-06-132-9/+0
* | Merge branch 'master' into careminsterMelanie2012-06-061-7/+8
|\ \ | |/
| * Ensure closure of bitmap and memory stream with using() statements in WorldVi...Justin Clark-Casey (justincc)2012-06-061-7/+8
* | Merge branch 'master' into careminsterMelanie2012-05-271-7/+7
|\ \ | |/
| * refactor: Rename ConsoleTableRow and ConsoleTableColumn to ConsoleDisplayTabl...Justin Clark-Casey (justincc)2012-05-231-6/+6
| * refactor: rename ConsoleTable -> ConsoleDisplayTable for clarityJustin Clark-Casey (justincc)2012-05-231-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-05-132-0/+2
|\ \
| * | ªTEST MESS* reduce animation packets send. Added onchangeanim event with par...UbitUmarov2012-05-122-0/+2
* | | Merge branch 'master' into careminsterMelanie2012-05-131-0/+195
|\ \ \ | | |/ | |/|
| * | Add ConsoleTable framework class for future uniform formatting of console out...Justin Clark-Casey (justincc)2012-05-101-8/+26
| * | Add "attachments" show console command that will show the server's record of ...Justin Clark-Casey (justincc)2012-05-101-0/+177
* | | Merge branch 'master' into careminsterMelanie2012-05-072-3/+4
|\ \ \ | |/ /
| * | remove default values from prior commit since mono cant deal with themdahlia2012-05-072-3/+3
| * | add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia2012-05-061-1/+2