| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More formatting cleanup. Minor refactoring. | Jeff Ames | 2008-05-14 | 1 | -7/+1 |
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -8/+0 |
* | * If a region running in grid mode fails to login to the grid service, startu... | Justin Clarke Casey | 2008-05-12 | 1 | -1/+12 |
* | * Minor: Initial cleaning up of some of the grid sim login messages | Justin Clarke Casey | 2008-05-12 | 1 | -0/+5 |
* | * Fix opensim region server shutdown. | Justin Clarke Casey | 2008-05-09 | 2 | -43/+7 |
* | * Spring cleaning, round 3029 | Adam Frisby | 2008-05-08 | 3 | -4/+5 |
* | * For no good reason (since there are a hundred million other things to fix),... | Justin Clarke Casey | 2008-05-07 | 3 | -37/+51 |
* | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 2008-05-07 | 2 | -5/+50 |
* | * Move shutdown processing to base OpenSimServer, overriding the method where... | Justin Clarke Casey | 2008-05-07 | 1 | -11/+15 |
* | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 2008-05-06 | 1 | -1/+1 |
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -10/+3 |
* | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 2008-05-02 | 1 | -1/+1 |
* | * More refactorings of UDPServer. | Adam Frisby | 2008-05-02 | 2 | -26/+14 |
* | * More clientstack abstractions - We now only have a single constructor call ... | Adam Frisby | 2008-05-02 | 1 | -5/+5 |
* | * Commit 2/3 - Please dont attempt to update to this revision until all 3 are... | Adam Frisby | 2008-05-02 | 2 | -68/+19 |
* | Minor formatting and documentation cleanup. | Jeff Ames | 2008-05-02 | 1 | -7/+7 |
* | removed last db4o ref | Sean Dague | 2008-05-01 | 1 | -5/+1 |
* | * In ur code. Making it static. | Adam Frisby | 2008-05-01 | 1 | -2/+2 |
* | * Assorted spring cleanings. | Adam Frisby | 2008-05-01 | 2 | -26/+11 |
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-05-01 | 1 | -1/+0 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-29 | 2 | -6/+9 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-04-28 | 3 | -682/+785 |
* | * Fixed 'Welcome to Krynn' default that I missed and got stuck in by a patch. | Teravus Ovares | 2008-04-28 | 1 | -1/+1 |
* | * Patch from XenReborn to make remove-region work properly without needing to... | Teravus Ovares | 2008-04-27 | 1 | -3/+48 |
* | replace hard tabs with 4 spaces to be consistant in the source. | Sean Dague | 2008-04-24 | 1 | -3/+3 |
* | * Patch from Melanie. Mantis 0001037: Add various internal plumbing to the... | Teravus Ovares | 2008-04-23 | 1 | -1/+4 |
* | fix for mantis 1036 | Sean Dague | 2008-04-23 | 1 | -0/+1 |
* | fixed mantis: 1035, as well as ordering commands | Sean Dague | 2008-04-23 | 1 | -10/+9 |
* | allow for Inventory database source to be specified in main | Sean Dague | 2008-04-23 | 1 | -1/+1 |
* | changes to allow asset_source to be specified in the opensim.ini | Sean Dague | 2008-04-23 | 1 | -1/+1 |
* | Two small changes: | Sean Dague | 2008-04-23 | 1 | -2/+15 |
* | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2008-04-21 | 1 | -2/+31 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 2 | -9/+12 |
* | * Terrain Module code has been reformatted to comply with guidelines. | Adam Frisby | 2008-04-21 | 1 | -9/+4 |
* | * Insert an OpenSim warning telling the user to ignore the ERROR assembly sca... | Justin Clarke Casey | 2008-04-19 | 1 | -0/+3 |
* | refactor: eliminate method in UserProfileCacheService | Justin Clarke Casey | 2008-04-11 | 1 | -1/+1 |
* | * Minor: Show summary count of connected agents in 'show users' region consol... | Justin Clarke Casey | 2008-04-08 | 1 | -1/+7 |
* | * Various terrain engine fixes | Adam Frisby | 2008-04-06 | 1 | -0/+1 |
* | changing more references to OpenSim.Data | Sean Dague | 2008-04-02 | 1 | -10/+10 |
* | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2008-03-31 | 1 | -1/+1 |
* | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 2008-03-31 | 1 | -0/+9 |
* | **Big ass update warning** | Adam Frisby | 2008-03-30 | 1 | -17/+9 |
* | * Tidy up 'show users' display | Justin Clarke Casey | 2008-03-29 | 1 | -11/+12 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 1 | -0/+5 |
* | * Remove a spammy comment I meant to remove from the last commit | Justin Clarke Casey | 2008-03-24 | 1 | -2/+1 |
* | * Make standalone non-home region caps work again. | Justin Clarke Casey | 2008-03-24 | 1 | -0/+9 |
* | Fixed a small XmlRpcCommand bug | Johan Berntsson | 2008-03-24 | 1 | -1/+4 |
* | XmlRpcCommand refactoring | Johan Berntsson | 2008-03-24 | 1 | -35/+2 |
* | * Start passing around a region server's http port in RegionInfo. | Justin Clarke Casey | 2008-03-23 | 1 | -1/+1 |
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 1 | -1/+4 |