Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Rebuilt Prebuild | Adam Frisby | 2007-05-29 | 41 | -2025/+1980 |
| | | | | | | | * Enabled fastmode by default on world map requests (ordinary mode is just too slow) * Reset some params involving agent appearance * Tweaked simProfileBlock requests to return values which have been sighted on the wire before. | ||||
* | * Escaped log messages properly when logging to DB | Adam Frisby | 2007-05-28 | 2 | -18/+52 |
| | | | | | | | * World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default. | ||||
* | DB4o is re-tah-ded. (Changed default DB provider to MySQL) | Adam Frisby | 2007-05-28 | 2 | -2/+2 |
| | |||||
* | * Upped status check to once every 3 hours (from 5 minutes) | Adam Frisby | 2007-05-28 | 1 | -2/+2 |
| | | | | | * Disabled GridManager for the moment (requires better security for public grids) | ||||
* | Added SQL file for log saving (and apparently SQL files live in a new place) | Adam Frisby | 2007-05-28 | 1 | -0/+10 |
| | |||||
* | 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 ↵ | Adam Frisby | 2007-05-28 | 1 | -0/+20 |
| | | | | log information to database (region connections, user connections, etc) | ||||
* | 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 ↵ | Adam Frisby | 2007-05-27 | 1 | -1/+24 |
| | | | | the mysterious "(Done)" error). | ||||
* | * Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use ↵ | Adam Frisby | 2007-05-27 | 1 | -1/+19 |
| | | | | the first resolved IP of the system. This is to assist with Adam's lazy-deploy system but may be useful to others. | ||||
* | * Region Terrain textures are now loaded from the RegionInfo class rather ↵ | Adam Frisby | 2007-05-27 | 3 | -33/+39 |
| | | | | | | | | than being hard coded in the handshake packets. * Supports: Base0-3 textures, Detail0-3 textures, Start00-11 values, Range00-11 values. * Added notes on how terrain texturing works to their definition in regionInfoBase. | ||||
* | * Added ability to set default terrain to a file in region config. If unable ↵ | Adam Frisby | 2007-05-27 | 3 | -3/+61 |
| | | | | to open, terrain will be procedurally generated instead. (also needs testing.). Default file must be in R32 format. Use "terrain save f32 default.r32" on the region console to make a default file you can use. | ||||
* | * Terrain now resends when it's been tainted. This means you should be able ↵ | Adam Frisby | 2007-05-27 | 1 | -1/+8 |
| | | | | to load terrains and see the results without relogging. (Just wait for the next Backup call -- once every two minutes). Needs testing. | ||||
* | * Added support for 13 Channel .RAW files. Untested but should work fine ↵ | Adam Frisby | 2007-05-26 | 1 | -1/+31 |
| | | | | (fairly simple). | ||||
* | * Semibug fix: Terrain should not save to database every time a packet is ↵ | Adam Frisby | 2007-05-26 | 1 | -5/+1 |
| | | | | recieved. Terrain is always updated every Backup() call anyway. | ||||
* | * 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 |
| | | | | | | --- Region# : terrain save grdmap mapimage.png stripe2.png | ||||
* | * Fixed world map image generator. Has to be run manually right now, but ↵ | Adam Frisby | 2007-05-26 | 1 | -2/+2 |
| | | | | automatic generation is on the cards. | ||||
* | * Added addNewUserAgent() function. No idea if it breaks compilation since ↵ | Adam Frisby | 2007-05-26 | 3 | -0/+16 |
| | | | | MSVC#2005 solutions are broken. | ||||
* | 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 ↵ | MW | 2007-05-25 | 18 | -201/+308 |
| | | | | | | | | this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL) | ||||
* | Oops | Adam Frisby | 2007-05-25 | 1 | -0/+73 |
| | |||||
* | * Added new mysql_connection.ini file which contains configuration options ↵ | Adam Frisby | 2007-05-25 | 15 | -127/+186 |
| | | | | | | | | for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files. | ||||
* | 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 |
| | | | | | * deleted all those *.user - ignore them next time! | ||||
* | Starts to readd the changes from revisions 768,769 and 770 before Adam ↵ | MW | 2007-05-24 | 1 | -32/+39 |
| | | | | notices they got lost in the restructuring. | ||||
* | Stage 2: GridServices build files should be fixed now, Someone will need to ↵ | MW | 2007-05-24 | 29 | -379/+563 |
| | | | | | | | test it under nant, and the releng scripts might need updating as we now have two solutions. Also the build order for the two solutions should be to compile the OpenSim Solution first and then the GridServices one, as the common projects are referenced by DLL in the Gridservices. | ||||
* | Stage 1 of repairing the build files, those ofr the OpenSim regionserver ↵ | MW | 2007-05-24 | 39 | -573/+398 |
| | | | | should now be okay. Now onto the Grid servers... | ||||
* | 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 ↵ | MW | 2007-05-24 | 3 | -296/+0 |
| | | | | directory is in OpenGridServices-Source) | ||||
* | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 2007-05-24 | 310 | -939/+1739 |
| | | | | the Grid servers can be a separate solution to the region server. | ||||
* | Added "terrain save grdmap <filename> <gradientmap>" function to console. ↵ | Adam Frisby | 2007-05-24 | 1 | -0/+5 |
| | | | | Gradient map must be in a format that System.Drawing understands. BMP recommended. Will export as a PNG image. | ||||
* | * Reduced effect of terraforming brushes by 1000%. | Adam Frisby | 2007-05-24 | 6 | -134/+247 |
| | | | | | | * Added new exportImage() function to BasicTerrain which will output a gradient-mapped image of the terrain which can be uploaded to the grid for things like world map images. (shiinnny), will update later with an improved version using the bilinear quad method employed in client terrain rendering. * Rebuild project & build files for basicterrain with System.Drawing dependency. Prebuild updated. | ||||
* | * Simulators should no longer require all their neighbours to be online to ↵ | Adam Frisby | 2007-05-24 | 1 | -32/+39 |
| | | | | accept user connections. | ||||
* | 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 ↵ | MW | 2007-05-21 | 8 | -320/+351 |
| | | | | events in Avatar and World) | ||||
* | Merged the new ODE stuff | gareth | 2007-05-21 | 1 | -452/+456 |
| |