Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added prebuild.exe and fixed a couple of namespace problems in ↵ | MW | 2007-06-08 | 4 | -10/+6 | |
| | | | | | | | | | | | | | | AvatarAnimations.cs. Now need to update prebuild.xml | |||||
| * | *Added libraries to bin | mingchen | 2007-06-08 | 18 | -0/+0 | |
| | | ||||||
| * | Imported AvatarAnimations.cs from trunk | MW | 2007-06-08 | 1 | -0/+73 | |
| | | ||||||
| * | * Removing AvatarAnimations.cs from sugalite until it can be rewritten. | Adam Frisby | 2007-06-03 | 1 | -169/+0 | |
| | | ||||||
| * | After nearly a hour of searching for an annoying bug (which turned out to be ↵ | MW | 2007-05-31 | 5 | -11/+51 | |
| | | | | | | | | | | | | | | | | a new statement one line outside the loop it should have been in)....Multi-Regions in a single instance work, there is no Grid mode communication, so it can only be tested in sandbox mode right now. All you need to do is put .xml files for each region you want to be ran by the single server inside the "bin\Regions" folder (make sure none of the settings in those .xml files conflict with each other) and then startup the server and login, Any neighbouring regions that are being ran in the instance should show up. (However there is still no movement or anything) Now time to refine the communications interfaces! | |||||
| * | Another commit as ordered by robl | MW | 2007-05-31 | 5 | -8/+58 | |
| | | ||||||
| * | Implementing a test Communications manager to test some of the interfaces ↵ | MW | 2007-05-31 | 9 | -19/+60 | |
| | | | | | | | | (likely this test version will morph into the sandbox version) | |||||
| * | More work on OpenGrid.Framework.Communications | MW | 2007-05-31 | 6 | -22/+124 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-31 | 6 | -5/+96 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-31 | 3 | -2/+20 | |
| | | ||||||
| * | Die AuthenticateSessionsRemote. hrrm okay don't die, just partially die | MW | 2007-05-31 | 2 | -40/+1 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-31 | 4 | -5/+30 | |
| | | ||||||
| * | The cleaning lady must be looking for a bonus | MW | 2007-05-31 | 0 | -0/+0 | |
| | | ||||||
| * | more directory Properties changes | MW | 2007-05-31 | 1 | -0/+0 | |
| | | ||||||
| * | Moved AuthenticateSessionsBase to OpenSim.Framework (is likely to move again ↵ | MW | 2007-05-31 | 2 | -108/+0 | |
| | | | | | | | | or be deleted and replaced with something else) | |||||
| * | class name change and directory properties modified | MW | 2007-05-31 | 3 | -3/+3 | |
| | | ||||||
| * | Started work on OpenGrid.Framework.Communications | MW | 2007-05-31 | 15 | -4/+260 | |
| | | ||||||
| * | Added a few summary comments to OpenSim.World files | MW | 2007-05-31 | 13 | -105/+351 | |
| | | ||||||
| * | As its my last commit for the day, it just looks better to leave it on a ↵ | MW | 2007-05-30 | 1 | -1/+1 | |
| | | | | | | | | even revision number | |||||
| * | Attempt to enable chat, but seems to be a problem with the distances | MW | 2007-05-30 | 3 | -3/+14 | |
| | | ||||||
| * | Seems our avatar was a bit overexcited about existing and stayed about 5 ↵ | MW | 2007-05-30 | 1 | -1/+1 | |
| | | | | | | | | miles above the ground, so time for them to come back down to earth a bit (ie now your avatar is only slightly above ground level) | |||||
| * | We have successful login! | MW | 2007-05-30 | 5 | -12/+12 | |
| | | ||||||
| * | trying to get login to work | MW | 2007-05-30 | 5 | -28/+83 | |
| | | ||||||
| * | Now We need to test to see if we can login | MW | 2007-05-29 | 5 | -8/+37 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-29 | 4 | -6/+22 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-29 | 4 | -42/+8 | |
| | | ||||||
| * | (no commit message) | MW | 2007-05-29 | 3 | -12/+58 | |
| | | ||||||
| * | number of changes | MW | 2007-05-29 | 16 | -153/+383 | |
| | | ||||||
| * | Should allow multiple worlds (and UDP servers) to be ran in one instance, ↵ | MW | 2007-05-27 | 62 | -1773/+1612 | |
| | | | | | | | | just missing backend comms and working Avatar/primitives classes. | |||||
| * | Goodbye World | MW | 2007-05-26 | 61 | -328/+560 | |
| | | ||||||
| * | Die WebFrontEnd, Die Grid class! | MW | 2007-05-26 | 11 | -789/+47 | |
| | | ||||||
| * | Die Avatar class, and you to Primitive class! | MW | 2007-05-26 | 3 | -1100/+19 | |
| | | ||||||
| * | Start of rewrite 5279! | MW | 2007-05-26 | 406 | -0/+56401 | |
| | ||||||
* | * Wiping trunk in prep for Sugilite | Adam Frisby | 2007-07-11 | 462 | -64414/+0 | |
| | ||||||
* | Who would have known that the only way of specifying utf-8 without preamble, ↵ | lbsa71 | 2007-07-08 | 3 | -5/+5 | |
| | | | | is to not specify encoding at all. Or 'null' when sending an Encoder. | |||||
* | * Maintainence: Applying Dan's ODE Patch to Trunk | Adam Frisby | 2007-07-06 | 1 | -20/+21 | |
| | ||||||
* | * Changed XmlRpc to specify utf-8 | lbsa71 | 2007-07-05 | 4 | -13/+26 | |
| | ||||||
* | * Making trunk compile again for CC.net | Adam Frisby | 2007-07-04 | 9 | -34/+34 | |
| | ||||||
* | * Updating trunk UserServer to make it sugilite happy (differentiation of ↵ | Adam Frisby | 2007-06-24 | 1 | -0/+1 | |
| | | | | regions by handle rather than port) | |||||
* | * Enabled sugilite fixes in trunk/GridManager.cs when fast mode is disabled | Adam Frisby | 2007-06-24 | 1 | -0/+7 | |
| | ||||||
* | * Added extensions to trunk/OGS to support Sugilite regions. Anyone running ↵ | Adam Frisby | 2007-06-24 | 1 | -0/+7 | |
| | | | | a grid is highly advised to update before 1.18 hits on monday. | |||||
* | * "create user" command now works with the MySQL Data Storage Engine on the ↵ | Adam Frisby | 2007-06-24 | 5 | -207/+263 | |
| | | | | userserver. | |||||
* | * Maintainence: Experimental console fix for Debian | Adam Frisby | 2007-06-21 | 1 | -3/+10 | |
| | ||||||
* | * Added 'LogFilename' attribute to simconfig.xml - in order to specify log name | lbsa71 | 2007-06-17 | 0 | -0/+0 | |
| | | | | | | * removed some greedy try-catch * ignored some bins | |||||
* | * teared out too wide catch clauses. See Code Conventions. | lbsa71 | 2007-06-14 | 2 | -146/+100 | |
| | ||||||
* | * Added maintenance patch (issue #139) from BigfootAg to /trunk | Adam Frisby | 2007-06-14 | 16 | -112/+213 | |
| | ||||||
* | Fixed the bug that makes a region use its water height as its name (in ↵ | MW | 2007-06-14 | 1 | -1/+1 | |
| | | | | regionhandshake), which lead to most regions being called "20". | |||||
* | * Updated Prebuild.exe | lbsa71 | 2007-06-13 | 1 | -0/+0 | |
| | ||||||
* | * Changed some more sort order issues | lbsa71 | 2007-06-13 | 38 | -626/+694 | |
| | | | | | * Updated vs2005 files as well | |||||
* | * First attempt at fixing differing build files on different .net flavours. | lbsa71 | 2007-06-13 | 38 | -216/+253 | |
| | | | | | * And, as always, some bin ignores |