aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim-Source/OpenSim.RegionServer/OpenSim.RegionServer.csproj (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-258/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-21Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW1-12/+12
, switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
2007-05-20* Reverted libterrain updatelbsa711-29/+21
* Updated vs2005 target
2007-05-19Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers MW1-1/+0
2007-05-19Added a CheckSumServer (handles template checksum , so there is no longer ↵MW1-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
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-37/+24
changed something. * Updated solution files & build files via prebuild.
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW1-255/+271
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth1-255/+255
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Updating nant/solution files.Adam Frisby1-41/+33
2007-05-16Renamed OpenSimApplicationBase again this time to RegionServerBase MW1-1/+1
2007-05-16Moved the OpenSimMain class into the OpenSim.exe project MW1-1/+1
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-0/+1
2007-05-16Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW1-21/+40
okay but needs a lot more testing.
2007-05-16* removed unused new-login.datlbsa711-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
2007-05-16More refactoring.MW1-0/+12
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)
2007-05-16* deleted some user fileslbsa711-38/+30
* ignored some files
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-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)
2007-05-15Added SimClientPacketHandlers.cs (moved the SimClient Packet handlers into it)MW1-0/+3
2007-05-15Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW1-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)
2007-05-15updated Build/project files to include the new projects and new files.MW1-0/+3
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-04-25updated to use lastest version of libsl but is currently broke when using SL ↵MW1-0/+6
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-15/+0
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-1/+1
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-0/+3
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-30/+25
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-06**BREAKING CHANGE** Changing the way terrain is stored and used internally.Adam Frisby1-19/+30
2007-04-04Deleted OpenSim.Config/SimConfigDb4o, as it hasn't been used for a while now.MW1-0/+3
Split World class into two partial classes
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ↵MW1-0/+6
to work on)
2007-04-04* Added Primitive2 to vs2005 solution (again)lbsa711-0/+3
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-28/+19
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-04Started to clean up/ rewrite Primitive class , currently the new version is ↵MW1-19/+28
called Primitive2 and not used, but once it is complete then it will replace the old version.
2007-04-03* The world can not contain ScriptFactories that creates unique instances of ↵lbsa711-0/+6
scripts for entities. * Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
2007-04-03* Extended Script API with GetRandomAvatarlbsa711-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.
2007-04-03* Script prototypelbsa711-0/+9
2007-04-02OpenSim no longer uses OpenSim.Config.SimConfigDb4o, it now uses ↵MW1-0/+9
OpenSim.GenericConfig.Xml (or a class implementing IGenericConfig).
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-186/+186
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth1-186/+186
2007-04-02Fixed VS2005 solution/project filesMW1-186/+186
2007-04-02Added new REST protocol (partially complete)gareth1-192/+186
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-04-01More refactoringMW1-18/+27
2007-03-29* Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa711-6/+0
2007-03-29* Naaw, -realphysx is too much to asklbsa711-33/+25
* Genning proj Guids from name hash, for great justice
2007-03-29Added lbsa71's http server changes. MW1-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)
2007-03-28RIP OpenSimRoot. (removed)MW1-22/+28
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-27* revert the revert - begin the beguinelbsa711-33/+35
2007-03-27* Reverting todays work. It was worth a try.lbsa711-35/+33
2007-03-27* vaseline + duct-tape.lbsa711-5/+5
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa711-6/+12
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27* Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa711-4/+4