Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-08 | * Spring cleaning, round 3029 | Adam Frisby | 32 | -3456/+0 | |
2008-05-06 | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 1 | -1/+1 | |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 27 | -66/+66 | |
with namespaces. | |||||
2008-04-30 | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 1 | -19/+0 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 6 | -13/+20 | |
(this took a while to run). | |||||
2008-03-25 | Comment out unused private methods. | Jeff Ames | 1 | -17/+18 | |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -2/+2 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 32 | -864/+850 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 13 | -13/+13 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 6 | -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. | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 3 | -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. | |||||
2008-01-07 | Commenting out InnerScene.SceneObjects for now since it was unpopulated and ↵ | Justin Clarke Casey | 1 | -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 | |||||
2007-12-27 | * Optimized usings | lbsa71 | 20 | -20/+20 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-21 | *Removed some exceptions that were thrown in Land that is no longer needed. | mingchen | 1 | -1/+4 | |
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -2/+2 | |
Works with LibSL rev>1532 | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 19 | -38/+38 | |
notice of doom | |||||
2007-12-06 | removed obsolete Verbose() function | Jeff Ames | 1 | -1/+1 | |
2007-12-04 | * Fixed a whole bunch of console messages. | Adam Frisby | 2 | -4/+4 | |
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 2 | -5/+3 | |
2007-10-30 | * Optimized usings | lbsa71 | 31 | -563/+554 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-30 | * Deleted .user file | lbsa71 | 1 | -12/+0 | |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 2 | -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. | |||||
2007-10-22 | * Return of R2162. /Take that SVN!/ | Adam Frisby | 1 | -1/+1 | |
2007-10-22 | revert r2162 as it completely clobbered all the work on | Sean Dague | 1 | -2/+2 | |
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in. | |||||
2007-10-22 | * Major ass commit. | Adam Frisby | 1 | -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 | |||||
2007-10-19 | changes to pass nini config object to the modules that get | Sean Dague | 1 | -148/+149 | |
loaded so that they may read out any bits they are interested in | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 13 | -1/+365 | |
2007-10-10 | * Gave ModuleLoader some good lovin' | lbsa71 | 1 | -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 | |||||
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -148/+148 | |
2007-09-24 | * Renamed ScriptConsole to PluginConsole for clarity | Adam Frisby | 1 | -1/+1 | |
* Fixed a bug where ODE tries to do a physics update for zero frames. | |||||
2007-09-19 | * Deleted unused RegionManager.cs | lbsa71 | 1 | -3/+0 | |
* Deleted unused ModuleAPIMethod's | |||||
2007-09-19 | * 'Use format string' ftw | lbsa71 | 1 | -131/+132 | |
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 1 | -18/+25 | |
* 'remove redundant this qualifier' ftw | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 32 | -3103/+3103 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 19 | -19/+19 | |
2007-09-07 | remove build files from svn | Sean Dague | 4 | -575/+0 | |
2007-09-04 | Some work on Module loading/management. | MW | 1 | -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) | |||||
2007-08-30 | Config option for loading ScriptEngine (wjordan) | Tedd Hansen | 1 | -12/+0 | |
Removed project file for ExcensionsScriptModule | |||||
2007-08-29 | Various small changes (some likely to be removed again soon) | MW | 1 | -5/+5 | |
2007-08-28 | Applied danx0r's ODE patch [mantis number 340]. | MW | 2 | -2/+4 | |
Corrected a few out dated things in the ExtensionsScriptModule. | |||||
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ↵ | MW | 38 | -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.) |