aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix previous media interact serverside checking. perform very basic serversi...Justin Clark-Casey (justincc)2010-07-142-10/+91
* implement code to deregister users on DeregisterCapsJustin Clark-Casey (justincc)2010-07-141-3/+34
* implement serverside checks for media texture navigation in order to stop nau...Justin Clark-Casey (justincc)2010-07-133-8/+52
* factor out soon to be common media permissions check codeJustin Clark-Casey (justincc)2010-07-131-4/+9
* implement prim media control permissions serverside in order to stop bad clientsJustin Clark-Casey (justincc)2010-07-133-24/+127
* discard an object media update message if it tries to set more media textures...Justin Clark-Casey (justincc)2010-07-131-0/+8
* Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)2010-07-123-1/+8
* implement llClearPrimMedia()Justin Clark-Casey (justincc)2010-07-123-0/+35
* fix issue with GetMediaEntry if the face requested wasn't set to a media textureJustin Clark-Casey (justincc)2010-07-121-1/+2
* fix problem persisting when only one face had a media textureJustin Clark-Casey (justincc)2010-07-121-0/+7
* factor out common code for updating the media urlJustin Clark-Casey (justincc)2010-07-121-41/+27
* factor out common face parameter checking codeJustin Clark-Casey (justincc)2010-07-121-35/+21
* minor: correct a few method names and change accessabilityJustin Clark-Casey (justincc)2010-07-121-3/+3
* implement llSetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-125-13/+183
* Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-124-2/+193
* Implement media texture persistence over server restarts for sqliteJustin Clark-Casey (justincc)2010-07-011-1/+21
* handle ObjectMediaNavigateMessageJustin Clark-Casey (justincc)2010-07-011-14/+55
* send a full object update out to avatars when a media texture is initially setJustin Clark-Casey (justincc)2010-07-011-6/+2
* start sending media url in object full updatesJustin Clark-Casey (justincc)2010-07-011-2/+1
* start storing a mediaurl on the scene object partJustin Clark-Casey (justincc)2010-07-012-7/+30
* replace hand parsing of incoming object media messages with parsing code in l...Justin Clark-Casey (justincc)2010-07-011-60/+31
* start storing incoming MediaEntry on a new Media field on PrimitiveBaseShapeJustin Clark-Casey (justincc)2010-07-011-3/+60
* have a stab at sending the correct number of media entries to shapesJustin Clark-Casey (justincc)2010-07-011-2/+14
* do a whole load of crappy hacking to get cubes to display google.comJustin Clark-Casey (justincc)2010-07-011-6/+89
* Register ObjectMedia and ObjectMediaNavigate capabilities from moap module.Justin Clark-Casey (justincc)2010-06-301-5/+53
* add stub media-on-a-prim (shared media) moduleJustin Clark-Casey (justincc)2010-06-301-0/+56
* minor: comment out high volume texture serving module debug messageJustin Clark-Casey (justincc)2010-06-301-2/+2
* Revert "stop exceptions in setting and getting state from propogating since t...Justin Clark-Casey (justincc)2010-06-291-31/+8
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-291-1/+2
|\
| * Remove the override from DeletToInventory in HGInventoryAccessModule. This ma...Diva Canto2010-06-291-1/+2
* | Fix the XML serializationt to provide an empty script state element ifMelanie2010-06-291-4/+28
|/
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-06-297-42/+114
|\
| * stop exceptions in setting and getting state from propogating since they aren...Justin Clark-Casey (justincc)2010-06-291-8/+31
| * Revert "don't report the null uuid as a missing asset on saving oars/iars"Justin Clark-Casey (justincc)2010-06-291-5/+3
| * This file wants to be committed.Diva Canto2010-06-291-70/+70
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-06-291-18/+71
| |\
| | * Thanks Micheil Merlin for Mantis #4784: [PATCH] llRotBetween does not return ...dahlia2010-06-281-18/+71
| * | Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG xinventor...Diva Canto2010-06-291-1/+1
| * | Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ...Diva Canto2010-06-292-12/+3
| |/
| * One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto2010-06-281-0/+7
* | Fix a nullref on autoreturnMelanie2010-06-291-5/+17
|/
* Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-282-2/+2
* Remove AgentID and GroupOD from the signature of SOG.Copy(). They were neverMelanie Thielker2010-06-284-6/+6
* Fix Copy on Ray, Drag Copy and other little things. Removed the wrong andMelanie Thielker2010-06-283-20/+6
* Make drag copy and copy-on-ray handle friends list perms properlyMelanie Thielker2010-06-271-0/+22
* Fix more perms weirdness. Preserve "Locked" status across gives and rez/take.Melanie2010-06-271-8/+9
* Fix permission propagation to prevent permanently locked objects from beingMelanie2010-06-271-3/+3
* don't report the null uuid as a missing asset on saving oars/iarsJustin Clark-Casey (justincc)2010-06-251-3/+5
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2010-06-252-14/+14
* stop KeyNotFoundException() being thrown in RemoveScenePresence if the agent ...Justin Clark-Casey (justincc)2010-06-251-6/+7