| Commit message (Expand) | Author | Files | Lines |
2007-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 20 | -54/+54 |
2007-12-04 | fixed exception and login failure in SimpleApp. (still doesn't work like it ... | Jeff Ames | 1 | -4/+5 |
2007-12-04 | * Removed 12 compiler warnings. | Adam Frisby | 11 | -14/+5 |
2007-12-04 | * Fixed compile issue. | Adam Frisby | 1 | -1/+1 |
2007-12-04 | * Added SSL Support to HttpListener | Adam Frisby | 4 | -26/+57 |
2007-12-04 | * Flying with ODE and got that sinking feeling? This should help | Teravus Ovares | 1 | -2/+2 |
2007-12-04 | set svn:eol-style | Jeff Ames | 2 | -1163/+1163 |
2007-12-04 | * Split out the ODEPlugin Nested classes. | Teravus Ovares | 3 | -1139/+1166 |
2007-12-03 | further encapsulation of function in PacketQueue and PacketThrottle | Sean Dague | 2 | -4/+172 |
2007-12-03 | From Justin Casey (IBM) | Sean Dague | 5 | -51/+120 |
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 |