| Commit message (Expand) | Author | Files | Lines |
2007-12-03 | * Now using interpolation to expand the 256x256 heightfield data to 512x512 b... | Teravus Ovares | 1 | -8/+102 |
2007-12-03 | This is a simple patch which just renames an IClientAPI method to | Sean Dague | 5 | -8/+15 |
2007-12-03 | Added a flag to load-xml console command, that will generate new uuids for th... | MW | 4 | -7/+19 |
2007-12-03 | Fixed bug in Appearance update in AvatarFactoryModule. | MW | 1 | -15/+18 |
2007-12-03 | * Resize terrain heightmap info going to ODE to double the resolution. | Teravus Ovares | 1 | -8/+60 |
2007-12-03 | Some refactoring | MW | 1 | -7/+9 |
2007-12-03 | Added another .ini file error catch to the RemoteAdminPlugin Initialise method. | MW | 1 | -12/+16 |
2007-12-03 | Applied patch from mantis issue #110 (with one or two tiny changes) , thanks ... | MW | 1 | -0/+9 |
2007-12-03 | * Removed VS added directory. | Adam Frisby | 2 | -63/+0 |
2007-12-03 | * Added a XMLRPC Restart command to RemoteAdminPlugin | Adam Frisby | 1 | -0/+28 |
2007-12-03 | minor meaningless changes | Jeff Ames | 4 | -51/+34 |
2007-12-03 | * Added XMLRPC Broadcast Alert method. | Adam Frisby | 1 | -2/+20 |
2007-12-03 | set svn:eol-style | Jeff Ames | 3 | -201/+201 |
2007-12-03 | * Moved XMLRPC Controller to a Application Plugin. Requires testing. | Adam Frisby | 4 | -126/+207 |
2007-12-03 | * Applied a few commits left on my laptop to OpenSimController. | Adam Frisby | 1 | -9/+11 |
2007-12-02 | Just for Cfk! | MW | 1 | -1/+1 |
2007-12-02 | Attempt to fix mantis issue #82, taking prims into inventory and then rezzing... | MW | 5 | -5/+29 |
2007-12-02 | Added some error handling (and console output) to BaseHttpServer. | MW | 4 | -29/+33 |
2007-12-02 | Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal... | MW | 5 | -41/+104 |
2007-12-02 | Fixes a bug that my last commit introduced. | MW | 1 | -1/+1 |
2007-12-02 | Some refactoring , mainly on Inventory code. | MW | 10 | -219/+152 |
2007-12-02 | New Inventory folder should now be stored to the inventory server/database. T... | MW | 2 | -1/+9 |
2007-12-01 | Rezzing multiple copies of a inventory prim should now work. | MW | 2 | -0/+12 |
2007-12-01 | attempt to fix sitting-related bugs #3 and #67 | Jeff Ames | 1 | -14/+17 |
2007-12-01 | Due to popular demand, a rezzed prim should no longer delete the original inv... | MW | 1 | -2/+2 |
2007-12-01 | as a Test, attempted to disable mysql inventory table auto creation. | MW | 1 | -1/+1 |
2007-12-01 | Attempt to fix mantis issue # 73 | MW | 1 | -8/+12 |
2007-12-01 | On login, if a set of inventory folders doesn't exist for the user then a new... | MW | 2 | -1/+10 |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 15 | -28/+431 |
2007-12-01 | Attempt to fix mantis issue # 65, seems like it is a race condition between t... | MW | 1 | -4/+7 |
2007-12-01 | Attempted fix for mantis issue# 66 | MW | 1 | -2/+11 |
2007-12-01 | small bit of refactoring | MW | 1 | -1/+11 |
2007-12-01 | the fix, so that trunk works again | MW | 2 | -5/+1 |
2007-12-01 | Part 1 of a commit. This revision will not compile, part 2 will be added in a... | MW | 5 | -32/+104 |
2007-11-30 | mod packetqueue to use the throttle class container | Sean Dague | 1 | -75/+52 |
2007-11-30 | the packet throttle stuff is duped enough that a | Sean Dague | 1 | -0/+95 |
2007-11-30 | starting to fill out PacketQueue, refactoring as I go. This | Sean Dague | 1 | -0/+252 |
2007-11-30 | * Fixed a bug in my 'user already logged in' fix that could cause a null refe... | Teravus Ovares | 1 | -2/+4 |
2007-11-30 | Patch for mantis 0000015: Textures don't display in the object | Sean Dague | 5 | -13/+45 |
2007-11-30 | *Refactored the initial raytracer so it doesn't use the Parent reference. | Teravus Ovares | 3 | -23/+48 |
2007-11-30 | return of the inv-lib-root patch from Justin Casey (IBM) | Sean Dague | 2 | -1/+16 |
2007-11-30 | added support for a console command script to be ran every 20 minutes (will m... | MW | 1 | -0/+20 |
2007-11-30 | small change to OnSceneGroupMove event (in SceneEvents.cs) | MW | 2 | -10/+14 |
2007-11-30 | * Refactored away permissions and physics flag duplications | lbsa71 | 1 | -31/+5 |
2007-11-30 | * Made RegionUp virtual | lbsa71 | 1 | -1/+1 |
2007-11-30 | * Removed permissions flag appliance from Xml deserialization | lbsa71 | 5 | -48/+66 |
2007-11-30 | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 6 | -13/+206 |
2007-11-30 | * This extends my first hack to clear out the useragent table for that specif... | Teravus Ovares | 1 | -1/+1 |
2007-11-30 | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 2 | -1/+22 |
2007-11-30 | * Temporary fix for 'User already online' issue in standalone mode. | Teravus Ovares | 3 | -1/+17 |