aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-02remove EstateManagmentCommands.m_commander that has been unused for some timeJustin Clark-Casey (justincc)1-2/+0
2014-04-02Console command to rename EstateDev Random3-221/+329
2014-04-02minor: Only calculate fetched usedPrims and simulatorCapacity info in PrimLim...Justin Clark-Casey (justincc)1-4/+4
2014-04-02minor: disable logging in recently added scene object crossing tests and remo...Justin Clark-Casey (justincc)1-6/+2
2014-04-02Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)4-6/+207
2014-03-31Add check to prevent the return of a wrong value when key is NULL_KEYBlueWall1-1/+4
2014-03-29Console command to change Estate ownerDev Random2-3/+157
2014-03-28Removed default timeout when starting scripts after Load OAROren Hurvitz1-2/+2
2014-03-28Better skipping of "SculptData" when parsing XMLOren Hurvitz1-7/+1
2014-03-28Removed "SculptData" from the serialized XML format of primsOren Hurvitz1-11/+3
2014-03-27Profiles local StorageProvider fix, round 3BlueWall1-1/+1
2014-03-27Fix to local StorageProvider overrideBlueWall1-3/+1
2014-03-27Add support for specifying non-default StorageProviderBlueWall1-0/+3
2014-03-27Fixed a case where logging an HTTP response failed because the stream was non...Oren Hurvitz1-23/+28
2014-03-27Log errors in MakeRequest() as INFO, not ERROR. Some communications problems ...Oren Hurvitz1-2/+2
2014-03-26Fix MSSQLInventoryHandler.IncreementFolderVersion where sql accidentally used...Justin Clark-Casey (justincc)1-1/+1
2014-03-26minor: remove compiler warning from NullEstateDataJustin Clark-Casey (justincc)1-1/+1
2014-03-26refactor: Actually use MaptileStaticFile in RegionInfo rather than having bot...Justin Clark-Casey (justincc)2-14/+16
2014-03-26Add MSSQL EstateStore.migrations VERSION 10 transaction to add AllowLandMark,...Justin Clark-Casey (justincc)1-0/+8
2014-03-26Fix extra physics params MSSQL migration (version 39).Justin Clark-Casey (justincc)1-5/+5
2014-03-26- Increased the threadpool timeout to 10 minutesOren Hurvitz3-6/+6
2014-03-26Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)1-0/+12
2014-03-26Also take YP/commented out JS references from script engine CodeTools.Justin Clark-Casey (justincc)2-157/+0
2014-03-26Remove unmaintained and unused YieldProlog scripting languageJustin Clark-Casey (justincc)16-15874/+0
2014-03-26minor: Add some doc to Scene.Backup() detailing its direct invocation if the ...Justin Clark-Casey (justincc)1-1/+5
2014-03-25Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope...Oren Hurvitz4-6/+20
2014-03-25Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels.BlueWall1-6/+0
2014-03-25Sync code that has moved in development branch with changes in masterBlueWall1-45/+41
2014-03-25Move JsonRpc request code out for general availabilityBlueWall1-173/+19
2014-03-25Move from UserProfileModule for general availabilityBlueWall1-0/+215
2014-03-25Use the "Content-Encoding" header to indicate gzipped streamsOren Hurvitz4-16/+15
2014-03-25In Core Profiles: as a fallback, try to get profiles from foreign grids using...Oren Hurvitz2-2/+219
2014-03-25Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou...Oren Hurvitz2-21/+12
2014-03-25Improved logging of HTTP requestsOren Hurvitz3-49/+165
2014-03-25Fixed unit tests due to changes in the threadpoolOren Hurvitz1-8/+19
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz7-12/+35
2014-03-25Changed LogThreadPool to have 4 logging levels. Added console command "debug ...Oren Hurvitz2-19/+78
2014-03-25Added a watchdog to abort slow threads in the main thread poolOren Hurvitz1-11/+269
2014-03-25LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe...Oren Hurvitz2-4/+13
2014-03-25Refactored DebugFlagsEnumOren Hurvitz1-5/+14
2014-03-25Automatically start logging FireAndForget activity if the threadpool is fullOren Hurvitz1-4/+19
2014-03-25Added debug flag: LogThreadPool. It makes us log every use of the main thread...Oren Hurvitz1-29/+114
2014-03-25Don't fail to enable permissions modules correctly if there is any leading or...Justin Clark-Casey (justincc)2-3/+5
2014-03-24Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de...Oren Hurvitz1-1/+1
2014-03-24If prim region crossing fails then don't delete the prim from the original re...Oren Hurvitz1-1/+8
2014-03-24Fixed parsing of coalesced objects if the XML starts with an XML Declaration ...Oren Hurvitz1-44/+45
2014-03-24In Load OAR, correctly restore group-owned objectsOren Hurvitz1-3/+3
2014-03-24In Load OAR: Zero isn't a valid Group IDOren Hurvitz1-4/+2
2014-03-24During Load OAR, fix the User and Group ID's in objects that are embedded in ...Oren Hurvitz1-53/+77
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz2-47/+86