aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientViewBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-08* Checked in new tweaked Prebuild.exelbsa711-0/+5
* Ignored binaries
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-1/+1
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-16changed to native line ending encodingSean Dague1-326/+326
2007-07-15*Added support for the "show" button that highlights objects over the ↵mingchen1-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)
2007-07-15* Added loading methods for NullStorage.Adam Frisby1-2/+3
2007-07-11updated libsecondlife.dll to a 1.18 version (from the libsecondlife aditi ↵MW1-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.
2007-07-11* Applying dalien's patches from bug#177 and #179Adam Frisby1-2/+1
2007-07-10Gird mode in sugilite should now work in so far as you should be able to ↵MW1-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.
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen1-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
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-13/+10
* added some licensing info
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-1/+1
to add/remove something