Commit Graph

  • d3363bbc28 *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart mingchen 2007-06-28 17:03:09 +00:00
  • 108d89f894 *Master User is now set up *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml mingchen 2007-06-28 16:17:20 +00:00
  • e1ebfaef63 Applied ScenePresence movement patch from Darok. MW 2007-06-28 15:56:24 +00:00
  • bee543300f *User Profile requests on OGS UserServer now uses XMLRPC instead of REST *Added base support for setting up a master user mingchen 2007-06-28 14:45:46 +00:00
  • 561db23e5f Finished removing the old scripting code, Scene.Scripting.cs and OpenSim.Framework.Interfaces.Scripting. MW 2007-06-28 14:10:05 +00:00
  • 3456d951d8 Imported the scripting changes, so now should be up to date with sugilite. MW 2007-06-28 13:13:17 +00:00
  • 14ea54b441 should now work. MW 2007-06-28 11:54:51 +00:00
  • 1aca39a7a6 Deleted some files that are no longer in use. (I am sure I deleted these yesterday but they seem to have returned). MW 2007-06-28 11:26:22 +00:00
  • 1ff4794191 * Run prebuild, and stuff. (Fixed bug) Adam Frisby 2007-06-28 08:40:31 +00:00
  • c4379add57 Shiny commit (finally) * Added support for new scripting engines ** Javascript ** J# (Java on .NET) ** C# * Added license headers to things. * Updated prebuild for the above Adam Frisby 2007-06-28 08:37:21 +00:00
  • 17275f3ab7 * More removing stuff. Tortoise SVN I hate you. Adam Frisby 2007-06-28 08:35:41 +00:00
  • 9383fea40b * Removing stuff piecemeal since Tortoise SVN blows. Adam Frisby 2007-06-28 08:31:27 +00:00
  • 39b3ba6207 * Updating solution (OpenSim.Scripting no longer exists, now part of Region again) Adam Frisby 2007-06-28 08:09:46 +00:00
  • 0c1a6c85cc * Brand spankin' new scripting engine. * Use "script load somefile.cs" for C# scripting. Will commit additional languages shortly. Scripts should implement the IScript interfaces to work correctly. * Someone port this over to NameSpaceChanges (built in Sugilite since sugilite is working) Adam Frisby 2007-06-28 08:09:05 +00:00
  • 50b180b545 *Added missing files from last commit (oops!) mingchen 2007-06-28 02:09:57 +00:00
  • 440bb4a358 *Fixed UserServer and OpenSim so now they start without crashing. mingchen 2007-06-28 02:07:59 +00:00
  • 0232f01a58 *Moved all the classes into their own file from LLSDHelpers.cs *Some folder renaming to follow project Name *Updated prebuild.xml mingchen 2007-06-27 19:43:46 +00:00
  • 9eaecabdd0 *Moved VersionInfo.cs to its correct place in OpenSim.csproj *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild mingchen 2007-06-27 19:04:23 +00:00
  • 1a6f58f337 *Fixed OpenGridServices.sln and prebuild.xml *NameSpaceChanges branch now fully compiles! mingchen 2007-06-27 18:28:45 +00:00
  • 2261e4ec2a *Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though mingchen 2007-06-27 18:04:07 +00:00
  • 1dcc814b70 *More compile fixes (should be it on OpenSim.sln) mingchen 2007-06-27 17:20:45 +00:00
  • fe120533ef *Updated prebuild.xml and ran prebuild again *Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now mingchen 2007-06-27 17:12:32 +00:00
  • 45f45c3755 *Ran prebuild mingchen 2007-06-27 16:57:31 +00:00
  • e392e222a8 *Added some missing files I forgot to add...OpenSim.sln should compile now mingchen 2007-06-27 16:55:27 +00:00
  • e41eedc9ae *Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something mingchen 2007-06-27 16:39:11 +00:00
  • 646bbbc84b Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. MW 2007-06-27 15:28:52 +00:00
  • 223550b7e4 Some very Preliminary work on .net remoting for interregion comms. a few more classes for CAPS LLSD types. MW 2007-06-27 15:03:54 +00:00
  • 1eec177d4b * Begun reimplementing scripting. Adam Frisby 2007-06-27 09:30:07 +00:00
  • 6a0d4667ea * Added patch for SYSTEMIP handling when an IPv6 address is the primary address of the system. (as is the case on Windows Vista) Adam Frisby 2007-06-27 08:47:57 +00:00
  • a1e6fff14f The following events now work: * OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence Adam Frisby 2007-06-27 06:14:15 +00:00
  • e56c51c665 * Renamed new event manager "SceneEvents" to "EventManager" * Installed into Scene.cs * TODO: Remove IScriptHandler and ScriptEng calls from Update() - they should use eventManager and bind as needed. Adam Frisby 2007-06-27 06:00:24 +00:00
  • f1c03604c9 * Commiting new "SceneEvents" class - a single class which contains bindable events for common things, which can later be passed to the scripting engine. Events being things like OnFrame / OnNewViewer, etc. Adam Frisby 2007-06-27 05:52:48 +00:00
  • f600fec134 * Removing scripting dir so visual studio doesnt throw a fit when I recreate it. Adam Frisby 2007-06-27 05:29:07 +00:00
  • f9292c3128 *Added mysql-reservations.txt with table layout for reservations in /share/sql/ mingchen 2007-06-27 01:49:27 +00:00
  • 8ff1d0968f *Added support for reservations in OpenGridServices (mysql only for now) *SQL file coming soon (as soon as I can figure out how to get the mingchen 2007-06-26 17:50:27 +00:00
  • 2989c22702 * Updated demo filter to show more common usage (as well as embedding multiple filters in a single file) Adam Frisby 2007-06-26 05:20:46 +00:00
  • 0ba98acc1c * Added help command to terrain filters. Adam Frisby 2007-06-26 04:51:24 +00:00
  • 526fe8aae0 * Updated demo Adam Frisby 2007-06-26 04:51:10 +00:00
  • 34c7a0e43a * Terrain filters! - Think photoshop-style filters for terrain. * Terrain filters may be written in either C# or JavaScript and loaded at runtime Use: terrain csfilter somefile.cs -- Loads a C# filter terrain jsfilter somefile.js -- Loads a JavaScript filter Once a terrain filter has been loaded, you can use the command as normal, eg terrain demofilter Adam Frisby 2007-06-26 04:45:24 +00:00
  • 267348c5d1 * Committing terrain filter demo Adam Frisby 2007-06-26 04:42:36 +00:00
  • 9a5ec2b84c Some Caps/LLSD cleaning up. MW 2007-06-25 19:23:40 +00:00
  • 49b9913210 Some work in progress LLSD serialise / de-serialise functions. MW 2007-06-25 18:31:47 +00:00
  • bc1862ecde Forgot these MW 2007-06-25 16:03:31 +00:00
  • f413795497 updated prebuild.xml. Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). MW 2007-06-25 16:01:30 +00:00
  • 525dc30e6f Disabled the EventQueueGet CAPS as its not yet fully functional. MW 2007-06-24 18:50:45 +00:00
  • d607914f6a Hopefully enabled the OGS commsManager MW 2007-06-24 18:40:02 +00:00
  • 2e71972b8b * Updated to use multi-listeners Adam Frisby 2007-06-24 18:17:48 +00:00
  • 056bcc7ccc * Updating prebuild.xml Adam Frisby 2007-06-24 18:10:45 +00:00
  • e21d27c56d * Updating sugilite userserver with the same patch * Added expect_user support to sugilite GridComms manager (needs testing to make sure there's no conflict between httpListener daemons) Adam Frisby 2007-06-24 18:04:34 +00:00
  • ba96d08004 * Updating trunk UserServer to make it sugilite happy (differentiation of regions by handle rather than port) Adam Frisby 2007-06-24 18:03:35 +00:00
  • 372aca9b99 * Enabled sugilite fixes in trunk/GridManager.cs when fast mode is disabled Adam Frisby 2007-06-24 17:49:14 +00:00
  • 210e7c931f * Adding sugilite updates to Sugilite OGS Adam Frisby 2007-06-24 17:48:53 +00:00
  • bc3c16467a * Added partial support for OGS/1 grid servers with the Sugilite patch. Adam Frisby 2007-06-24 17:43:57 +00:00
  • ffe0fc9bcc * Added extensions to trunk/OGS to support Sugilite regions. Anyone running a grid is highly advised to update before 1.18 hits on monday. Adam Frisby 2007-06-24 17:43:05 +00:00
  • 1c021dbcd9 * Forgot to commit the OGS1 code. Adam Frisby 2007-06-24 17:04:12 +00:00
  • 980a8cc629 Refactoring: * Renamed IPListenAddr to CommsIPListenAddr * Renamed IPListenPort to CommsIPListenPort New Features: * Begun OGS/.1 implementation -- created new temporary "GridInfo" class to hold grid settings, needs reworking to wherever settings are stored these days. Adam Frisby 2007-06-24 17:01:08 +00:00
  • 1b8b75d80a A bit more work on the AssetCache. MW 2007-06-24 16:19:53 +00:00
  • 38a800400a Disabled the CheckSum Server as it seems that isn't used by viewer 1.18. Started to add support for asset uploads over CAPS (the asset is uploaded but seems to come out corrupt). Started to cleanup/rewrite the AssetCache. Fixed bug in MapBlock requests, where data for some regions wasn't being sent. Renamed PrimData's Texture to TextureEntry. most likely a few other small changes. MW 2007-06-24 15:24:02 +00:00
  • 2fde703ebd * "create user" command now works with the MySQL Data Storage Engine on the userserver. Adam Frisby 2007-06-24 14:36:08 +00:00
  • 303ea70efa More work on CAPS handler. MW 2007-06-23 11:14:58 +00:00
  • b2eb668814 Deleted some comments being wrote to console MW 2007-06-22 22:30:39 +00:00
  • d7121a422a Started work on CAPS support, now we have our first test capability, MapLayer requests are handled by CAPS. MW 2007-06-22 22:21:08 +00:00
  • 0a02dd287d Imported Share folder from trunk MW 2007-06-22 18:52:27 +00:00
  • a9dde515ba SandBox mode login now shares a base class with the grid mode user server. To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used). MW 2007-06-22 18:28:49 +00:00
  • 2028cc5896 * Porting console fix from Trunk to Sugilite Adam Frisby 2007-06-21 18:49:35 +00:00
  • f3db36fc39 * Maintainence: Experimental console fix for Debian Adam Frisby 2007-06-21 18:41:15 +00:00
  • fc3aa3e193 *Fix for loginuri issue in MassTestClient mingchen 2007-06-21 17:42:53 +00:00
  • 5498ce108e * Fixed solution to it points at ../../bin rather than ../../../bin Adam Frisby 2007-06-21 17:10:43 +00:00
  • e93869c7a7 * Importing Ming's mass test client Adam Frisby 2007-06-21 17:08:21 +00:00
  • dfb22716b9 Fixed the struct and null compare bug. MW 2007-06-21 16:18:29 +00:00
  • 596b3690fc Some refactoring. MW 2007-06-21 16:13:06 +00:00
  • 5688c67914 * Attempted fix for Mono bug. Adam Frisby 2007-06-21 15:31:37 +00:00
  • d42483af3d Very Preliminary teleporting between regions added. MW 2007-06-21 14:34:45 +00:00
  • e647d9ec51 Fixed problem of not being able to move out of the first 3X3 block of regions. (Code Needs cleaning up). MW 2007-06-21 13:55:28 +00:00
  • cc75a6c83e * Added MySQL license to ThirdPartyLicenses/MySQL and FOSS Exemption for BSD projects. Adam Frisby 2007-06-20 22:03:49 +00:00
  • 8194d82230 * Terrain modification more robust, uses area sizes matching those employed by the client display. * Terrain tools now account for the duration the cursor was held for. * Terrain tools now support new brushes (completing the common set) ** Smooth brush ** Flatten brush ** Revert brush ** Noise brush Adam Frisby 2007-06-20 21:57:22 +00:00
  • e4c915eebc * Bonus commit: "terrain save" now supports a 'PNG' method. Adam Frisby 2007-06-20 21:25:45 +00:00
  • 4301d0f075 * Added support for "revert" and "bake" commands on terrain console * Implemented "IMG" load method for "terrain load" - supports PNG, BMP, TIFF, TGA and probably a handful of other formats. Adam Frisby 2007-06-20 21:24:00 +00:00
  • b4bb74653c * Adding a bunch of region xml files. Adam Frisby 2007-06-20 18:00:38 +00:00
  • 97afe4ea42 Protip: don't commit when you have debug in ClientView set to true. MW 2007-06-20 17:47:15 +00:00
  • 3e484d1aaf Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class. Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes. MW 2007-06-20 17:32:21 +00:00
  • a9e9bc83ef * and done the same for OGS.. Adam Frisby 2007-06-20 15:52:45 +00:00
  • 29053589bf * Replaced old logging mechanism with new shiny logging mechanism * Console, I bid thee farewall. Use "Log" now where console used to exist. Adam Frisby 2007-06-20 15:50:06 +00:00
  • 64ed1e1b3b * Removed ClientThreads from avatar * Deleted SimpleApp2 as it's getting wonkier and wonkier by the minute * Added avatar handling to SimpleApp, still don't have any avatar out on the playing field * Removed some warnings * Went from IWorld to Scene * lbsa71 2007-06-20 15:18:54 +00:00
  • 8edcc844c4 * re-added SimpleApp projects * made them work (yay!) * some cleanup lbsa71 2007-06-20 11:41:45 +00:00
  • 70d6cbdffd Deleted some bin/obj Directories. MW 2007-06-19 10:45:47 +00:00
  • 320fbcb7b4 Made a base class from the Grid mode UserServer.UserManager and included that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method) MW 2007-06-19 10:40:20 +00:00
  • b34d1c210e * Cleaning up unused zircon branch. * Removed releng from sugilite. Adam Frisby 2007-06-19 04:04:28 +00:00
  • 78af287448 *Added some missing files from last commit *LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications mingchen 2007-06-19 00:18:06 +00:00
  • 56c4a3df5b *Updated/Added the base classes and interfaces for user and login servers *Not yet usable, but I'm working on it mingchen 2007-06-18 20:10:19 +00:00
  • 2f072d1e10 * example soft logger by delegate lbsa71 2007-06-18 15:55:30 +00:00
  • 82d309d007 Fixed the flashing when crossing a border. MW 2007-06-18 14:41:38 +00:00
  • 99a308007c Fixed inverted map texture problem. Added(from trunk) the loading of terrain files defined in the region.xml files. MW 2007-06-17 19:25:04 +00:00
  • ef494fdf9c Each Region will now generate a texture image of their terrain and this will be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes. MW 2007-06-17 18:04:35 +00:00
  • 45d407c7b5 * SimpleApp: * fixed build errors * still not working though... lbsa71 2007-06-17 17:58:19 +00:00
  • 5d59ffe99d * Added the two Sample Apps to the solution * Made them build * They don't work though, gotta have a look see at that later. * ignored a shitload of bins lbsa71 2007-06-17 16:49:33 +00:00
  • ef0e5e913e Very Preliminary local teleporting added (currently only can teleport within the current region). Now need to add teleporting between regions and use of the dynamic texture for the terrain. MW 2007-06-17 14:10:19 +00:00
  • e1ab1454a4 * Added 'LogFilename' attribute to simconfig.xml - in order to specify log name * removed some greedy try-catch * ignored some bins lbsa71 2007-06-17 09:44:39 +00:00
  • c6b99fbca5 * Added 'LogFilename' attribute to simconfig.xml - in order to specify log name * removed some greedy try-catch * ignored some bins lbsa71 2007-06-17 09:44:39 +00:00
  • 0d234f4795 * Tagging trunk as 0.0.0-release from r84 - this is the oldest version developed by MW that used the old .DAT files. 0.0.0-release Adam Frisby 2007-06-16 21:11:46 +00:00