Commit History

Author SHA1 Message Date
  Jeff Ames 9d1b42c39a Comment out unused private methods. 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  MW d340820826 Added Frist basic version on the VectorRenderModule, that allows scripts to do some basic drawing onto textures. Currently the method the scripts have to use is most likely not the most user friendly, but this should improve soon. And hope to allow SVG files (either loaded from a web site, or even script created) to be used. I will add a page to the wiki tomorrow, until then http://www.pastebin.ca/934425 is a example c# script that can be used to get a bit of a idea. 16 years ago
  Jeff Ames a8cfbbe963 Minor cleanup. 16 years ago
  Sean Dague 980a926a4b make dynamic textures temporary to try to stop filling up the 16 years ago
  lbsa71 87e2a694e2 * AssetServerBase: _ProcessRequest is now called GetAsset 17 years ago
  MW 039f2c46c0 Added support for OpenSim application plugins (as requested by Adam), which use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management. 17 years ago
  lbsa71 67e12b95ea * Optimized usings 17 years ago
  MW 3d8219f6c7 as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. 17 years ago
  Sean Dague 139994757c changes to pass nini config object to the modules that get 17 years ago
  Tleiades Hax 05df857132 Possible fix for: Remoting exceptions with adjacent non-running sims. 17 years ago
  MW c2462bc8bb Added "LoadImageUrl" module , that is a dynamic texture render, that works with the DynamicTextureModule to allow loading of a image from a webserver and a texture of that image created. 17 years ago
  lbsa71 849eaffbe5 * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru 17 years ago
  lbsa71 a40e7100a2 * Gave ModuleLoader some good lovin' 17 years ago
  Sean Dague c3d8f1f425 getting all our line endings consistant again 17 years ago
  lbsa71 40468f18a4 * Encapsulated all CommunicationsManager services 17 years ago
  lbsa71 8f0b03597b * Modernized ScriptManager to new interface-based module calls. 17 years ago
  Sean Dague b8d9737a47 fixing me some line endings 17 years ago
  MW c29df824c2 Converted the LSL scripting engine into a IRegionModule, so now all "modules" share a common base interface and are loaded from the single loader. (It seems to work fine, but I have left the old scriptengine loader, incase we have to change back). 17 years ago
  MW 4efc75eb66 Added "Local" and "Temporary" Fields to the AssetBase class. 17 years ago
  MW c014ea1510 Added partial help info when calling "help" command with a region set. 17 years ago
  MW bfd36e2e83 Some work on Module loading/management. 17 years ago