| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Some more CCC | lbsa71 | 2009-02-12 | 2 | -13/+13 |
* | * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect... | lbsa71 | 2009-02-12 | 4 | -4/+48 |
* | * Turned RegionProfileService non-static | lbsa71 | 2009-02-12 | 3 | -10/+13 |
* | * Applied some CCC (Code Convention Conformance) | lbsa71 | 2009-02-12 | 1 | -17/+17 |
* | * Added RegionProfileService and moved RequestSimData to it. | lbsa71 | 2009-02-12 | 3 | -85/+98 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 383 | -2150/+1314 |
* | Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma... | Dahlia Trimble | 2009-02-12 | 3 | -9/+22 |
* | Sending this to Justin, so that he can see what's wrong with the StandaloneTe... | diva | 2009-02-12 | 2 | -12/+22 |
* | Makes ban of HG users exactly the same as ban of local users, that is upon Ad... | diva | 2009-02-12 | 1 | -75/+44 |
* | Fixes mantis #3121. | diva | 2009-02-12 | 1 | -0/+1 |
* | Enforce estate bans on Teleports. | diva | 2009-02-11 | 5 | -253/+293 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-02-11 | 3 | -3/+5 |
* | * When an inventory archive is loaded, immediately update the client's invent... | Justin Clarke Casey | 2009-02-11 | 2 | -21/+62 |
* | * Change SendBulkUpdateInventory from two methods to one which accepts an Inv... | Justin Clarke Casey | 2009-02-11 | 5 | -35/+27 |
* | * Establish a common InventoryNodeBase class from InventoryItemBase and Inven... | Justin Clarke Casey | 2009-02-11 | 4 | -66/+81 |
* | * Refactor inventory archive code to allow direct invocation in order to supp... | Justin Clarke Casey | 2009-02-11 | 5 | -54/+328 |
* | * More inventory archive invocation to a proper region module | Justin Clarke Casey | 2009-02-11 | 5 | -72/+5 |
* | Thank you kindly, FrankNichols for a patch that: | Charles Krinke | 2009-02-11 | 1 | -1/+1 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-02-11 | 2 | -0/+157 |
* | If an instance contains only one region, select it in the console by default | Melanie Thielker | 2009-02-10 | 1 | -1/+4 |
* | fix a typo where the High Southwest height was getting set to the Low | Sean Dague | 2009-02-10 | 1 | -1/+1 |
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 13 | -93/+126 |
* | Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe... | diva | 2009-02-10 | 5 | -42/+43 |
* | * Remove load and save inventory commands from the console since these are ac... | Justin Clarke Casey | 2009-02-10 | 1 | -0/+2 |
* | * minor: Remove SOG XML2 serialization log messages for now | Justin Clarke Casey | 2009-02-10 | 1 | -3/+2 |
* | * Stop OpenSim crashing if an exception from a command makes it right up to t... | Justin Clarke Casey | 2009-02-10 | 1 | -2/+8 |
* | * Implement merging of oars in code | Justin Clarke Casey | 2009-02-10 | 4 | -27/+145 |
* | * extend load oar test to check that an object was actually loaded | Justin Clarke Casey | 2009-02-10 | 1 | -5/+37 |
* | * Ignored some gens | lbsa71 | 2009-02-10 | 0 | -0/+0 |
* | * Fix build break, parentheses in the wrong place | Justin Clarke Casey | 2009-02-10 | 1 | -1/+1 |
* | * Overwrite the old saved OpenSim.ini file saved in response to a crash if on... | Justin Clarke Casey | 2009-02-10 | 1 | -1/+1 |
* | Change the command parser and resolver to be able to disambiguate commands | Melanie Thielker | 2009-02-10 | 1 | -0/+12 |
* | dropping obsolete XIRC section from OpenSim.ini.example | Dr Scofield | 2009-02-10 | 1 | -10/+0 |
* | fix region_limit example in OpenSim.ini.example | Dr Scofield | 2009-02-10 | 1 | -2/+2 |
* | fixing ConciergeModule to follow coding conventions | Dr Scofield | 2009-02-10 | 1 | -106/+106 |
* | * Reinstate texture tests, eliminating duplicate OpenSim.Region.CoreModules.T... | Justin Clarke Casey | 2009-02-10 | 1 | -56/+1 |
* | From Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2009-02-10 | 1 | -1/+5 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 173 | -390/+320 |
* | Stopgap measure: To use gridlaunch, or GUI, start opensim with | Melanie Thielker | 2009-02-10 | 3 | -1/+35 |
* | Commented out a problematic test that needs more careful revision. | diva | 2009-02-10 | 1 | -1/+2 |
* | Fixes a failed unit test on ScenePresences tests. That test unit needs some f... | diva | 2009-02-09 | 1 | -1/+2 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-02-09 | 5 | -321/+321 |
* | Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms.... | diva | 2009-02-09 | 10 | -111/+546 |
* | Thank you kindly, TLaukkan (Timmil) for a patch that: | Charles Krinke | 2009-02-09 | 3 | -0/+318 |
* | oops, missing file from last patch set | Sean Dague | 2009-02-09 | 1 | -0/+51 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 27 | -68/+85 |
* | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-09 | 5 | -1/+6 |
* | * Add the ability to type help <command> for more detailed help about a speci... | Justin Clarke Casey | 2009-02-09 | 5 | -19/+137 |
* | a last set of files that seem to have embedded ^M in them | Sean Dague | 2009-02-09 | 4 | -343/+343 |
* | add a script for fixing line endings (at least from linux) | Sean Dague | 2009-02-09 | 1 | -0/+8 |