| Commit message (Expand) | Author | Age | Files | Lines |
* | Please to be testing new logdata interfaces! | Adam Frisby | 2007-05-28 | 3 | -3/+78 |
* | Zomg wtf bbq logdata! | Adam Frisby | 2007-05-28 | 5 | -29/+117 |
* | * Added ILogData interface to Grid.Framework.Data - to be used for saving log... | Adam Frisby | 2007-05-28 | 1 | -0/+20 |
* | Fixed issue [OpenSim #110] | Adam Frisby | 2007-05-28 | 1 | -1/+1 |
* | Moved this into releng/dist (otherwise it doesn't turn up in binary builds) | gareth | 2007-05-27 | 3 | -0/+0 |
* | I don't know WHY this fixes it but it does | gareth | 2007-05-27 | 1 | -2/+4 |
* | FIXED THE TRUNK! | gareth | 2007-05-27 | 35 | -1852/+1852 |
* | * Fixed dumb mistake with terrain default loading. | Adam Frisby | 2007-05-27 | 2 | -13/+28 |
* | I be experimentin' | Adam Frisby | 2007-05-27 | 1 | -1/+1 |
* | * and fixed up an error message. | Adam Frisby | 2007-05-27 | 1 | -1/+1 |
* | * Added DeadRegionResponse - occurs when connecting to a downed region (was t... | Adam Frisby | 2007-05-27 | 1 | -1/+24 |
* | * Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use t... | Adam Frisby | 2007-05-27 | 1 | -1/+19 |
* | * Region Terrain textures are now loaded from the RegionInfo class rather tha... | Adam Frisby | 2007-05-27 | 3 | -33/+39 |
* | * Added ability to set default terrain to a file in region config. If unable ... | Adam Frisby | 2007-05-27 | 3 | -3/+61 |
* | * Terrain now resends when it's been tainted. This means you should be able t... | Adam Frisby | 2007-05-27 | 1 | -1/+8 |
* | * Added support for 13 Channel .RAW files. Untested but should work fine (fai... | Adam Frisby | 2007-05-26 | 1 | -1/+31 |
* | * Semibug fix: Terrain should not save to database every time a packet is rec... | Adam Frisby | 2007-05-26 | 1 | -5/+1 |
* | * Created better terrain stripe. | Adam Frisby | 2007-05-26 | 2 | -0/+0 |
* | * Added sample terrain heightmap stripe - to use, use | Adam Frisby | 2007-05-26 | 1 | -0/+0 |
* | * Fixed world map image generator. Has to be run manually right now, but auto... | Adam Frisby | 2007-05-26 | 1 | -2/+2 |
* | * Added addNewUserAgent() function. No idea if it breaks compilation since MS... | Adam Frisby | 2007-05-26 | 3 | -0/+16 |
* | First part of border crossing fix. | MW | 2007-05-25 | 8 | -84/+136 |
* | Possible my last ever OpenSim/OGS contribution (if I continue to feel like th... | MW | 2007-05-25 | 18 | -201/+308 |
* | Oops | Adam Frisby | 2007-05-25 | 1 | -0/+73 |
* | * Added new mysql_connection.ini file which contains configuration options fo... | Adam Frisby | 2007-05-25 | 15 | -127/+186 |
* | Set default MySQL port to the standard. | Adam Frisby | 2007-05-25 | 1 | -1/+1 |
* | Added regionMapTexture to SQL/mysql-regions.sql for MySQL | Adam Frisby | 2007-05-25 | 1 | -1/+1 |
* | Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function. | Adam Frisby | 2007-05-25 | 1 | -2/+3 |
* | Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above) | MW | 2007-05-24 | 3 | -122/+83 |
* | (no commit message) | MW | 2007-05-24 | 8 | -34/+41 |
* | All back and no one suspected a thing. | MW | 2007-05-24 | 2 | -8/+9 |
* | * re-prebuilt | lbsa71 | 2007-05-24 | 38 | -459/+100 |
* | Starts to readd the changes from revisions 768,769 and 770 before Adam notice... | MW | 2007-05-24 | 1 | -32/+39 |
* | Stage 2: GridServices build files should be fixed now, Someone will need to t... | MW | 2007-05-24 | 29 | -379/+563 |
* | Stage 1 of repairing the build files, those ofr the OpenSim regionserver shou... | MW | 2007-05-24 | 39 | -573/+398 |
* | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 2007-05-24 | 308 | -53/+53 |
* | Die ServiceManager! (Not really Gareth, just the old directory, new directory... | MW | 2007-05-24 | 3 | -296/+0 |
* | Some more code refactoring, plus a restructuring of the directories so that t... | MW | 2007-05-24 | 310 | -939/+1739 |
* | Added "terrain save grdmap <filename> <gradientmap>" function to console. Gra... | Adam Frisby | 2007-05-24 | 1 | -0/+5 |
* | * Reduced effect of terraforming brushes by 1000%. | Adam Frisby | 2007-05-24 | 6 | -134/+247 |
* | * Simulators should no longer require all their neighbours to be online to ac... | Adam Frisby | 2007-05-24 | 1 | -32/+39 |
* | and some more refactoring. | MW | 2007-05-22 | 1 | -2/+0 |
* | More refactoring. | MW | 2007-05-22 | 5 | -16/+27 |
* | More work on adding Events to ClientView (and registering to handle those eve... | MW | 2007-05-21 | 8 | -320/+351 |
* | Merged the new ODE stuff | gareth | 2007-05-21 | 1 | -452/+456 |
* | Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ,... | MW | 2007-05-21 | 23 | -671/+769 |
* | Increased version number to 0.2! ZOMG! | gareth | 2007-05-21 | 2 | -2/+2 |
* | * minor refactoring for readability (and to lessen greed) | lbsa71 | 2007-05-21 | 3 | -25/+30 |
* | * Minor tweaks with new userserver | Adam Frisby | 2007-05-20 | 3 | -13/+31 |
* | Finished adding comments | Adam Frisby | 2007-05-20 | 1 | -0/+61 |