Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-18 | Added copyright messages. Set svn:eol-style. Minor cleanup. | Jeff Ames | 2 | -55/+82 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+0 | |
2008-03-18 | Building on Joha's update... | Teravus Ovares | 1 | -5/+25 | |
* Server now listens to the client's start location request for 'home' or 'last' and sends the user to the home location or the last location. | |||||
2008-03-17 | Replaced some Console.WriteLine calls with writes to log. | Jeff Ames | 1 | -1/+3 | |
2008-03-17 | From: Alan M Webb <awebb@vnet.ibm.com> | Sean Dague | 1 | -1/+3 | |
Here's a diff of the changes I have made in support of the following LSL script functions. llSetScriptState llGetScriptState llCSV2List llListRandomize llList2ListStrided llListFindList llResetOtherScript llGetScriptName It was necessary to modify ExecutorBase in support of the ScriptState implementations. I also modified SceneObjectPart and SceneObjectPart.Inventory to corrects a quoting mismatch in the commentary that through off live parsing of the files. I also simplified the State definition at the start of BuiltinCommands. | |||||
2008-03-12 | * made some privates protected | lbsa71 | 1 | -2/+2 | |
2008-03-12 | * made GridManager class public | lbsa71 | 1 | -1/+1 | |
2008-03-12 | * Renamed Main.cs to GridServerBase.cs | lbsa71 | 2 | -3/+3 | |
2008-03-12 | * Refactored out exe bit out of Grid Server for great justice | lbsa71 | 2 | -54/+44 | |
2008-03-12 | * Refactored some internals in Grid Server Main | lbsa71 | 1 | -24/+21 | |
2008-03-12 | * Refactored out creation of LoginResponse | lbsa71 | 1 | -114/+121 | |
* Refactored out ErrorResponse | |||||
2008-03-12 | * Extracted RegionProfileData from Request | lbsa71 | 2 | -131/+141 | |
* Introduced ValidateNewRegion and ValidateOverwrite | |||||
2008-03-12 | * minor refactoring | lbsa71 | 1 | -84/+82 | |
2008-03-11 | * Applying patch from Mantis #607 - Grid Server crash. Thanks Diva. | Adam Frisby | 1 | -10/+22 | |
2008-03-05 | * Four more warnings bite the dust. | Adam Frisby | 1 | -1/+2 | |
2008-03-04 | Cleaned up a couple compiler warnings. | Jeff Ames | 1 | -2/+3 | |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin ↵ | Johan Berntsson | 3 | -8/+77 | |
support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. | |||||
2008-03-04 | Added copyright heaaders. Minor cleanup. | Jeff Ames | 6 | -12/+36 | |
2008-03-03 | * More compiler warning nukage. | Adam Frisby | 1 | -2/+0 | |
2008-03-03 | * Removed a bunch of compiler warnings. | Adam Frisby | 1 | -1/+1 | |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 2 | -0/+56 | |
* Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save. | |||||
2008-03-02 | Change handler001 through handler009 to more | Charles Krinke | 2 | -11/+11 | |
appropriate names consisten with their use. All done with all 94 handlers from handler001 through handler094. Hopefully we can move forward without numbered handlers. | |||||
2008-02-26 | * Added base thread pool based presence informing to the message server. | Teravus Ovares | 2 | -26/+86 | |
* Not ready yet for use. | |||||
2008-02-26 | * More Message server stuff. Still not ready. | Teravus Ovares | 6 | -47/+191 | |
2008-02-25 | * Message Server Linkages (still not ready for use so don't start it yet) | Teravus Ovares | 5 | -15/+146 | |
2008-02-22 | * Moved all events except gridcomms and regioncomms over to Event Delegate ↵ | Teravus Ovares | 1 | -2/+5 | |
instances to prevent event race conditions | |||||
2008-02-21 | "threads" command now works. I've added manual tracking of threads (only if ↵ | Tedd Hansen | 1 | -0/+1 | |
compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging. | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 37 | -53/+47 | |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -12/+12 | |
2008-02-19 | Playing "Name that thread". Adding names and isbackground=true to all ↵ | Tedd Hansen | 1 | -1/+1 | |
threads so it will be easier to debug. | |||||
2008-02-18 | * Output XmlRpc error message if user server gets a fault response from the ↵ | Justin Clarke Casey | 1 | -2/+9 | |
region server on login * This will make it more obvious if one accidentally starts one's region server in standalone rather than grid mode but then tries to login to a grid (as I am wont to do) * We are now sending back a fault code (-32601) if no xmlrpc method is found rather than an ordinary message | |||||
2008-02-18 | * Make RegionProfileData.RequestSimProfileData static | Justin Clarke Casey | 2 | -11/+18 | |
* Minor documentation bits | |||||
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 1 | -9/+14 | |
2008-02-17 | Thank you very much, Diva for a patch to increase the | Charles Krinke | 1 | -14/+24 | |
grid server reliability. | |||||
2008-02-14 | * Took a stab at getting keys to work as intended | lbsa71 | 1 | -2/+2 | |
[Provided by openlifegrid.com] | |||||
2008-02-14 | * Added more debugging output to GridManager to pin down the key exchange ↵ | lbsa71 | 1 | -3/+15 | |
weirdness [Provided by openlifegrid.com] | |||||
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 3 | -20/+20 | |
* Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon. | |||||
2008-02-14 | Changed UserServer create user password input to cleartext so we can see ↵ | Tedd Hansen | 1 | -1/+2 | |
what the all the fuzz/blur is about. Make sure that you hide your monitor and that there are no black vans with large antennas parked outside while you type the password. Actually, turn off your monitor while typing password. Then press reset button on your computer. | |||||
2008-02-13 | * Added some more comprehensive log entries on region login. | lbsa71 | 1 | -5/+23 | |
[Provided by openlifegrid.com] | |||||
2008-02-13 | * Minor guard for null case. | lbsa71 | 1 | -2/+2 | |
[Provided by openlifegrid.com] | |||||
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 3 | -12/+12 | |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 2 | -2/+2 | |
2008-02-07 | Shorten root inventory create folder message. | Charles Krinke | 1 | -2/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 28 | -312/+295 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-02-05 | Added copyright statements. | Jeff Ames | 2 | -2/+58 | |
2008-02-04 | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 6 | -100/+85 | |
* The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once | |||||
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 5 | -34/+17 | |
2008-02-02 | Turn on fastMode for map block queries to grid server if and only if grid is ↵ | Brian McBee | 1 | -0/+1 | |
running MYSQL as the data source. | |||||
2008-02-02 | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 1 | -0/+13 | |
This is the beginnings of support for storage of region owner in the MySQLManager table and the use of "owner_uuid". | |||||
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run ↵ | Tedd Hansen | 1 | -2/+3 | |
OpenSim in 32-bit mode. Fixed ScriptEngine.Common startup problems. |