aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-14Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for g...Diva Canto3-25/+90
2010-12-14reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)1-0/+16
2010-12-13Fix a small bug in ban list handlingMelanie1-0/+2
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie3-120/+170
2010-12-11Remove the restriction that you have to be logged in when loading/saving iarsJustin Clark-Casey (justincc)2-72/+70
2010-12-11If we're saving an IAR with --profile information, then label this a version ...Justin Clark-Casey (justincc)1-5/+22
2010-12-11Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)3-35/+34
2010-12-10Normalization of OSSL function names.Marck1-11/+12
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto1-1/+1
2010-12-08Fixed wrong commentDiva Canto1-1/+1
2010-12-08Fixed previous compile error -- I haven't pushed the CreatorID in AssetBase y...Diva Canto1-1/+1
2010-12-08Added ability for GetTexture to serve multiple formats. The format may come a...Diva Canto1-42/+202
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie2-0/+34
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2-6/+6
2010-12-04Simplify updating of agent inventory assets. Make newly created asset IDsMelanie1-19/+6
2010-12-04Convert the agent asset transactions module to a new style module.Melanie3-168/+156
2010-12-03Various bug fixes for appearance handling: more aggressive reset of textures ...Mic Bowman1-36/+63
2010-11-29Fix unit test.Diva Canto3-9/+16
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto7-45/+100
2010-11-26Creator information preserved upon HG transfers.Diva Canto2-8/+87
2010-11-27Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman2-25/+9
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto3-2/+28
2010-11-25Export the module interface for restartMelanie1-1/+2
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-1/+17
2010-11-25Finish the RestartModule and fix some bugs. Add new console commands:Melanie1-2/+60
2010-11-25Implement the restart moduleMelanie1-2/+113
2010-11-24Adding the skeleton for the restart moduleMelanie1-0/+93
2010-11-23Fix: Allow use of parameters without specifying a file path with command "sav...Marck1-1/+1
2010-11-23Only perform the take object permissions check if an object is being attached...Justin Clark-Casey (justincc)1-55/+50
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto6-30/+92
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto6-5/+333
2010-11-20Knock V0_2 decals off archive tests since they're misleadingJustin Clark-Casey (justincc)1-8/+8
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)3-3/+4
2010-11-20correct build break. for some reason, xbuild didn't rebuild test dllsJustin Clark-Casey (justincc)1-2/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
2010-11-18Fixed appearance send for avatars with only default textures. This should fix...Master ScienceSim1-53/+74
2010-11-17minor: add some method commentsJustin Clark-Casey (justincc)1-2/+7
2010-11-17Fix gesture and viewer preview sounds not playingMelanie1-7/+13
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie2-27/+25
2010-11-10Remove a debug spamMelanie1-1/+0
2010-11-09Although the Allow Voice setting is per estate rather than per region,Melanie1-1/+3
2010-11-09Fix parcel bans to work only on the avatars they're supposed to work on inste...Melanie1-14/+15
2010-11-08Formatting cleanup.Jeff Ames2-33/+32
2010-11-08Call attachment cleanup when an agent crosses outMelanie Thielker1-0/+2
2010-11-08Detach attachments displaced by other attachmentsMelanie1-4/+8
2010-11-05Fix playing sound from HUDsMelanie1-2/+16
2010-11-05Fix attached sounds from HUDs erroneously being delivered to other avatarsMelanie1-0/+19
2010-11-03When LightShare is enabled, the standard day cycle is bypassed and replaced byMelanie1-1/+2
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto2-16/+10
2010-11-02Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia1-32/+32