aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-183-78/+75
|
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-1/+1
| | | | | | | * Enabled new TerrainModule. (The king is dead, long live the king!) * Use the console command: "script terrain save file.r32" / "script terrain load file.r32" to load/save terrain. Now uses the extension to determine file format. * MANY of the old terrain features do not have a replacement function in the new module yet, this needs to be corrected, but has not been done so far. This being said, the new module is faster and more efficient and should be a good replacement.
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-042-3/+3
| | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
* More exception checks and crash hintsTedd Hansen2008-02-181-1/+1
| | | | | If no scriptengine is specified then don't try to load any.
* From: Ansgar Schmidt <ANSI@de.ibm.com>Sean Dague2008-02-111-0/+48
| | | | | | | | | Here is a patch for Revision 3380. This patch adds the feature of loading XML prim specification via XML-RPC call on a given island. Call with Islandname and XMLPrim Filename.
* Update version numbers to 0.5Jeff Ames2008-02-072-3/+3
|
* Converted logging to use log4net.Jeff Ames2008-02-053-17/+21
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Patch from Ansi (IBM)Justin Clarke Casey2008-01-291-2/+54
| | | | | | | * Allows the creation of a user via the RemoteAdminPlugin. * Many thanks!
* * Mother of all commits:Adam Frisby2008-01-152-8/+36
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * For your enjoyment, some RAdmin improvements, namely a new LoadHeightmap ↵Adam Frisby2008-01-121-0/+39
| | | | method.
* Removed ModuleName because its like that and thats the way it is (according ↵Tedd Hansen2008-01-052-9/+0
| | | | to Mono)
* Implicit interface definitions (maybe Mono won't crash?)Tedd Hansen2008-01-052-2/+2
|
* Added ModuleName to /OpenSim/StartUp modules + debug messages during startupTedd Hansen2008-01-052-0/+10
|
* Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen2008-01-051-2/+2
| | | | | Some debug info for startup added to find bugs. ++
* * Optimized usingslbsa712007-12-273-69/+63
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Some log fixing for the LoadRegionsPluginJustin Clarke Casey2007-12-231-8/+8
|
* *RemoteAdminPlugin can now be password protected. Add the password in the ↵mingchen2007-12-211-70/+101
| | | | | | | INI under [RemoteAdmin] with the name access_password *Removed a few more unneeded exceptions in land that has been fixed
* Misc. cleanup:Jeff Ames2007-12-191-2/+2
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* added copyright noticesJeff Ames2007-12-112-1/+57
|
* keeping opensim safe for children -- made some namespace references less ↵Jeff Ames2007-12-041-1/+1
| | | | explicit
* * Added SSL Support to HttpListenerAdam Frisby2007-12-041-16/+19
| | | | | | | * Added SSL Option to User Server to allow logins to be done via SSL. * Added sane handling for when Remote Admin Plugin configuration is not found * Added some performance boosts to an area of libTerrain which was highlighted in profiling.
* Added another .ini file error catch to the RemoteAdminPlugin Initialise method.MW2007-12-031-12/+16
|
* * Removed VS added directory.Adam Frisby2007-12-032-63/+0
|
* * Added a XMLRPC Restart command to RemoteAdminPluginAdam Frisby2007-12-031-0/+28
|
* * Added XMLRPC Broadcast Alert method.Adam Frisby2007-12-031-2/+20
| | | | | * Renamed a few console messages to match the new "RADMIN" tag for remote-admin stuff.
* set svn:eol-styleJeff Ames2007-12-033-201/+201
|
* * Moved XMLRPC Controller to a Application Plugin. Requires testing.Adam Frisby2007-12-033-0/+202
|
* * Added the ability to restart your individual sims from within them using ↵Teravus Ovares2007-11-251-1/+28
| | | | | | | the estate tools. * The sims properly restart, however they don't yet notify the existing avatars that they are up. To see the sim again, you'll need to log-out and back in until I can figure out how to get the proper data to the sims and to the avatar so they reconnect again.
* * Added MySQLDataStore (adapted from MonoSqlitelbsa712007-11-151-2/+2
| | | | | | * Made startup a little bit more forgiving on dll load * Minor renamings and musings
* Added forgotten ApplicationPlugins directory and moved the load region code ↵MW2007-11-042-0/+94
out to a plugin. To make opensim search for the new plugin, you will need to delete the "addin-db-000" and "addins" sub directories in bin if you have them.