| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor formatting / svn properties cleanup. | Jeff Ames | 2008-03-25 | 1 | -6/+5 |
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -1/+1 |
* | Added a plugin loader in GridServer | Johan Berntsson | 2008-03-24 | 2 | -1/+74 |
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -3/+3 |
* | Comment out an unused 'str' and add a WriteLine to use | Charles Krinke | 2008-03-21 | 1 | -1/+1 |
* | Formatting cleanup. Minor refactoring. | Jeff Ames | 2008-03-18 | 2 | -61/+52 |
* | * Added the ability to type the partial name of a region in the start locatio... | Teravus Ovares | 2008-03-18 | 2 | -5/+58 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 76 | -1982/+1893 |
* | Added copyright messages. Set svn:eol-style. Minor cleanup. | Jeff Ames | 2008-03-18 | 2 | -55/+82 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -1/+0 |
* | Building on Joha's update... | Teravus Ovares | 2008-03-18 | 1 | -5/+25 |
* | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 2008-03-17 | 1 | -1/+3 |
* | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 2008-03-17 | 1 | -1/+3 |
* | * made some privates protected | lbsa71 | 2008-03-12 | 1 | -2/+2 |
* | * made GridManager class public | lbsa71 | 2008-03-12 | 1 | -1/+1 |
* | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 2008-03-12 | 2 | -3/+3 |
* | * Refactored out exe bit out of Grid Server for great justice | lbsa71 | 2008-03-12 | 2 | -54/+44 |
* | * Refactored some internals in Grid Server Main | lbsa71 | 2008-03-12 | 1 | -24/+21 |
* | * Refactored out creation of LoginResponse | lbsa71 | 2008-03-12 | 1 | -114/+121 |
* | * Extracted RegionProfileData from Request | lbsa71 | 2008-03-12 | 2 | -131/+141 |
* | * minor refactoring | lbsa71 | 2008-03-12 | 1 | -84/+82 |
* | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 2008-03-11 | 1 | -10/+22 |
* | * Four more warnings bite the dust. | Adam Frisby | 2008-03-05 | 1 | -1/+2 |
* | Cleaned up a couple compiler warnings. | Jeff Ames | 2008-03-04 | 1 | -2/+3 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 3 | -8/+77 |
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 6 | -12/+36 |
* | * More compiler warning nukage. | Adam Frisby | 2008-03-03 | 1 | -2/+0 |
* | * Removed a bunch of compiler warnings. | Adam Frisby | 2008-03-03 | 1 | -1/+1 |
* | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 2008-03-03 | 2 | -0/+56 |
* | Change handler001 through handler009 to more | Charles Krinke | 2008-03-02 | 2 | -11/+11 |
* | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2008-02-26 | 2 | -26/+86 |
* | * More Message server stuff. Still not ready. | Teravus Ovares | 2008-02-26 | 6 | -47/+191 |
* | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 2008-02-25 | 5 | -15/+146 |
* | * Moved all events except gridcomms and regioncomms over to Event Delegate in... | Teravus Ovares | 2008-02-22 | 1 | -2/+5 |
* | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 2008-02-21 | 1 | -0/+1 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 37 | -53/+47 |
* | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 2008-02-19 | 1 | -12/+12 |
* | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 2008-02-19 | 1 | -1/+1 |
* | * Output XmlRpc error message if user server gets a fault response from the r... | Justin Clarke Casey | 2008-02-18 | 1 | -2/+9 |
* | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 2008-02-18 | 2 | -11/+18 |
* | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 2008-02-18 | 1 | -9/+14 |
* | Thank you very much, Diva for a patch to increase the | Charles Krinke | 2008-02-17 | 1 | -14/+24 |
* | * Took a stab at getting keys to work as intended | lbsa71 | 2008-02-14 | 1 | -2/+2 |
* | * Added more debugging output to GridManager to pin down the key exchange wei... | lbsa71 | 2008-02-14 | 1 | -3/+15 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 3 | -20/+20 |
* | Changed UserServer create user password input to cleartext so we can see what... | Tedd Hansen | 2008-02-14 | 1 | -1/+2 |
* | * Added some more comprehensive log entries on region login. | lbsa71 | 2008-02-13 | 1 | -5/+23 |
* | * Minor guard for null case. | lbsa71 | 2008-02-13 | 1 | -2/+2 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 3 | -12/+12 |
* | Update version numbers to 0.5 | Jeff Ames | 2008-02-07 | 2 | -2/+2 |