| Commit message (Expand) | Author | Age | Files | Lines |
* | * TortoiseSVN has an annoying red icon over stuff, this means I probably chan... | Adam Frisby | 2007-05-19 | 1 | -90/+90 |
* | Added session IDs to the grid management agent | gareth | 2007-05-18 | 1 | -90/+90 |
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ... | MW | 2007-05-17 | 1 | -89/+90 |
* | rebuilt build files | gareth | 2007-05-16 | 1 | -89/+89 |
* | Renamed OpenSimApplicationBase again this time to RegionServerBase | MW | 2007-05-16 | 1 | -1/+1 |
* | Moved the OpenSimMain class into the OpenSim.exe project | MW | 2007-05-16 | 1 | -1/+1 |
* | Added OpenSimApplication as a base class to OpenSimMain | MW | 2007-05-16 | 1 | -88/+89 |
* | FIXED THE BUILD! | gareth | 2007-05-16 | 1 | -87/+88 |
* | Quite big change to how Sessions/circuits are Authenticated. Seems to work ok... | MW | 2007-05-16 | 1 | -0/+2 |
* | More refactoring. | MW | 2007-05-16 | 1 | -0/+1 |
* | started to refactor startup code and to move udp server code out to its own c... | MW | 2007-05-16 | 1 | -7/+9 |
* | Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it) | MW | 2007-05-15 | 1 | -0/+1 |
* | Turned SimClient into a partial class (and added SimClient(Grid), so that gri... | MW | 2007-05-15 | 1 | -0/+1 |
* | updated Build/project files to include the new projects and new files. | MW | 2007-05-15 | 1 | -79/+80 |
* | Added skeleton master service manager | gareth | 2007-05-13 | 1 | -79/+79 |
* | * deleted bin directories | lbsa71 | 2007-05-08 | 1 | -79/+79 |
* | Merged 0.1-prestable back into trunk :( | gareth | 2007-05-07 | 1 | -0/+1 |
* | Cleaned up Adam's mess | gareth | 2007-05-05 | 1 | -1/+0 |
* | Copied gridserver ready to convert to asset server | gareth | 2007-04-29 | 1 | -79/+79 |
* | updated to use lastest version of libsl but is currently broke when using SL ... | MW | 2007-04-25 | 1 | -0/+1 |
* | Small clean up of files and directories | MW | 2007-04-25 | 1 | -5/+0 |
* | === Dedicated to Jesse. === | lbsa71 | 2007-04-22 | 1 | -83/+83 |
* | Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ... | gareth | 2007-04-21 | 1 | -83/+83 |
* | Changed so that a bin\ScriptEngines\ directory will be searched for scripting... | MW | 2007-04-11 | 1 | -82/+83 |
* | Added POST handler for /sims/ in the grid server | gareth | 2007-04-11 | 1 | -82/+82 |
* | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 2007-04-11 | 1 | -82/+82 |
* | Fixed "teh bug" | gareth | 2007-04-10 | 1 | -81/+82 |
* | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 2007-04-04 | 1 | -0/+1 |
* | Split Avatar class into three partial classes (hopefully will make it easier ... | MW | 2007-04-04 | 1 | -0/+2 |
* | * Added Primitive2 to vs2005 solution (again) | lbsa71 | 2007-04-04 | 1 | -0/+1 |
* | * Added Primitive2 to vs2005 solution | lbsa71 | 2007-04-04 | 1 | -77/+77 |
* | Finished initial sim<>Grid login (kinda) | gareth | 2007-04-03 | 1 | -77/+77 |
* | * The world can not contain ScriptFactories that creates unique instances of ... | lbsa71 | 2007-04-03 | 1 | -0/+2 |
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 1 | -0/+1 |
* | * Script prototype | lbsa71 | 2007-04-03 | 1 | -0/+3 |
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses OpenSim.Gene... | MW | 2007-04-02 | 1 | -0/+2 |
* | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic con... | MW | 2007-04-02 | 1 | -69/+69 |
* | Added new REST protocol (partially complete) | gareth | 2007-04-02 | 1 | -69/+69 |
* | More refactoring | MW | 2007-04-01 | 1 | -0/+1 |
* | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 2007-03-29 | 1 | -2/+0 |
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 1 | -3/+0 |
* | After hours of searching for a bug, it works - User accounts in sandbox mode,... | MW | 2007-03-28 | 1 | -1/+0 |
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -1/+2 |
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -3/+4 |
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -4/+3 |
* | * vaseline + duct-tape. | lbsa71 | 2007-03-27 | 1 | -1/+1 |
* | * Fixed yet another project ref fuck-up in Prebuild. | lbsa71 | 2007-03-27 | 1 | -4/+4 |
* | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 2007-03-27 | 1 | -1/+2 |
* | Added REST-handler interface for the http server and changed the Admin Web fr... | MW | 2007-03-27 | 1 | -0/+2 |
* | * Now there's one Console class, and instead the apps responds to cmd's and s... | lbsa71 | 2007-03-27 | 1 | -69/+70 |