Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added landmark asset creation. | morphw | 2007-05-11 | 1 | -12/+36 |
| | |||||
* | MW is a debugging wiz (regionx/y updated) | andy | 2007-05-11 | 1 | -9/+3 |
| | |||||
* | Updated to use LoginResponse. | andy | 2007-05-11 | 1 | -28/+28 |
| | |||||
* | Removed the login dat file. | andy | 2007-05-11 | 1 | -79/+326 |
| | |||||
* | Guard against re-adding an existing folder. Seemed to happen on some ↵ | morphw | 2007-05-11 | 1 | -8/+11 |
| | | | | timeout cases. | ||||
* | finally some time to do some more work on the primitive2 ↵ | MW | 2007-05-11 | 1 | -68/+65 |
| | | | | refactor/rewrite/bugfix. | ||||
* | Fixed bug where client crashes on login if in sandbox mode and region is set ↵ | MW | 2007-05-08 | 4 | -8/+23 |
| | | | | to anything other than 997,996 | ||||
* | * added guid to logname to avoid file sharing on multiple instances on same host | lbsa71 | 2007-05-08 | 1 | -1/+1 |
| | |||||
* | * fixed dataUri null bug | lbsa71 | 2007-05-08 | 4 | -46/+301 |
| | | | | | * ignored some files | ||||
* | * ignored some more bin dirs | lbsa71 | 2007-05-08 | 0 | -0/+0 |
| | |||||
* | * deleted bin directories | lbsa71 | 2007-05-08 | 33 | -1833/+1833 |
| | | | | | | * ignored bin directories * regenerated nant files | ||||
* | Missed this | gareth | 2007-05-08 | 1 | -0/+0 |
| | |||||
* | Fixed nant build files | gareth | 2007-05-08 | 14 | -82/+512 |
| | | | | | | | Added ExportBot code (ZOMG! IMPORTED THE EXPORT BOT!) Fixed ExportBot's build | ||||
* | Removed libsl nant build file | gareth | 2007-05-08 | 1 | -125/+0 |
| | |||||
* | Brought in TestClient code for teh fork | gareth | 2007-05-08 | 58 | -0/+3958 |
| | |||||
* | ZOMG! | gareth | 2007-05-07 | 0 | -0/+0 |
| | |||||
* | merged in missing file from 0.1-prestable | MW | 2007-05-07 | 2 | -0/+99 |
| | |||||
* | Renamed to DEVEL | gareth | 2007-05-07 | 1 | -2/+2 |
| | |||||
* | Merged 0.1-prestable back into trunk :( | gareth | 2007-05-07 | 13 | -167/+323 |
| | |||||
* | Updated to have uniform build number | gareth | 2007-05-06 | 2 | -3/+4 |
| | |||||
* | Fixed minor bug | gareth | 2007-05-06 | 1 | -0/+1 |
| | |||||
* | Dated builds! | gareth | 2007-05-06 | 1 | -2/+2 |
| | |||||
* | Added makerel.sh script - run it to get a nice tarball | gareth | 2007-05-06 | 1 | -0/+23 |
| | |||||
* | Added a script for OpenSim on *nix | gareth | 2007-05-06 | 1 | -0/+3 |
| | |||||
* | return sim_port as an int32 rather than a string in the login response. LL ↵ | morphw | 2007-05-06 | 1 | -1/+1 |
| | | | | SL Viewer doesn't seem to care, but libsecondlife does. | ||||
* | Fixed collision error with threaded access. | Adam Frisby | 2007-05-06 | 1 | -6/+9 |
| | |||||
* | Fixed bug with adding sims to DB4o based grid interface | Adam Frisby | 2007-05-05 | 1 | -1/+8 |
| | |||||
* | SQLite support added to grid manager. (Win!) | Adam Frisby | 2007-05-05 | 6 | -174/+593 |
| | |||||
* | Fixed issue with prebuild causing duplicate reference with standard libraries. | Adam Frisby | 2007-05-05 | 3 | -6/+1 |
| | |||||
* | * Added Microsoft SQL Support | Adam Frisby | 2007-05-05 | 6 | -6/+482 |
| | |||||
* | Updated and run prebuild. | Adam Frisby | 2007-05-05 | 3 | -148/+280 |
| | |||||
* | You can now save profiles to a database. (Zomg!) | Adam Frisby | 2007-05-05 | 6 | -3/+123 |
| | |||||
* | Grid Framework for DB4o - supports all framework.data interfaces. | Adam Frisby | 2007-05-05 | 4 | -0/+187 |
| | | | | | *** Important Note *** Framework.Data interfaces are not yet complete (they are strictly read-only right now), because of this, write support is not yet implemented. | ||||
* | Run prebuild to generate working project files. | Adam Frisby | 2007-05-05 | 4 | -86/+198 |
| | |||||
* | Need these | gareth | 2007-05-05 | 0 | -0/+0 |
| | |||||
* | Added templates script | gareth | 2007-05-05 | 4 | -0/+71 |
| | | | | | | Added VersionInfo.cs template | ||||
* | ZOMG! A release-engineering setup (or rather, 2 scripts, working on it) | gareth | 2007-05-05 | 5 | -232/+109 |
| | |||||
* | (no commit message) | gareth | 2007-05-05 | 1 | -0/+116 |
| | |||||
* | little by little... | gareth | 2007-05-05 | 0 | -0/+0 |
| | |||||
* | Begun creating /releng directory to place release engineering scripts | gareth | 2007-05-05 | 1 | -0/+0 |
| | |||||
* | Cleaned up Adam's mess | gareth | 2007-05-05 | 5 | -4/+11 |
| | |||||
* | Prebuild needs some lovin too. | Adam Frisby | 2007-05-04 | 1 | -5/+52 |
| | |||||
* | * Removed superfluous int to prevent warning | Adam Frisby | 2007-05-04 | 2 | -2/+11 |
| | | | | | | * Changed OGSServer on RegionServer to bind to <port> - 500 rather than a single fixed port * Added support for the grid server to tell us who we are (optional) | ||||
* | Comments sucker! | Adam Frisby | 2007-05-04 | 1 | -4/+49 |
| | |||||
* | Sims can now load their datastore (their localworld class - ↵ | Adam Frisby | 2007-05-04 | 2 | -21/+29 |
| | | | | prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time. | ||||
* | Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵ | Adam Frisby | 2007-05-04 | 1 | -0/+3 |
| | | | | we come!) | ||||
* | * Added support for user/asset server keys per-region (warning: changes ↵ | Adam Frisby | 2007-05-04 | 3 | -0/+57 |
| | | | | table layout in SQL storages) | ||||
* | * Deleted old sim profiles | Adam Frisby | 2007-05-04 | 2 | -328/+286 |
| | | | | | | * Added new grid manager replacement | ||||
* | Grid server V2.0! Now with extra crunchy SQL support. | Adam Frisby | 2007-05-04 | 5 | -9/+38 |
| | | | | | | | | Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet. | ||||
* | Added Close() function to sanely terminate the grid data interfaces. ↵ | Adam Frisby | 2007-05-04 | 2 | -2/+34 |
| | | | | Declaring this complete (other than bugfixes), going to work on integrating into GridServer. |