aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24* re-prebuiltlbsa7113-157/+0
* deleted all those *.user - ignore them next time!
2007-05-24Starts to readd the changes from revisions 768,769 and 770 before Adam ↵MW1-32/+39
notices they got lost in the restructuring.
2007-05-24Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW1-1/+1
test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices.
2007-05-24Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵MW26-169/+174
should now be okay. Now onto the Grid servers...
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW130-0/+16480
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW4-827/+0
the Grid servers can be a separate solution to the region server.
2007-05-19Border crossing back to mostly working, still seems a problem in that you ↵MW1-1/+1
need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
2007-05-19Added a CheckSumServer (handles template checksum , so there is no longer ↵MW1-0/+3
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-19Number of small changesMW1-2/+0
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby1-52/+52
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added session IDs to the grid management agentgareth1-52/+52
2007-05-17Hopefully everything is working againMW1-8/+1
2007-05-17* minor rearrangement for claritylbsa711-2/+3
2007-05-17* did the try get thing and introduced some variables for readabilitylbsa711-4/+9
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW3-200/+203
class a bit and added a WorldBase class (that World now inherits from)
2007-05-16rebuilt build filesgareth2-199/+199
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Updating nant/solution files.Adam Frisby1-36/+36
2007-05-16Renamed OpenSimApplicationBase again this time to RegionServerBase MW1-6/+6
2007-05-16Moved the OpenSimMain class into the OpenSim.exe project MW4-20/+576
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-48/+48
2007-05-16FIXED THE BUILD!gareth1-48/+48
2007-05-16* removed unused new-login.datlbsa711-3/+3
* 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-15updated Build/project files to include the new projects and new files.MW1-48/+48
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-13Added skeleton master service managergareth1-48/+48
2007-05-13Added very basic support for maps (likely to only work in sandbox mode due ↵MW1-2/+2
to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
2007-05-12no longer need to use -loginserver with -sandbox (using -sandbox will always ↵MW1-0/+1
start the loginserver)
2007-05-08* deleted bin directorieslbsa711-48/+48
* ignored bin directories * regenerated nant files
2007-04-29Copied gridserver ready to convert to asset servergareth1-48/+48
I'M THAT NUTS!!!!!!!!
2007-04-27Dumb mistake - forgot to assign the datastore variableAdam Frisby1-1/+1
2007-04-27* Added new commandline option -config <configfile.xml>Adam Frisby1-1/+14
Note: This is untested but is a very simple change and should 'just work'. If someone can test, appreciated.
2007-04-26added just what opensim needs...yet another command line option: -noverbose ↵MW1-1/+6
. cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
2007-04-25Can now use the xml config file for setting up things like sandbox mode, ↵MW1-1/+6
login server, physics engine etc. To use this mode add just -configfile to the startup line (instead of the -sandbox etc) A example of what to add to the xml is: SandBox="true" LoginServer="true" UserAccounts="false" LocalAssets="false" PhysicsEngine="basicphysics" (add those to config node in simconfig.xml). The current options for PhysicsEngine are : basicphysics, RealPhysX, OpenDynamicsEngine.
2007-04-22=== Dedicated to Jesse. ===lbsa711-48/+48
* Deleted empty directory
2007-04-21Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth1-48/+48
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
2007-04-17Yet another command line option (really need to get all these moved into a ↵MW1-0/+6
config file), this one: "-localasset" (without the quotes) is a temporary hack to use a local asset server when in grid mode. (use with extreme caution if you have more than one sim in a grid)
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-48/+48
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11Added POST handler for /sims/ in the grid servergareth1-48/+48
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-48/+48
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-10Fixed "teh bug"gareth1-48/+48
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-48/+48
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-03Finished initial sim<>Grid login (kinda)gareth1-48/+48
Can login but no config data sent/updated yet
2007-04-03* lovely. svn doesn't delete the files from disk on svn delete, so they show ↵lbsa713-4/+0
up in prebuilt projs and build files.
2007-04-03* Fixad namespace clashlbsa714-64/+68
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW1-48/+48
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-126/+126
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth1-126/+126
2007-04-02Fixed VS2005 solution/project filesMW1-126/+126
2007-04-02Added new REST protocol (partially complete)gareth2-174/+174
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-04-01More refactoringMW1-0/+1