aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-2/+2
|
* Formatting cleanup.Jeff Ames2008-03-1832-864/+850
|
* Minor cleanup.Jeff Ames2008-02-2013-13/+13
|
* Converted logging to use log4net.Jeff Ames2008-02-056-18/+29
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-153-12/+12
| | | | | | | * 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.
* Commenting out InnerScene.SceneObjects for now since it was unpopulated and ↵Justin Clarke Casey2008-01-071-1/+3
| | | | | | | | not used by active code (as far as I can see), so a source of confusion. All current code uses the Entities dictionary
* * Optimized usingslbsa712007-12-2720-20/+20
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* *Removed some exceptions that were thrown in Land that is no longer needed.mingchen2007-12-211-1/+4
|
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-2/+2
| | | | Works with LibSL rev>1532
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-1019-38/+38
| | | | notice of doom
* removed obsolete Verbose() functionJeff Ames2007-12-061-1/+1
|
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-042-4/+4
|
* * Diuerse beavtificatemslbsa712007-11-012-5/+3
|
* * Optimized usingslbsa712007-10-3031-563/+554
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Deleted .user filelbsa712007-10-301-12/+0
|
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-292-2/+2
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Return of R2162. /Take that SVN!/Adam Frisby2007-10-221-1/+1
|
* revert r2162 as it completely clobbered all the work onSean Dague2007-10-221-2/+2
| | | | | | | the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
* * Major ass commit.Adam Frisby2007-10-221-2/+2
| | | | | | | * Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation
* changes to pass nini config object to the modules that getSean Dague2007-10-191-148/+149
| | | | | | loaded so that they may read out any bits they are interested in
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-1513-1/+365
|
* * Gave ModuleLoader some good lovin'lbsa712007-10-101-148/+148
| | | | | | | * Introduced ModuleLoader.PickupModules that currently picks up IRegionModule:s from /bin * Made LogBase thread-safe (or at least not thread-ignorant) * Ignored some genned files
* getting all our line endings consistant againSean Dague2007-10-051-148/+148
|
* * Renamed ScriptConsole to PluginConsole for clarityAdam Frisby2007-09-241-1/+1
| | | | | * Fixed a bug where ODE tries to do a physics update for zero frames.
* * Deleted unused RegionManager.cslbsa712007-09-191-3/+0
| | | | | * Deleted unused ModuleAPIMethod's
* * 'Use format string' ftwlbsa712007-09-191-131/+132
|
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-18/+25
| | | | | * 'remove redundant this qualifier' ftw
* fixing me some line endingsSean Dague2007-09-1732-3103/+3103
|
* mass update of urls in source code to new websiteSean Dague2007-09-1019-19/+19
|
* remove build files from svn Sean Dague2007-09-074-575/+0
|
* Some work on Module loading/management.MW2007-09-041-5/+10
| | | | | | | | Some more modules templates classes (hoping that someone will pick some of these and work on implementing them). Early version of the "Dynamic Texture Module", although currently there are no render modules included (so not really functional without them). Added osSetDynamicTextureURL script function, for attaching a dynamic texture to a prim. Some work on the console command handling. Added "change-region <regionname>" and "exit-region" so that after the use of change-region, the commands entered will apply to that region only. Then use exit-region to return to the top level (so commands then function as they did before and either apply to all regions or to the first region) (Note: this hasn't been tested very much)
* Config option for loading ScriptEngine (wjordan)Tedd Hansen2007-08-301-12/+0
| | | | | Removed project file for ExcensionsScriptModule
* Various small changes (some likely to be removed again soon)MW2007-08-291-5/+5
|
* Applied danx0r's ODE patch [mantis number 340].MW2007-08-282-2/+4
| | | | | Corrected a few out dated things in the ExtensionsScriptModule.
* Taken the old scripting engine out of Region.Environment and moved it into a ↵MW2007-08-2838-0/+3698
separate module: OpenSim.Region.ExtensionsScriptModule (named as such because the purpose of it is to script server extensions, rather than "user scripting" like Tedd's engine.)