Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont want to do that again --- MySQL interface is now fully documented. ↵ | Adam Frisby | 2007-06-02 | 6 | -26/+402 |
| | | | | Added little bit more documentation to the MSSQL interface. | ||||
* | * MS-SQL Interface is now well documented (and probably defunct) | Adam Frisby | 2007-06-01 | 2 | -26/+115 |
| | |||||
* | * DB4o Storage provider is now well documented | Adam Frisby | 2007-06-01 | 3 | -2/+237 |
| | | | | | * Added try/catch over user creation (should allow multiple logins on Db4o) | ||||
* | * ZOMG Wtf Comments? | Adam Frisby | 2007-06-01 | 9 | -39/+450 |
| | | | | | * OpenGrid.Framework.Data is now well documented | ||||
* | * Zomg inventory server (incomplete shell) | Adam Frisby | 2007-06-01 | 4 | -0/+268 |
| | |||||
* | * MySQL Inventory data interfaces written - can now write an inventory ↵ | Adam Frisby | 2007-06-01 | 2 | -2/+73 |
| | | | | server (yay!) | ||||
* | * Completed read-only inventory data operations | Adam Frisby | 2007-06-01 | 2 | -5/+179 |
| | | | | | * Working on write support | ||||
* | * Added /trunk/share | Adam Frisby | 2007-05-31 | 7 | -0/+166 |
| | | | | | | * Imported SQL files to /share/sql * Added a PHP function file to generate new users in /share/php | ||||
* | * Completed reading of inventory in Manager. (still needs to be hooked up ↵ | Adam Frisby | 2007-05-31 | 1 | -6/+42 |
| | | | | via interfaces, but easy to do.) | ||||
* | * Added some comments | Adam Frisby | 2007-05-31 | 1 | -1/+6 |
| | | | | | * Renamed a function which was incredibly badly misnamed. | ||||
* | * Yet more inventory shelling | Adam Frisby | 2007-05-31 | 5 | -24/+76 |
| | | | | | | * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX(). | ||||
* | Shelling out a Inventory framework a bit more. | Adam Frisby | 2007-05-31 | 1 | -0/+57 |
| | |||||
* | Small spot of renaming... | Adam Frisby | 2007-05-31 | 3 | -0/+0 |
| | |||||
* | SQL files... | Adam Frisby | 2007-05-31 | 2 | -0/+23 |
| | |||||
* | The start of a beautiful thing! (eeek inventory!) | Adam Frisby | 2007-05-31 | 2 | -0/+70 |
| | |||||
* | * Raised "MTU" factor in world map handling | Adam Frisby | 2007-05-30 | 2 | -14/+14 |
| | | | | | * Lowered instant-send regions, regions are now only automatically sent within a 10x10 area (was 100x100), this limits the maximum number of regions sent when opening the map from 10,000 to 100. | ||||
* | * Switched from ASCII encoding to llRetardedEncoding. | Adam Frisby | 2007-05-30 | 1 | -1/+1 |
| | |||||
* | * World map! Yay! | Adam Frisby | 2007-05-30 | 2 | -3/+5 |
| | | | | | | * Using ASCII encoding for text not UTF8 encoding (causes the client to burp) * Cannot send uints via Nwc.XmlRpc - it asplodes and returns zero. | ||||
* | * Bugfixes. Still not appearing correctly however. | Adam Frisby | 2007-05-30 | 1 | -3/+3 |
| | |||||
* | * May have fixed issues with the world map. | Adam Frisby | 2007-05-30 | 2 | -23/+37 |
| | |||||
* | and log mode reconnect added. | Adam Frisby | 2007-05-30 | 1 | -1/+8 |
| | |||||
* | * Added reconnect support for MySQL Data interfaces if they time out. ↵ | Adam Frisby | 2007-05-30 | 4 | -6/+85 |
| | | | | | | | (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter. | ||||
* | Another rebuild of the build files! :O | gareth | 2007-05-30 | 4 | -8/+20 |
| | | | | | | More XML config stuff in ServiceManager | ||||
* | Rebuilt the build files | gareth | 2007-05-30 | 70 | -5884/+5997 |
| | | | | | | Added some more prompts and stuff to ServiceManager | ||||
* | attempt two | MW | 2007-05-29 | 1 | -1/+2 |
| | |||||
* | Hopefully fixed Culture decimal problem | MW | 2007-05-29 | 1 | -1/+2 |
| | |||||
* | number of changes | MW | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | * 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 |
| |