Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Reverted libterrain update | lbsa71 | 2007-05-20 | 1 | -29/+21 |
| | | | | | * Updated vs2005 target | ||||
* | Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers | MW | 2007-05-19 | 1 | -1/+0 |
| | |||||
* | Added a CheckSumServer (handles template checksum , so there is no longer ↵ | MW | 2007-05-19 | 1 | -21/+30 |
| | | | | | | | | the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line | ||||
* | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 2007-05-19 | 1 | -37/+24 |
| | | | | | | | changed something. * Updated solution files & build files via prebuild. | ||||
* | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 2007-05-17 | 1 | -255/+271 |
| | | | | class a bit and added a WorldBase class (that World now inherits from) | ||||
* | rebuilt build files | gareth | 2007-05-16 | 1 | -255/+255 |
| | | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing) | ||||
* | Updating nant/solution files. | Adam Frisby | 2007-05-16 | 1 | -41/+33 |
| | |||||
* | 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 | -0/+1 |
| | |||||
* | Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵ | MW | 2007-05-16 | 1 | -21/+40 |
| | | | | okay but needs a lot more testing. | ||||
* | * removed unused new-login.dat | lbsa71 | 2007-05-16 | 1 | -10/+1 |
| | | | | | | | | | | | * cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld | ||||
* | More refactoring. | MW | 2007-05-16 | 1 | -0/+12 |
| | | | | | Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) | ||||
* | * deleted some user files | lbsa71 | 2007-05-16 | 1 | -38/+30 |
| | | | | | * ignored some files | ||||
* | started to refactor startup code and to move udp server code out to its own ↵ | MW | 2007-05-16 | 1 | -33/+47 |
| | | | | class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port) | ||||
* | Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it) | MW | 2007-05-15 | 1 | -0/+3 |
| | |||||
* | Turned SimClient into a partial class (and added SimClient(Grid), so that ↵ | MW | 2007-05-15 | 1 | -0/+3 |
| | | | | | | | grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml) | ||||
* | updated Build/project files to include the new projects and new files. | MW | 2007-05-15 | 1 | -0/+3 |
| | | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | ||||
* | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 2007-04-25 | 1 | -0/+6 |
| | | | | viewer 1.15.02, due to big changes in the message templates. | ||||
* | Small clean up of files and directories | MW | 2007-04-25 | 1 | -15/+0 |
| | |||||
* | Renamed the Servers directory to OpenSim.Servers | MW | 2007-04-11 | 1 | -1/+1 |
| | |||||
* | Changed so that a bin\ScriptEngines\ directory will be searched for ↵ | MW | 2007-04-11 | 1 | -0/+3 |
| | | | | | | | scripting Engines. Added the work in progress JVM scripting engine. | ||||
* | * built binaries, pdb's and user files should not be under version control. | lbsa71 | 2007-04-11 | 1 | -30/+25 |
| | | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files | ||||
* | **BREAKING CHANGE** Changing the way terrain is stored and used internally. | Adam Frisby | 2007-04-06 | 1 | -19/+30 |
| | |||||
* | Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now. | MW | 2007-04-04 | 1 | -0/+3 |
| | | | | | Split World class into two partial classes | ||||
* | Split Avatar class into three partial classes (hopefully will make it easier ↵ | MW | 2007-04-04 | 1 | -0/+6 |
| | | | | to work on) | ||||
* | * Added Primitive2 to vs2005 solution (again) | lbsa71 | 2007-04-04 | 1 | -0/+3 |
| | |||||
* | * Added Primitive2 to vs2005 solution | lbsa71 | 2007-04-04 | 1 | -28/+19 |
| | | | | | * Apparently, Prebuild thinks DEBUG should be in there. | ||||
* | Started to clean up/ rewrite Primitive class , currently the new version is ↵ | MW | 2007-04-04 | 1 | -19/+28 |
| | | | | called Primitive2 and not used, but once it is complete then it will replace the old version. | ||||
* | * The world can not contain ScriptFactories that creates unique instances of ↵ | lbsa71 | 2007-04-03 | 1 | -0/+6 |
| | | | | | | | | scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs | ||||
* | * Extended Script API with GetRandomAvatar | lbsa71 | 2007-04-03 | 1 | -0/+3 |
| | | | | | | | * The script will now get a IScriptEntity to it's host object with get/sets * The script gets a IScriptReadnlyEntity interface to entities other than the host object. * the test script now follows a random avatar. | ||||
* | * Script prototype | lbsa71 | 2007-04-03 | 1 | -0/+9 |
| | |||||
* | OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵ | MW | 2007-04-02 | 1 | -0/+9 |
| | | | | OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig). | ||||
* | Moved database storage of the world map to the Db4LocalStorage so its in the ↵ | MW | 2007-04-02 | 1 | -186/+186 |
| | | | | same database as in world prims are stored. | ||||
* | Added OpenUser.Config project | gareth | 2007-04-02 | 1 | -186/+186 |
| | |||||
* | Fixed VS2005 solution/project files | MW | 2007-04-02 | 1 | -186/+186 |
| | |||||
* | Added new REST protocol (partially complete) | gareth | 2007-04-02 | 1 | -192/+186 |
| | | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login | ||||
* | More refactoring | MW | 2007-04-01 | 1 | -18/+27 |
| | |||||
* | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 2007-03-29 | 1 | -6/+0 |
| | |||||
* | * Naaw, -realphysx is too much to ask | lbsa71 | 2007-03-29 | 1 | -33/+25 |
| | | | | | * Genning proj Guids from name hash, for great justice | ||||
* | Added lbsa71's http server changes. | MW | 2007-03-29 | 1 | -7/+0 |
| | | | | | | So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port) | ||||
* | RIP OpenSimRoot. (removed) | MW | 2007-03-28 | 1 | -22/+28 |
| | | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch. | ||||
* | * revert the revert - begin the beguine | lbsa71 | 2007-03-27 | 1 | -33/+35 |
| | |||||
* | * Reverting todays work. It was worth a try. | lbsa71 | 2007-03-27 | 1 | -35/+33 |
| | |||||
* | * vaseline + duct-tape. | lbsa71 | 2007-03-27 | 1 | -5/+5 |
| | |||||
* | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 2007-03-27 | 1 | -6/+12 |
| | | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go. | ||||
* | * Prebuild breaks nant build if project is empty. Quick fix : add dummy file | lbsa71 | 2007-03-27 | 1 | -4/+4 |
| | |||||
* | * Enabled the OpenSim.Servers project | lbsa71 | 2007-03-27 | 1 | -31/+27 |
| | |||||
* | Added REST-handler interface for the http server and changed the Admin Web ↵ | MW | 2007-03-27 | 1 | -17/+27 |
| | | | | front end to one. | ||||
* | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 2007-03-27 | 1 | -4/+7 |
| | | | | | | | | | | | | show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice) |