| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | further encapsulation of function in PacketQueue and PacketThrottle | Sean Dague | 2007-12-03 | 2 | -4/+172 |
* | From Justin Casey (IBM) | Sean Dague | 2007-12-03 | 4 | -47/+113 |
* | * Now using interpolation to expand the 256x256 heightfield data to 512x512 b... | Teravus Ovares | 2007-12-03 | 1 | -8/+102 |
* | This is a simple patch which just renames an IClientAPI method to | Sean Dague | 2007-12-03 | 3 | -6/+7 |
* | Added a flag to load-xml console command, that will generate new uuids for th... | MW | 2007-12-03 | 4 | -7/+19 |
* | Fixed bug in Appearance update in AvatarFactoryModule. | MW | 2007-12-03 | 1 | -15/+18 |
* | * Resize terrain heightmap info going to ODE to double the resolution. | Teravus Ovares | 2007-12-03 | 1 | -8/+60 |
* | Some refactoring | MW | 2007-12-03 | 1 | -7/+9 |
* | Applied patch from mantis issue #110 (with one or two tiny changes) , thanks ... | MW | 2007-12-03 | 1 | -0/+9 |
* | minor meaningless changes | Jeff Ames | 2007-12-03 | 3 | -49/+32 |
* | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 2007-12-03 | 2 | -126/+5 |
* | * Applied a few commits left on my laptop to OpenSimController. | Adam Frisby | 2007-12-03 | 1 | -9/+11 |
* | Just for Cfk! | MW | 2007-12-02 | 1 | -1/+1 |
* | Attempt to fix mantis issue #82, taking prims into inventory and then rezzing... | MW | 2007-12-02 | 2 | -0/+3 |
* | Added some error handling (and console output) to BaseHttpServer. | MW | 2007-12-02 | 3 | -15/+11 |
* | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 2007-12-02 | 3 | -30/+97 |
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 1 | -1/+1 |
* | Rezzing multiple copies of a inventory prim should now work. | MW | 2007-12-01 | 2 | -0/+12 |
* | attempt to fix sitting-related bugs #3 and #67 | Jeff Ames | 2007-12-01 | 1 | -14/+17 |
* | Due to popular demand, a rezzed prim should no longer delete the original inv... | MW | 2007-12-01 | 1 | -2/+2 |
* | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 2007-12-01 | 3 | -17/+100 |
* | Attempted fix for mantis issue# 66 | MW | 2007-12-01 | 1 | -2/+11 |
* | small bit of refactoring | MW | 2007-12-01 | 1 | -1/+11 |
* | the fix, so that trunk works again | MW | 2007-12-01 | 2 | -5/+1 |
* | Part 1 of a commit. This revision will not compile, part 2 will be added in a... | MW | 2007-12-01 | 4 | -26/+72 |
* | mod packetqueue to use the throttle class container | Sean Dague | 2007-11-30 | 1 | -75/+52 |
* | the packet throttle stuff is duped enough that a | Sean Dague | 2007-11-30 | 1 | -0/+95 |
* | starting to fill out PacketQueue, refactoring as I go. This | Sean Dague | 2007-11-30 | 1 | -0/+252 |
* | Patch for mantis 0000015: Textures don't display in the object | Sean Dague | 2007-11-30 | 2 | -4/+20 |
* | *Refactored the initial raytracer so it doesn't use the Parent reference. | Teravus Ovares | 2007-11-30 | 3 | -23/+48 |
* | added support for a console command script to be ran every 20 minutes (will m... | MW | 2007-11-30 | 1 | -0/+20 |
* | small change to OnSceneGroupMove event (in SceneEvents.cs) | MW | 2007-11-30 | 2 | -10/+14 |
* | * Refactored away permissions and physics flag duplications | lbsa71 | 2007-11-30 | 1 | -31/+5 |
* | * Made RegionUp virtual | lbsa71 | 2007-11-30 | 1 | -1/+1 |
* | * Removed permissions flag appliance from Xml deserialization | lbsa71 | 2007-11-30 | 5 | -48/+66 |
* | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 2007-11-30 | 6 | -13/+206 |
* | * Temporary fix for 'User already online' issue in standalone mode. | Teravus Ovares | 2007-11-30 | 2 | -1/+12 |
* | add a few more parens to make sure that throttling condition | Sean Dague | 2007-11-29 | 1 | -1/+1 |
* | * Fixed neighbour range bug | lbsa71 | 2007-11-29 | 9 | -58/+57 |
* | * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ... | Teravus Ovares | 2007-11-29 | 3 | -90/+108 |
* | *Added more information about the sim that you're connecting to in remoting d... | Teravus Ovares | 2007-11-29 | 1 | -5/+15 |
* | * Added a 50 second restart notify timer that gets reset when new regions com... | Teravus Ovares | 2007-11-29 | 2 | -28/+32 |
* | * minor refactorings | lbsa71 | 2007-11-29 | 2 | -7/+7 |
* | * Locking on local scope variable does not make sense - every thread will hav... | lbsa71 | 2007-11-29 | 1 | -28/+22 |
* | Changed to doing only 1 request to the grid server from main map. Hopefully w... | Brian McBee | 2007-11-29 | 1 | -9/+1 |
* | * Fixed about 7 issues with restarting sims and resolved interRegion comms is... | Teravus Ovares | 2007-11-29 | 5 | -133/+205 |
* | I believe this turns throttling back on. I had expected | Sean Dague | 2007-11-28 | 1 | -8/+8 |
* | merged ClientView into a non partial class. Will | Sean Dague | 2007-11-28 | 5 | -3246/+3090 |
* | Moved the m_sceneGridService.RegisterRegion(RegionInfo); call out of LoadWorl... | MW | 2007-11-28 | 5 | -36/+30 |
* | * Disambiguation in the 'sim is restarting message' that tells you 'which' si... | Teravus Ovares | 2007-11-28 | 1 | -2/+2 |