aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* * 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)
* OopsAdam Frisby2007-05-251-0/+73
|
* * Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby2007-05-2515-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 Frisby2007-05-251-1/+1
|
* Added regionMapTexture to SQL/mysql-regions.sql for MySQLAdam Frisby2007-05-251-1/+1
|
* Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function.Adam Frisby2007-05-251-2/+3
|
* Updated to latest libsecondlife.dll , now need to use SL viewer 1.16 (or above)MW2007-05-243-122/+83
|
* (no commit message)MW2007-05-248-34/+41
|
* All back and no one suspected a thing.MW2007-05-242-8/+9
|
* * re-prebuiltlbsa712007-05-2438-459/+100
| | | | | * deleted all those *.user - ignore them next time!
* Starts to readd the changes from revisions 768,769 and 770 before Adam ↵MW2007-05-241-32/+39
| | | | notices they got lost in the restructuring.
* Stage 2: GridServices build files should be fixed now, Someone will need to ↵MW2007-05-2429-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 ↵MW2007-05-2439-573/+398
| | | | should now be okay. Now onto the Grid servers...
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-24308-53/+53
|
* Die ServiceManager! (Not really Gareth, just the old directory, new ↵MW2007-05-243-296/+0
| | | | directory is in OpenGridServices-Source)
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-24310-939/+1739
| | | | the Grid servers can be a separate solution to the region server.
* Added "terrain save grdmap <filename> <gradientmap>" function to console. ↵Adam Frisby2007-05-241-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 Frisby2007-05-246-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 Frisby2007-05-241-32/+39
| | | | accept user connections.
* and some more refactoring.MW2007-05-221-2/+0
|
* More refactoring.MW2007-05-225-16/+27
|
* More work on adding Events to ClientView (and registering to handle those ↵MW2007-05-218-320/+351
| | | | events in Avatar and World)
* Merged the new ODE stuffgareth2007-05-211-452/+456
|
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-2123-671/+769
| | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
* Increased version number to 0.2! ZOMG!gareth2007-05-212-2/+2
|
* * minor refactoring for readability (and to lessen greed)lbsa712007-05-213-25/+30
|
* * Minor tweaks with new userserverAdam Frisby2007-05-203-13/+31
| | | | | | | | * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
* Finished adding commentsAdam Frisby2007-05-201-0/+61
|
* Adding SQL files for new userserver table layouts.Adam Frisby2007-05-202-0/+58
|
* * Switching back to MySqlAdam Frisby2007-05-201-1/+2
|
* * DB4o support made defaultAdam Frisby2007-05-202-1/+18
| | | | | * Some comments
* Infact, so fresh it didnt even load a database connection!Adam Frisby2007-05-201-5/+1
|
* Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby2007-05-203-15/+347
| | | | desktop, and completely untested!
* Need to add the grid portion next to test this thinggareth2007-05-202-3/+18
|
* * Added UnixTimeSinceEpoch() function to Util class (god knows how many ↵Adam Frisby2007-05-201-0/+7
| | | | times we have reimplemented this.)
* Didn't want to get left behind in the number of commits, and hey it says ↵MW2007-05-203-5/+1
| | | | there are some differences between my local copy and svn, so why not commit?
* * Fixed depreciated warning in MSSQL ManagerAdam Frisby2007-05-202-1/+52
| | | | | * Added support for user agents in the Userserver UserManager
* Small fix (2/2)Adam Frisby2007-05-202-3/+26
|
* Small fix (1/2)Adam Frisby2007-05-201-4/+49
|
* * Updated UserAgentData class, adding new properties, modifying existing ↵Adam Frisby2007-05-202-5/+89
| | | | | | | | ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!)
* * Reverted libterrain updatelbsa712007-05-204-55/+43
| | | | | * Updated vs2005 target
* * Imported latest trunk libTerrain-BSD.dll (with debug symbols) to adress ↵lbsa712007-05-201-0/+0
| | | | missing method exception
* call RequestMapBlocks morphw2007-05-201-1/+3
|
* Add method to process for MapBlockRequest packetsmorphw2007-05-201-4/+25
|
* Add RequestMapBlocks to local and remote interfacesmorphw2007-05-202-0/+22
|