aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Types (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some changes to the sending of updates of SceneObjects to clients, that I ↵MW2007-10-112-223/+279
| | | | did a few weeks ago but never committed (and never completely finished what I had planned).
* getting all our line endings consistant againSean Dague2007-10-052-17/+17
|
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-192-28/+32
| | | | | * 'remove redundant this qualifier' ftw
* fixing me some line endingsSean Dague2007-09-172-221/+221
|
* hooked up sdague new sqlite asset database provider to the old asset system. ↵MW2007-09-101-0/+33
| | | | | | | | So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o.
* Converted the LSL scripting engine into a IRegionModule, so now all ↵MW2007-09-082-0/+188
"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). Removed the reference to OpenJpeg in the DynamicTextureModule, to see if that was causing the build problem someone is having. Added a Temporary fix for the "existing connection was forcibly closed by the remote host" exception on windows when a user logs out of a multiregion instance. Some early work to prepare for improving the way clients are updated (about prims etc).