Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | I dub thee working. Maybe. | Adam Frisby | 2007-05-04 | 2 | -6/+8 |
| | |||||
* | Dunno, I must have changed something. | Adam Frisby | 2007-05-04 | 1 | -3/+3 |
| | |||||
* | MySQL could now work in theory. Any testers? | Adam Frisby | 2007-05-04 | 1 | -2/+26 |
| | |||||
* | Semi-functional (in theory!) | Adam Frisby | 2007-05-04 | 3 | -4/+33 |
| | |||||
* | Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵ | Adam Frisby | 2007-05-04 | 11 | -1/+432 |
| | | | | state yet, posted for reference and future use. | ||||
* | fix array size | morphw | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | Saving project / small changes. Will do more tomorrow. | Adam Frisby | 2007-05-03 | 2 | -0/+5 |
| | |||||
* | * Added NOOP, POP, POPV, POPQ, DUP, DUPV, DUPQ instructions. | Adam Frisby | 2007-05-03 | 1 | -0/+90 |
| | | | | | * Placeholders for POPS, POPL, POPIP, POPBP, POPSP, POPSLR, DUPS, DUPL | ||||
* | Shellin' out a framework | Adam Frisby | 2007-05-03 | 2 | -4/+43 |
| | |||||
* | ASDASDASDASDASDS. | Adam Frisby | 2007-05-03 | 2 | -0/+330 |
| | |||||
* | * Added /libraries directory to trunk (for related-but-independent libraries ↵ | Adam Frisby | 2007-05-03 | 3 | -0/+92 |
| | | | | | | | such as libTerrain) * Added /libraries/libLSL shell for future LSL Object Interpreter | ||||
* | fixed the VS 2005 solution/ project files. | MW | 2007-04-30 | 10 | -71/+252 |
| | | | | | and a couple of other small changes | ||||
* | And it's fixed | gareth | 2007-04-30 | 2 | -134/+138 |
| | |||||
* | Fixing stuff | gareth | 2007-04-30 | 1 | -0/+23 |
| | |||||
* | let's hope this fixes build issues | gareth | 2007-04-30 | 1 | -0/+49 |
| | |||||
* | It kinda works... | gareth | 2007-04-30 | 2 | -3/+31 |
| | | | | | | Loads assets across the network, body shape still broken and not displaying properly in grid mode | ||||
* | W00t! It loads a DB! | gareth | 2007-04-30 | 1 | -10/+132 |
| | |||||
* | Oops! I done an AdamZaius (forgot to test build before submit | gareth | 2007-04-30 | 1 | -1/+7 |
| |