aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * Killed off OpenSimExport. One project less to maintain.lbsa712008-12-082-149/+1
|
* * Adds some rudimentary error handling to the physics debug drawstuff tool.Teravus Ovares2008-12-081-6/+16
|
* * Fixes control issue at the root of the boat turning problem.Teravus Ovares2008-12-081-0/+18
|
* Allow empty statements in LSL (; followed by ;). Fixes Mantis#2320Homer Horwitz2008-12-072-7665/+7735
|
* * Tweaks physics so that linked prim are a single body. This will make ↵Teravus Ovares2008-12-075-83/+697
| | | | | | | | linked prim more stable and probably the last obstacle to vehicles physics wise. * Fixed a bug that caused physics proxies to be scattered when you link an object. * Single physical prim work exactly the same as before, just linked physical prim will have changed.
* Send the creation-date of items to the viewer. This fixes Mantis#2769.Homer Horwitz2008-12-062-3/+3
|
* And change OpenSim.ini.example back. Too many copies out there already to ↵Melanie Thielker2008-12-061-1/+1
| | | | take the easy way out
* Change AllowScriptCrossings to be AllowScriptCrossing to match theMelanie Thielker2008-12-061-1/+1
| | | | | | .ini files already out there
* Fix an ArgumentNullException when moving a DotNet scripted object to the ↵idb2008-12-061-2/+2
| | | | next region
* Fix typo in OpenSim.ini.example (#2764)Jeff Ames2008-12-061-1/+1
|
* Add copyright headers.Jeff Ames2008-12-062-3/+56
|
* GUI for launching grids. Early version, but should work fine.Tedd Hansen2008-12-0634-0/+4274
| | | | | | | | | | | | | | Will execute all OpenSim services redirect their input/output/errors to the selected "GUI module". This version has following "GUI modules": * Windows Forms * Windows Service (doesn't work yet) * Console * TCP daemon This means that OpenSim can now run in a single console for those who want that. Console functionallity is not too rich yet, but code/framework is there... more to come. :)
* Minor formatting cleanup.Jeff Ames2008-12-061-7/+7
|
* Committing the missing bits to enable script crossing. Disabled by default.Melanie Thielker2008-12-052-1/+81
| | | | | | | | | For a script to successfully cross, both source and destination region must enable the feature. WARNING: Trusting binaries from other sims allows ARBITRARY REMOTE CODE EXECUTION for ANYONE! Please do not use except in ultimate trust scenarios!
* - Use the http-port that is now provided by the grid-server. If it isn't ↵Homer Horwitz2008-12-051-0/+5
| | | | | | | (because GridServer is too old), complain. Not used yet, but will be necessary for crossing regions correcly.
* - Fixed missing ToString() in map_blocks response in grid-serverHomer Horwitz2008-12-051-1/+4
| | | | | | | - Added remoting_port to the non-fast if-branch, too - Added httpPort field to map_blocks response. This isn't needed yet, but will be for correct crossing between regions. Note: This touches the GridServer.
* Implementation of the llDetectedTouch* functionsidb2008-12-058-22/+129
|
* Fixed Mantis #2756Tedd Hansen2008-12-051-1/+1
|
* killing warnings, reformatting RemoteAdminPluginDr Scofield2008-12-054-19/+23
|
* save file before commit is often usefulTedd Hansen2008-12-051-1/+1
|
* Fix: removed m_log.InfoFormat("[OPENSIM MAIN]: GC Latency Mode: {0}", ↵Tedd Hansen2008-12-051-1/+2
| | | | GCSettings.LatencyMode.ToString());
* Fixed crash (configsection has to be first XML root child element stupid ↵Tedd Hansen2008-12-052-6/+6
| | | | Microsoft thing)
* Garbage CollectorTedd Hansen2008-12-055-0/+12
| | | | | | * Enabled GC server * Enabled concurrent collections
* Mantis #2350idb2008-12-052-4/+6
| | | | | Move the DotNetEngine Unloading script debug message
* some small refactoring of the LoginService to allow sub classes to override ↵MW2008-12-051-11/+18
| | | | the LLSD login authentication
* Update svn properties.Jeff Ames2008-12-050-0/+0
|
* Actually remove the script when it's task inventory item is deleted, ratherMelanie Thielker2008-12-051-1/+1
| | | | | | than just stopping it.
* And fix it rightMelanie Thielker2008-12-051-1/+1
|
* Mantis #2754Melanie Thielker2008-12-051-0/+4
| | | | | | Stop scripts that are removed from an object's inventory
* Allow no-copy attachments to be worn without losing themMelanie Thielker2008-12-051-3/+7
|
* Yay for languages without default parameter valuesMelanie Thielker2008-12-051-1/+1
|
* Stop trying to save attachment states on logout. That caused a predicatbleMelanie Thielker2008-12-051-10/+7
| | | | | | | loss of no copy attachments, as the client context/thread was terminating before the save could complete.
* * minor: Take out some of the test log output I accidentally left in a ↵Justin Clarke Casey2008-12-042-2/+2
| | | | couple of commits ago
* * Check in another patch from http://opensimulator.org/mantis/view.php?id=2710Justin Clarke Casey2008-12-0412-8/+693
| | | | | | | * This allows removal of the old NHiberate.Mapping.Attributes.dll * Also add in the files I forgot about last time. Doh!
* * Apply http://opensimulator.org/mantis/view.php?id=2750 with a small tweak.Justin Clarke Casey2008-12-041-2/+5
| | | | | | | * Initializes ODE only when a scene is grabbed rather than on plugin load. This means we don't initialize ode if that physics engine is not used, and it allows other ode use plugins to be used instead.
* * Put in the code necessary to allow inventory transfer of whole folders ↵Justin Clarke Casey2008-12-049-41/+380
| | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets
* Minor formatting cleanup.Jeff Ames2008-12-032-10/+10
|
* Fixes Mantis#2744: Permissions returned false for resetting scripts inHomer Horwitz2008-12-031-0/+6
| | | | | non-root SOPs. Now, they will use the SOG the SOP belongs to.
* * Minor test correction, comment removalSean Dague2008-12-032-3/+1
| | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* * Locked some RemoteAdmin methods due to racing condition bad behavior.Sean Dague2008-12-031-392/+407
| | | | | | | | | | * Methods locked: CreateRegion, DeleteRegion, CreateUser, CreateUserMethodEmail, UpdateUserAccountMethod, LoadOARMethod, LoadXMLMethod * An example of bad behavior was multiple region creation where same UUID and grid location was possible, by running multiple XMLRPC threads. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* Extends Avatar Appearance testsSean Dague2008-12-031-1/+109
| | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* From: Christopher Yeoh <cyeoh@au1.ibm.com>Dr Scofield2008-12-031-1/+4
| | | | | | | | The attached patch fixes the bug where llCreateLink will cause a null dereference if the avatar who gave link permission for the object is no longer logged in.
* Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker2008-12-031-9/+6
| | | | | | also reinstate the texture issue, which needs ot be fixed another way.
* Make a couple log4net instances static readonly.Jeff Ames2008-12-032-2/+2
|
* Update svn properties.Jeff Ames2008-12-033-2511/+2511
|
* Remove a line of debug info in XEngine that i missedMelanie Thielker2008-12-031-1/+1
|
* Remove the bandaid (fast rip)Melanie Thielker2008-12-032-19/+19
|
* Apply Diva's bandaid to OpenSim's scraped knee.Melanie Thielker2008-12-032-19/+19
|
* * Apply http://opensimulator.org/mantis/view.php?id=2741Justin Clarke Casey2008-12-021-1/+1
| | | | | | | * Fix llTriggerSound() * Thanks Godfrey!
* * Put back NHibernate.Mapping.Attribute.dll even though according to the ↵Justin Clarke Casey2008-12-021-0/+0
| | | | | | | | discussion in http://opensimulator.org/mantis/view.php?id=2710 it should no longer be needed (and it doesn't exist any more in the NHibernate-2.0.1 package)