aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the map thread request the map items asynchronously, as the name suggest...Diva Canto2010-12-141-9/+71
* Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for g...Diva Canto2010-12-143-25/+90
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-12-143-120/+172
|\
| * Fix a small bug in ban list handlingMelanie2010-12-131-0/+2
| * Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-133-120/+170
* | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)2010-12-141-0/+16
|/
* Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)2010-12-112-72/+70
* If we're saving an IAR with --profile information, then label this a version ...Justin Clark-Casey (justincc)2010-12-111-5/+22
* Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)2010-12-113-35/+34
* Normalization of OSSL function names.Marck2010-12-101-11/+12
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto2010-12-091-1/+1
* Fixed wrong commentDiva Canto2010-12-081-1/+1
* Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...Diva Canto2010-12-081-1/+1
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-12-091-42/+202
|\
| * Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto2010-12-081-42/+202
* | Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-092-0/+34
|/
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-6/+6
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-0518-305/+737
|\
| * Simplify updating of agent inventory assets. Make newly created asset IDsMelanie2010-12-041-19/+6
| * Convert the agent asset transactions module to a new style module.Melanie2010-12-043-168/+156
| * Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman2010-12-031-36/+63
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-292-25/+9
| |\
| | * Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman2010-11-272-25/+9
| * | Fix unit test.Diva Canto2010-11-293-9/+16
| * | Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-297-45/+100
| * | Creator information preserved upon HG transfers.Diva Canto2010-11-262-8/+87
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-252-1/+280
| |\ \ | | |/
| | * Export the module interface for restartMelanie2010-11-251-1/+2
| | * Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-1/+17
| | * Finish the RestartModule and fix some bugs. Add new console commands:Melanie2010-11-251-2/+60
| | * Implement the restart moduleMelanie2010-11-251-2/+113
| | * Adding the skeleton for the restart moduleMelanie2010-11-241-0/+93
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-253-2/+28
| |/
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-232-56/+51
|\ \ | |/
| * Fix: Allow use of parameters without specifying a file path with command "sav...Marck2010-11-231-1/+1
| * Only perform the take object permissions check if an object is being attached...Justin Clark-Casey (justincc)2010-11-231-55/+50
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-2116-194/+651
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-216-30/+92
| * Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-216-5/+333
| * Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)2010-11-201-8/+8
| * Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-203-3/+4
| * correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)2010-11-201-2/+2
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-11-201-53/+74
| |\
| | * Fixed appearance send for avatars with only default textures. This should fix...Master ScienceSim2010-11-181-53/+74
| * | Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)2010-11-201-83/+119
| |/
| * minor: add some method commentsJustin Clark-Casey (justincc)2010-11-171-2/+7
| * Fix gesture and viewer preview sounds not playingMelanie2010-11-171-7/+13
| * Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-162-27/+25
* | Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-216-52/+59
|\ \ | |/
| * Remove a debug spamMelanie2010-11-101-1/+0