| Commit message (Expand) | Author | Files | Lines |
2009-02-12 | large scale fix for svn props after "the great refactor" | Sean Dague | 107 | -1192/+1192 |
2009-02-12 | * Lock remaining m_rpcHandlers use since these accesses are not guaranteed to... | Justin Clarke Casey | 1 | -2/+8 |
2009-02-12 | Commented a couple of not very useful log messages that are cluttering the lo... | diva | 2 | -8/+8 |
2009-02-12 | * Remove a change which shouldn't have made it into the last commit | Justin Clarke Casey | 1 | -2/+0 |
2009-02-12 | * Add missing OpenSIm.Framework.Communications ref for Wdinwos builds | Justin Clarke Casey | 1 | -0/+2 |
2009-02-12 | * Apply http://opensimulator.org/mantis/view.php?id=3138 | Justin Clarke Casey | 1 | -0/+20 |
2009-02-12 | * move userinfo for inventory archiving up to module class so that it only ha... | Justin Clarke Casey | 3 | -90/+85 |
2009-02-12 | * Remove some pointless CachedUserInfo != null tests since these are already ... | Justin Clarke Casey | 1 | -134/+133 |
2009-02-12 | * refactor: Move RequestInventoryForUser() from service to CachedUserInfo | Justin Clarke Casey | 6 | -40/+37 |
2009-02-12 | * Added XEngine tests and gathered other ScriptEngine | Sean Dague | 1 | -0/+68 |
2009-02-12 | * Some more CCC | lbsa71 | 2 | -13/+13 |
2009-02-12 | * Renamed RegionProfileService to RegionProfileServiceProxy to better reflect... | lbsa71 | 4 | -4/+48 |
2009-02-12 | * Turned RegionProfileService non-static | lbsa71 | 3 | -10/+13 |
2009-02-12 | * Applied some CCC (Code Convention Conformance) | lbsa71 | 1 | -17/+17 |
2009-02-12 | * Added RegionProfileService and moved RequestSimData to it. | lbsa71 | 3 | -85/+98 |
2009-02-12 | * optimized usings. | lbsa71 | 383 | -2150/+1314 |
2009-02-12 | Thanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma... | Dahlia Trimble | 2 | -9/+21 |
2009-02-12 | Sending this to Justin, so that he can see what's wrong with the StandaloneTe... | diva | 2 | -12/+22 |
2009-02-12 | Makes ban of HG users exactly the same as ban of local users, that is upon Ad... | diva | 1 | -75/+44 |
2009-02-12 | Fixes mantis #3121. | diva | 1 | -0/+1 |
2009-02-11 | Enforce estate bans on Teleports. | diva | 5 | -253/+293 |
2009-02-11 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 3 | -3/+5 |
2009-02-11 | * When an inventory archive is loaded, immediately update the client's invent... | Justin Clarke Casey | 2 | -21/+62 |
2009-02-11 | * Change SendBulkUpdateInventory from two methods to one which accepts an Inv... | Justin Clarke Casey | 5 | -35/+27 |
2009-02-11 | * Establish a common InventoryNodeBase class from InventoryItemBase and Inven... | Justin Clarke Casey | 4 | -66/+81 |
2009-02-11 | * Refactor inventory archive code to allow direct invocation in order to supp... | Justin Clarke Casey | 5 | -54/+328 |
2009-02-11 | * More inventory archive invocation to a proper region module | Justin Clarke Casey | 5 | -72/+5 |
2009-02-11 | Thank you kindly, FrankNichols for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-11 | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 1 | -0/+146 |
2009-02-10 | If an instance contains only one region, select it in the console by default | Melanie Thielker | 1 | -1/+4 |
2009-02-10 | fix a typo where the High Southwest height was getting set to the Low | Sean Dague | 1 | -1/+1 |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 13 | -93/+126 |
2009-02-10 | Fixes the problem of attachment offset after crossings/TPs. Hopefully it fixe... | diva | 5 | -42/+43 |
2009-02-10 | * Remove load and save inventory commands from the console since these are ac... | Justin Clarke Casey | 1 | -0/+2 |
2009-02-10 | * minor: Remove SOG XML2 serialization log messages for now | Justin Clarke Casey | 1 | -3/+2 |
2009-02-10 | * Stop OpenSim crashing if an exception from a command makes it right up to t... | Justin Clarke Casey | 1 | -2/+8 |
2009-02-10 | * Implement merging of oars in code | Justin Clarke Casey | 4 | -27/+145 |
2009-02-10 | * extend load oar test to check that an object was actually loaded | Justin Clarke Casey | 1 | -5/+37 |
2009-02-10 | * Fix build break, parentheses in the wrong place | Justin Clarke Casey | 1 | -1/+1 |
2009-02-10 | * Overwrite the old saved OpenSim.ini file saved in response to a crash if on... | Justin Clarke Casey | 1 | -1/+1 |
2009-02-10 | Change the command parser and resolver to be able to disambiguate commands | Melanie Thielker | 1 | -0/+12 |
2009-02-10 | fixing ConciergeModule to follow coding conventions | Dr Scofield | 1 | -106/+106 |
2009-02-10 | From Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 1 | -1/+5 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 169 | -272/+211 |
2009-02-10 | Stopgap measure: To use gridlaunch, or GUI, start opensim with | Melanie Thielker | 3 | -1/+35 |
2009-02-10 | Commented out a problematic test that needs more careful revision. | diva | 1 | -1/+2 |
2009-02-09 | Fixes a failed unit test on ScenePresences tests. That test unit needs some f... | diva | 1 | -1/+2 |
2009-02-09 | Update svn properties, minor formatting cleanup. | Jeff Ames | 5 | -321/+321 |
2009-02-09 | Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms.... | diva | 10 | -111/+546 |
2009-02-09 | Thank you kindly, TLaukkan (Timmil) for a patch that: | Charles Krinke | 3 | -0/+318 |