| Commit message (Expand) | Author | Age | Files | Lines |
* | * oops, fix build break. | Justin Clarke Casey | 2008-10-03 | 1 | -20/+31 |
* | * Put in some infrastructure to allow tweaking of packet queue throttle value... | Justin Clarke Casey | 2008-10-03 | 1 | -1/+6 |
* | * refactor: make startup a template method | Justin Clarke Casey | 2008-10-03 | 1 | -3/+1 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 1 | -2/+0 |
* | * This update makes configuring SSL a little easier on Windows XP. It also m... | Teravus Ovares | 2008-09-14 | 1 | -1/+6 |
* | * Start loading prims after region module configuration rather than before | Justin Clarke Casey | 2008-09-11 | 1 | -4/+1 |
* | * some if inversions and added {}'s for readability | lbsa71 | 2008-09-08 | 1 | -12/+13 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -1/+1 |
* | Fix up master avatar handling for estate owners. Introduces a new | Melanie Thielker | 2008-08-15 | 1 | -1/+4 |
* | Introduce a separate connection string for estates, which defaults to the one gi | Melanie Thielker | 2008-07-18 | 1 | -6/+3 |
* | Patch #9147 | Melanie Thielker | 2008-07-14 | 1 | -1/+1 |
* | Implemented plugin support for ClientStack, with LindenUDP as the default plu... | Johan Berntsson | 2008-06-20 | 1 | -4/+6 |
* | * Fix build break by eliminating remaining IScenePermissions references - mus... | Justin Clarke Casey | 2008-06-01 | 1 | -2/+2 |
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -1/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -4/+4 |
* | * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of... | Teravus Ovares | 2008-05-14 | 1 | -2/+3 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -5/+1 |
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -4/+5 |
* | * More refactorings of UDPServer. | Adam Frisby | 2008-05-02 | 1 | -5/+5 |
* | * More clientstack abstractions - We now only have a single constructor call ... | Adam Frisby | 2008-05-02 | 1 | -4/+4 |
* | * Commit 2/3 - Please dont attempt to update to this revision until all 3 are... | Adam Frisby | 2008-05-02 | 1 | -9/+8 |
* | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 2008-05-01 | 1 | -0/+1 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-28 | 1 | -7/+7 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2008-04-21 | 1 | -0/+3 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -3/+4 |
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 1 | -2/+2 |
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 1 | -2/+2 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 1 | -1/+4 |
* | * Make standalone non-home region caps work again. | Justin Clarke Casey | 2008-03-24 | 1 | -1/+2 |
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 1 | -2/+0 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | * Added ODEPlugin Support for llSetBuoyancy. Set Buoyancy to 1 for space prim. | Teravus Ovares | 2008-03-10 | 1 | -0/+1 |
* | * Disabled ancient TerrainEngine. | Adam Frisby | 2008-03-06 | 1 | -1/+1 |
* | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 2008-03-04 | 1 | -3/+8 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -8/+11 |
* | * Rebase all current servers on common abstract BaseOpenSimServer class | Justin Clarke Casey | 2008-02-04 | 1 | -8/+1 |
* | First part of avatar persistence, currently only really works in standalone m... | MW | 2008-02-04 | 1 | -1/+1 |
* | In an attempt to solve multihomed UDP problem I seem to have bound UDP socket... | Tedd Hansen | 2008-02-02 | 1 | -3/+3 |
* | Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait). | Tedd Hansen | 2008-02-02 | 1 | -2/+8 |
* | * Exprimental prim inventory persistence can now be enabled by users. | Justin Clarke Casey | 2008-01-11 | 1 | -1/+5 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -5/+4 |
* | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 2007-12-20 | 1 | -1/+1 |
* | *Parcels and their access lists now store over multiple sessions when the dat... | mingchen | 2007-12-18 | 1 | -2/+0 |
* | *Land has now been linked to the StorageManager. Next step is to fill in the ... | mingchen | 2007-12-17 | 1 | -3/+1 |
* | Minor cleanup | Jeff Ames | 2007-12-13 | 1 | -2/+2 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
* | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 2007-12-06 | 1 | -2/+2 |