Commit Graph

  • f7a938a21d * Making trunk compile again for CC.net Adam Frisby 2007-07-04 07:51:02 +0000
  • 827cccb99c Grid Servers: * Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues. Adam Frisby 2007-07-04 07:45:42 +0000
  • 249ce4cf6f * More cleaning - Sugilite now only has build errors for "value is never used" properties (which I presume will be filled in over time) Adam Frisby 2007-07-04 05:49:12 +0000
  • daf7b8ec76 * Cleaning - attempting to get compiler warnings back down to zero. Adam Frisby 2007-07-04 05:25:40 +0000
  • 8b3cb93b49 * Started work on converting BaseHttpServer to a stream dispatcher lbsa71 2007-07-04 04:29:23 +0000
  • bd8018fa1c Today's work on Building support/tools. Think I am slowly getting there. MW 2007-07-03 20:10:20 +0000
  • 78e420f48b *Fixed storage issue as noted in last commit of the OGS1 GridServer *Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue) mingchen 2007-07-03 19:26:35 +0000
  • e06ffb3981 *Removed GridInfo class as it has been previously replaced with the much better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work! mingchen 2007-07-03 17:03:14 +0000
  • 898b48464a *Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1) mingchen 2007-07-03 14:56:00 +0000
  • 9b6b6d05d4 * Optimized usings (the 'LL ate my scripts' commit) * added some licensing info lbsa71 2007-07-03 14:37:29 +0000
  • 73a5ec391a * Completed conceptual LlsdMethod - everything resides in SimpleApp pending guru approval. lbsa71 2007-07-03 07:06:08 +0000
  • 315a49e7fd You can now substitute %name% in the filename argument for terrain save & load commands to input the sims name. Useful for sugilite regions where you are running multiple sims in a single instance and need to get them to load or save in a pattern. (Needs cleaning & expansion) Adam Frisby 2007-07-02 23:52:18 +0000
  • 96dfb33bca Attempted workaround for Mono's insistence on compiling BasicTerrain incorrectly Adam Frisby 2007-07-02 23:42:38 +0000
  • 67af17fdd1 *OGS1 Key2Name/Name2Key works *OGS1 doesnt crash on startup anymore mingchen 2007-07-02 21:02:11 +0000
  • 71f1b2d878 * Added conceptual LlsdMethod Demo to SimpleApp (work in progress) lbsa71 2007-07-02 20:44:39 +0000
  • d1d38f2ede Applied Darok's PhysicsVector ToString patch MW 2007-07-02 17:48:34 +0000
  • 858e232cec * Added "HiRAW" mode export for generating as precise outputs as possible in the .RAW format. Ideal for exporting a heightmap to a simulator only capable of reading the RAW format. If you are exporting between OpenSim regions, use F64 instead. Adam Frisby 2007-07-02 16:04:50 +0000
  • fcabdab7bc * Started working on LlsdMethod for BaseHttpServer *Renamed IRestHandler.cs to RestMethod.cs which is the correct name. lbsa71 2007-07-02 16:03:58 +0000
  • c25a2fea59 * Added support for SL-style RAW export similar to the official simulators operation (low resolution) Adam Frisby 2007-07-02 15:45:09 +0000
  • 686f6a8331 * Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScene * Hid NullPhysicsScene for great justice * Fixed broken Grid build lbsa71 2007-07-02 08:03:11 +0000
  • 9ff5bb9873 * Applied Weathros/tedd's IP v6 patch lbsa71 2007-07-02 06:57:42 +0000
  • d78f6505e3 * worked some more on the RegionInfo attr fuggliness lbsa71 2007-07-02 06:55:36 +0000
  • 7f18f494f1 Just committing this because I want my commit to be on the front page of www.opensimulator.org rather than lbsa71's being there. MW 2007-07-01 21:45:47 +0000
  • 2d34caabb9 * removed try-catchall from scene constructor * added reference server-side addnewprim prototype to Scene - not implementet yet though. lbsa71 2007-07-01 21:16:45 +0000
  • 2852cda727 More work on SceneObject/Primitive and building (Linking is a work in progress as is all). Committing now as I've finished for the night and will be continued tomorrow. MW 2007-07-01 21:04:33 +0000
  • 97d441fca4 * replaced some more of those butt-fuggly attr constructs with nice Get<> calls; somebody should finish the job. lbsa71 2007-07-01 20:30:02 +0000
  • 54ef77f0fd Can change the name and description of a prim. MW 2007-07-01 18:33:44 +0000
  • 9800c05c1b Started change to having SceneObject and then that having child Primitives which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it. MW 2007-07-01 17:26:33 +0000
  • 7cafe7f6d9 * now saves ExternalHostName in config lbsa71 2007-07-01 16:19:47 +0000
  • 06a8c13200 MAJOR IP RESTRUCTURING lbsa71 2007-07-01 16:07:41 +0000
  • 5e805656db Fixed SimpleApp - aka thankgoditssundaycommit * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins lbsa71 2007-07-01 13:17:27 +0000
  • bacf90b5d8 * Project files fixed for OGS. Adam Frisby 2007-07-01 11:40:48 +0000
  • 31649aa1d5 * Fixed scripting engine with a few minor updated namespace issues. Adam Frisby 2007-07-01 11:24:50 +0000
  • b8b701fabb * Small bugfix comparing equal UUIDs Adam Frisby 2007-06-29 22:10:55 +0000
  • e4df6ea08e * Created new "UUID" class to override LLUUID in general. (Unable to inherit from LLUUID, so written as a wrapper + extra functions), 1:1 Feature compatible with LLUUID designed as "Drop In" replacement. Adam Frisby 2007-06-29 22:09:52 +0000
  • 72cd28be1b * Experimental patch: Replaced IPAddress.Any with IPAddress.Parse("0.0.0.0") to force IPv4 Adam Frisby 2007-06-29 20:09:29 +0000
  • cc1c4c034c * Applying Danx0r's BasicPhysics update. Adam Frisby 2007-06-29 18:37:26 +0000
  • 6b3777d3db *Deleted Logger.cs from OpenSim.Framework mingchen 2007-06-29 16:43:48 +0000
  • b2883faddf * just making sure build files are latest lbsa71 2007-06-29 16:28:03 +0000
  • f6deaf8a65 Switched in NameSpaceChanges lbsa71 2007-06-29 13:51:21 +0000
  • 51dec95145 This is the Sugilite pre NameSpaceChanges 0.3.0-devel lbsa71 2007-06-29 13:49:47 +0000
  • 90b01ba80c *Hopefully fixed the empty dialog box error on client when logging in on sandbox mode mingchen 2007-06-29 01:58:16 +0000
  • 135e9b1f53 * Removed J# language support because it has issues with Mono. Adam Frisby 2007-06-28 19:35:20 +0000
  • fe0528b98c *Added UUIDNameRequest packet support (untested, but should work -- at least in sandbox mode) *Various small renamings mingchen 2007-06-28 19:09:50 +0000
  • 41f26668d9 enabled physics plugin flying flags. MW 2007-06-28 17:48:45 +0000
  • d3363bbc28 *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal -- its sandbox mode counterpart mingchen 2007-06-28 17:03:09 +0000
  • 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 +0000
  • e1ebfaef63 Applied ScenePresence movement patch from Darok. MW 2007-06-28 15:56:24 +0000
  • 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 +0000
  • 561db23e5f Finished removing the old scripting code, Scene.Scripting.cs and OpenSim.Framework.Interfaces.Scripting. MW 2007-06-28 14:10:05 +0000
  • 3456d951d8 Imported the scripting changes, so now should be up to date with sugilite. MW 2007-06-28 13:13:17 +0000
  • 14ea54b441 should now work. MW 2007-06-28 11:54:51 +0000
  • 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 +0000
  • 1ff4794191 * Run prebuild, and stuff. (Fixed bug) Adam Frisby 2007-06-28 08:40:31 +0000
  • 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 +0000
  • 17275f3ab7 * More removing stuff. Tortoise SVN I hate you. Adam Frisby 2007-06-28 08:35:41 +0000
  • 9383fea40b * Removing stuff piecemeal since Tortoise SVN blows. Adam Frisby 2007-06-28 08:31:27 +0000
  • 39b3ba6207 * Updating solution (OpenSim.Scripting no longer exists, now part of Region again) Adam Frisby 2007-06-28 08:09:46 +0000
  • 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 +0000
  • 50b180b545 *Added missing files from last commit (oops!) mingchen 2007-06-28 02:09:57 +0000
  • 440bb4a358 *Fixed UserServer and OpenSim so now they start without crashing. mingchen 2007-06-28 02:07:59 +0000
  • 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 +0000
  • 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 +0000
  • 1a6f58f337 *Fixed OpenGridServices.sln and prebuild.xml *NameSpaceChanges branch now fully compiles! mingchen 2007-06-27 18:28:45 +0000
  • 2261e4ec2a *Fixed all renaming for OpenGridServices.sln, still a reference issue in prebuild.xml though mingchen 2007-06-27 18:04:07 +0000
  • 1dcc814b70 *More compile fixes (should be it on OpenSim.sln) mingchen 2007-06-27 17:20:45 +0000
  • 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 +0000
  • 45f45c3755 *Ran prebuild mingchen 2007-06-27 16:57:31 +0000
  • e392e222a8 *Added some missing files I forgot to add...OpenSim.sln should compile now mingchen 2007-06-27 16:55:27 +0000
  • e41eedc9ae *Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something mingchen 2007-06-27 16:39:11 +0000
  • 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 +0000
  • 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 +0000
  • 1eec177d4b * Begun reimplementing scripting. Adam Frisby 2007-06-27 09:30:07 +0000
  • 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 +0000
  • a1e6fff14f The following events now work: * OnFrame * OnNewPresence * OnNewPrimitive * OnRemovePresence Adam Frisby 2007-06-27 06:14:15 +0000
  • 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 +0000
  • 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 +0000
  • f600fec134 * Removing scripting dir so visual studio doesnt throw a fit when I recreate it. Adam Frisby 2007-06-27 05:29:07 +0000
  • f9292c3128 *Added mysql-reservations.txt with table layout for reservations in /share/sql/ mingchen 2007-06-27 01:49:27 +0000
  • 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 +0000
  • 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 +0000
  • 0ba98acc1c * Added help command to terrain filters. Adam Frisby 2007-06-26 04:51:24 +0000
  • 526fe8aae0 * Updated demo Adam Frisby 2007-06-26 04:51:10 +0000
  • 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 +0000
  • 267348c5d1 * Committing terrain filter demo Adam Frisby 2007-06-26 04:42:36 +0000
  • 9a5ec2b84c Some Caps/LLSD cleaning up. MW 2007-06-25 19:23:40 +0000
  • 49b9913210 Some work in progress LLSD serialise / de-serialise functions. MW 2007-06-25 18:31:47 +0000
  • bc1862ecde Forgot these MW 2007-06-25 16:03:31 +0000
  • f413795497 updated prebuild.xml. Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject). MW 2007-06-25 16:01:30 +0000
  • 525dc30e6f Disabled the EventQueueGet CAPS as its not yet fully functional. MW 2007-06-24 18:50:45 +0000
  • d607914f6a Hopefully enabled the OGS commsManager MW 2007-06-24 18:40:02 +0000
  • 2e71972b8b * Updated to use multi-listeners Adam Frisby 2007-06-24 18:17:48 +0000
  • 056bcc7ccc * Updating prebuild.xml Adam Frisby 2007-06-24 18:10:45 +0000
  • 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 +0000
  • 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 +0000
  • 372aca9b99 * Enabled sugilite fixes in trunk/GridManager.cs when fast mode is disabled Adam Frisby 2007-06-24 17:49:14 +0000
  • 210e7c931f * Adding sugilite updates to Sugilite OGS Adam Frisby 2007-06-24 17:48:53 +0000
  • bc3c16467a * Added partial support for OGS/1 grid servers with the Sugilite patch. Adam Frisby 2007-06-24 17:43:57 +0000
  • 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 +0000
  • 1c021dbcd9 * Forgot to commit the OGS1 code. Adam Frisby 2007-06-24 17:04:12 +0000