aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Types (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-11Some changes to the sending of updates of SceneObjects to clients, that I ↵MW2-223/+279
did a few weeks ago but never committed (and never completely finished what I had planned).
2007-10-05getting all our line endings consistant againSean Dague2-17/+17
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa712-28/+32
* 'remove redundant this qualifier' ftw
2007-09-17fixing me some line endingsSean Dague2-221/+221
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ↵MW1-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.
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all ↵MW2-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).