aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * MySQL Inventory data interfaces written - can now write an inventory ↵Adam Frisby2007-06-012-2/+73
| | | | server (yay!)
* * Completed read-only inventory data operationsAdam Frisby2007-06-012-5/+179
| | | | | * Working on write support
* * Added /trunk/shareAdam Frisby2007-05-317-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 Frisby2007-05-311-6/+42
| | | | via interfaces, but easy to do.)
* * Added some commentsAdam Frisby2007-05-311-1/+6
| | | | | * Renamed a function which was incredibly badly misnamed.
* * Yet more inventory shellingAdam Frisby2007-05-315-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 Frisby2007-05-311-0/+57
|
* Small spot of renaming...Adam Frisby2007-05-313-0/+0
|
* SQL files...Adam Frisby2007-05-312-0/+23
|
* The start of a beautiful thing! (eeek inventory!)Adam Frisby2007-05-312-0/+70
|
* * Raised "MTU" factor in world map handlingAdam Frisby2007-05-302-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 Frisby2007-05-301-1/+1
|
* * World map! Yay!Adam Frisby2007-05-302-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 Frisby2007-05-301-3/+3
|
* * May have fixed issues with the world map.Adam Frisby2007-05-302-23/+37
|
* and log mode reconnect added.Adam Frisby2007-05-301-1/+8
|
* * Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby2007-05-304-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! :Ogareth2007-05-304-8/+20
| | | | | | More XML config stuff in ServiceManager
* Rebuilt the build filesgareth2007-05-3070-5884/+5997
| | | | | | Added some more prompts and stuff to ServiceManager
* attempt twoMW2007-05-291-1/+2
|
* Hopefully fixed Culture decimal problemMW2007-05-291-1/+2
|
* number of changesMW2007-05-291-1/+1
|
* * Rebuilt PrebuildAdam Frisby2007-05-2941-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 DBAdam Frisby2007-05-282-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 Frisby2007-05-282-2/+2
|
* * Upped status check to once every 3 hours (from 5 minutes)Adam Frisby2007-05-281-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 Frisby2007-05-281-0/+10
|
* Please to be testing new logdata interfaces!Adam Frisby2007-05-283-3/+78
|
* Zomg wtf bbq logdata!Adam Frisby2007-05-285-29/+117
|
* * Added ILogData interface to Grid.Framework.Data - to be used for saving ↵Adam Frisby2007-05-281-0/+20
| | | | log information to database (region connections, user connections, etc)
* Fixed issue [OpenSim #110]Adam Frisby2007-05-281-1/+1
|
* Moved this into releng/dist (otherwise it doesn't turn up in binary builds)gareth2007-05-273-0/+0
|
* I don't know WHY this fixes it but it doesgareth2007-05-271-2/+4
|
* FIXED THE TRUNK!gareth2007-05-2735-1852/+1852
|
* * Fixed dumb mistake with terrain default loading.Adam Frisby2007-05-272-13/+28
|
* I be experimentin'Adam Frisby2007-05-271-1/+1
|
* * and fixed up an error message.Adam Frisby2007-05-271-1/+1
|
* * Added DeadRegionResponse - occurs when connecting to a downed region (was ↵Adam Frisby2007-05-271-1/+24
| | | | the mysterious "(Done)" error).
* * Inserting "SYSTEMIP" into a simconfig.xml's IPAddress="" section will use ↵Adam Frisby2007-05-271-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 Frisby2007-05-273-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 Frisby2007-05-273-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 Frisby2007-05-271-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 Frisby2007-05-261-1/+31
| | | | (fairly simple).
* * Semibug fix: Terrain should not save to database every time a packet is ↵Adam Frisby2007-05-261-5/+1
| | | | recieved. Terrain is always updated every Backup() call anyway.
* * Created better terrain stripe.Adam Frisby2007-05-262-0/+0
|
* * Added sample terrain heightmap stripe - to use, useAdam Frisby2007-05-261-0/+0
| | | | | | --- Region# : terrain save grdmap mapimage.png stripe2.png
* * Fixed world map image generator. Has to be run manually right now, but ↵Adam Frisby2007-05-261-2/+2
| | | | automatic generation is on the cards.
* * Added addNewUserAgent() function. No idea if it breaks compilation since ↵Adam Frisby2007-05-263-0/+16
| | | | MSVC#2005 solutions are broken.
* First part of border crossing fix.MW2007-05-258-84/+136
|
* Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW2007-05-2518-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)