Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Justin Clark-Casey (justincc) b7216f4daf minor: save some commented out log lines which will be useful again in future debugging of VectorRenderModule 11 gadi atpakaļ
  Justin Clark-Casey (justincc) 80c19b7cac Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 11 gadi atpakaļ
  Diva Canto db418bff2b Fix issues with the DynamicTextureModule and corresponding unit tests. 12 gadi atpakaļ
  Diva Canto 4de8915ddd One more module converted: VectorRenderModule. 12 gadi atpakaļ
  Diva Canto 91a5c602e3 Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." 12 gadi atpakaļ
  Diva Canto 531edd51d8 Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 3db10fdbef Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concurrent thread use provoking mono crashes. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 8f02fd926e If reusing dynamic textures, do not reuse small data length textures that fall below current viewer discard level 2 thresholds. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) a0d0c9f751 If the GetTexture capability receives a request for a range of data beyond that of an otherwise valid asset, return HTTP PartialContent rather than RequestedRangeNotSatisfiable. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) c1cece4b82 Add experimental DynamicTextureModule.ReuseTextures flag, currently only configurable on compile. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) aa44df9c04 Add IDynamicTextureManager.ConvertData() to match AsyncConvertData(). Remove mismatching ConvertStream() where there is no AsyncConvertStream and neither IDynamicTextureManager implementer implements this method. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) ab9bfe5156 minor: Simplify return of vector render module name and some very minor removal of unncessary syntax clutter 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 1369058280 Lock disposal of separate gdi+ objects under different threads since this prevents malloc heap corruption seen under Ubuntu 10.04.1 and 11.04 - probably a libcairo issue 12 gadi atpakaļ
  Justin Clark-Casey (justincc) faffe2f2f9 Fix the recent windows compile error by putting newFont for case "R" in VectorRenderModule inside its own context, rather than disposing of the old font before using it as a prototype for the new. 12 gadi atpakaļ
  SignpostMarv 5181bdae0a attempting to fix a build issue 12 gadi atpakaļ
  Justin Clark-Casey (justincc) eeef9d7e99 Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic textures. 12 gadi atpakaļ
  Justin Clark-Casey (justincc) 72923134e9 Get some hopefully more useful exception information when OpenJPEG.EncodeFromImage() fails in VectorRender and DynamicTexture modules 13 gadi atpakaļ
  Marck b512ecd1dc Normalization of OSSL function names. 13 gadi atpakaļ
  Justin Clark-Casey (justincc) f1b99c4a7f minor: one method doc 14 gadi atpakaļ
  Melanie a87a247f05 Revert "Updates all IRegionModules to the new style region modules." 14 gadi atpakaļ
  Revolution ec3c31e61e Updates all IRegionModules to the new style region modules. 14 gadi atpakaļ
  Jeff Ames ee205e7e81 Formatting cleanup. 15 gadi atpakaļ
  dr scofield (aka dirk husemann) 5209305615 oops. fixing missing argument. 15 gadi atpakaļ
  dr scofield (aka dirk husemann) 86521adb7e adding log message to vector render to inform about default font being used 15 gadi atpakaļ
  dr scofield (aka dirk husemann) 953581698d - making font name used by VectorRenderModule configurable: can be set 15 gadi atpakaļ
  Arthur Valadares 3d6edc04a3 Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon 15 gadi atpakaļ
  Arthur Valadares efb287f28f Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using arrow, diamond, round and flat caps. 15 gadi atpakaļ
  Arthur Valadares 7923fd29a0 Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing functions, this one has no start and end point, but a number of points that will form the desired polygon. Only FilledPolygon implemented so far. 15 gadi atpakaļ
  Dr Scofield 074b66ddcf From: Chris Yeoh <[email protected]> 15 gadi atpakaļ
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 gadi atpakaļ