Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more refactoring of GridServer. | MW | 2009-02-21 | 2 | -23/+23 |
| | |||||
* | Applied patch from mantis #3213. Which adds a check to create region ↵ | MW | 2009-02-21 | 1 | -1/+6 |
| | | | | command, to make sure the .xml is passed in the command arguments. Thanks BlueWall | ||||
* | Added missing header to a file (before chi11ken does it) | MW | 2009-02-21 | 2 | -2/+29 |
| | |||||
* | Added a check to LLClientView.RegisterInterface<T>(T iface), so that it ↵ | MW | 2009-02-21 | 1 | -1/+4 |
| | | | | can't try to add duplicate interfaces and cause a exception. | ||||
* | Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ↵ | MW | 2009-02-21 | 1 | -1/+4 |
| | | | | can't try to add duplicate interfaces and cause a exception. | ||||
* | A bit more refactoring of the GridServer. To make the "modules" share a ↵ | MW | 2009-02-21 | 4 | -19/+22 |
| | | | | common Initialise method. | ||||
* | * Upping to interface version 3 - let's see how this goes. | lbsa71 | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 2009-02-21 | 7 | -1323/+1621 |
| | | | | | Currently they aren't plugin modules as the support for dynamically loading them isn't complete. | ||||
* | Allow entry of '?' in http URIs. If the field being typed begins with | Melanie Thielker | 2009-02-21 | 1 | -4/+13 |
| | | | | | | "http", the ? is just an ordinary character in that field. | ||||
* | * Applied a patch that: Added estate ban table to migration scripts and ↵ | lbsa71 | 2009-02-21 | 13 | -33/+158 |
| | | | | | | | | | | | | | | nhibernate mapping. Refactored property getters and setters for estate ban object to support NHibernate. * Added estate ban table to migration scripts of all supported databases. * Added nhibernate mapping for EstateBans property of EstateSettings * Refactored property accessors for EstateBan object. * Added comments for EstateBan properties. * Ensured that NHibernate tests pass with NUnitGUI. * Ensured that nant test target passes. This fixes mantis #3210. Thank you, tlaukkan! | ||||
* | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2009-02-21 | 4 | -3/+57 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-02-21 | 2 | -138/+138 |
| | |||||
* | Thank you, robsmart, for a patch that allows the shard to be set. | Melanie Thielker | 2009-02-21 | 2 | -1/+13 |
| | | | | | | | | The built-in default is OpenSim, unless a user server url is given, then that is used, unless "shard" is also goven, then shard takes precedence. The defult in OpenSim.ini is "OpenSim" for compatibility. | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3185 | idb | 2009-02-20 | 6 | -2/+8 |
| | | | | | | * Fixes NHibernate problem where prim contents show as textures * Thanks Tommil! | ||||
* | From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com> | Dr Scofield | 2009-02-20 | 1 | -1/+1 |
| | | | | | Re-fixing remote admin XmlRpc handler registration. | ||||
* | * Renamed and encapsulated m_sceneGraph as SceneGraph for ccc | lbsa71 | 2009-02-20 | 4 | -6/+15 |
| | |||||
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵ | lbsa71 | 2009-02-20 | 38 | -115/+115 |
| | | | | 0.6.3.* to better track down dll ref and overwrite problems. | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3195 | Justin Clarke Casey | 2009-02-20 | 30 | -30/+73 |
| | | | | | | | * Access NHibernate Manager as read-only property rather than public field * Thanks Tommil | ||||
* | * Consistently lock part.TaskInventory as pointed out in ↵ | Justin Clarke Casey | 2009-02-20 | 7 | -201/+414 |
| | | | | | | | | | | | http://opensimulator.org/mantis/view.php?id=3159 * Not locking causes enumeration exceptions as described in this matis * part.TaskInventory needs to be locked for every access as it's a dictionary * Extra locking will hopefully not cause any major issues - in places where the enumeration of the dictionary performs other lock or long running operations, the dictionary is cloned instead | ||||
* | Revert previous commit | Melanie Thielker | 2009-02-20 | 2 | -13/+1 |
| | |||||
* | Committing interface and stubs for IM interception | Melanie Thielker | 2009-02-20 | 2 | -1/+13 |
| | |||||
* | Thanks DoranZemlja for a patch implementing non-shortcircuiting in | Mike Mazur | 2009-02-20 | 2 | -12/+31 |
| | | | | | logical and and logical or in LSL. Fixes Mantis #3174. | ||||
* | Update TESTING.txt. Mantis #3174. | Mike Mazur | 2009-02-20 | 1 | -5/+6 |
| | |||||
* | Safe to remove remoting_listener_port out of OpenSim.ini. | diva | 2009-02-20 | 1 | -1/+0 |
| | |||||
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵ | diva | 2009-02-20 | 17 | -2632/+6 |
| | | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports. | ||||
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-20 | 11 | -1609/+1654 |
| | |||||
* | * Another stab at removing AssetServer.exe dependencies | lbsa71 | 2009-02-20 | 4 | -161/+141 |
| | |||||
* | This moves the 2 friends-related interregion messages out of OGS1 and into ↵ | diva | 2009-02-20 | 5 | -136/+94 |
| | | | | the FriendsModule. No functional changes. Those messages were sent over XMLRPC, and that's how it continues to be for now. Just moving this couple of interregion messages out of OGS1, in preparation for the big shlep ahead. | ||||
* | * Fixed erroneously reverted xmlns | lbsa71 | 2009-02-19 | 1 | -1/+1 |
| | | | | | | *sigh* | ||||
* | * Reverted the AssetServer fix, apparently something was dependent on ↵ | lbsa71 | 2009-02-19 | 9 | -180/+230 |
| | | | | IAssetDataPlugin being in OpenSim.Data | ||||
* | * Moved the AssetStreamHandlers to OpenSim.Framework.Servers | lbsa71 | 2009-02-19 | 3 | -4/+0 |
| | | | | | | | | * And there, all refs to OpenSim.Grid.AssetServer.exe gone. /me takes a bow. | ||||
* | * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly ↵ | lbsa71 | 2009-02-19 | 3 | -3/+2 |
| | | | | getting there... | ||||
* | * Split RestService.cs into GetAssetStreamHandler.cs and ↵ | lbsa71 | 2009-02-19 | 2 | -155/+138 |
| | | | | | | | PostAssetStreamHandler.cs - then killed off original (misnomed) file. * Really, who wrote this jurassic shit code all with totally wrong file names? Ah yeah, that'd be me. Sorry. | ||||
* | * Changed Prebuild.xml back to specifying xmlns | lbsa71 | 2009-02-19 | 1 | -56/+1 |
| | | | | | * Consequentially, dropped Prebuild solution from Prebuild.xml as the 1.7 schema does not allow for more than one solution per xml file. (*rolls eyes*) | ||||
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ↵ | lbsa71 | 2009-02-19 | 7 | -14/+41 |
| | | | | | | | rid of ugly CoreModules dependency on AssetServer.exe * And yes, the IAssetDataPlugin is misnomed, which became apparent on extracting it. | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3151 | Justin Clarke Casey | 2009-02-19 | 12 | -28/+37 |
| | | | | | | | * Fixes NHibernate overflow exception when saving some objects (under at least PostgreSQL 8.3) * Thanks Tommil! | ||||
* | * It think it actually works now. Only that AssetService weirdness left to fix. | lbsa71 | 2009-02-19 | 1 | -0/+0 |
| | | | | | * Ignored some gens | ||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 2009-02-19 | 30 | -180/+1125 |
| | | | | | | | | | * Changes varchar(36) columns to UUID type in MSSQL - this will be much more efficient * ===As always, please, please backup your database before applying this patch=== * Thanks Ruud Lathrop (for the patch) and StrawberryFride (for the review) | ||||
* | * Okay, so finally got my head around this. Problem is that upstream ↵ | lbsa71 | 2009-02-19 | 61 | -2148/+2961 |
| | | | | | | | | | | | | | Prebuild copied dlls promiscuously, and this led to the references being all mixed up (/bin dlls overwritten by different versions on every csc) * Something that thus needs fixing is the fact that ProjectReferences has to be marked <ProjectReference> <Private>False</Private> </ProjectReference> but that is not configurable in the upstream Xml Schema. I've hardcoded it in our repo for now. | ||||
* | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 2009-02-19 | 1 | -51/+45 |
| | | | | | | * Make it possible once again to set a console log level threshold in OpenSim.exe.config | ||||
* | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what ↵ | Justin Clarke Casey | 2009-02-19 | 3 | -7/+7 |
| | | | | it actually does | ||||
* | * Do deep inspection when saving inventory items in order to capture all the ↵ | Justin Clarke Casey | 2009-02-19 | 1 | -1/+1 |
| | | | | | | | | | necessary assets (textures, objects within objects, textures referenced in scripts contained in objects contained in another object, etc.) * Not yet ready for general use | ||||
* | * reverted the revert of the revert. What can I say? I'm calling this a day, ↵ | lbsa71 | 2009-02-19 | 61 | -2821/+2011 |
| | | | | and will get back up on the horse tomorrow. | ||||
* | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵ | lbsa71 | 2009-02-19 | 23 | -31/+31 |
| | | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later. | ||||
* | * Reverted the revert, as it seems the problem was the 1.0.* in the separate ↵ | lbsa71 | 2009-02-19 | 61 | -2011/+2821 |
| | | | | projects. | ||||
* | * Reverted Prebuild commit due to strange run-time errors. | lbsa71 | 2009-02-19 | 61 | -2821/+2011 |
| | |||||
* | * Ignored some bins | lbsa71 | 2009-02-19 | 0 | -0/+0 |
| | |||||
* | * ... okay, so the Prebuild.exe changed again when building from VS... ↵ | lbsa71 | 2009-02-19 | 1 | -0/+0 |
| | | | | trying to get to the bottom of this. | ||||
* | Make the implementation of the message transfer module protected virtual | Melanie Thielker | 2009-02-19 | 1 | -13/+13 |
| | | | | | | throughout | ||||
* | * Hm. Something odd here, the Prebuild.exe wasn't supposed to change from ↵ | lbsa71 | 2009-02-19 | 1 | -0/+0 |
| | | | | | | | | last commit. Re-trying. * Ignoring some gens |