Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -53/+0 | |
2007-06-14 | * Added maintenance patch (issue #139) from BigfootAg to /trunk | Adam Frisby | 1 | -0/+1 | |
2007-06-14 | * Applied Prebuild fixes to Sugilite | lbsa71 | 1 | -3/+3 | |
* Rebuilt project files * ignored some bins | |||||
2007-06-13 | * First attempt at fixing differing build files on different .net flavours. | lbsa71 | 1 | -6/+6 | |
* And, as always, some bin ignores | |||||
2007-06-11 | *Removed missing file in csproj | mingchen | 1 | -2/+0 | |
*Removed Avatar.Client.cs (unused) | |||||
2007-06-11 | *Removed SimProfileBase from OpenSim (Unused/Depreciated) | mingchen | 1 | -0/+2 | |
*Updated prebuild.xml | |||||
2007-06-09 | * LogFile now defaults to "{apptype}.log" | lbsa71 | 1 | -4/+3 | |
* cleaned away suo and user files. * added handy string chat variety to the API * Moved LockPhysicsEngine on World to SyncRoot on IWorld * Introduced NextLocalId instead of World fuggliness. * Transformed GetRegionInfo to Property on IWorld for great justice * Extracted default wearables (good to have) * Deleted unused BaseServer * Used IWorld instead of World wherever possible * The client constructor's not getting unused port any longer. * Extracted ClientView factoring so PacketServer can be tweaked. * Added SendLayerData to World * Made WorldBase abstract and cleaned it up a bit * added OpenGrid.Framework.Communications.dll.build and OpenSim.World.dll.build to svn * Added code for two examples (but not in prebuild yet) | |||||
2007-06-08 | *Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData ↵ | mingchen | 1 | -3/+3 | |
classes *Incorporated EstateSettings into the RegionInfo class *Next step is to load from db, save to db the parcel and estate settings | |||||
2007-06-06 | If this is what it takes, then fine | mingchen | 1 | -3/+3 | |
*Adding every .build and .csproj to get ccnet working (hopefully) | |||||
2007-06-04 | Prebuild and stuff | Adam Frisby | 1 | -52/+52 | |
2007-05-30 | Rebuilt the build files | gareth | 1 | -52/+52 | |
Added some more prompts and stuff to ServiceManager | |||||
2007-05-29 | * Rebuilt Prebuild | Adam Frisby | 1 | -52/+52 | |
* Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before. | |||||
2007-05-27 | FIXED THE TRUNK! | gareth | 1 | -52/+52 | |
2007-05-24 | Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵ | MW | 1 | -7/+7 | |
should now be okay. Now onto the Grid servers... | |||||
2007-05-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-19 | Moved CheckSumServer (and added UDPServerBase ) to OpenSim.Servers | MW | 1 | -0/+2 | |
2007-05-19 | * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵ | Adam Frisby | 1 | -50/+50 | |
changed something. * Updated solution files & build files via prebuild. | |||||
2007-05-18 | Added session IDs to the grid management agent | gareth | 1 | -50/+50 | |
2007-05-17 | More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵ | MW | 1 | -50/+50 | |
class a bit and added a WorldBase class (that World now inherits from) | |||||
2007-05-16 | rebuilt build files | gareth | 1 | -50/+50 | |
Imported crappy monodevelop GTK# manager app (tis embarrassing) | |||||
2007-05-16 | Added OpenSimApplication as a base class to OpenSimMain | MW | 1 | -50/+50 | |
2007-05-16 | FIXED THE BUILD! | gareth | 1 | -50/+50 | |
2007-05-16 | More refactoring. | MW | 1 | -1/+0 | |
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon) | |||||
2007-05-15 | updated Build/project files to include the new projects and new files. | MW | 1 | -51/+51 | |
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour). | |||||
2007-05-13 | Added skeleton master service manager | gareth | 1 | -51/+51 | |
2007-05-08 | * deleted bin directories | lbsa71 | 1 | -51/+51 | |
* ignored bin directories * regenerated nant files | |||||
2007-04-29 | Copied gridserver ready to convert to asset server | gareth | 1 | -51/+51 | |
I'M THAT NUTS!!!!!!!! | |||||
2007-04-25 | updated to use lastest version of libsl but is currently broke when using SL ↵ | MW | 1 | -0/+1 | |
viewer 1.15.02, due to big changes in the message templates. | |||||
2007-04-22 | === Dedicated to Jesse. === | lbsa71 | 1 | -50/+50 | |
* Deleted empty directory | |||||
2007-04-21 | Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵ | gareth | 1 | -49/+50 | |
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory | |||||
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -0/+1 | |
* Now dumping default value in config. * | |||||
2007-04-11 | Renamed the Servers directory to OpenSim.Servers | MW | 1 | -0/+0 | |
2007-04-11 | Changed so that a bin\ScriptEngines\ directory will be searched for ↵ | MW | 1 | -48/+48 | |
scripting Engines. Added the work in progress JVM scripting engine. | |||||
2007-04-11 | Added POST handler for /sims/ in the grid server | gareth | 1 | -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. | lbsa71 | 1 | -48/+48 | |
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files | |||||
2007-04-10 | Fixed "teh bug" | gareth | 1 | -48/+48 | |
2007-04-04 | * Added Primitive2 to vs2005 solution | lbsa71 | 1 | -48/+48 | |
* Apparently, Prebuild thinks DEBUG should be in there. | |||||
2007-04-03 | Finished initial sim<>Grid login (kinda) | gareth | 1 | -48/+48 | |
Can login but no config data sent/updated yet | |||||
2007-04-02 | Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵ | MW | 1 | -48/+48 | |
configuration method, so that it is easier to load configuration data from a ogs server | |||||
2007-04-02 | Added new REST protocol (partially complete) | gareth | 1 | -48/+48 | |
Made sim profiles load from DB Updated build files for grid server Added sim login | |||||
2007-03-30 | * updated build files | lbsa71 | 1 | -0/+1 | |
2007-03-29 | * Moved LoginServer and LocalUserProfileManager to OpenSim.Servers | lbsa71 | 1 | -0/+2 | |
2007-03-29 | Added lbsa71's http server changes. | MW | 1 | -0/+2 | |
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-28 | RIP OpenSimRoot. (removed) | MW | 1 | -1/+0 | |
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 beguine | lbsa71 | 1 | -1/+2 | |
2007-03-27 | * Reverting todays work. It was worth a try. | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Introduced BaseHttpServer (doing nothing at the moment) | lbsa71 | 1 | -1/+1 | |
* 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 file | lbsa71 | 1 | -0/+1 | |
2007-03-27 | * Enabled the OpenSim.Servers project | lbsa71 | 1 | -1/+0 | |