aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-14Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker1-54/+47
2010-07-14Remove useless quaternion parameter from AttachObject sigMelanie Thielker1-4/+4
2010-07-14Removed some more debug messages.Diva Canto1-18/+16
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker1-2/+2
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker1-2/+2
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie1-18/+36
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-13Revamp the permissions propagation. This MAY mess up. Please test.Melanie Thielker1-18/+36
2010-07-13Add CreateSelected flag onto objects rezzed from inventoryMelanie Thielker1-0/+1
2010-07-12uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)1-1/+1
2010-07-12comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)1-10/+10
2010-07-10Make taken items go back to the folder they came fromMelanie Thielker1-0/+14
2010-07-10Make taken items go back to the folder they came fromMelanie Thielker1-0/+14
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto2-8/+9
2010-07-04Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto3-7/+11
2010-07-04Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto3-0/+67
2010-07-03Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2-32/+60
2010-07-03Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker1-5/+5
2010-07-03Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker1-2/+2
2010-07-02Fixes mantis #4782Diva Canto1-1/+1
2010-07-02Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker1-1/+1
2010-07-02Clean up IMoneyModule and adjust the other modules to the changesMelanie Thielker1-1/+1
2010-07-01ANother stab at LSL compatibilityMelanie Thielker1-1/+1
2010-07-01Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker1-1/+1
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-30minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)1-2/+2
2010-06-29Remove the override from DeletToInventory in HGInventoryAccessModule. This ma...Diva Canto1-1/+2
2010-06-29Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)1-5/+3
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto1-1/+1
2010-06-29Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ...Diva Canto2-12/+3
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto1-0/+7
2010-06-28Force IM timestamps to current server time to prevent "Saved on" headersMelanie Thielker1-0/+4
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-06-28Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker1-1/+1
2010-06-26Deal with incoming land objects properly so they don't just stack upTom Grimshaw1-2/+15
2010-06-26Add a new global event : OnTerrainUpdateTom Grimshaw1-0/+2
2010-06-26Reverting the ITerrainModule changes. Turns out this was useless.Tom Grimshaw1-5/+0
2010-06-26add HasChanged to ITerrainModuleTom Grimshaw1-5/+2
2010-06-26Add a new accessor for the TerainModule : "HasChanged"Tom Grimshaw1-0/+8
2010-06-25don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)1-3/+5
2010-06-25Unhook the dwell request from the land module (and therefore local storage)Melanie Thielker1-1/+1
2010-06-24Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker1-0/+2
2010-06-24Replace the imSessionID, which is useless out of context, with the scope idMelanie Thielker1-0/+7
2010-06-24New viewers don't set the "save offline IM" flag anymore. Set it serversideMelanie Thielker1-0/+6
2010-06-24bug fix. 0,0 is a vlid sim coordinateMelanie Thielker1-1/+1
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-22Security fix: Allow only textures to be fetched using HTTP texture capMelanie Thielker1-0/+12
2010-06-20Set the offline flag in inventory offersMelanie Thielker1-0/+2
2010-06-19Bug fix: wrong name of requester in local friendship offer.Diva Canto1-1/+4
2010-06-18Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2-29/+52