aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientViewBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added CLI "debug packet 0..255" to enable the in/out packet dumps with ↵Dalien Talbot2007-09-131-2/+0
| | | | various verbosity
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Converted the LSL scripting engine into a IRegionModule, so now all ↵MW2007-09-081-0/+4
| | | | | | | | | "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).
* * Checked in new tweaked Prebuild.exelbsa712007-08-081-0/+5
| | | | | * Ignored binaries
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-1/+1
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* changed to native line ending encodingSean Dague2007-07-161-326/+326
|
* *Added support for the "show" button that highlights objects over the ↵mingchen2007-07-151-1/+0
| | | | | | | selected Objects *Known bug, client does some weird "showing" when more than 255 objects are meant to be selected (linked objects count as one object)
* * Added loading methods for NullStorage.Adam Frisby2007-07-151-2/+3
|
* updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW2007-07-111-1/+1
| | | | | | | | branch, so when they have a trunk version that is 1.18 ready, best to update again). Started some work on a userProfile/inventory cache.
* * Applying dalien's patches from bug#177 and #179Adam Frisby2007-07-111-2/+1
|
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-1/+2
| | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
* *Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen2007-07-061-0/+2
| | | | | | | | | | in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-13/+10
| | | | | * added some licensing info
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-1/+1
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+327
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.